@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Roboto&display=swap");
@import url("reset.css");
@import url("common.css");
@import url("anm.css");
.noto, .__root.__shoptop .mv-area .inner .wait-time, .__root .sec-3 .num .top-info-slide .swiper-slide .head span, .__root .sec-7 .inner .sns-area h3, .__shoptop .sec-info h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.robot, .__root.__shoptop .mv-area .inner .wait-time span, .__root .sec-3 .num .top-info-slide .swiper-slide .head time, .__root .sec-7 .inner .sns-area .list li a p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
.clear {
  clear: both;
}
@media screen and (max-width: 1024px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-s {
    display: none !important;
  }
}
@media screen and (max-width:640px) {
  .onlyPC {
    display: none !important;
  }
  .onlySP {
    display: block;
  }
}
@media screen and (min-width:641px) {
  .onlyPC {
    display: block;
  }
  .onlySP {
    display: none !important;
  }
}
.base-btn, .com-more, .__root .sec-5 .opinion-area .btn, .__root .sec-6 .inner .btn, .__root .sec-7 .inner .btn, .__root .sec-8 .inner .btn {
  width: 250px;
  background-image: url(../img/common/btn-r@2x_g.jpg);
  background-size: 350px 150px;
  background-repeat: repeat;
  background-position: center center;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 30px auto 10px;
  color: white;
  z-index: 3;
}
.base-btn:disabled, .com-more:disabled, .__root .sec-5 .opinion-area .btn:disabled, .__root .sec-6 .inner .btn:disabled, .__root .sec-7 .inner .btn:disabled, .__root .sec-8 .inner .btn:disabled {
  background-image: none;
  background-color: #7d7c7c;
  box-shadow: none;
  color: #bbbbbb;
  cursor: not-allowed;
}
.com-more.btn-long {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .base-btn, .com-more, .__root .sec-5 .opinion-area .btn, .__root .sec-6 .inner .btn, .__root .sec-7 .inner .btn, .__root .sec-8 .inner .btn {
    width: 260px;
    height: 48px;
  }
}
.base-btn::after, .com-more::after, .__root .sec-5 .opinion-area .btn::after, .__root .sec-6 .inner .btn::after, .__root .sec-7 .inner .btn::after, .__root .sec-8 .inner .btn::after {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -9px;
  content: "";
  background-image: url(../img/ico-arrow-green-r2@2x.png);
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: block;
}
.base-btn:disabled::after, .com-more:disabled::after, .__root .sec-5 .opinion-area .btn:disabled::after, .__root .sec-6 .inner .btn:disabled::after, .__root .sec-7 .inner .btn:disabled::after, .__root .sec-8 .inner .btn:disabled::after {
  display: none;
}
.base-btn-light, .__root .sec-5 .tabs .body-copy .btn {
  width: 250px;
  background-image: url(../img/common/btn-r@2x_g.jpg);
  background-size: 350px 150px;
  background-repeat: repeat;
  background-position: center center;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 30px auto 10px;
  color: white;
}
@media screen and (max-width: 1024px) {
  .base-btn-light, .__root .sec-5 .tabs .body-copy .btn {
    width: 250px;
    height: 48px;
  }
}
.base-btn-light::after, .__root .sec-5 .tabs .body-copy .btn::after {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -9px;
  content: "";
  background-image: url(../img/ico-arrow-green-r2@2x.png);
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: block;
}
.com-more a {
  color: white;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.__root .mv-area {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .__root .mv-area::after {
    content: "";
    background: rgba(96, 193, 188, 0.9);
    width: 100%;
    height: 20%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}
.__root .mv-area .inner {
  position: relative;
  padding-top: 44%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .__root .mv-area .inner {
    height: 400px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .__root .mv-area .inner {
    height: 500px;
    padding: 0;
  }
}
.__root .mv-area .inner .movie {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media (max-width: 767px) {
  .__root .mv-area .inner .movie {
    width: auto;
    height: 100%;
  }
}
.__root .mv-area .inner .copy {
  position: absolute;
  left: 3%;
  bottom: 40px;
  max-width: 700px;
}
@media screen and (max-width: 1024px) {
  .__root .mv-area .inner .copy {
    left: 10px;
    bottom: 15px;
    width: 261px;
    z-index: 2;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .__root .mv-area .inner .copy {
    width: 50%;
  }
}
.__root .mv-area .inner .copy img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1600px) {
  .__root .mv-area .inner .copy img {
    width: 80%;
  }
}
@media (max-width: 1280px) {
  .__root .mv-area .inner .copy img {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .__root .mv-area .inner .copy img {
    width: 100%;
  }
}
.__root .mv-area .movie-btn {
  position: absolute;
  bottom: -50px;
  right: 3%;
  width: 223px;
}
.__root .mv-area .movie-btn:hover {
  opacity: 1;
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
@media (max-width: 1600px) {
  .__root .mv-area .movie-btn {
    right: 120px;
    max-width: 178px;
  }
}
@media screen and (max-width: 1024px) {
  .__root .mv-area .movie-btn {
    right: 17px;
    bottom: 10px;
    width: 190px;
    z-index: 2;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .__root .mv-area .movie-btn {
    width: 35%;
  }
}
.__root .mv-area .movie-btn img {
  max-width: 100%;
  height: auto;
}
.__root.__shoptop .mv-area .inner .copy {
  bottom: 190px;
}
@media screen and (max-width: 1024px) {
  .__root.__shoptop .mv-area .inner .copy {
    bottom: 15px;
  }
}
.__root.__shoptop .mv-area .inner .wait-time {
  width: 400px;
  height: 80px;
  border-radius: 50px;
  background: #858585;
  border: 2px solid white;
  font-weight: bold;
  color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
  position: absolute;
  left: 12%;
  bottom: 70px;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .__root.__shoptop .mv-area .inner .wait-time {
    width: 340px;
    height: 65px;
    font-size: 20px;
    left: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .__root.__shoptop .mv-area .inner .wait-time {
    bottom: inherit;
    top: 30px;
    width: 50%;
    height: 55px;
    font-size: 15px;
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .__root.__shoptop .mv-area .inner .wait-time span {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .__root.__shoptop .mv-area .inner .wait-time {
    bottom: inherit;
    top: 30px;
    width: 80%;
    height: 55px;
    font-size: 15px;
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .__root.__shoptop .mv-area .inner .wait-time span {
    font-size: 36px;
  }
}
.__root.__shoptop .mv-area .inner .wait-time i {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .__root.__shoptop .mv-area .inner .wait-time i {
    margin-right: 10px;
  }
  .__root.__shoptop .mv-area .inner .wait-time i img {
    width: 17px;
    height: auto;
    position: relative;
    bottom: -1px;
  }
}
.__root.__shoptop .mv-area .inner .wait-time span {
  font-size: 40px;
  font-weight: bold;
  margin: 0 2px 0 4px;
}
@media screen and (max-width: 1024px) {
  .__root.__shoptop .mv-area .inner .wait-time span {
    font-size: 28px;
  }
}
@media (max-width: 1600px) {
  .__root.__shoptop .mv-area .movie-btn {
    right: 3%;
  }
}
.__root .sec-notice {
  max-width: 1000px;
  margin: 80px auto 0;
  position: relative;
  z-index: 2;
}
.__root .sec-notice.notitile {
  margin: -70px auto 80px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-notice {
    padding: 0 15px;
    margin: 8% auto 0;
  }
  .__root .sec-notice.notitile {
    margin: -40px auto 8%;
  }
}
.__root .sec-notice dl {
  border: 1px solid #b4b4b4;
  padding: 25px 30px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-notice dl {
    padding: 15px;
  }
}
.__root .sec-notice dl dt {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.__root .sec-notice dl dt span {
  margin-right: 15px;
}
.__root .sec-notice dl dt span img {
  width: 28px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-notice dl dt span {
    margin-right: 10px;
  }
  .__root .sec-notice dl dt span img {
    width: 25px;
  }
}
.__root .sec-notice dl dt p {
  font-size: 20px;
  font-weight: 600;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .__root .sec-notice dl dt p {
    font-size: 16px;
    padding-right: 15px;
  }
}
.__root .sec-notice dl dt::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #7d7c7c;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-notice dl dt::before {
    width: 12px;
    height: 2px;
    right: 5px;
  }
}
.__root .sec-notice dl dt::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #7d7c7c;
  display: block;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -10px;
  transition: .3s;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .__root .sec-notice dl dt::after {
    width: 2px;
    height: 12px;
    right: 10px;
    margin-top: -6px;
  }
}
.__root .sec-notice dl dt.current::after {
  opacity: 0;
}
.__root .sec-notice dl dd {
  display: none;
}
.__root .sec-notice dl dd .wrap {
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
.__root .sec-notice dl dd .wrap p:not(:last-child), .__root .sec-notice dl dd .wrap dl:not(:last-child) {
  margin-bottom: 0.75rem;
}
.__root .sec-notice dl dd .wrap .attention_ttl {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fcf0da;
  border-radius: 3px;
  margin: 30px 0 15px;
}
.__root .sec-notice dl dd .wrap ul li {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
}
.__root .sec-notice dl dd .wrap ul li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 0.3em;
  height: 0.3em;
  background-color: #222;
  border-radius: 0.15em;
  margin-left: 0.25em;
  margin-right: 0.45em;
}
.__root .sec-notice dl dd .wrap ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .__root .sec-notice dl dd .wrap {
    font-size: 14px;
  }
  .__root .sec-notice dl dd .wrap .attention_ttl {
    font-size: 16px;
  }
}
.__root .sec-notice dl + .banner, .__root .sec-notice div + .banner {
  margin-top: 18px;
}
.__root .sec-notice .banner {
  border: 1px solid #b4b4b4;
}
.__root .sec-notice .banner .icon {
  width: 28px;
  margin-right: 15px;
}
.__root .sec-notice .banner .icon img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .__root .sec-notice .banner .icon {
    width: 25px;
    margin-right: 10px;
  }
}
.__root .sec-notice .banner + .banner {
  /*width: 25px;*/
}
.__root .sec-notice .banner a {
  padding: 25px 30px;
  position: relative;
  display: flex;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-notice .banner a {
    padding: 15px 30px 15px 15px;
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .__root .sec-notice .banner a {
    font-size: 16px;
  }
}
.__root .sec-notice .banner a:hover {
  opacity: 1;
}
.__root .sec-notice .banner a i {
  background: #60c1bc;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  right: 37px;
  top: 50%;
  margin-top: -11px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-notice .banner a i {
    width: 20px;
    height: 20px;
    right: 15px;
    margin-top: -10px;
  }
}
.__root .sec-notice .banner a i::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  padding-right: 1px;
  margin-right: 2px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-notice .banner a i::after {
    width: 6px;
    height: 6px;
    padding-right: 3px;
  }
}
.__root .sec-1 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .__root .sec-1::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 6px 6px 0.7px rgba(0, 0, 0, 0.10);
    z-index: 0;
  }
}
.__root .sec-1 .inner {
  background-image: url(../img/root_top//sec1/bg-r@2x.jpg);
  background-size: 180px auto;
}
.__root .sec-1 .cont-ttl {
  background: #60c1bc;
  text-align: center;
  padding: 40px 0;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-1 .cont-ttl {
    padding: 35px 25px;
    margin-bottom: 55px;
  }
  .__root .sec-1 .cont-ttl img {
    max-width: 428px;
    width: 100%;
    height: auto;
  }
}
.__root .sec-1 .cont-ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #60c1bc transparent transparent transparent;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -22px;
}
.__root .sec-1 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-1 .list {
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    padding-bottom: 30px;
  }
}
.__root .sec-1 .list li {
  width: 48%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .__root .sec-1 .list li {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbbbbb;
  }
}
.__root .sec-1 .list li:nth-last-child(1), .__root .sec-1 .list li:nth-last-child(2) {
  border: 0;
}
@media screen and (max-width: 1024px) {
  .__root .sec-1 .list li:nth-last-child(1), .__root .sec-1 .list li:nth-last-child(2) {
    border-bottom: 1px solid #bbbbbb;
  }
}
.__root .sec-1 .list li .cate {
  font-size: 18px;
  font-weight: bold;
  width: 90px;
  /*text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;*/
}
@media screen and (max-width: 1024px) {
  .__root .sec-1 .list li .cate {
    width: 120px;
    font-size: 18px;
    padding-left: 17px;
  }
}
@media screen and (max-width: 640px) {
  .__root .sec-1 .list li .cate {
    width: 80px;
    font-size: 15px;
    padding-left: 7px;
  }
}
.__root .sec-1 .list li .nav {
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.__root .sec-1 .list li .nav a {
  background-image: url(../img/root_top//sec1/btn-bg@2x.jpg);
  background-repeat: repeat-x;
  background-size: 180px 47px;
  width: 48%;
  height: 47px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  position: relative;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  .__root .sec-1 .list li .nav a {
    padding-right: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .__root .sec-1 .list li .nav a {
    padding-right: 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .__root .sec-1 .list li .nav a {
    padding-right: 25px;
    font-size: 4.5vw;
    line-height: 1.1;
  }
}
.__root .sec-1 .list li .nav a::after {
  content: "";
  background-image: url(../img/ico-arrow-r@2x.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-1 .list li .nav a::after {
    right: 10px;
  }
}
.__root .sec-2 .cont-ttl {
  background: #60c1bc;
  padding: 90px 0 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__root .sec-2 .cont-ttl {
    padding: 40px 30px 30px;
  }
  .__root .sec-2 .cont-ttl img {
    width: 100%;
    height: auto;
    max-width: 550px;
  }
}
.__root .sec-2 .cont-ttl i {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-2 .cont-ttl i img {
    width: 65px;
    height: auto;
  }
}
.__root .sec-2 .inside-area {
  text-align: center;
}
.__root .sec-2 .inside-area figcaption {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
  color: #60c1bc;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .__root .sec-2 .inside-area figcaption {
    font-size: 20px;
    line-height: 1.5;
  }
}
.__root .sec-2 .inside-area figcaption small {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-2 .inside-area figcaption small {
    font-size: 80%;
    display: block;
  }
}
.__root .sec-2 .inside-area .photo {
  display: flex;
  width: 1920px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .__root .sec-2 .inside-area .photo {
    width: 100%;
    left: inherit;
    transform: none;
    display: block;
  }
}
.__root .sec-2 .inside-area .photo img {
  max-height: 560px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .__root .sec-2 .inside-area .photo img {
    width: 100%;
    max-height: inherit;
  }
}
.__root .sec-2 .ttl-area {
  background-image: url(../img/root_top//sec2/bg-r@2x_g.jpg);
  background-size: 180px 90px;
  padding: 60px 0 200px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 1024px) {
  .__root .sec-2 .ttl-area {
    padding: 40px 0 180px;
  }
}
.__root .sec-2 .ttl-area .ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-2 .ttl-area .ttl {
    margin-bottom: 20px;
    padding: 0 40px;
  }
  .__root .sec-2 .ttl-area .ttl img {
    width: 100%;
    max-width: 450px;
    height: auto;
  }
}
.__root .sec-2 .ttl-area .ttl + p {
  font-size: 18px;
  line-height: 1.55556;
  text-align: center;
}
.__root .sec-2 p.captxt {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .__root .sec-2 .ttl-area .ttl + p {
    font-size: 16px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .__root .sec-2 .ttl-area .ttl + p {
    text-align: left;
  }
}
.__root .sec-2 .gallery-slide {
  width: calc(100% - 50px);
  box-sizing: border-box;
  margin: -150px auto 0;
}
@media screen and (max-width: 1024px) {
  .__root .sec-2 .gallery-slide {
    margin-top: -150px;
  }
}
@media (max-width: 640px) {
  .__root .sec-2 .gallery-slide {
    width: calc(100% - 30px);
  }
}
.__root .sec-2 .gallery-slide .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .__root .sec-2 .gallery-slide .swiper-slide {
    width: auto;
  }
}
.__root .sec-2 .gallery-slide .swiper-slide img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .__root .sec-2 .gallery-slide .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.__root .sec-3 {
  position: relative;
  margin: 80px auto 0;
}
@media screen and (max-width: 1024px) {
  .__root .sec-3 {
    margin: 8% auto 0;
  }
  .__root .sec-3::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 6px 6px 0.7px rgba(0, 0, 0, 0.10);
    z-index: 0;
    pointer-events: none;
  }
}
.__root .sec-3 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 30px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-3 .inner {
    padding: 0 0 5px;
  }
}
.__root .sec-3 .ttl {
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-3 .ttl {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.__root .sec-3 .ttl small {
  font-size: 42px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-3 .ttl small {
    font-size: 30px;
  }
}
.__root .sec-3 .ttl::before {
  content: "";
  background-image: url(../img/root_top//sec3/ico-ttl@2x.jpg);
  background-repeat: no-repeat;
  background-size: 70px;
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-3 .ttl::before {
    background-size: 65px;
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .__root .sec-3 .ttl::before {
    margin: 0 auto;
  }
}
.__root .sec-3 .sec-3_news {
  width: 100%;
  border: 1px solid #ccc;
  padding: 25px;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 15px;
  line-height: 160%;
}
.__root .sec-3 .sec-3_news .date {
  font-size: 16px;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.__root .sec-3 .sec-3_news .txt {
  font-size: 16px;
}
.__root .sec-3 .sec-3_news .txt a {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .__root .sec-3 .sec-3_news {
    width: calc(100% - 30px);
    margin: 0 auto 50px;
    gap: 5px;
    padding: 20px;
    grid-template-columns: 80px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .__root .sec-3 .sec-3_news {
    margin: 0 auto 30px;
    padding: 15px;
    gap: 2px;
    grid-template-columns: 70px 1fr;
  }
  .__root .sec-3 .sec-3_news .date {
    font-size: 13px;
  }
  .__root .sec-3 .sec-3_news .txt {
    font-size: 14px;
  }
}
.__root .sec-3 .sec-3_news .txt a:hover {
  text-decoration: none;
  color: #fd112a;
}
.__root .sec-3 .num {
  margin-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-3 .num {
    margin-bottom: 40px;
  }
  .__root .sec-3 .num + .num::before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background: #bbb;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }
}
.__root .sec-3 .num .s-ttl {
  font-size: 30px;
  font-weight: bold;
  color: #60c1bc;
  text-align: center;
}
@media (max-width: 640px) {
  .__root .sec-3 .num .s-ttl {
    font-size: 24px;
  }
}
.__root .sec-3 .num .info-slide-wrapper {
  width: 1100px;
  margin-left: -50px;
  position: relative;
}
@media (max-width: 1023px) {
  .__root .sec-3 .num .info-slide-wrapper {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.__root .sec-3 .num .top-info-slide {
  margin-top: 20px;
  position: initial;
  max-width: 1000px;
}
@media (max-width: 640px) {
  .__root .sec-3 .num .top-info-slide {
    margin-top: 15px;
  }
}
.__root .sec-3 .num .top-info-slide .swiper-slide {
  position: relative;
}
/*.__root .sec-3 .num .top-info-slide .swiper-slide::after {
  content: "";
  display: block;
  width: calc(100% - 28px);
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: 9px;
}
.__root .sec-3 .num .top-info-slide .swiper-slide::before {
  content: "";
  background-image: url(../img/ico-arrow-green-r@2x.png);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}*/
.__root .sec-3 .num .top-info-slide .swiper-slide .thumb {
  margin-bottom: 15px;
}
.__root .sec-3 .num .top-info-slide .swiper-slide .thumb img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.__root .sec-3 .num .top-info-slide .swiper-slide .head {
  display: flex;
  flex-wrap: wrap;
}
.__root .sec-3 .num .top-info-slide .swiper-slide .head time {
  /*font-weight: bold;*/
  font-size: 14px;
  color: #666;
  display: inline-block;
  line-height: 1;
  border-right: 1px solid #666;
  padding-right: 10px;
  margin-right: 10px;
}
.__root .sec-3 .num .top-info-slide .swiper-slide .head span {
  color: #666;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}
.__root .sec-3 .num .top-info-slide .swiper-slide .head span a {
  color: inherit;
  font-weight: normal;
}
.__root .sec-3 .num .top-info-slide .swiper-slide a h4 {
  font-size: 17px;
  margin: 15px 0;
  font-weight: 600;
}
@media (max-width: 640px) {
  .__root .sec-3 .num .top-info-slide .swiper-slide a h4 {
    font-size: 15px;
    margin: 10px 0 0;
  }
}
.__root .sec-3 .num .top-info-slide .swiper-button-prev, .__root .sec-3 .num .top-info-slide .swiper-button-next {
  top: 35% !important;
}
@media (max-width: 767px) {
  .__root .sec-3 .num .top-info-slide .swiper-button-prev, .__root .sec-3 .num .top-info-slide .swiper-button-next {
    top: 30% !important;
  }
}

.__root .sec-3 .num .top-info-slide .swiper-slide a p {
  font-size: 15px;
  line-height: 1.5;
}
.__root .sec-3 .num .top-info-slide .swiper-slide a .term {
  font-size: 14px;
  color: #60c1bc;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .__root .sec-3 .num .top-info-slide .swiper-button-prev {
    left: 5px;
  }
}
@media (max-width: 767px) {
  .__root .sec-3 .num .top-info-slide .swiper-button-next {
    right: 5px;
  }
}
.__root .sec-4 {
  z-index: 1;
  position: relative;
}
.__root .sec-4 .inner {
  background: #60c1bc;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .__root .sec-4 .inner {
    padding: 40px 15px;
  }
}
.__root .sec-4 .cont-ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-4 .cont-ttl {
    padding: 0 60px;
  }
  .__root .sec-4 .cont-ttl img {
    width: 100%;
    max-width: 430px;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .__root .sec-4 .cont-ttl {
    padding: 0 5%;
    margin-bottom: 40px;
  }
}
.__root .sec-4 .cont-ttl i {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-4 .cont-ttl i img {
    width: 65px;
    height: auto;
  }
}
.__root .sec-4 .tab_item {
  width: 20%;
  border: 1px solid white;
  height: 90px;
  color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  transition: .1s;
  position: relative;
  box-sizing: border-box;
  padding-right: 20px;
  box-shadow: 0 0 0 0 white;
}
@media screen and (max-width: 1024px) {
  .__root .sec-4 .tab_item {
    height: auto;
    font-size: 18px;
    padding: 15px 0;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .__root .sec-4 .tab_item {
    height: auto;
    font-size: 16px;
    padding: 15px 0;
    display: block;
    text-align: center;
  }
}
.__root .sec-4 .tab_item::after {
  content: "";
  background-image: url(../img/ico-arrow-green-r2@2x.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-4 .tab_item::after {
    position: inherit;
    right: inherit;
    top: inherit;
    margin: 2px auto 0;
    display: block;
  }
}
.__root .sec-4 .tab_item i {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-4 .tab_item i {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    top: inherit;
    height: 50px;
    margin: auto;
    display: block;
  }
}
.__root .sec-4 .tab_item i.ico1 {
  background-image: url(../img/root_top//sec4/ico-1@2x.png?aa);
  background-size: 35px 37px;
  background-repeat: no-repeat;
  width: 35px;
  height: 37px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-4 .tab_item i.ico1 {
    height: 35px;
  }
}
.__root .sec-4 .tab_item i.ico2 {
  background-image: url(../img/root_top//sec4/ico-2@2x.png);
  background-size: 28px 32px;
  background-repeat: no-repeat;
  width: 28px;
  height: 32px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-4 .tab_item i.ico2 {
    height: 35px;
  }
}
.__root .sec-4 .tab_item i.ico3 {
  background-image: url(../img/root_top//sec4/ico-3@2x.png);
  background-size: 38px 26px;
  background-repeat: no-repeat;
  width: 38px;
  height: 26px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-4 .tab_item i.ico3 {
    height: 35px;
  }
}
.__root .sec-4 .tab_item i.ico4 {
  background-image: url(../img/root_top//sec4/ico-4@2x.png);
  background-size: 29px 32px;
  background-repeat: no-repeat;
  width: 29px;
  height: 32px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-4 .tab_item i.ico4 {
    height: 35px;
  }
}
.__root .sec-4 .tab_item i.ico5 {
  background-image: url(../img/root_top//sec4/ico-5@2x.png);
  background-size: 29px 29px;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-4 .tab_item i.ico5 {
    height: 35px;
  }
}
.__root .sec-4 input:checked + .tab_item {
  background: white;
  color: #60c1bc;
  box-shadow: 0 0 0 5px white;
  border-radius: 2px;
  border: 0;
}
.__root .sec-4 input:checked + .tab_item::after {
  background-image: url(../img/ico-arrow-green-r@2x.png);
  transform: rotate(90deg);
}
.__root .sec-4 input:checked + .tab_item i.ico1 {
  background-image: url(../img/root_top/sec4/ico-1-on@2x_g.png);
}
.__root .sec-4 input:checked + .tab_item i.ico2 {
  background-image: url(../img/root_top/sec4/ico-2-on@2x_g.png);
}
.__root .sec-4 input:checked + .tab_item i.ico3 {
  background-image: url(../img/root_top/sec4/ico-3-on@2x_g.png);
}
.__root .sec-4 input:checked + .tab_item i.ico4 {
  background-image: url(../img/root_top/sec4/ico-4-on@2x_g.png);
}
.__root .sec-4 input:checked + .tab_item i.ico5 {
  background-image: url(../img/root_top/sec4/ico-5-on@2x_g.png);
}
.__root .sec-4 .tabs .body-copy {
  color: white;
}
@media screen and (max-width: 1024px) {
  .__root .sec-4 .tabs .body-copy {
    padding: 0 20px;
  }
}
.__root .sec-4 .tabs .body-copy .btn {
  width: 250px;
  background: white;
  border-radius: 4px;
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 40px auto 10px;
}
.__root .sec-4 .tabs .body-copy .btn::after {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -9px;
  content: "";
  background-image: url(../img/ico-arrow-green-r@2x.png);
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: block;
}
.__root .sec-5 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .__root .sec-5::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 6px 6px 0.7px rgba(0, 0, 0, 0.10);
    z-index: 0;
  }
}
.__root .sec-5 .inner {
  background-image: url(../img/root_top//sec1/bg-r@2x.jpg);
  background-size: 180px 90px;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .__root .sec-5 .inner {
    padding: 40px 15px;
  }
}
.__root .sec-5 .cont-ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-5 .cont-ttl {
    padding: 0 60px;
  }
  .__root .sec-5 .cont-ttl img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .__root .sec-5 .cont-ttl {
    padding: 0 14%;
    margin-bottom: 40px;
  }
}
.__root .sec-5 .cont-ttl i {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-5 .cont-ttl i img {
    width: 65px;
    height: auto;
  }
}
.__root .sec-5 .tab_item {
  width: 25%;
  border: 1px solid transparent;
  height: 90px;
  color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  transition: .1s;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0 0 0 white;
}
@media screen and (max-width: 1024px) {
  .__root .sec-5 .tab_item {
    height: auto;
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 18px 0;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .__root .sec-5 .tab_item {
    padding: 18px 0;
    font-size: 16px;
  }
}
.__root .sec-5 .tab_item::after {
  content: "";
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-5 .tab_item::after {
    position: inherit;
    right: inherit;
    top: inherit;
    margin: 10px auto 0;
    display: block;
  }
}
.__root .sec-5 .tab_item.pat1 {
  background: #fd485b;
  color: #ffffff;
}
.__root .sec-5 .tab_item.pat1:after {
  background-image: url(../img/root_top//sec5/arrow5@2x.png);
}
.__root .sec-5 .tab_item.pat2 {
  background: #feb396;
}
.__root .sec-5 .tab_item.pat2:after {
  background-image: url(../img/root_top//sec5/arrow2@2x.png);
}
.__root .sec-5 .tab_item.pat3 {
  background: #80d4db;
}
.__root .sec-5 .tab_item.pat3:after {
  background-image: url(../img/root_top//sec5/arrow3@2x.png);
}
.__root .sec-5 .tab_item.pat4 {
  background: #facd89;
}
.__root .sec-5 .tab_item.pat4:after {
  background-image: url(../img/root_top//sec5/arrow4@2x.png);
}
.__root .sec-5 .tab_item i {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-5 .tab_item i {
    margin-right: 3px;
  }
  .__root .sec-5 .tab_item i img {
    width: 40px;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .__root .sec-5 .tab_item i img {
    width: 30px;
    height: auto;
  }
}
.__root .sec-5 input:checked + .tab_item {
  box-shadow: 0 0 0 2px #fd485b;
  border-radius: 2px;
  border: 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: #fd485b;
}
.__root .sec-5 input:checked + .tab_item:after {
  background-image: url(../img/root_top//sec5/arrow1@2x.png);
}
.__root .sec-5 input:checked + .tab_item.pat2 {
  box-shadow: 0 0 0 2px #feb396;
  background-color: #fff;
  color: #feb396;
}
.__root .sec-5 input:checked + .tab_item.pat2:after {
  background-image: url(../img/root_top//sec5/arrow6@2x.png);
}
.__root .sec-5 input:checked + .tab_item.pat3 {
  box-shadow: 0 0 0 2px #80d4db;
  background-color: #fff;
  color: #80d4db;
}
.__root .sec-5 input:checked + .tab_item.pat3:after {
  background-image: url(../img/root_top//sec5/arrow7@2x.png);
}
.__root .sec-5 input:checked + .tab_item.pat4 {
  box-shadow: 0 0 0 2px #facd89;
  background-color: #fff;
  color: #facd89;
}
.__root .sec-5 input:checked + .tab_item.pat4:after {
  background-image: url(../img/root_top//sec5/arrow8@2x.png);
}
.__root .sec-5 input:checked + .tab_item.pat1::after, .__root .sec-5 input:checked + .tab_item.pat2::after, .__root .sec-5 input:checked + .tab_item.pat3::after, .__root .sec-5 input:checked + .tab_item.pat4::after {
  transform: rotate(90deg);
}
.__root .sec-5 .tabs .body-copy {
  color: #222;
}
@media screen and (max-width: 1024px) {
  .__root .sec-5 .tabs .body-copy {
    padding: 0 20px;
  }
}
.__root .sec-5 .opinion-area {
  background: #cfedeb;
  width: 500px;
  margin: 90px auto 0;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-5 .opinion-area {
    margin-top: 70px;
    width: 100%;
    max-width: 500px;
  }
}
.__root .sec-5 .opinion-area h3 {
  font-size: 30px;
  color: #60c1bc;
  margin-bottom: 0;
  font-weight: bold;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-5 .opinion-area h3 {
    top: -30px;
  }
}
.__root .sec-5 .opinion-area h3 + p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .__root .sec-5 .opinion-area h3 + p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.__root .sec-5 .opinion-area .baby {
  position: absolute;
  right: -90px;
  bottom: -15px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-5 .opinion-area .baby {
    width: 84px;
    height: auto;
    bottom: inherit;
    top: -60px;
    right: -10px;
  }
}
.__root .sec-5 .opinion-area .btn {
  margin: 20px auto 10px;
}
.__root .tabs {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  /*選択されているタブのコンテンツのみを表示*/
}
.__root .tabs input[type="radio"] {
  display: none;
}
.__root .tabs .tab_content {
  display: none;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  .__root .tabs .tab_content {
    padding-top: 30px;
  }
}
.__root .tabs #tab01:checked ~ #tab01_content, .__root .tabs #tab02:checked ~ #tab02_content, .__root .tabs #tab03:checked ~ #tab03_content, .__root .tabs #tab04:checked ~ #tab04_content, .__root .tabs #tab05:checked ~ #tab05_content, .__root .tabs #tab01-pt2:checked ~ #tab01-pt2_content, .__root .tabs #tab02-pt2:checked ~ #tab02-pt2_content, .__root .tabs #tab03-pt2:checked ~ #tab03-pt2_content, .__root .tabs #tab04-pt2:checked ~ #tab04-pt2_content {
  display: block;
}
.__root .tabs .slick-slide {
  margin: 0 20px;
}
.__root .tabs .slick-slide img {
  width: 100%;
  height: auto;
}
.__root .tabs .slick-prev, .__root .tabs .slick-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
}
.__root .tabs .slick-prev:before, .__root .tabs .slick-next:before {
  content: "";
}
.__root .tabs .slick-prev:before {
  width: 8px;
  height: 8px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.__root .tabs .slick-next:before {
  width: 8px;
  height: 8px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.__root .tabs .slick-next {
  right: 8%;
}
@media screen and (max-width: 1024px) {
  .__root .tabs .slick-next {
    right: 50px;
  }
}
.__root .tabs .slick-prev {
  left: 8%;
}
@media screen and (max-width: 1024px) {
  .__root .tabs .slick-prev {
    left: 50px;
  }
}
.__root .tabs .body-copy {
  color: white;
  margin-top: 65px;
}
@media screen and (max-width: 1024px) {
  .__root .tabs .body-copy {
    margin-top: 20px;
  }
}
.__root .tabs .body-copy h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .__root .tabs .body-copy h3 {
    margin-bottom: 15px;
    font-size: 28px;
  }
}
.__root .tabs .body-copy p {
  font-size: 18px;
  max-width: 930px;
  margin: auto;
  font-feature-settings: "palt";
  text-align: center;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 1024px) {
  .__root .tabs .body-copy p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .__root .tabs .body-copy p {
    text-align: left;
  }
}
.__shoptop .sec-6 {
  background: #fbfbfb;
  padding: 1px 0 !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  .__shoptop .sec-6 {
    background: none;
    padding: 0 0 1px !important;
    box-shadow: 0px 6px 6px 0.7px rgba(0, 0, 0, 0.10);
    margin-bottom: 40px;
  }
}
.__root .sec-6 .inner {
  background-image: url(../img/root_top//sec6/bg-r@2x.jpg);
  background-size: 180px 90px;
  padding: 65px 0 45px;
  position: relative;
  text-align: center;
  width: 900px;
  margin: 100px auto;
}
@media screen and (max-width: 1024px) {
  .__root .sec-6 .inner {
    padding: 45px 0 30px;
    width: calc(100% - 30px);
    max-width: 900px;
    margin: 60px auto 40px;
  }
}
.__root .sec-6 .inner::before {
  content: "";
  background-image: url(../img/root_top//sec6/ico@2x.png);
  background-size: 70px;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: -35px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-6 .inner::before {
    background-size: 65px;
    width: 65px;
    height: 65px;
    margin-left: -30px;
    top: -30px;
  }
}
.__root .sec-6 .inner h2 {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-6 .inner h2 {
    font-size: 34px;
    margin-bottom: 5px;
  }
}
.__root .sec-6 .inner h2 + p {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-6 .inner h2 + p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.__root .sec-6 .inner .btn {
  background: white;
  color: #222;
}
@media screen and (max-width: 1024px) {
  .__root .sec-6 .inner .btn {
    box-shadow: 0px 1.5px 1.3px 0.2px rgba(0, 0, 0, 0.3) !important;
    margin: 10px auto 10px;
  }
}
.__root .sec-6 .inner .btn::after {
  background-image: url(../img/ico-arrow-orange-r@2x.png);
}
.__root .sec-7 {
  padding: 70px 0 100px;
  background: #f4f4f4;
  position: relative;
}
.__shoptop .sec-7 {
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .__root .sec-7 {
    background: no-repeat;
    padding-top: 0;
    padding-bottom: 60px;
  }
  .__root .sec-7::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 6px 6px 0.7px rgba(0, 0, 0, 0.10);
    z-index: 0;
  }
}
.__root .sec-7 .inner {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
.__root .sec-7 .inner h2 {
  font-size: 46px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-7 .inner h2 {
    font-size: 36px;
    margin-bottom: 0px;
    display: block;
  }
}
/*.__root .sec-7 .inner h2::before {
  content: "";
  background-image: url(../img/root_top//sec7/ico@2x.png);
  background-size: 67px;
  width: 67px;
  height: 67px;
  display: block;
  margin-right: 10px;
}*/
@media screen and (max-width: 1024px) {
  .__root .sec-7 .inner h2::before {
    margin: 0 auto 10px;
  }
}
.__root .sec-7 .inner h2 + p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-7 .inner h2 + p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .__root .sec-7 .inner h2 + p {
    font-size: 3.8vw;
    margin-bottom: 15px;
    line-height: 1.6;
  }
}
.__root .sec-7 .inner .fig img {
  margin: 15px 0;
}
@media screen and (max-width: 640px) {
  .__root .sec-7 .inner .fig img {
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 1024px) {
  .__root .sec-7 .inner .fig {
    padding: 0 60px;
  }
  .__root .sec-7 .inner .fig img {
    max-width: 100%;
    height: auto;
  }
}
.__root .sec-7 .inner .btn {
  margin-top: 20px;
}
.__root .sec-7 .inner .sns-area {
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
  margin-top: 70px;
  display: block;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
}
@media screen and (max-width: 1024px) {
  .__root .sec-7 .inner .sns-area {
    padding-top: 20px;
    margin-top: 40px;
    display: block;
  }
}
.__root .sec-7 .inner .sns-area h3 {
  font-size: 36px;
  font-weight: bold;
  margin-right: 60px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-7 .inner .sns-area h3 {
    text-align: center;
    margin: 0 0 10px;
  }
}
.__root .sec-7 .inner .sns-area .list {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  width: 600px;
  margin: 20px auto 0;
}
.__root .sec-7 .inner .sns-area .list li {
  margin: 0 15px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-7 .inner .sns-area .list {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .__root .sec-7 .inner .sns-area .list li {
    margin: 0 20px;
  }
}
.__root .sec-7 .inner .sns-area .list li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .__root .sec-7 .inner .sns-area .list li a {
    display: block;
    text-align: center;
  }
}
.__root .sec-7 .inner .sns-area .list li a p {
  font-size: 18px;
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-7 .inner .sns-area .list li a p {
    font-size: 14px;
    margin: 5px 0 0;
  }
}
.__root .sec-8 {
  padding: 90px 0 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .__root .sec-8 {
    padding: 40px 15px;
  }
  .__root .sec-8::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 6px 6px 0.7px rgba(0, 0, 0, 0.10);
    z-index: 0;
  }
}
.__root .sec-8 .inner {
  background-image: url(../img/root_top/sec8/bg@2x.jpg);
  background-size: 916px 460px;
  width: 916px;
  height: 460px;
  box-sizing: border-box;
  margin: 0 auto 90px;
  color: white;
  padding: 75px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .__root .sec-8 .inner {
    background-size: cover;
    width: 100%;
    max-width: 900px;
    height: auto;
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.__root .sec-8 .inner h2 {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1024px) {
  .__root .sec-8 .inner h2 {
    font-size: 25px;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
}
.__root .sec-8 .inner h2 + p {
  font-size: 18px;
  line-height: 1.55556;
}
@media screen and (max-width: 1024px) {
  .__root .sec-8 .inner h2 + p {
    font-size: 15px;
    font-weight: bold;
  }
}
.__root .sec-8 .inner .btn {
  background: white;
  color: #222;
}
.__root .sec-8 .inner .btn::after {
  background-image: url(../img/root_top//sec8/arrow@2x.png);
}
.__root .sec-8 .banner-area h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.33333;
}
@media screen and (max-width: 1024px) {
  .__root .sec-8 .banner-area h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.__root .sec-8 .banner-area .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1350px) {
  .__root .sec-8 .banner-area .list {
    max-width: 700px;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .__root .sec-8 .banner-area .list {
    max-width: 500px;
  }
}
.__root .sec-8 .banner-area .list li {
  margin: 0 14px;
}
@media (max-width: 1350px) {
  .__root .sec-8 .banner-area .list li {
    margin: 2% 0 0;
    width: 49%;
  }
  .__root .sec-8 .banner-area .list li img {
    width: 100%;
    height: auto;
  }
}
.popup {
  max-width: 1100px;
  background: white;
  margin: 50px auto;
  position: relative;
}
@media (max-width: 991px) {
  .popup {
    margin: 40px auto;
  }
}
.popup .closePopup {
  position: absolute;
  right: 0;
  top: -30px;
  margin: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
.popup .closePopup.btn {
  display: none;
}
@media (max-width: 991px) {
  .popup .closePopup.btn {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 30px;
    font-size: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    color: white;
    font-weight: bold;
  }
}
.__shoptop .sec-info {
  max-width: 1000px;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .__shoptop .sec-info {
    margin: 40px auto 0;
    padding-bottom: 40px;
    box-shadow: 0px 6px 6px 0.7px rgba(0, 0, 0, 0.10);
  }
}
.__shoptop .sec-info h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .__shoptop .sec-info h3 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .__shoptop .sec-info h3 {
    font-size: 7.5vw;
  }
}
.__shoptop .sec-info h3 i {
  margin-right: 15px;
  position: relative;
  bottom: -5px;
}
@media screen and (max-width: 1024px) {
  .__shoptop .sec-info h3 i {
    bottom: 0;
    display: block;
    margin: 0 auto 10px;
  }
}
.__shoptop .sec-info .schedule-area {
  width: 48%;
  max-width: 480px;
}
@media screen and (max-width: 1024px) {
  .__shoptop .sec-info .schedule-area {
    width: calc(100% - 30px);
    margin: auto;
    order: 2;
  }
}
.__shoptop .sec-info .schedule-area .box {
  width: 100%;
  height: 620px;
  border: 1px solid #cccccc;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .__shoptop .sec-info .schedule-area .box {
    height: auto;
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  .__shoptop .sec-info .schedule-area .box {
    padding: 0;
  }
}
.__shoptop .sec-info .event-area {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .__shoptop .sec-info .event-area {
    width: 100%;
    order: 0;
    margin-bottom: 40px;
  }
}
.__shoptop .sec-info .event-area .box {
  width: 100%;
  height: 620px;
  overflow: auto;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .__shoptop .sec-info .event-area .box {
    padding: 0 15px 40px;
    border: 0;
    box-shadow: 0px 6px 6px 0.7px rgba(0, 0, 0, 0.10);
    height: auto;
  }
}
@media (max-width: 767px) {
  .__shoptop .sec-info .event-area .box .top-event-slide .swiper-button-prev {
    left: 5px;
  }
}
@media (max-width: 767px) {
  .__shoptop .sec-info .event-area .box .top-event-slide .swiper-button-next {
    right: 5px;
  }
}
.__shoptop .sec-info .event-area .box .top-event-slide .swiper-wrapper {
  display: block;
}
@media screen and (max-width: 1024px) {
  .__shoptop .sec-info .event-area .box .top-event-slide .swiper-wrapper {
    display: flex;
  }
}
.__shoptop .sec-info .event-area .box .top-event-slide .swiper-slide {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .__shoptop .sec-info .event-area .box .top-event-slide .swiper-slide {
    margin-bottom: 0;
  }
  .top-event-slide.multiple-slides .swiper-slide {
    margin: 0 15px;
    width: calc(100% - 30px) !important;
  }
  .top-event-slide.multiple-slides .swiper-button-next, .top-event-slide.multiple-slides .swiper-button-prev {
    display: none !important;
  }
}
.__shoptop .sec-info .event-area .box .top-event-slide .swiper-slide::after {
  content: "";
  display: block;
  width: calc(100% - 28px);
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: 9px;
}
.__shoptop .sec-info .event-area .box .top-event-slide .swiper-slide::before {
  content: "";
  background-image: url(../img/ico-arrow-red-r@2x.png);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.__shoptop .sec-info .event-area .box .top-event-slide .swiper-slide .thumb {
  margin-bottom: 15px;
}
.__shoptop .sec-info .event-area .box .top-event-slide .swiper-slide .thumb img {
  width: 100%;
  height: auto;
}
.__shoptop .sec-info .event-area .box .top-event-slide .swiper-slide .head {
  display: flex;
  flex-wrap: wrap;
}
.__shoptop .sec-info .event-area .box .top-event-slide .swiper-slide .head .tag {
  color: #fd112a;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}
.__shoptop .sec-info .event-area .box .top-event-slide .swiper-slide .head .tag a {
  color: inherit;
}
.__shoptop .sec-info .event-area .box .top-event-slide .swiper-slide a h4 {
  font-size: 17px;
  margin: 15px 0;
  font-weight: 600;
}
.__shoptop .sec-info .event-area .box .top-event-slide .swiper-slide a p {
  font-size: 15px;
  line-height: 1.5;
}
.__shoptop .sec-info .event-area .box .top-event-slide .swiper-slide a .term {
  font-size: 12px;
  color: #fd112a;
  margin-top: 10px;
}
.__shoptop .sec-info .access-area {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
}
.__shoptop .sec-info .access-area .tbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.__shoptop .sec-info .access-area .tbl th {
  background: #fff0ec;
  border: 1px solid #cccccc;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  width: 300px;
}
.__shoptop .sec-info .access-area .tbl td {
  text-align: left;
  padding: 20px 30px;
  border: 1px solid #cccccc;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .__shoptop .sec-info .access-area {
    margin: 0 auto 40px;
    order: 1;
  }
  .__shoptop .sec-info .access-area .box {
    padding: 0 0 40px;
    border: 0;
    box-shadow: 0px 6px 6px 0.7px rgba(0, 0, 0, 0.10);
    height: auto;
  }
  .__shoptop .sec-info .access-area .tbl {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .__shoptop .sec-info .access-area .tbl th {
    padding: 10px 20px;
  }
  .__shoptop .sec-info .access-area .tbl td {
    text-align: left;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .__shoptop .sec-info .access-area .tbl th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-top: -1px;
  }
  .__shoptop .sec-info .access-area .tbl td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-top: -1px;
    line-height: 1.6;
  }
}
.__root .sec-3 .num .top-info-slide .swiper-slide {}
.__root .sec-3 .num .top-info-slide.inactive .swiper-slide {
  max-width: 320px;
  margin: 0 auto
}
@media screen and (max-width: 1024px) {
  .__root .sec-3 .num .top-info-slide.inactive .swiper-slide {
    max-width: calc(80% - 60px);
    margin: 0 auto
  }
}
@media screen and (max-width: 640px) {
  .__root .sec-3 .num .top-info-slide.inactive .swiper-slide {
    max-width: calc(90% - 60px);
    margin: 0 auto
  }
}
/*
 * ヘッダー
 */
.lower .h-menu .txt {
  text-align: center;
}
.sp_header_nav_items {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
@media screen and (min-width: 1025px) {
  .sp_header_nav_items {
    display: none;
  }
}
.sp_header_nav_item {
  margin-right: 15px;
  display: none;
  font-size: 9px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  padding-bottom: 0.5px;
}
.sp_header_nav_item, .sp_header_nav_item a {
  color: #60c1bc;
}
.sp_header_nav_item:before {
  display: block;
  content: '';
  width: 32px;
  height: 18px;
  margin: 0 auto 2px;
  background-image: url("../img/header_nav_ticket.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .sp_header_nav_item {
    display: block;
  }
}
/* top-main-slide */
.top-main-slide, .top-main-slide.swiper-container {
  position: relative;
  overflow: visible !important;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top-main-slide, .top-main-slide.swiper-container {
    margin-bottom: 50px;
  }
}
.top-main-slide .swiper-wrapper {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.top-main-slide .swiper-slide {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-main-slide .swiper-slide {
    width: 100%;
  }
}
.top-main-slide .swiper-slide img {
  width: 100%;
}
/* ページネーションのスタイル */
.swiper-pagination {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: block !important;
  width: 100%;
  max-width: 900px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  opacity: 1;
  margin: 0 8px;
  transition: background-color 0.3s;
}
.swiper-pagination-bullet-active {
  background-color: #fd112a;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: -25px;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
.swiper-button-next, .swiper-button-prev {
  color: #bbb !important;
}
@media (max-width: 767px) {
  .__root .sec-3 .num .top-info-slide .swiper-button-prev {
    left: -10px;
  }
  .__root .sec-3 .num .top-info-slide .swiper-button-next {
    right: -10px;
  }
  .__root .sec-3 .swiper-button-next, .__root .sec-3 .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .__root .sec-3 .swiper-button-prev:after, .__root .sec-3 .swiper-button-next:after {
    font-size: 10px;
  }
}