@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* webfonts */
/* common
---------------------------------------------*/
html, body {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  width: 100%;
  height: 100%;
  line-height: 1.6;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  background-color: #ecebeb;
  color: #5e5e5e;
}
@media screen and (min-width: 769px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  display: block;
}

*, *::after, *::before {
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

p#pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
}

/* content
---------------------------------------------*/
#mainImg {
  width: 100%;
  box-sizing: border-box;
  background: url(../images/back02.jpg);
  color: #fff;
}
@media screen and (min-width: 769px) {
  #mainImg {
    padding: 80px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #mainImg {
    padding: 69px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  #mainImg h1 {
    width: 84%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #mainImg h1 {
    width: 35%;
    margin: 0 auto;
  }
}
#mainImg h2 {
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #mainImg h2 {
    font-size: 12px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 769px) {
  #mainImg h2 {
    font-size: 22px;
    margin-top: 50px;
  }
}
#mainImg h2 span {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #mainImg h2 span {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  #mainImg h2 span {
    font-size: 30px;
  }
}
#mainImg p {
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #mainImg p {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 769px) {
  #mainImg p {
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #mainImg p span {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  #mainImg p span {
    font-size: 12px;
  }
}
#mainImg a {
  display: block;
}
@media screen and (max-width: 768px) {
  #mainImg a {
    width: 10%;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 769px) {
  #mainImg a {
    width: 5%;
    margin: 50px auto;
  }
}

#mainImg02 {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0;
  background: #812d2d;
  color: #b9a629;
}
@media screen and (min-width: 769px) {
  #mainImg02 {
    padding: 80px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #mainImg02 {
    padding: 80px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #mainImg02 h1 {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #mainImg02 h1 {
    width: 35%;
    margin: 0 auto;
  }
}
#mainImg02 h2 {
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #mainImg02 h2 {
    font-size: 22px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 769px) {
  #mainImg02 h2 {
    font-size: 38px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #mainImg02 h2 span {
    font-size: 38px;
  }
}
#mainImg02 h2 span span {
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #mainImg02 h2 span span {
    font-size: 46px;
  }
}
@media screen and (min-width: 769px) {
  #mainImg02 h2 span span {
    font-size: 50px;
  }
}
#mainImg02 p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mainImg02 p {
    margin: 28px auto 0;
  }
}
@media screen and (min-width: 769px) {
  #mainImg02 p {
    margin: 32px auto 0;
  }
}
#mainImg02 a {
  display: block;
}
@media screen and (max-width: 768px) {
  #mainImg02 a {
    width: 10%;
    margin: 35px auto 0;
  }
}
@media screen and (min-width: 769px) {
  #mainImg02 a {
    width: 5%;
    margin: 50px auto;
  }
}

