@charset "UTF-8";
.spOnly550 {
  display: none;
}
@media (max-width: 767px) {
  .spOnly550 {
    display: block;
  }
}
@media (max-width: 550px) {
  .spOnly550 {
    display: none;
  }
}

img {
  vertical-align: bottom;
}

.headerTop {
  margin-top: -127px;
  padding-top: 127px;
}
@media (max-width: 850px) {
  .headerTop {
    margin-top: -124px;
    padding-top: 124px;
  }
}
@media (max-width: 767px) {
  .headerTop {
    margin-top: -73px;
    padding-top: 73px;
  }
}
@media (max-width: 550px) {
  .headerTop {
    margin-top: 0;
    padding-top: 0;
  }
}

main {
  z-index: 5;
}

.mainTextArea {
  position: relative;
  z-index: 1;
}

.mainText {
  position: absolute;
  left: -50px;
  top: 328px;
}
@media (min-width: 1401px) {
  .mainText {
    top: 300px;
  }
}
@media (max-width: 1150px) {
  .mainText {
    width: 50vw;
    top: 250px;
    left: 20px;
  }
}
@media (max-width: 900px) {
  .mainText {
    top: 180px;
  }
}
@media (max-width: 767px) {
  .mainText {
    width: 300px;
    top: 205px;
  }
}
@media (max-width: 640px) {
  .mainText {
    top: 155px;
  }
}
.mainText img {
  width: 768px;
  height: 465px;
}
@media (max-width: 1150px) {
  .mainText img {
    width: 86vw;
  }
}
@media (max-width: 767px) {
  .mainText img {
    width: 300px;
    height: 269px;
  }
}
.mainVisual li {
  width: 100%;
}
.mainVisual img {
  width: 100%;
  vertical-align: bottom;
}

#mainVisual .slider {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
#mainVisual .slick-prev {
  left: 13px;
  z-index: 1;
}
@media (min-width: 1451px) {
  #mainVisual .slick-prev {
    left: 10px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 767px) {
  #mainVisual .slick-prev {
    left: 5px;
    width: 50px;
    height: 50px;
  }
}
#mainVisual .slick-next {
  right: 13px;
  z-index: 1;
}
@media (min-width: 1451px) {
  #mainVisual .slick-next {
    right: 5px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1450px) {
  #mainVisual .slick-next {
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1050px) {
  #mainVisual .slick-next {
    right: 15px;
  }
}
@media (min-width: 1451px) {
  #mainVisual .slick-prev:before, #mainVisual .slick-next:before {
    font-size: 50px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1450px) {
  #mainVisual .slick-prev:before, #mainVisual .slick-next:before {
    font-size: 50px;
  }
}
@media (max-width: 1050px) {
  #mainVisual .slick-prev:before, #mainVisual .slick-next:before {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mainVisual .slick-prev:before, #mainVisual .slick-next:before {
    font-size: 25px;
  }
}

