@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: "A1ゴシック R";
  width: 100%;
  height: 100%;
  line-height: 1.6;
  font-feature-settings: "palt";
  background-color: #FCFAEB;
  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: #C2133A;
  color: #fff;
  position: relative;
}
#mainImg::before {
  content: "";
  display: block;
  padding-top: 61.8055555556%;
}
@media screen and (max-width: 768px) {
  #mainImg::before {
    padding-top: 187.2%;
  }
}
@media screen and (min-width: 769px) {
  #mainImg div.left {
    width: 2.9166666667vw;
    position: absolute;
    left: 1.3888888889%;
    top: -33.7078651685%;
  }
}
@media screen and (min-width: 769px) {
  #mainImg div.right {
    width: 2.9166666667vw;
    position: absolute;
    right: 1.3888888889%;
    top: -33.7078651685%;
  }
}
@media screen and (max-width: 768px) {
  #mainImg h1 {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 3%;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  #mainImg h1 {
    width: 85.7638888889%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5.8426966292%;
  }
}
#mainImg div.desc {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #mainImg div.desc {
    width: 85.8666666667%;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#mainImg h2 {
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #mainImg h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  #mainImg h2 {
    font-size: 1.5972222222vw;
  }
}
#mainImg h2 span {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #mainImg h2 span {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) {
  #mainImg h2 span {
    font-size: 1.5972222222vw;
  }
}
#mainImg p {
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #mainImg p {
    margin: 20px auto 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  #mainImg p {
    font-size: 1.1111111111vw;
    margin: 2.2222222222vw 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: 0.9027777778vw;
  }
}
#mainImg a {
  display: block;
}
@media screen and (max-width: 768px) {
  #mainImg a {
    width: 14.5962732919%;
    margin: 20px auto 10px;
  }
}
@media screen and (min-width: 769px) {
  #mainImg a {
    width: 4.5138888889%;
    margin: 38px auto 0;
  }
}

#mainImg02 {
  width: 100%;
  box-sizing: border-box;
  background: #C2133A;
  color: #fff;
  position: relative;
}
#mainImg02::before {
  content: "";
  display: block;
  padding-top: 61.8055555556%;
}
@media screen and (max-width: 768px) {
  #mainImg02::before {
    padding-top: 187.2%;
  }
}
@media screen and (min-width: 769px) {
  #mainImg02 div.left {
    width: 2.9166666667vw;
    position: absolute;
    left: 1.3888888889%;
    top: -33.7078651685%;
  }
}
@media screen and (min-width: 769px) {
  #mainImg02 div.right {
    width: 2.9166666667vw;
    position: absolute;
    right: 1.3888888889%;
    top: -33.7078651685%;
  }
}
@media screen and (max-width: 768px) {
  #mainImg02 h1 {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 3%;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  #mainImg02 h1 {
    width: 85.7638888889%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5.8426966292%;
  }
}
#mainImg02 div.desc {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #mainImg02 div.desc {
    width: 85.8666666667%;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#mainImg02 h2 {
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #mainImg02 h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  #mainImg02 h2 {
    font-size: 1.5972222222vw;
  }
}
#mainImg02 h2 span {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #mainImg02 h2 span {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) {
  #mainImg02 h2 span {
    font-size: 1.5972222222vw;
  }
}
#mainImg02 p {
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #mainImg02 p {
    margin: 20px auto 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  #mainImg02 p {
    font-size: 1.1111111111vw;
    margin: 2.2222222222vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  #mainImg02 p span {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  #mainImg02 p span {
    font-size: 0.9027777778vw;
  }
}
#mainImg02 a {
  display: block;
}
@media screen and (max-width: 768px) {
  #mainImg02 a {
    width: 14.5962732919%;
    margin: 20px auto 10px;
  }
}
@media screen and (min-width: 769px) {
  #mainImg02 a {
    width: 4.5138888889%;
    margin: 38px auto 0;
  }
}