#content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #content {
    padding: 35px 0 65px;
  }
}
@media screen and (min-width: 769px) {
  #content {
    padding: 100px 0;
  }
}
#content h3 {
  letter-spacing: 0.23em;
  text-align: center;
  color: #ec773b;
}
@media screen and (max-width: 768px) {
  #content h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 769px) {
  #content h3 {
    font-size: 24px;
    margin-bottom: 4px;
  }
}
#content p.desc {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #content ul {
    width: 960px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #content ul {
    width: 85%;
    margin: 0 auto;
  }
}
#content ul li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border: 1px solid #ec773b;
  border-radius: 25px;
}
@media screen and (min-width: 769px) {
  #content ul li {
    width: calc(33.3333333333% - 20px);
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  #content ul li {
    margin-top: 55px;
    padding: 25px;
  }
}
#content ul li p.number {
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #content ul li p.number {
    width: 55px;
    height: 55px;
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  #content ul li p.number {
    width: 65px;
    height: 65px;
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #content ul li:nth-child(1) p.number {
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #content ul li:nth-child(2) p.number {
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #content ul li:nth-child(3) p.number {
    top: -12%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#content ul li p.checkpoint {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #content ul li p.checkpoint {
    width: 27.4725274725%;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  #content ul li p.checkpoint {
    width: 37.4%;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#content ul li h4 {
  color: #ec773b;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #content ul li h4 {
    font-size: 13px;
    margin-bottom: 13px;
    margin-top: 13px;
  }
}
@media screen and (min-width: 769px) {
  #content ul li h4 {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  #content ul li p.explain {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  #content ul li p.explain {
    font-size: 12px;
  }
}
#content ul li p.explain a {
  display: block;
  color: #ec773b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content ul li p.explain a {
    margin-top: 12px;
  }
}
@media screen and (min-width: 769px) {
  #content ul li p.explain a {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  div.fukubukuro {
    width: 93%;
    margin: 100px auto 100px;
  }
}
@media screen and (min-width: 769px) {
  div.fukubukuro {
    width: 960px;
    margin: 150px auto 150px;
  }
}
div.fukubukuro a.scheduleBtn {
  border: 1px solid #b9a629;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  color: #b9a629;
}
@media screen and (max-width: 768px) {
  div.fukubukuro a.scheduleBtn {
    width: 100%;
    padding: 15px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  div.fukubukuro a.scheduleBtn {
    padding: 15px;
    width: 550px;
    margin: 90px auto;
  }
}
div.fukubukuro h3 {
  color: #b9a629;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.fukubukuro h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  div.fukubukuro h3 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
div.fukubukuro h3 span {
  border-bottom: double 4px #b9a629;
}
div.fukubukuro ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.fukubukuro ul li {
  position: relative;
}
@media screen and (max-width: 768px) {
  div.fukubukuro ul li {
    width: 48%;
    margin-bottom: 12px;
    padding: 20px 0;
  }
}
@media screen and (min-width: 769px) {
  div.fukubukuro ul li {
    width: 23%;
    margin-bottom: 20px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  div.fukubukuro ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  div.fukubukuro ul li:nth-child(4n) {
    margin-right: 0;
  }
}
div.fukubukuro ul li.tile01 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  div.fukubukuro ul li.tile01 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  div.fukubukuro ul li.tile01 {
    font-size: 26px;
  }
}
div.fukubukuro ul li.tile02 {
  position: relative;
  background: #fff;
}
div.fukubukuro ul li.tile02 a {
  color: #5f5f5f;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  div.fukubukuro ul li.tile02 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div.fukubukuro ul li.tile02 a {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  div.fukubukuro ul li.tile02 a div.info {
    font-size: 14px;
  }
}
div.fukubukuro ul li.tile02 a span.productimg {
  margin: 0px auto 15px;
  display: block;
  width: 80%;
}
div.fukubukuro ul li.tile02 a span.brandname {
  color: #b9a629;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  div.fukubukuro ul li.tile02 a span.brandname {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  div.fukubukuro ul li.tile02 a span.brandname {
    font-size: 18px;
  }
}
div.fukubukuro ul li.tile02 a span.border {
  border-bottom: 1px solid #5f5f5f;
  display: inline-block;
  line-height: 1;
}
div.fukubukuro ul li.tile02 div.soldout {
  color: #b7b7b7;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  div.fukubukuro ul li.tile02 div.soldout {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div.fukubukuro ul li.tile02 div.soldout {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  div.fukubukuro ul li.tile02 div.soldout div.info {
    margin-top: -22px;
  }
}
@media screen and (min-width: 769px) {
  div.fukubukuro ul li.tile02 div.soldout div.info {
    margin-top: -25px;
  }
}
div.fukubukuro ul li.tile02 div.soldout span.brandname {
  color: #b7b7b7;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  div.fukubukuro ul li.tile02 div.soldout span.brandname {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  div.fukubukuro ul li.tile02 div.soldout span.brandname {
    font-size: 18px;
  }
}
div.fukubukuro ul li.tile02 div.soldout span.border {
  border-bottom: 1px solid #b7b7b7;
  display: inline-block;
  line-height: 1;
}
div.fukubukuro ul li div.intile {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
div.fukubukuro ul li div.click {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  div.fukubukuro ul li div.click {
    height: 22px;
    font-size: 11px;
    width: 80%;
    margin: 15px auto 0;
  }
}
@media screen and (min-width: 769px) {
  div.fukubukuro ul li div.click {
    height: 25px;
    font-size: 14px;
    width: 180px;
    margin: 15px auto 0;
  }
}
div.fukubukuro ul li div.click2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  div.fukubukuro ul li div.click2 {
    height: 22px;
    font-size: 11px;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  div.fukubukuro ul li div.click2 {
    height: 25px;
    font-size: 14px;
    width: 180px;
    margin: 15px auto;
  }
}
div.fukubukuro ul .green02 {
  background: #9fc785;
}
div.fukubukuro ul .green01 {
  background: #89a599;
}
div.fukubukuro ul .blue {
  background: #91AEBA;
}
div.fukubukuro ul .purple {
  background: #B08DAB;
}
div.fukubukuro ul .pink {
  background: #b7848d;
}
div.fukubukuro ul .orange {
  background: #c3957e;
}
div.fukubukuro ul .yellow {
  background: #c9b175;
}
div.fukubukuro ul .b-yellow {
  border: 1px solid #c9b175;
}
div.fukubukuro ul .t-yellow {
  color: #c9b175 !important;
}
div.fukubukuro ul .gray {
  background: #b7b7b7;
}

#reception {
  background-color: #f1eae4;
  padding: 40px 0 50px;
}
@media screen and (min-width: 769px) {
  #reception {
    padding: 100px 0;
  }
}
#reception .time_jump {
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #ec773b;
  text-decoration: none;
  border: 1px solid #ec773b;
  width: 90%;
  padding: 15px 0;
  border-radius: 11px;
  max-width: 600px;
}
#reception .time_jump span {
  position: relative;
  display: inline-block;
}
#reception .time_jump span:before {
  content: "";
  position: absolute;
  left: 7px;
  top: -8px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #ec773b;
  border-right: 1.5px solid #ec773b;
  transform: rotate(135deg);
}
#reception h3 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ec773b;
  text-align: center;
  padding: 50px 0 25px;
}
@media screen and (max-width: 768px) {
  #reception h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  #reception h3 {
    font-size: 30px;
  }
}
#reception h3 span {
  border-bottom: double 4px #ec773b;
}
#reception .link_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #reception .link_wrap {
    max-width: 1060px;
  }
}
#reception .link_wrap li {
  width: calc(50% - 2px);
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin: 1px;
  position: relative;
}
@media screen and (min-width: 769px) {
  #reception .link_wrap li {
    width: calc(25% - 2px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1200px) {
  #reception .link_wrap li {
    width: calc(20% - 2px);
  }
}
#reception .link_wrap li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#reception .link_wrap li.time p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#reception .link_wrap li a {
  color: #5f5f5f;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #reception .link_wrap li a {
    font-size: 14px;
  }
}
#reception .link_wrap li p {
  margin-bottom: 3px;
}
#reception .link_wrap li p:last-child {
  margin-bottom: 0;
}
#reception .link_wrap li .cate {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #reception .link_wrap li .cate {
    font-size: 12px;
  }
}
#reception .link_wrap li .btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: #ed9775;
  margin-top: 30px;
  padding: 2px 0;
  font-size: 12px;
}
#reception .link_wrap li .btn span {
  position: relative;
  display: inline-block;
}
#reception .link_wrap li .btn span:before {
  content: "";
  position: absolute;
  left: 5px;
  top: -7px;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg);
}
#reception .link_wrap .time p {
  padding: 66px 0;
}
#reception .link_wrap .link {
  border: solid #ed9775;
  border-width: 2px 2px 1px 2px;
  transition: all 0.3s;
}
#reception .link_wrap .link:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
#reception .link_wrap .link.so {
  border: solid #bfbfbf;
  pointer-events: none;
}
#reception .link_wrap .link.so .btn {
  background-color: #bfbfbf;
}
@media screen and (max-width: 768px) {
  #reception .link_wrap .link p.cate {
    font-size: 11px;
  }
}
#reception .link_wrap .time19 {
  background-color: #ec8a9a;
}
#reception .link_wrap .time18 {
  background-color: #f48c7e;
}
#reception .link_wrap .time17 {
  background-color: #ed9775;
}
#reception .link_wrap .time13 {
  background-color: #eca07e;
}
#reception .link_wrap .time12 {
  background-color: #e6a457;
}
#reception .link_wrap .time11 {
  background-color: #d8b571;
}
#reception .link_wrap .time10 {
  background-color: #e9c46b;
}
#reception .link_wrap .link10 {
  border: solid #e9c46b;
}
#reception .link_wrap .link10 p.btn {
  background-color: #e9c46b;
}
#reception .link_wrap .link11 {
  border: solid #d8b571;
}
#reception .link_wrap .link11 p.btn {
  background-color: #d8b571;
}
#reception .link_wrap .link12 {
  border: solid #e6a457;
}
#reception .link_wrap .link12 p.btn {
  background-color: #e6a457;
}
#reception .link_wrap .link13 {
  border: solid #eca07e;
}
#reception .link_wrap .link13 p.btn {
  background-color: #eca07e;
}
#reception .link_wrap .link17 {
  border: solid #ed9775;
}
#reception .link_wrap .link17 p.btn {
  background-color: #ed9775;
}
#reception .link_wrap .link18 {
  border: solid #f48c7e;
}
#reception .link_wrap .link18 p.btn {
  background-color: #f48c7e;
}