.content01 {
  position: relative;
  color: #fff;
  background: #161e55;
  padding: 65px 0 140px;
  height: 760px;
}
.content01::before {
  position: absolute;
  content: "";
  background: url("../images/bg01.svg") no-repeat top center;
  background-size: contain;
  top: 24px;
  left: 0;
  width: 258px;
  height: 135px;
}
@media (max-width: 767px) {
  .content01::before {
    width: 140px;
    top: 0px;
    left: -40px;
  }
}
.content01::after {
  position: absolute;
  content: "";
  background: url("../images/bg02.svg") no-repeat top center;
  background-size: contain;
  bottom: 14px;
  right: 0;
  width: 358px;
  height: 135px;
}
@media (max-width: 767px) {
  .content01::after {
    background: none;
  }
}
@media (max-width: 767px) {
  .content01 {
    height: auto;
    padding: 50px 0 0px;
  }
}
.content01 h1 {
  font-size: 34px;
}
@media (max-width: 1100px) {
  .content01 h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .content01 h1 {
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  .content01 h1 {
    font-size: 24px;
  }
}
.content01 .containerOuter {
  position: relative;
}
@media (max-width: 767px) {
  .content01 .containerOuter {
    position: static;
  }
}
.content01 .textArea {
  z-index: 10;
  width: 600px;
  position: absolute;
  left: 220px;
}
@media (max-width: 1200px) {
  .content01 .textArea {
    left: 130px;
  }
}
@media (max-width: 1100px) {
  .content01 .textArea {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .content01 .textArea {
    width: 90%;
    margin: 0 auto;
    z-index: 1;
    position: static;
  }
}
.content01 .text {
  margin: 90px 0 0 0;
  font-size: 17px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .content01 .text {
    margin: 40px 0 0;
  }
}
@media (max-width: 550px) {
  .content01 .text {
    margin: 35px 0 0;
    font-size: 14px;
  }
}
.content01 .text p:first-child {
  margin-bottom: 35px;
}
@media (max-width: 550px) {
  .content01 .text p:first-child {
    margin-bottom: 25px;
  }
}
.content01 .picArea {
  z-index: 0;
  width: 600px;
  position: absolute;
  right: 0;
  top: -120px;
}
@media (max-width: 1250px) {
  .content01 .picArea {
    opacity: 0.5;
    top: -1px;
  }
}
.content01 .picAreaSp {
  margin-top: 50px;
}
.content01 .picAreaSp img {
  vertical-align: bottom;
}

.strong {
  padding: 110px 0;
}
@media (max-width: 767px) {
  .strong {
    padding: 50px 0;
  }
}
.strong__num {
  max-width: 150px;
}
@media (max-width: 767px) {
  .strong__num {
    max-width: 20vw;
  }
}
.strong__title {
  font-family: "Yu Mincho", "YuMincho";
  color: #161E55;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5; /* 75px */
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .strong__title {
    margin-bottom: 40px;
    font-size: 40px;
  }
}
@media (max-width: 550px) {
  .strong__title {
    font-size: 24px;
  }
}
.strong__subTitle {
  margin-top: 30px;
  margin-bottom: 24px;
  color: #333332;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 30px;
  font-weight: 500;
  line-height: 45px; /* 150% */
}
@media (max-width: 767px) {
  .strong__subTitle {
    margin-top: 20px;
    margin-bottom: 4px;
    max-width: 90vw;
  }
}
@media (max-width: 550px) {
  .strong__subTitle {
    font-size: 22px;
  }
}
.strong__text {
  color: #333332;
  font-family: YuGothic;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8; /* 30.6px */
}
.strong__textbox {
  max-width: 464px;
}
@media (max-width: 767px) {
  .strong__textbox {
    max-width: 90vw;
  }
}
.strong__box {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .strong__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0px;
    gap: 40px;
  }
}
.strong__box--reverse {
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media (max-width: 767px) {
  .strong__box--reverse {
    gap: 40px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.strong__box--reverse::before {
  position: absolute;
  content: "";
  background: url("../images/bg03.svg") no-repeat top center;
  background-size: contain;
  top: -84px;
  left: 0;
  width: 360px;
  height: 135px;
}
@media (max-width: 767px) {
  .strong__box--reverse::before {
    width: 200px;
  }
}
.strong__imgbox {
  max-width: 50vw;
}
@media (max-width: 767px) {
  .strong__imgbox {
    max-width: 100vw;
  }
}

.scene {
  padding-top: 86px;
  background: #161e55;
}
@media (max-width: 575px) {
  .scene {
    padding-top: 50px;
  }
}
.scene__headline {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 60px;
  text-align: center;
  color: #fff;
}
@media (max-width: 575px) {
  .scene__headline {
    font-size: 38px;
  }
}
.scene__copy {
  margin-bottom: 68px;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  word-break: keep-all;
  color: #fff;
}
@media (max-width: 575px) {
  .scene__copy {
    margin-bottom: 40px;
  }
}
.scene__localnav {
  position: relative;
  font-family: "Yu Mincho", "YuMincho";
}
@media (min-width: 576px) {
  .scene__localnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -100px;
  }
}
@media (max-width: 575px) {
  .scene__localnav {
    border-top: 1px solid #fff;
  }
}
.scene__localnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
@media (min-width: 576px) {
  .scene__localnav-list {
    max-width: 370px;
    width: 26%;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .scene__localnav-list {
    width: 34%;
  }
}
@media (max-width: 767px) {
  .scene__localnav-list {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .scene__localnav-list {
    border-bottom: 1px solid #fff;
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .scene__localnav-list:not(:last-child) {
    position: relative;
  }
}
@media (min-width: 576px) {
  .scene__localnav-list:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 1px;
    height: 56px;
    margin: auto 0;
    background: #fff;
  }
}
.scene__localnav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 34px;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 575px) {
  .scene__localnav-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 54px;
  }
}
.scene__localnav-link:before, .scene__localnav-link:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  content: "";
  width: 3px;
  height: 24.9px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: 50% calc(100% - 1.5px);
          transform-origin: 50% calc(100% - 1.5px);
}
@media (max-width: 575px) {
  .scene__localnav-link:before, .scene__localnav-link:after {
    bottom: 20px;
  }
}
.scene__localnav-link:before {
  -webkit-transform: rotate(62.85deg);
          transform: rotate(62.85deg);
}
.scene__localnav-link:after {
  -webkit-transform: rotate(-62.85deg);
          transform: rotate(-62.85deg);
}
.scene__localnav-link-title {
  font-size: 51px;
}
@media (max-width: 767px) {
  .scene__localnav-link-title {
    font-size: 36px;
  }
}
.scene__subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 51px;
  text-align: center;
}
@media (max-width: 767px) {
  .scene__subheading {
    font-size: 36px;
  }
}
.scene__subheading:before, .scene__subheading:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.scene__subheading:before {
  margin-right: 45px;
}
@media (max-width: 767px) {
  .scene__subheading:before {
    margin-right: 20px;
  }
}
.scene__subheading:after {
  margin-left: 45px;
}
@media (max-width: 767px) {
  .scene__subheading:after {
    margin-left: 20px;
  }
}
.scene__subheading-text {
  font-size: 32px;
}
@media (max-width: 767px) {
  .scene__subheading-text {
    font-size: 16px;
  }
}
.scene__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 40px);
  margin: 0 auto 48px;
}
@media (min-width: 768px) {
  .scene__list {
    gap: 22px;
    max-width: 1000px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .scene__list {
    gap: 1.8348623853vw;
  }
}
@media (max-width: 767px) {
  .scene__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.scene__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 15px 10px;
  background: #fff;
}
@media (max-width: 1199px) {
  .scene__list-item {
    padding: 1.5012510425vw 2.0016680567vw 0.834028357vw;
  }
}
@media (max-width: 767px) {
  .scene__list-item {
    width: 49%;
    margin-top: 2%;
  }
}
.scene__list-img {
  margin-bottom: 10px;
}
.scene__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  line-height: 1;
  font-size: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  word-break: keep-all;
  color: #161e55;
}
@media (max-width: 1199px) {
  .scene__list-title {
    font-size: 2.5020850709vw;
  }
}
@media (max-width: 767px) {
  .scene__list-title {
    font-size: 3.9113428944vw;
  }
}
@media (max-width: 575px) {
  .scene__list-title {
    min-height: 50px;
    line-height: 1.2;
    font-size: 4.1739130435vw;
  }
}
@media (max-width: 430px) {
  .scene__list-title {
    font-size: 5.3333333333vw;
    letter-spacing: -0.2666666667vw;
  }
}
.scene__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 520px;
  width: calc(100% - 40px);
  height: 80px;
  margin: 0 auto;
  border: 3px solid #fff;
  font-size: 30px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  color: #fff;
}
@media (max-width: 767px) {
  .scene__button {
    font-size: 24px;
  }
}
@media (max-width: 430px) {
  .scene__button {
    height: 68px;
    font-size: 5.3333333333vw;
  }
}
.scene__button:after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
  .scene__button:after {
    right: 25px;
    border-width: 8px 0 8px 10px;
  }
}