#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: #F47B96;
}
@media screen and (max-width: 768px) {
  #content h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  #content h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
#content p.desc {
  text-align: center;
  color: #727272;
}
@media screen and (min-width: 769px) {
  #content ul {
    width: 960px;
    display: flex;
    justify-content: space-between;
    margin: 77px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #content ul {
    width: 85%;
    margin: 80px auto 0;
  }
}
#content ul li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border: 1px solid #F47B96;
  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: 60px;
    padding: 50px 25px 35px;
  }
}
#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: 0;
    left: 50%;
    transform: translate(-50%, -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 .check {
  position: absolute;
  width: 90px;
  top: -52px;
}
#content ul li h4 {
  color: #F47C96;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #content ul li h4 {
    font-size: 16px;
    margin-bottom: 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: 12px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  #content ul li p.explain {
    font-size: 12px;
  }
}
#content ul li p.explain a {
  display: block;
  color: #F47C96;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content ul li p.explain a {
    margin-top: 13px;
  }
}
@media screen and (min-width: 769px) {
  #content ul li p.explain a {
    margin-top: 16px;
  }
}

.fukubukuroList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .fukubukuroList {
    width: 981px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .fukubukuroList {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .fukubukuroList li, .fukubukuroList > div {
    width: 18.4505606524%;
    margin-right: 19px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .fukubukuroList li, .fukubukuroList > div {
    width: calc(33.3333333333% - 4px);
    margin-bottom: 20px;
    margin-right: 6px;
  }
}
@media screen and (min-width: 769px) {
  .fukubukuroList li:nth-child(5n), .fukubukuroList > div:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .fukubukuroList li:nth-child(3n), .fukubukuroList > div:nth-child(3n) {
    margin-right: 0;
  }
}
.fukubukuroList li a, .fukubukuroList > div a {
  color: #5f5f5f;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .fukubukuroList li a, .fukubukuroList > div a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .fukubukuroList li a, .fukubukuroList > div a {
    font-size: 10px;
  }
}
.fukubukuroList li a p:first-child, .fukubukuroList > div a p:first-child {
  margin-bottom: 10px;
}
.fukubukuroList li a p.ico_box, .fukubukuroList > div a p.ico_box {
  display: none;
}

@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: #fff;
  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-style: normal;
  color: #F47C96;
  text-align: center;
  padding: 50px 0 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #reception h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  #reception h3 {
    font-size: 28px;
  }
}
#reception .link_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #reception .link_wrap {
    width: 981px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #reception .link_wrap {
    width: 80.5333333333%;
  }
}
#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: 18.4505606524%;
    margin-bottom: 22px;
  }
}
#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;
    height: calc(100% - 32px);
  }
}
@media screen and (max-width: 768px) {
  #reception .link_wrap li a {
    font-size: 14px;
    height: calc(100% - 27px);
  }
}
#reception .link_wrap li p {
  line-height: 1;
}
#reception .link_wrap li p.brand {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #reception .link_wrap li p.brand {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
#reception .link_wrap li p.cate {
  border: 1px solid #707070;
  line-height: 1;
  padding: 10px;
  margin-bottom: 18px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #reception .link_wrap li p.cate {
    font-size: 10px;
    margin-bottom: 15px;
    padding: 5px;
  }
}
#reception .link_wrap li p.credit {
  font-size: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #reception .link_wrap li p.credit {
    font-size: 13px;
  }
}
#reception .link_wrap li p.btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: #F47C96;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  #reception .link_wrap li p.btn {
    bottom: -32px;
  }
}
@media screen and (max-width: 768px) {
  #reception .link_wrap li p.btn {
    height: 27px;
    bottom: -27px;
  }
}
#reception .link_wrap li p.btn span {
  position: relative;
  display: inline-block;
}
#reception .link_wrap li p.btn span:before {
  content: ">";
  display: inline-block;
  margin-left: 10px;
}
#reception .link_wrap .time p {
  padding: 66px 0;
}
#reception .link_wrap .link {
  border: solid #F47C96;
  border-width: 1px;
  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;
  }
}