#schedule {
  background: #f5f3f2;
}
@media screen and (max-width: 768px) {
  #schedule {
    margin: auto;
    width: 100%;
    padding: 35px 0;
  }
}
@media screen and (min-width: 769px) {
  #schedule {
    margin: 0 auto;
    width: 100%;
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  #schedule div.in_schedule {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #schedule div.in_schedule {
    width: 1060px;
    margin: 0 auto;
  }
}
#schedule h3 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ec773b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #schedule h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  #schedule h3 {
    font-size: 36px;
  }
}
#schedule h3 span {
  border-bottom: double 4px #ec773b;
}
#schedule h3 + p {
  text-align: center;
  padding: 15px 0;
  color: #ec773b;
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline {
    overflow: hidden;
    margin: 20px auto;
  }
}
@media screen and (min-width: 769px) {
  #schedule .cd-timeline {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline__container {
    position: relative;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 2em 0;
  }
}
#schedule .cd-timeline__container::before {
  /* this is the vertical line */
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline__container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    height: 100%;
    width: 4px;
    background: #bfbfbf;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline__block {
    position: relative;
    margin: 2em 0;
  }
}
#schedule .cd-timeline__block:after {
  /* clearfix */
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline__block:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline__block:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline__block:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline__img {
    position: absolute;
    top: 0;
    left: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #fff;
  }
}
#schedule .cd-timeline__img.cd-timeline__img--01 {
  background: #e9c46b;
}
#schedule .cd-timeline__img.cd-timeline__img--02 {
  background: #d8b571;
}
#schedule .cd-timeline__img.cd-timeline__img--03 {
  background: #e6a457;
}
#schedule .cd-timeline__img.cd-timeline__img--04 {
  background: #eca07e;
}
#schedule .cd-timeline__img.cd-timeline__img--05 {
  background: #ed9775;
}
#schedule .cd-timeline__img.cd-timeline__img--06 {
  background: #ed9775;
}
#schedule .cd-timeline__img.cd-timeline__img--07 {
  background: #ec8a9a;
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline__content {
    position: relative;
    margin-left: 40px;
    padding: 0.8em 0;
  }
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline__content:after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline__content h4 {
    color: #ec773b;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline__content div {
    margin-bottom: 14px;
    font-size: 14px;
  }
}
#schedule .cd-timeline__content div span {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
}
#schedule .cd-timeline__content div span::after {
  content: "";
}
#schedule .cd-timeline__content div span.active::after {
  content: "";
}
#schedule .cd-timeline__content div > a {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#schedule .cd-timeline__content div a {
  color: #5e5e5e;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#schedule .cd-timeline__content div a::after {
  content: "";
}
#schedule .cd-timeline__content div ul {
  box-sizing: border-box;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline__content div ul {
    padding-top: 7px;
  }
}
#schedule .cd-timeline__content div ul li {
  line-height: 1.8;
}
#schedule .cd-timeline__content div ul li a {
  color: #5e5e5e;
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline__content div ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #schedule div.pc_schedule {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #schedule div.pc_schedule {
    width: 100%;
    margin-top: 100px;
  }
}
@media screen and (min-width: 769px) {
  #schedule div.pc_schedule ul.pc_schedule_area {
    display: flex;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  #schedule div.pc_schedule ul.pc_schedule_area:first-child {
    justify-content: space-around;
  }
}
#schedule div.pc_schedule ul.pc_schedule_area:first-child li:nth-child(1)::before {
  background: #e9c46b;
}
#schedule div.pc_schedule ul.pc_schedule_area:first-child li:nth-child(2)::before {
  background: #d8b571;
}
#schedule div.pc_schedule ul.pc_schedule_area:first-child li:nth-child(3)::before {
  background: #e6a457;
}
@media screen and (min-width: 769px) {
  #schedule div.pc_schedule ul.pc_schedule_area:last-child {
    justify-content: space-around;
    margin-top: 100px;
  }
}
#schedule div.pc_schedule ul.pc_schedule_area:last-child li:nth-child(1)::before {
  background: #eca07e;
}
#schedule div.pc_schedule ul.pc_schedule_area:last-child li:nth-child(2)::before {
  background: #ed9775;
}
#schedule div.pc_schedule ul.pc_schedule_area:last-child li:nth-child(3)::before {
  background: #ed9775;
}
#schedule div.pc_schedule ul.pc_schedule_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #bfbfbf;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  #schedule div.pc_schedule ul.pc_schedule_area > li {
    width: calc(33.3333333333% - 10px);
    position: relative;
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 769px) {
  #schedule div.pc_schedule ul.pc_schedule_area > li:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -20px;
  }
}
@media screen and (min-width: 769px) {
  #schedule div.pc_schedule ul.pc_schedule_area > li h4 {
    color: #ec773b;
    text-align: left;
    font-size: 22px;
    margin-bottom: 15px;
  }
}
#schedule div.pc_schedule ul.pc_schedule_area > li div {
  margin-bottom: 14px;
}
#schedule div.pc_schedule ul.pc_schedule_area > li div > a {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#schedule div.pc_schedule ul.pc_schedule_area > li div a {
  color: #5e5e5e;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#schedule div.pc_schedule ul.pc_schedule_area > li div a::after {
  content: "";
}
#schedule div.pc_schedule ul.pc_schedule_area > li div span {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
}
#schedule div.pc_schedule ul.pc_schedule_area > li div span::after {
  content: "";
}
#schedule div.pc_schedule ul.pc_schedule_area > li div ul {
  box-sizing: border-box;
  padding-left: 1em;
  margin-top: 5px;
}
#schedule div.pc_schedule ul.pc_schedule_area > li div ul li a {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  #schedule div.pc_schedule ul.pc_schedule_area > li p {
    margin-bottom: 15px;
  }
}
#schedule div.pc_schedule ul.pc_schedule_area > li p a {
  color: #5e5e5e;
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.4;
}
#schedule div.pc_schedule ul.pc_schedule_area > li p a::after {
  content: "中身公開 >";
  letter-spacing: 0;
  text-decoration: none !important;
  font-size: 11px;
  background: #b9a629;
  color: #fff;
  display: inline-block;
  padding: 5px 5px 3px 5px;
  line-height: 1;
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  #schedule div.pc_schedule ul.pc_schedule_area > li p span {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.2;
  }
}