.business,
.celebration,
.sai {
  padding: 90px 0;
  font-family: "Yu Mincho", "YuMincho";
  background: no-repeat 50% 100%/100%, #161e55;
}
@media (max-width: 575px) {
  .business,
  .celebration,
  .sai {
    padding: 50px 0;
  }
}

.business {
  background-image: url("../images/top/bg_business.jpg");
}
@media (min-width: 576px) {
  .business {
    padding: 202px 0 110px;
  }
}

.celebration {
  background-image: url("../images/top/bg_celebration.jpg");
}

.sai {
  background-image: url("../images/top/bg_sai.jpg");
}

.bannerSection {
  margin-bottom: 0;
}

.content02 {
  color: #fff;
  padding: 65px 0 140px;
  height: 760px;
  padding: 80px 0;
  background: #09090B;
  position: relative;
}
@media (max-width: 767px) {
  .content02 {
    height: auto;
    padding: 50px 0 0px;
    margin-top: 0px;
    padding-top: 80px;
  }
}
.content02::before {
  position: absolute;
  content: "";
  background: url("../images/pic_bg-logo.png") no-repeat top center;
  background-size: contain;
  top: 0;
  left: -40px;
  width: 772px;
  height: 772px;
}
@media (max-width: 767px) {
  .content02::before {
    right: 0;
    left: inherit;
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .content02:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 96px;
    background: #09090b;
  }
}
.content02 .headline {
  font-family: "Yu Mincho", "YuMincho";
}
@media (max-width: 1200px) and (min-width: 768px) {
  .content02 .headline {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .content02 .headline {
    font-size: 40px;
  }
}
@media (max-width: 550px) {
  .content02 .headline {
    font-size: 32px;
  }
}
.content02 .containerOuter {
  position: relative;
}
@media (max-width: 767px) {
  .content02 .containerOuter {
    position: static;
  }
}
.content02 .textArea {
  width: 600px;
  position: absolute;
  left: 220px;
}
@media (max-width: 1200px) {
  .content02 .textArea {
    left: 130px;
  }
}
@media (max-width: 1100px) {
  .content02 .textArea {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .content02 .textArea {
    width: 90%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    left: 0;
  }
}
.content02 .SubTitle {
  margin-top: 20px;
  margin-left: 15px;
  color: #FFF;
  font-family: YuGothic;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8; /* 34.2px */
}
@media (max-width: 767px) {
  .content02 .SubTitle {
    font-size: 17px;
  }
}
.content02 .text {
  margin: 30px 0 0;
  padding: 15px 15px 85px;
  font-size: 17px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .content02 .text {
    padding-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .content02 .text {
    font-size: 14px;
  }
}
.content02 .text p {
  position: relative;
  z-index: 1;
}
.content02 .text p:first-child {
  margin-bottom: 35px;
}
@media (max-width: 550px) {
  .content02 .text p:first-child {
    margin-bottom: 25px;
  }
}
.content02 .picArea {
  width: 600px;
  position: absolute;
  right: 0;
  top: -120px;
}
@media (max-width: 1250px) {
  .content02 .picArea {
    opacity: 0.5;
    top: -18px;
  }
}
.content02 .picAreaSp {
  margin-top: 50px;
}
.content02 .picAreaSp img {
  vertical-align: bottom;
}
.content02 .titleArea {
  margin: 78px auto 54px;
  text-align: center;
  line-height: 0;
}
@media (max-width: 550px) {
  .content02 .titleArea {
    width: 200px;
    margin: 30px auto 40px;
  }
}
.content02 .title {
  margin-bottom: 35px;
}
@media (max-width: 550px) {
  .content02 .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.content02 .titleDetail {
  text-align: center;
}
.content02 .titleDetail:before {
  content: "";
  display: block;
  border-bottom: 1px solid #8a1e24;
  width: 60px;
  margin: 0 auto 20px;
}
@media (max-width: 550px) {
  .content02 .titleDetail:before {
    margin: 0 auto 15px;
  }
}
.content02 .titleDetail:after {
  content: "";
  display: block;
  border-top: 1px solid #8a1e24;
  width: 60px;
  margin: 20px auto 0;
}
@media (max-width: 550px) {
  .content02 .titleDetail:after {
    margin: 15px auto 0;
  }
}
.content02 .itemArea {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content02 .itemArea {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .content02 .itemArea {
    width: 95%;
  }
}
.content02 .item {
  text-align: center;
  width: 47.5%;
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .content02 .item {
    width: 100%;
  }
}
.content02 .item:nth-child(odd) {
  margin-right: 5%;
}
@media (max-width: 550px) {
  .content02 .item:nth-child(odd) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .content02 .item:not(:first-child) .itemDetail {
    padding-top: 10px;
  }
}
@media (max-width: 550px) {
  .content02 .item:not(:first-child) .itemDetail {
    padding-top: 0;
  }
}
.content02 .linkButton {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border: 1px solid #fff;
  width: 260px;
  height: 58px;
  text-align: center;
}
@media (max-width: 767px) {
  .content02 .linkButton {
    margin-top: 40px;
  }
}
.content02 .buttonText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  font-family: "Yu Mincho", "YuMincho";
  color: #fff;
  line-height: 2.8;
  font-size: 18px;
}
.content02 .pic {
  margin-bottom: 20px;
  line-height: 0;
}
@media (max-width: 767px) {
  .content02 .pic {
    display: inline-block;
    height: 50px;
    margin: 0 auto 15px;
    text-align: center;
  }
  .content02 .pic img {
    height: 100%;
  }
}
@media (max-width: 550px) {
  .content02 .pic {
    height: 40px;
  }
}
.content02 .itemPic {
  max-width: 275px;
  margin: 0 auto 30px;
  line-height: 0;
}
@media (max-width: 767px) {
  .content02 .itemPic {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .content02 .itemPic {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 15px;
  }
}
.content02 .itemDetail {
  font-size: 17px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-weight: bold;
  color: #808080;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .content02 .itemDetail {
    font-size: 16px;
    min-height: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .content02 .itemDetail {
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .content02 .itemDetail {
    min-height: auto;
    margin-bottom: 25px;
  }
}
.content02 .itemLink a {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #808080;
  max-width: 300px;
  margin: 0 auto;
  padding: 4px 0;
  border: 1px solid #808080;
  display: block;
}
@media (max-width: 767px) {
  .content02 .itemLink a {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .content02 .itemLink a {
    padding: 11px 0 10px;
  }
}
.content02 .itemLink a:hover {
  color: #fff;
  background: #808080;
}

.order {
  padding: 35px 0 80px;
  background: url("../images/top/bg_order.png") no-repeat bottom 90px right 14px/596px;
}
@media (max-width: 1250px) {
  .order {
    background-size: 400px;
    background-position: bottom 20px right -40px;
  }
}
@media (max-width: 1250px) and (min-width: 768px) {
  .order {
    position: relative;
    height: 827px;
  }
}
@media (max-width: 767px) {
  .order {
    padding-bottom: 0;
    background-position: bottom 66.66vw right 14px;
    background-size: 60%;
  }
}
@media (min-width: 1261px) {
  .order__inner {
    max-width: 1200px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .order__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 auto;
  }
}
@media (min-width: 1251px) {
  .order__detail {
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .order__detail {
    padding-bottom: 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1250px) and (min-width: 768px) {
  .order__detail {
    position: absolute;
    z-index: 1;
    right: 150px;
    bottom: 0;
    padding-bottom: 120px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .order__detail {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .order__detail {
    width: calc(100% - 40px);
    margin: 0 auto 65px;
  }
}
.order__headline {
  margin-bottom: 30px;
  font-family: "Yu Mincho", "YuMincho";
  color: #000;
}
@media (max-width: 767px) {
  .order__headline {
    margin-bottom: 20px;
    font-size: 32px;
    word-break: keep-all;
  }
}
.order__subheading {
  margin-bottom: 40px;
  font-family: YuGothic;
  font-size: 19px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .order__subheading {
    font-size: 17px;
  }
}
.order__text {
  margin-bottom: 30px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .order__text {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .order__img {
    width: 599px;
  }
}
@media (max-width: 1250px) and (min-width: 768px) {
  .order__img {
    position: absolute;
    top: 35px;
    left: 0;
    opacity: 0.5;
  }
}
.order__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  margin-top: 50px;
  padding: 5px 20px 0;
  border: 1px solid #000;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 18px;
}
@media (max-width: 767px) {
  .order__button {
    margin-top: 15px;
  }
}

.content06 {
  background: #fff;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .content06 {
    padding: 50px 0;
  }
}
.content06 .itemArea01 {
  padding: 1px 0;
}
@media (max-width: 767px) {
  .content06 .itemArea01 li {
    float: none;
    padding: 0;
  }
  .content06 .itemArea01 li:first-child {
    width: 95%;
    margin: 0 auto 30px;
  }
  .content06 .itemArea01 li:last-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .content06 .itemArea01 li img {
    width: 100%;
  }
}
.content06 .itemArea01 h5 {
  margin: 60px 0 20px;
}
@media (max-width: 1250px) {
  .content06 .itemArea01 h5 {
    margin-top: 10%;
    font-size: 45px;
  }
}
@media (max-width: 1000px) {
  .content06 .itemArea01 h5 {
    font-size: 35px;
    margin: 25px 0 20px;
  }
}
@media (max-width: 850px) {
  .content06 .itemArea01 h5 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .content06 .itemArea01 h5 {
    margin: 50px 0 20px;
  }
}
.content06 .itemArea01 .itemTextArea {
  padding-left: 50px;
}
@media (max-width: 1000px) {
  .content06 .itemArea01 .itemTextArea {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .content06 .itemArea01 .itemTextArea {
    padding: 0;
  }
}
.content06 .itemArea02 {
  padding: 1px 0;
}
@media (max-width: 767px) {
  .content06 .itemArea02 li {
    float: none;
    padding: 0;
  }
  .content06 .itemArea02 li:first-child {
    width: 95%;
    margin: 0 auto 30px;
  }
  .content06 .itemArea02 li:last-child {
    width: 100%;
    margin-bottom: 60px;
  }
  .content06 .itemArea02 li img {
    width: 100%;
  }
}
.content06 .itemArea02 h5 {
  margin: 140px 0 20px;
}
@media (max-width: 1250px) {
  .content06 .itemArea02 h5 {
    font-size: 45px;
    margin-top: 20%;
  }
}
@media (max-width: 1000px) {
  .content06 .itemArea02 h5 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .content06 .itemArea02 h5 {
    font-size: 30px;
    margin: 50px 0 20px;
  }
}
.content06 .itemArea02 .itemTextArea {
  padding-left: 190px;
}
@media (max-width: 1450px) {
  .content06 .itemArea02 .itemTextArea {
    padding-left: 100px;
  }
}
@media (max-width: 1250px) {
  .content06 .itemArea02 .itemTextArea {
    padding-left: 100px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .content06 .itemArea02 .itemTextArea {
    padding: 0;
  }
}
.content06 img {
  vertical-align: bottom;
}
.content06 .item {
  width: 50%;
}
.content06 .itemVideo video {
  width: 100%;
}
.content06 .itemText {
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1000px) {
  #colorbox {
    width: 700px;
    top: calc(50% - 270px);
    left: calc(50% - 350px);
  }
  #colorbox video {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #colorbox {
    width: 600px;
    top: calc(50% - 190px);
    left: calc(50% - 300px);
  }
}
@media (max-width: 650px) {
  #colorbox {
    width: 500px;
    top: calc(50% - 170px);
    left: calc(50% - 250px);
  }
}
@media (max-width: 550px) {
  #colorbox {
    width: 400px;
    top: calc(50% - 135px);
    left: calc(50% - 200px);
  }
}
@media (max-width: 420px) {
  #colorbox {
    width: 300px;
    top: calc(50% - 135px);
    left: calc(50% - 150px);
  }
}

#cboxOverlay {
  background: #000;
}

.backBtn {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}

#cboxOverlay {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=90);
}

.instaPic {
  width: 21.2%;
}
@media (max-width: 600px) {
  .instaPic {
    width: 48%;
  }
}
.instaPic:not(:last-child) {
  margin-right: 5%;
}
@media (max-width: 600px) {
  .instaPic:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .instaPic:nth-child(3) {
    clear: both;
  }
}
@media (max-width: 600px) {
  .instaPic:nth-child(odd) {
    margin-right: 4%;
  }
}
@media (max-width: 600px) {
  .instaPic:nth-child(-n+2) {
    margin-bottom: 4%;
  }
}
.instaPic a {
  padding: 50%;
  display: block;
}

.mainVisual .slider, .mainVisual .itemSlide {
  padding: 595px 0;
}
@media (max-width: 1800px) {
  .mainVisual .slider, .mainVisual .itemSlide {
    padding: 558px 0;
  }
}
@media (max-width: 1700px) {
  .mainVisual .slider, .mainVisual .itemSlide {
    padding: 527px 0;
  }
}
@media (max-width: 1600px) {
  .mainVisual .slider, .mainVisual .itemSlide {
    padding: 496px 0;
  }
}
@media (max-width: 1500px) {
  .mainVisual .slider, .mainVisual .itemSlide {
    padding: 465px 0;
  }
}
@media (max-width: 1400px) {
  .mainVisual .slider, .mainVisual .itemSlide {
    padding: 434px 0;
  }
}
@media (max-width: 1300px) {
  .mainVisual .slider, .mainVisual .itemSlide {
    padding: 403px 0;
  }
}
@media (max-width: 1200px) {
  .mainVisual .slider, .mainVisual .itemSlide {
    padding: 372px 0;
  }
}
@media (max-width: 1100px) {
  .mainVisual .slider, .mainVisual .itemSlide {
    padding: 340px 0;
  }
}
@media (max-width: 1000px) {
  .mainVisual .slider, .mainVisual .itemSlide {
    padding: 310px 0;
  }
}
@media (max-width: 900px) {
  .mainVisual .slider, .mainVisual .itemSlide {
    padding: 278px 0;
  }
}
@media (max-width: 800px) {
  .mainVisual .slider, .mainVisual .itemSlide {
    padding: 248px 0;
  }
}
@media (max-width: 767px) {
  .mainVisual .slider, .mainVisual .itemSlide {
    padding: 240px 0;
  }
}
@media (max-width: 550px) {
  .mainVisual .slider, .mainVisual .itemSlide {
    padding: 195px 0;
  }
}
.mainVisual .slider:first-child, .mainVisual .itemSlide:first-child {
  background: url("../images/pic_slider01.jpg") no-repeat center;
  background-size: cover;
}
.mainVisual .slider:nth-child(2), .mainVisual .itemSlide:nth-child(2) {
  background: url("../images/pic_slider07.jpg") no-repeat center;
  background-size: cover;
}
.mainVisual .slider:last-child, .mainVisual .itemSlide:last-child {
  background: url("../images/pic_slider08.png") no-repeat center;
  background-size: cover;
}

.nav__list {
  background: rgba(51, 51, 50, 0.5);
}