@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            recet css
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.body {
  background-color: #FFF;
  color: #231815;
  position: relative;
  overflow-x: hidden;
  font-family: YakuHanRPs,"Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "palt";
  height: 100%;
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: 500;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
a {text-decoration: none; overflow: hidden; color: #231815;}
img {width: 100%; border: none; vertical-align: middle;-webkit-backface-visibility: hidden;}
hr {display: none;clear: both;}
ul {margin: 0;padding: 0;}
ol {margin: 0;padding: 0;}
li {margin: 0;padding: 0; list-style-type: none;}
dl {margin: 0;padding: 0;}
dt {margin: 0;padding: 0;}
dd {margin: 0; padding: 0;}
p {margin: 0; padding: 0; font-feature-settings: "palt" 1;}
span {font-feature-settings: "palt" 1;}
address {font-style: normal;}
* {-webkit-appearance: none; -o-box-sizing: border-box;  -ms-box-sizing: border-box; box-sizing: border-box;}
figure {margin: 0;}
input {all: revert;}
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                共通パーツ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
main {width: 100%;}
.sp {display: none !important;}
.sp-s {display: none !important;}
@media screen and (max-width: 768px) {
  .pc {display: none !important;}
  .sp {display: block !important;}
}
@media screen and (max-width: 500px) {
  .sp-s {display: block !important;}
}
.size-xs {font-size: 70%;}
.size-s {font-size: 80%;}
@media screen and (max-width: 768px) {
  .size-s {font-size: 60%;}
}

.right {margin-left: auto;}
.center {margin: 0 auto;}
.underline {text-decoration: underline;}

/*■■■■■■■■■■■■■■■■■
      wrap
■■■■■■■■■■■■■■■■■*/
.content-wrap {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .content-wrap {width: 90%;}
}
@media screen and (max-width: 768px) {
  .content-wrap {width: 95%;}
}

.content-wrap--narrow {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .content-wrap--narrow {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .content-wrap--narrow {width: 95%;}
}

.anker-margin {
  height: 60px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  z-index: 20;
  font-size: 14px;
  letter-spacing: 0.09em;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 30px;
  align-items: center;
  transition: transform 0.5s;
  box-shadow: 0px 4px 2px rgba(155, 155, 155, 0.3);
  height: 80px;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 400px) {
  .header {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 10px;
  }
}

.header-logo {
  display: flex;
  align-items: flex-end;
}

.header-logo a img {
  width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .header-logo a img {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .header-logo a img {
    width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .header-logo a img {
    width: 100px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 400px) {
  .header-logo a img {
    width: 120px;
    margin-right: 0;
  }
}

.header-company {
  font-size: 10px;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .header-company {
    width: 100%;
  }
}

.header__btn {
  display: inline-block;
}

.js_hide {
  transform: translateY(-100%);
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        header-menu
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header__menu {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.header__menu ul {
  display: flex;
  list-style-type: none;
}

.header__menu ul li {
  margin-right: 2em;
  text-decoration: underline;
  font-weight: 500;
  transition: all .3s;
  text-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  .header__menu ul li {
    margin-right: 1em;
  }
}
.header__menu ul li:hover {
  opacity: 0.7;
}
.header__menu ul li:last-child {
  margin-right: 0;
}

/* ハンバーガー トグルボタン　*/
@media screen and (max-width: 768px) {
  .menu-btn {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 90;
    top: 15px;
    right: 20px;
    height: 50px;
    width: 50px;
    background-color: #4fd9d6;
    border-radius: 100px ;
  }
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 10px;
  background-color: #FFF;
  position: absolute;
}

.menu-btn span:before {bottom: 8px;}
.menu-btn span:after {top: 8px;}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
  /* チェックボックスを隠す */
}

/* ここからメニュー*/
/* メニュー画面をディスプレイ外へ */
.menu-content {
  width: 50%;
  position: fixed;
  top: 80px;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  background-color: #61ddda;
  z-index: 80;
  transition: all 0.3s;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.menu-content ul li.menu-content--colord {
  background-image: linear-gradient(#ff95b7 50%, #ff7aa5 50%);
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  .menu-content ul {
    padding: 0;
    text-align: center;
  }
}

.menu-content ul li {
  list-style: none;
  border-bottom: 2px solid #FFF;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  box-sizing: border-box;
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 20px 0;
  position: relative;
  color: #FFF;
}
@media screen and (max-width: 500px) {
  .menu-content ul li a {
    font-size: 16px;
  }
}
.menu-content ul li a:hover {
  opacity: 0.7;
}

/* チェックボックスにチェックがついたとき、メニューが画面に表示 */
#menu-btn-check:checked ~ .menu-content {
  left: 50%; /*メニューを画面内へ*/
}

@media screen and (max-width: 768px) {
  #menu-btn-check:checked ~ .menu-cover {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 79;
    background: rgba(255, 255, 255, 0.5);
    display: block;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
              MV
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.mv {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 80px;
  }
}
.mv__bg {
  min-height: 600px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #4fd9d6;
  background-image:
    url(../img/bg-mv-left.png),
    url(../img/bg-mv-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top, right top;
}
@media screen and (max-width: 768px) {
  .mv__bg {
    min-height:  320px;
    padding-bottom: 40px;
    background-image:
    url(../img/bg-mv-sp.png);
    background-size: cover;
    background-position: left center;
  }
}

.mv__wrap {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__wrap {
    width: 90%;
  }
}

.mv__img-wrap {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__img-wrap {
    width: 70%;
    margin-left: auto;
  }
}

.mv__txt-wrap {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mv__txt-wrap {
    position: absolute;
    width: 45%;
    left: 10%;
    top: 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.mv__txt--first {
  width: 100%;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.4));
}

.mv__txt--second {
  font-size: 2vw;
  font-weight: bold;
  margin-top: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .mv__txt--second {
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .mv__txt--second {
    font-size: 16px;
  }
}

.mv__main-img {
  display: block;
  position: relative;
  z-index: 2;
}
.mv__main-img-shadow {
  position: absolute;
  width: 10%;
  bottom: 5%;
  left: 7%;
  mix-blend-mode: multiply;
}

.mv__main-img picture {
  width: 100%;
}

.mv__main-img img {
  width: 100%;
}

.mv__note {
  position: absolute;
  width: 30%;
  left: -15%;
  top: 55%;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 768px) {
  .mv__note {
    width: 40%;
    left: -30%;
    top: 50%;
  }
}

.mv__btn-wrap {
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mv__btn-wrap {
    width: 100%;
    justify-content: center;
  }
  .mv__btn-wrap .btn__wrap:first-child {
    margin-right: 10px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            What is
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.what {
  padding-top: 80px;
}
.what__item-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .what__item-wrap {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
}

.what__item {
  width: 32%;
  border-radius: 10px;
  padding: 1% 2% 4%;
}
@media screen and (max-width: 768px) {
  .what__item {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-radius: 20px;
  }
}

.what__item--first {
  background-color: #ffefca;
}
@media screen and (max-width: 768px) {
  .what__item--first {
    margin-bottom: 20px;
  }
}
.what__item--second {
  background-color: #ffdee8;
}
@media screen and (max-width: 768px) {
  .what__item--second {
    margin-bottom: 20px;
  }
}
.what__item--third {
  background-color: #d3f5f5;
}

.what__item-number {
  width: 30%;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .what__item-number {
    width: 100px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .what__item-number {
    width: 80px;
  }
}

.what__item-head {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .what__item-head {
    font-size: 24px;
  }
}

.what__item-txt {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .what__item-txt {
    font-size: 16px;
  }
}



.what__item-img {
  display: block;
  height: 220px;
  width: auto;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .what__item-img {
    height: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .what__item-img {
    height: 200px;
  }
}
@media screen and (max-width: 900px) {
  .what__item-img {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .what__item-img {
    height: 200px;
  }
}

.what__item-img-inner {
  position: relative;
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .what__item-img-inner {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .what__item-img-inner {
    width: 200px;
  }
}

.what__item-img-shadow {
  position: absolute;
  width: 20%;
  height: auto;
  left: -14%;
  bottom: 0%;
  mix-blend-mode: multiply;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .what__item-img-shadow {
    left: -18%;
    bottom: 0%;
  }
}
@media screen and (max-width: 1000px) {
  .what__item-img-shadow {
    left: -10%;
    bottom: -2%;
  }
}
@media screen and (max-width: 768px) {
  .what__item-img-shadow {
    left: -10%;
    bottom: -2%;
  }
}

.what__item-img-3 {
  padding-top: 20px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            Goods
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.goods {
  padding-top: 160px;
  padding-bottom: 40px;
  background-image:
  url(../img/bg-goods-left.png),
  url(../img/bg-goods-right.png) ;
  background-position: top left, top right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px){
  .goods {
    background-image:url(../img/bg-goods-sp.png) ;
    background-position: left;
    background-size: cover;
    padding-top: 100px;
  }
}
@media screen and (max-width: 500px){
  .goods {
    padding-top: 80px;
  }
}

.goods__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px){
  .goods__wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 500px){
  .goods__wrap {
    margin-bottom: 60px;
  }
}

.goods__head {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 900px){
  .goods__head {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px){
  .goods__head {
    text-align: center;
  }
}

.goods__img {
  width: 55%;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px){
  .goods__img {
    width: 70%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 500px){
  .goods__img {
    width: 90%;

  }
}
.goods__img::after {
  content: "";
  display: block;
  position: absolute;
  left: 5%;
  top: 3%;
  width: 100%;
  height: 100%;
  background-image: url(../img/img-goods-shadow.png);
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  z-index: -1;
}

.goods__img img {
  width: 100%;
  margin: 0 auto;
}

.goods__txt {
  width: 45%;
}
@media screen and (max-width: 768px){
  .goods__txt {
    width: 100%;
    margin: 0 auto;
  }
}

.goods__list {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px){
  .goods__list {
    font-size: 16px;
    width: 70%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 500px){
  .goods__list {
    width: 100%;
  }
}

.goods__list li {
  text-indent: 0;
}
@media screen and (max-width: 768px){
  .goods__list li {
    width: 49%;
    display: inline-block;
  }
}
.goods__list li::before {
  content:"・";
}

.goods__txt-svg {
  width: 100%;
}
@media screen and (max-width: 768px){
  .goods__txt-svg {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 500px){
  .goods__txt-svg {
    width: 100%;
  }
}

.goods__txt-svg--first {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px){
  .goods__txt-svg--first {
    width: 80%;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            Achievements
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.achievements {
  padding-top: 80px;
}
@media screen and (max-width: 768px){
  .achievements {
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px){
  .achievements {
    padding-top: 20px;
  }
}

.achievements__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Comimg soon */
.achievements__wrap::before {
  content: "";
  position: absolute;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  padding-bottom: 40px;
  background-color: rgba(201,202,202,0.8);
  z-index: 2;
}
.achievements__coming {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  z-index: 3;
}

.achievements-card {
  background-color: #FFF;
  margin-bottom: 20px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
  /* slick-dots削除時のみ */
  margin-bottom: 30px;
}
@media screen and (max-width: 768px){
  .achievements-card {
    padding-top: 40px;
    flex-direction: column;
    text-align: center;
  }
}

.achievements-card:hover {
  opacity: .7;
}

.achievements-card__details-title {
  font-size: 14px;
  color: #ff7aa5;
  font-weight: 500;
  display: block;
}

.achievements-card__inner-img {
  width: 70%;
  margin-top: 80px;
}
@media screen and (max-width: 768px){
  .achievements-card__inner-img {
    width: 100%;
    margin-top: 0;
  }
}

.achievements-card__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.achievements-card__txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
@media screen and (max-width: 768px){
  .achievements-card__txt {
    width: 100%;
  }
}

.achievements-card__title {
  font-size: 32px;
  margin-bottom: 10px;
  height: 80px;
  padding-top: 20px;
}

/*■■■■■■■■■■■
Slick 編集用
■■■■■■■■■■■■■*/
.slick01 {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative; /* 矢印の絶対配置基準に */
}

/* dotsのカスタマイズ */
.dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.dots-wrap li {
  width: 40px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  border: 2px solid #9e98a5;
  border-radius: 10px;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #9e98a5;
  border: none;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            line up
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.lineup {
  padding-top: 100px;

  /* //slick-dots削除時のみ dots高さ分 */
  margin-top: 40px;
}
@media screen and (max-width: 768px){
  .lineup {
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px){
  .lineup {
   margin-top: 40px;
  }
}

.lineup__item-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px){
  .lineup__item-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px){
.lineup__item-img {
  padding: 0 10%;
  margin-bottom: 10px;
}
}
.lineup__item {
  width: 32%;
  border-radius: 10px;
  padding: 4% 2%;
}
@media screen and (max-width: 768px){
  .lineup__item {
    width: 100%;
    border-radius: 20px;
    padding: 8% 2% 10%;
    text-align: center;
  }
}

.lineup__item--mini {
  background-color: #ffefca;
}
@media screen and (max-width: 768px){
  .lineup__item--mini {
    margin-bottom: 20px;
  }
}
.lineup__item--mini h4,
.lineup__item--mini span {
  color: #f09800;
}

.lineup__item--light {
  background-color: #ffdee8;
}
@media screen and (max-width: 768px){
  .lineup__item--light {
    margin-bottom: 20px;
  }
}
.lineup__item--light h4,
.lineup__item--light span {
  color: #ff7aa5;
}

.lineup__item--standard {
  background-color: #d3f5f5;
}
.lineup__item--standard h4,
.lineup__item--standard span {
  color: #5ebec0;
}

.lineup__item-head {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px){
  .lineup__item-head {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px){
  .lineup__item-head {
    font-size: 32px;
  }
}

.lineup__item-head span {
  display: block;
  font-weight: 400;
  font-size: 24px;
}
@media screen and (max-width: 768px){
  .lineup__item-head span {
    font-size: 24px;
  }
}

.lineup__item-txt {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px){
  .lineup__item-txt {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px){
  .lineup__item-txt {
    font-size: 18px;
    height: auto;
  }
}

.lineup__text-inner {
  padding: 0 10px;
}

.lineup__size {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px){
  .lineup__capacity {
    width: 80%;
    min-width: 260px;
    margin: 0 auto;
    text-align: start;
  }
  .lineup__capacity li {
    width: 49%;
    display: inline-block;
  }
}


.lineup__customize-wrap {
  width: 100%;
  padding: 0 15%;
  margin: 40px auto 80px;
  position: relative;
}
@media screen and (max-width: 768px){
  .lineup__customize-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .lineup__customize-wrap img {
    padding: 0 10px;
  }
}
.lineup__customize-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  margin: auto;
  width: 120px;
  height: 120px;
  background-image: url(../img/bg-customize-a.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px){
  .lineup__customize-wrap::before {
    display: none;
  }
}
.lineup__customize-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: -3%;
  top: 50%;
  bottom: 50%;
  margin: auto;
  width: 120px;
  height: 120px;
  background-image: url(../img/bg-customize-b.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px){
  .lineup__customize-wrap::after {
    display: none;
  }
}

.lineup__customize-note {
  color: #9fa0a0;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .lineup__customize-note {
    font-size: 14px;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            Concept
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.concept {
  padding-top: 100px;
  background-image:
  url(../img/bg-concept-left.png),
  url(../img/bg-concept-right.png);
  background-position: top left, top right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px){
  .concept {
    background-image: url(../img/bg-concept-sp.png);
    background-position: center;
    background-size: cover;
    padding-top: 60px;
  }
}
@media screen and (max-width: 500px){
  .concept {
    margin-bottom: 20px;
  }
}

.concept__wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px){
  .concept__wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
}

.concept__img {
  width: 40%;
  max-width: 450px;
  text-align: center;
  align-self: flex-end;
}
@media screen and (max-width: 768px){
  .concept__img {
    width: 70%;
    margin: 10% auto 60px;
  }
}
@media screen and (max-width: 500px){
  .concept__img {
    width: 80%;
  }
}

.concept__txt-wrap {
  width: 60%;
  max-width: 360px;
}
@media screen and (max-width: 768px){
  .concept__txt-wrap {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}

.concept__txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
  text-shadow:
  1px 1px 0 #FFF,   /* 右下 */
  -1px 1px 0 #FFF,   /* 左下 */
   1px -1px 0 #FFF,  /* 右上 */
  -1px -1px 0 #FFF;  /* 左上 */
}

.concept__txt-bold {
  font-size: 24px;
  font-weight: 700;
  color: #ff7aa5;
  line-height: 1.5;
  text-shadow:
  1px 1px 0 #FFF,   /* 右下 */
  -1px 1px 0 #FFF,   /* 左下 */
   1px -1px 0 #FFF,  /* 右上 */
  -1px -1px 0 #FFF;  /* 左上 */
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            Contact
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.contact {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 60px;
  }
}

.contact__wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact__wrap {
    flex-direction: column;
  }
}

.accordion {
  display: block;
}

@media screen and (max-width: 768px) {
  .contact__item {
    cursor: pointer;
  }
  .accordion {
    display: none;
    padding-top: 20px;
    margin:  0 auto;
    text-align: center;
  }
}


.contact__head {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__head {
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 100%;
    text-align: start;
   }
  .contact__head::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 5px;
    border-radius: 10px;
    background-color: #f09800;
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    transition: all 0.2s;
  }
  .contact__head::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 5px;
    border-radius: 10px;
    transform: rotate(90deg);
    background-color: #f09800;
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    transition: all 0.2s;
  }
  .is-active .contact__head::before {
    opacity: 0;
  }
  .is-active .contact__head::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .contact__corporation .contact__head::before,
  .contact__corporation .contact__head::after{
    background-color: #ff7aa5;
  }
}
@media screen and (max-width: 500px) {
  .contact__head {
font-size: 20px;   }
}

.contact__general .contact__head {
  color: #f09800;
}
.contact__corporation .contact__head {
  color: #ff7aa5;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .contact__corporation .contact__head {
    margin-left: 0;
  }
}

.contact__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff3d4;
  width: 300px;
  height: 240px;
  padding: 40px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    align-items: start;
    padding: 20px;
    width: auto;
    height: auto;
    border-radius: 10px;
  }
}

.contact__corporation .contact__inner {
  background-color: #ffe4ed;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .contact__general .contact__inner {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact__corporation .contact__inner {
    margin-left: 0;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
  position: relative;
}

.footer {
  width: 100%;
  background-color: #d3f5f5;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 10px;
  }
}

.footer__wrap {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    width: 96%;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .footer__wrap {
    font-size: 12px;
  }
}

.footer__inner {
  padding: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .footer__inner {
    padding: 0 0 20px;
  }
}


.footer__main a {
  display: inline-block;
}


.footer__address {
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 500px) {
  .footer__address {
    margin-top: 0;
  }
}

.footer-logo__wrap {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-logo__wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .footer-logo__wrap {
    width: 100%;
    margin-top: 0;
  }
}

.footer__copy {
  color: #727172;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-left: 0;
  }
}

.footer-logo__wrap img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .footer__address--adress {
    margin-bottom: 4px;
  }
}


.footer__address--tel {
  position: relative;
}
.footer__address--tel::before {
  content: "";
  background-image: url(../img/icon-tel.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: -6px;
}

/*■■■■■■■■■■■■■■■■■
      見出し・共通
■■■■■■■■■■■■■■■■■*/
.heading__wrap {
  width: 70%;
  max-width: 800px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .heading__wrap {
    width: 95%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 500px) {
  .heading__wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*■■■■■■■■■■■■■■■■■
      ボタン
■■■■■■■■■■■■■■■■■*/
.btn__wrap {
  margin-top: 2em;
}
.btn {
  display: flex;
  align-items: center;
  width: 280px;
  height: 50px;
  border-radius: 100px;
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  transition: opacity 0.3s;
  background-image: linear-gradient(#f7cf6a 50%, #ffc12a 50%);
}
.btn:hover {
  opacity: 0.7;
}

/*■■■■■■■■■■■■■■■■■
ボタンバリエーション
■■■■■■■■■■■■■■■■■*/
.header__btn .btn {
  border: none;
  width: 200px;
  height: 40px;
  margin-bottom: 5px;
  background-image: linear-gradient(#7ecbcd 50%, #5ebec0 50%);
}
.header__btn .btn  .btn__text {
  color: #FFF;
}
.header__btn .btn:hover {
  opacity: 0.7;
}

.btn__text {
  display: block;
  flex-grow: 1;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.btn:hover .btn__text {
  color: #FFF;
}


.btn__text--arrow {
  position: relative;
}
.btn__text--arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-top: solid 3px currentColor;
  border-right: solid 3px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 900px) {
  .btn__text--arrow:after {
    width: 10px;
    height: 10px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
  }
}
@media screen and (max-width: 768px) {
  .btn__text--arrow:after {
    right: 1rem;
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 380px) {
  .btn__text--arrow:after {
    right: 0.5rem;
    width: 5px;
    height: 5px;
  }
}

.mv-btn {
  width: 35vw;
  max-width: 580px;
  height: 5vw;
  max-height: 100px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .mv-btn .btn__text {
    font-size: clamp(16px, 2vw, 30px);
  }
}

@media screen and (max-width: 768px) {
  .mv-btn {
    height: 50px;
    width: 220px;
  }
}
@media screen and (max-width: 500px) {
  .mv-btn {
    width: 180px;
  }
  .mv-btn .btn__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  .mv-btn {
    width: 160px;
  }
}

.btn-b {
  background-image: linear-gradient(#f19ab6 50%, #ee81a5 50%);
}

.contact-btn .btn {
  width: 240px;
  height: 60px;
}
.contact-btn--general .btn {
  background-image: linear-gradient(#f3ad33 50%, #f09800 50%);
}
.contact-btn--corporation .btn {
  background-image: linear-gradient(#ff95b7 50%, #ff7aa5 50%);
}
.contact-btn--first {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact-btn--first {
    margin-bottom: 20px;
  }
}