footer {
  background: #ecebeb;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 769px) {
  footer {
    padding: 100px 0 0;
  }
}
footer div.attention {
  color: #ec773b;
  border: 1px solid #ec773b;
  border-radius: 20px;
  background: #f5f3f2;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  footer div.attention {
    width: 90%;
    margin: auto;
    padding: 30px 20px;
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  footer div.attention {
    width: 960px;
    margin: auto;
    padding: 40px;
    line-height: 1.4;
  }
}
footer div.attention h3 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer div.attention h3 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  footer div.attention h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
footer div.attention ul.attention_ul {
  letter-spacing: 1px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  footer div.attention ul.attention_ul {
    font-size: 12px;
  }
}
footer div.attention ul.attention_ul li {
  margin-bottom: 7px;
}
footer ul.footer_ul li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer ul.footer_ul li {
    font-size: 14px;
    margin-top: 80px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  footer ul.footer_ul li {
    font-size: 13px;
    margin-top: 50px;
  }
}
footer ul.footer_ul li a {
  color: #ec773b;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
}
footer p#copy {
  font-size: 10px;
  text-align: center;
  padding-bottom: 10px;
  color: #ec773b;
}
@media screen and (max-width: 768px) {
  footer p#copy {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  p#pagetop {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  p#pagetop {
    width: 20px;
    height: 20px;
  }
}

.small {
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .small {
    font-size: 10px;
  }
}

/* scss読み込み
---------------------------------------------*/
/* アニメーション
---------------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

.fuwatAnime2nd {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.fuwatAnime3rd {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
#mainImg div.end {
  opacity: 0;
  transform: scale(1.1);
  transition: transform 1s, opacity 1s;
}

#mainImg div.z-index {
  z-index: -1;
}/*# sourceMappingURL=style.css.map */