#schedule {
  background: #FCF4F4;
}
@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 {
  color: #F47B96;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #schedule h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  #schedule h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
#schedule h3::after {
  content: "";
  display: block;
  background: url(../images/wave.png);
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #schedule h3::after {
    width: 154px;
    position: absolute;
    bottom: -10px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #schedule h3::after {
    width: 128px;
    position: absolute;
    bottom: -5px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#schedule h3 + p {
  text-align: center;
  padding: 15px 0;
  color: #727272;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  #schedule h3 + p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #schedule h3 + p {
    padding: 0 0 15px;
  }
}
@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;
  }
}
#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: 10px;
    left: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #F47C96;
  }
}
@media screen and (max-width: 768px) {
  #schedule .cd-timeline__content {
    position: relative;
    margin-left: 40px;
    padding: 0.6em 0 0.8em;
  }
}
@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: #F47C96;
    font-size: 18px;
    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 {
  display: flex;
  align-items: center;
}
#schedule .cd-timeline__content div span::after {
  content: "";
  border-top: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(135deg);
  margin-left: 8px;
  transition: 1s;
}
#schedule .cd-timeline__content div span.active::after {
  content: "";
  transform: rotate(-45deg);
  position: relative;
  top: 2px;
}
#schedule .cd-timeline__content div a {
  color: #5e5e5e;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#schedule .cd-timeline__content div a::after {
  content: "";
  border-top: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 5px;
  transition: 1s;
  position: relative;
  top: 1px;
}
#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;
    padding-left: 0;
  }
}
#schedule .cd-timeline__content div ul li {
  line-height: 1.8;
  margin-bottom: 5px;
}
#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;
    margin-left: 10px;
  }
}
@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;
    margin-bottom: 50px;
  }
}
#schedule div.pc_schedule ul.pc_schedule_area li::before {
  background: #F47C96;
}
#schedule div.pc_schedule ul.pc_schedule_area li.none::before {
  display: none;
}
@media screen and (min-width: 769px) {
  #schedule div.pc_schedule ul.pc_schedule_area:first-child {
    justify-content: space-around;
  }
}
@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::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: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
  }
}
@media screen and (min-width: 769px) {
  #schedule div.pc_schedule ul.pc_schedule_area > li h4 {
    color: #F47C96;
    text-align: left;
    font-size: 24px;
    margin-bottom: 15px;
  }
}
#schedule div.pc_schedule ul.pc_schedule_area > li div {
  margin-bottom: 14px;
}
@media screen and (min-width: 769px) {
  #schedule div.pc_schedule ul.pc_schedule_area > li div {
    font-size: 16px;
  }
}
#schedule div.pc_schedule ul.pc_schedule_area > li div a {
  color: #727272;
  text-decoration: none;
  display: flex;
  align-items: center;
}
#schedule div.pc_schedule ul.pc_schedule_area > li div a::after {
  content: "";
  border-top: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  margin-left: 5px;
  transition: 1s;
  position: relative;
  top: 1px;
}
#schedule div.pc_schedule ul.pc_schedule_area > li div span {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #727272;
}
#schedule div.pc_schedule ul.pc_schedule_area > li div span::after {
  content: "";
  border-top: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(135deg);
  margin-left: 8px;
  transition: 1s;
}
#schedule div.pc_schedule ul.pc_schedule_area > li div span.active::after {
  content: "";
  transform: rotate(-45deg);
  position: relative;
  top: 2px;
}
#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;
  }
}

div.movieArea {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div.movieArea {
    padding: 93px 0 157px;
  }
}
@media screen and (max-width: 768px) {
  div.movieArea {
    padding: 67px 0 174px;
  }
}
div.movieArea h3 {
  font-size: 20px;
  color: #F47B96;
  margin-bottom: 24px;
  letter-spacing: 0.23em;
}
@media screen and (min-width: 769px) {
  div.movieArea h3 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
div.movieArea p {
  font-size: 13px;
  line-height: 1.69;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  div.movieArea p {
    font-size: 16px;
    margin-bottom: 62px;
  }
}

footer {
  background: #FCF4F4;
}
@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: #F47C96;
  border: 1px solid #F47C96;
  border-radius: 20px;
  background: #FFFFFF;
  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: 671px;
    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: 15px;
  }
}
@media screen and (min-width: 769px) {
  footer div.attention h3 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
footer div.attention ul.attention_ul {
  letter-spacing: 1px;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  footer div.attention ul.attention_ul {
    font-size: 13px;
  }
}
footer div.attention ul.attention_ul li {
  margin-bottom: 20px;
}
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: #F47C96;
}
footer p#copy {
  font-size: 10px;
  text-align: center;
  padding-bottom: 10px;
  color: #F47C96;
}
@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 {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

.fuwatAnime2nd {
  animation-delay: 0.3s;
}

.fuwatAnime3rd {
  animation-delay: 0.6s;
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@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-2 {
  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 */