@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.c-btn2.slide2{display: inline-block;}
.c-btn2.slide2 a{background: rgba(25,211,197,1);color: #fff;text-align: center;overflow: hidden;position: relative;z-index: 1;border-radius: 0px;padding: 8px 24px 10px 24px;letter-spacing: 0.1em;line-height: 2em;font-size: 1.3rem;border: 0px solid #1CB0AB;width:100%;display: block;font-weight: 400;}
.c-btn2.slide2 a::after {
 background: rgba(0,0,0,1.0);
  position: absolute;
    top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn2.slide2 a:hover {color: #fff;cursor: pointer;letter-spacing: 0.1em;line-height: 2em;font-size: 1.3rem;}
.c-btn2.slide2 a:hover::after {transform: scale(1, 1);}

.c-btn1.slide1{display: inline-block;}
.c-btn1.slide1 a{background: rgba(0,0,0,0);color: #000;text-align: center;overflow: hidden;position: relative;z-index: 1;border-radius: 0px;padding: 6px 24px 6px 24px;letter-spacing: 0.1em;line-height: 2em;font-size: 1.6rem;border: 1px solid #000;width:100%;display: block;font-weight: 400;}
.c-btn1.slide1 a::after {
 background: rgba(0,0,0,1.0);
  position: absolute;
    top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn1.slide1 a:hover {color: #fff;cursor: pointer;letter-spacing: 0.1em;line-height: 2em;font-size: 1.6rem;}
.c-btn1.slide1 a:hover::after {transform: scale(1, 1);}

.outer1{display: table;width: 100%;height: 800px;text-align: center;}
.inner1{display: table-cell;vertical-align: middle;text-align:center;}
.icon1{width: 40px; margin: 0 auto 16px auto;}

.rel_tx{width: 100%;position: relative;margin: 0 auto;height:auto; }
.rel_t1x{width: 100%;position: relative;margin: 0 auto;height:auto;z-index: 100;}
.ab_tx{width: 100%;position: absolute;margin: 0 auto; z-index: 100;}
.fuwafuwa1 {
  width: 250px;
  height: 264px;
 position: absolute;
  animation: fuwafuwa 3.5s infinite;
    z-index: 1;
    top:25%;
    left:20%;
}
.fuwafuwa1x {
  width: 120px;
  height: 120px;
 position: absolute;
  animation: fuwafuwa 3.5s infinite;
    z-index: 1;
    top:15%;
    left:20%;
}

.fuwafuwa2 {
  width: 248px;
  height: 248px;
 position: absolute;
  animation: fuwafuwa2 4s infinite;
    z-index: 2;
    top:30%;
    right:20%;
}
.fuwafuwa2x {
  width: 96px;
  height: 96px;
 position: absolute;
  animation: fuwafuwa2 4s infinite;
    z-index: 2;
    top:30%;
    right:20%;
}
.fuwafuwa2xx {
  width: 200px;
  height: 200px;
 position: absolute;
  animation: fuwafuwa2 4s infinite;
    z-index: 2;
    top:5%;
    right:15%;
}

.fuwafuwa3 {
  width: 148px;
  height: 148px;
 position: absolute;
  animation: fuwafuwa 3.5s infinite;
    z-index: 4;
    top:35%;
    right:45%;
}

.fuwafuwa4 {
  width: 400px;
  height: 400px;
 position: absolute;
  animation: fuwafuwa3 3.5s infinite;
    z-index: 3;
    top:35%;
    left:38%;
}

.fuwafuwa5 {
  width: 280px;
  height: 260px;
 position: absolute;
  animation: fuwafuwa2 3.5s infinite;
    z-index: 3;
    top:42%;
    right:30%;
}

.fuwafuwa6 {
  width: 180px;
  height: 197px;
 position: absolute;
  animation: fuwafuwa 6s infinite;
    z-index: 3;
    top:40%;
    left:32%;
}
.fuwafuwa7 {
  width: 480px;
  height: 480px;
 position: absolute;
  animation: fuwafuwa3 3s infinite;
    z-index: 3;
    bottom:22%;
    right:20%;
}
.fuwafuwa8 {
  width: 200px;
  height: 200px;
 position: absolute;
  animation: fuwafuwa 3.5s infinite;
    z-index: 4;
    bottom:45%;
    left:20%;
}
.fuwafuwa {
  width: 100px;
  height: 100px;
  margin: 100px;
  animation: fuwafuwa 3s infinite;
}

@keyframes fuwafuwa {
  0% { transform:translateY(0px); }
  50% { transform:translateY(88px); }
  100% { transform:translateY(0px); }
}@keyframes fuwafuwa2 {
  0% { transform:translateY(0px); }
  50% { transform:translateY(120px); }
  100% { transform:translateY(0px); }
}
@keyframes fuwafuwa3 {
  0% { transform:translateY(0px); }
  50% { transform:translateY(60px); }
  100% { transform:translateY(0px); }
}
@keyframes fuwafuwa4 {
  0% { transform:translateY(0px); }
  50% { transform:translateY(100px); }
  100% { transform:translateY(0px); }
}
@keyframes fuwafuwa5 {
  0% { transform:translateY(0px); }
  50% { transform:translateY(140px); }
  100% { transform:translateY(0px); }
}
.rel_t104x{width: 100%;max-width: 880px;position: relative;margin: 0 auto;}
.maru1{
  position: absolute;
    left:32px;
    top:200px;
  width:160px;
  height:160px;
    z-index: 1;
}
.maru2{
  position: absolute;
    left:32px;
    top:200px;
  width:160px;
  height:160px;
    z-index: 2;
}
#box1{
  animation:8s linear infinite rotation1;
}
#box2{
  animation:3s linear infinite rotation2;
}
#box3{
  animation:3s linear infinite rotation3;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
@keyframes rotation2{
  0%{ transform:rotateX(0);}
  100%{ transform:rotateX(360deg); }
}
@keyframes rotation3{
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg); }
}


/* スライドショー
--------------------------- */

/* スライド */
.swiper {width: 100%;height: 100%;}
/* 画像のスタイル */
.slide-img1 { width: 100%;height: 100%;background-position: center center ;background-size: cover;background-repeat: no-repeat;background-image:url("img/tophaikei1.jpg");}
/* 文字のスタイル */
.topt {width: 440px;position: absolute;top: 20%;left: 25%;padding-right: 0px;}
.topt1 {width: 25%;position: absolute;top: 40%;left: 30%;}
.topt2 {width: 100%;position: absolute;top: 20%;left: 50%;transform: translate(-50%, 0%);z-index: 20;}
.title2{background: rgba(0,0,0,1);color: #fff;text-align: center;padding: 6px 24px 10px 24px;letter-spacing: 0.1em;line-height: 2em;font-size: 1.3rem;font-weight: 600;overflow: hidden;display: inline;}
.topb {width: 560px;position: absolute;bottom: 16%;left: 50%;transform: translate(-50%, 0%);}
/* アニメーションのキーフレーム設定 */
@keyframes fade-text {from {opacity: 0;transform: translate(40px, 0px);}to {opacity: 1;ransform: translate(0px, 0px);}}
@keyframes fade-text2 {from {opacity: 0;}to {opacity: 1;}}
@keyframes fade-text1 {from {opacity: 0;}to {opacity: 1;}}
/* テキストのアニメーション設定 */
.swiper-slide-active .topt {
  animation-name: fade-text;
  animation-duration: 1.5s;
  animation-delay: 0;
  animation-fill-mode: both;
  transition-timing-function: ease-out;
}
.swiper-slide-active .topt1 {
  animation-name: fade-text;
  animation-duration: 1.5s;
  animation-delay: 0;
  animation-fill-mode: both;
  transition-timing-function: ease-out;
}
.swiper-slide-active .topb {
  animation-name: fade-text2;
  animation-duration: 1.5s;
  animation-delay: 0;
  animation-fill-mode: both;
  transition-timing-function: ease-out;
}
.logo2{width: 104px;position: absolute;top: 15%;right: 10%;z-index: 200;}
@media screen and (max-width: 2200px) {.topt {width: 360px;top: 16%;left: 27%;}.topb{width: 440px;}.logo2{width: 88px;}}
@media screen and (max-width: 2200px) {
.fuwafuwa1 {left:10%;}
.fuwafuwa1x {left:10%;}
.fuwafuwa2 {right:10%;}
.fuwafuwa2x {right:10%;top: 5%;}
.fuwafuwa2xx {right:10%;top: 5%;}
.fuwafuwa3 {right:30%;}

.fuwafuwa4 {left:35%;}

.fuwafuwa5 {right:25%;}

.fuwafuwa6 {left:22%;}
}
@media screen and (max-width: 1900px) {
.fuwafuwa1 {left:5%;}
.fuwafuwa1x {left:5%;}
.fuwafuwa2 {right:5%;}
.fuwafuwa2x {right:5%;top: 5%;}
.fuwafuwa2xx {right:5%;top: 5%;}
.fuwafuwa3 {right:35%;}

.fuwafuwa4 {left:25%;}

.fuwafuwa5 {right:15%;}

.fuwafuwa6 {left:12%;}
}
@media screen and (max-width: 1300px) {
.fuwafuwa1 {left:2%;width: 200px;height: 210px;}
.fuwafuwa1x {left:2%;}
.fuwafuwa2 {right:2%;width: 200px;height: 200px;}
.fuwafuwa2x {right:2%;top: 5%;}
.fuwafuwa2xx {right:2%;top: 5%;}
.fuwafuwa3 {right:30%;}
.fuwafuwa4 {left:15%;}
.fuwafuwa5 {right:7%;width: 200px;height: 180px;}
.fuwafuwa6 {left:6%;}
}
@media screen and (max-width: 820px) {
    .fuwafuwa1 {left:-2%; }
.fuwafuwa1x {left:-6%;}
.fuwafuwa2 {right:-2%;}
.fuwafuwa2x {right:-2%;top: 5%;}
.fuwafuwa2xx {right:-4%;top: 5%;}
.fuwafuwa3 {right:20%;}
.fuwafuwa4 {left:10%;}
.fuwafuwa5 {right:3%;}
.fuwafuwa6 {left:3%;}
.fuwafuwa8 {
  width: 160px;
  height: 160px;
    bottom:25%;
    left:-5%;
}
}

body {color: #3E3A39; font-family: "Noto Sans JP", serif;background-repeat: repeat;font-weight: 400;}
body{overflow-x: hidden;}
#wrapper{width:100%;overflow: hidden !important;}
#top {height: 70vh;height: calc(var(--vh, 1vh) * 70);}
.flex_box{display: flex;width: 100%;flex-flow: wrap;justify-content: center;align-items: center;}
.flex_box_top{display: flex;width: 100%;flex-flow: wrap;justify-content: center;align-items: flex-start;}
.flex2 {flex-flow: row-reverse;}
.ind1{padding-left: 0.6em;text-indent: -0.6em;}.ind2{padding-left: 5.6em;text-indent: -5.6em;}


.table-scroll{overflow: auto; /*スクロールさせる*/white-space: nowrap; /*文字の折り返しを禁止*/width:100%; /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/}
/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{height: 8px;margin-bottom: 16px;}
.table-scroll::-webkit-scrollbar-track{background: #333;}
.table-scroll::-webkit-scrollbar-thumb {background: #999;}

.accordion {position: relative;width: 100%;text-align: left;}
.accordion-title {color: #fff;cursor: pointer;font-size: 1.4rem;letter-spacing: 0.15em;line-height: 50px;}
.accordion-content {display: none;box-sizing: border-box;width: 100%;}
.accordion-content p {font-size: 1.3rem;letter-spacing: 0.15em;line-height: 2.2em;}
.accordion-title {position: relative;}
.accordion-title::after {border-right: solid 1px #fff;order-top: solid 1px #fff;content: "";display: block;height: 8px;position: absolute;right: 4px;top: 38%;transform: rotate(135deg);transition: transform .3s ease-in-out, top .3s ease-in-out;width: 8px;}
.accordion-title.open::after {top: 45%;transform: rotate(-45deg);}
.accordion-title {position: relative;}
.accordion-title::after {border-right: solid 1px #fff;border-top: solid 1px #fff;content: "";display: block;height: 8px;position: absolute;right: 4px;top: 38%;transform: rotate(135deg);transition: transform .3s ease-in-out, top .3s ease-in-out;width: 8px;}
.accordion-title.open::after {top: 45%;transform: rotate(-45deg);}
.font_s_h{padding-top: 4px;font-size: 1rem;letter-spacing: 0.1em;line-height: 2em;padding-right: 4px;font-weight: 600;}
.dw_s{letter-spacing: 0.15em;font-size: 2rem;line-height:50px;}

.f_news1{display: flex;flex-wrap: wrap;}
.f_news2{display: flex;flex-direction: column;}
.f_under{margin-top: auto;}
.f_sb {display: flex;justify-content: wrap;}
.f_sb .c22 {display: flex;flex-direction: column;}
.f_sb .c22 .und1{flex-grow: 1;}
/* テキスト
--------------------------- */

.font_s {font-size: 1.1rem;letter-spacing: 0.13em;line-height: 2em;}
.font_s1 {font-size: 1.2rem;letter-spacing: 0.12em;line-height: 2em;}
.font_s2 {font-size: 1.4rem;letter-spacing: 0.12em;line-height: 2em;}
.font_s3 {font-size: 1.6rem;letter-spacing: 0.12em;line-height: 2em;}
.font_s3_2 {font-size: 1.6rem;letter-spacing: 0.08em;line-height: 1.6em;}
.font_s4 {font-size: 1.8rem;letter-spacing: 0.08em;line-height: 1.8em;}
.font_s5 {font-size: 2.2rem;letter-spacing: 0.1em;line-height: 1.6em;}
.font_s6 {font-size: 2.4rem;letter-spacing: 0.12em;line-height: 1.6em;}
.font_s7 {font-size: 3.4rem;letter-spacing: 0.14em;line-height: 1.6em;}
.font_s8 {font-size: 5.0rem;letter-spacing: 0.1em;line-height: 1em;}
.font_s9 {font-size: 6.0rem;letter-spacing: 0.13em;line-height: 1.4em;}

.f_b {font-weight: 900;}
.f_b2 {font-weight: 800;}
.f_b3 {font-weight: 600;}
.f_b4 {font-weight: 500;}

/* テキストカラー
--------------------------- */

.f_c1 {color: #000;}
.f_c2 {color: #ffffff;}
.f_c3 {color: #19D3C5;}
.op05{opacity: 0.2;}
.top_f1 {font-size: 2.0rem;line-height: 1.7em;letter-spacing: 0.1em;border-left: 4px solid #E60020;padding-left: 24px;padding-bottom: 1px;}
.top_f2 {font-size: 2.2rem;letter-spacing: 0.1em;line-height: 1.5em;font-weight: 600; border-left: 6px solid #C887B8;padding-left: 16px;color: #C887B8;padding-bottom: 1px;margin-top: 16px;padding-top: 0px;}


/* テキストフォント
--------------------------- */
.f_f1 {font-family: "Bebas Neue", serif;}
embed,iframe,object{max-width: 100%;}
br.sp { display: inline; }
br.pc { display: none; }

/* リンクカラー
--------------------------- */
a, a:link, a:visited  {color: #000;text-decoration: none;} 
.w a, .w a:link, .w a:visited  {color: #ffffff;text-decoration: none;} 
.b a, .b a:link, .b a:visited  {color: #000;text-decoration: none;} 
.me a, .me a:link, .me a:visited  {color: #D33130;text-decoration: underline;text-underline-offset: 4px;} 
.sl a, .sl a:link, .sl a:visited  {color: #6EABF7;text-decoration: none;}
.l a, .l a:link, .l a:visited  {color: #DB9EB5;text-decoration: none;} 
.op a:hover, .op a:hover img, .op a:hover em, .op a:hover p {opacity: 0.6;filter: alpha(opacity=60);-webkit-transition: 0.4s ease-in-out;-moz-transition: 0.4s ease-in-out;-o-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;}
a:hover, a:hover img, a:hover em, a:hover p {opacity: 0.95;filter: alpha(opacity=95);-webkit-transition: 0.4s ease-in-out;-moz-transition: 0.4s ease-in-out;-o-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;}
.os a:hover img {opacity: 0.2;filter: alpha(opacity=20);}

.outer{display: table;width: 100%;height: 100%;text-align: center;}
.inner{display: table-cell;vertical-align: middle;text-align:center;}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.tb01 table {border-collapse: collapse;margin: 0 auto;padding: 0;width: 100%;max-width: 1200px; table-layout: fixed;background-color: rgba(255,255,255,0.7);}
.tb01 table tr {padding: 16px 12px;border: 1px solid #B5B5B6;}
.bkg{background-color: rgba(200,135,184,0.2);}
.tb01 table th{padding: 16px 12px;border-right: 1px solid #B5B5B6;vertical-align:middle;}
.tb01 table td{padding: 16px 12px;border-right: 1px solid #B5B5B6;text-align: center;vertical-align:middle;}
.tb01 table th {}
.tb01 table thead tr{}
.tb01 table tbody th {border-right: 1px solid #B5B5B6;}
.tb01 th.non {border-right: none;}
.tb01 .txt{text-align: left;font-size: .85em;}
.tb01 .price{color: #D3E6F6;}
.tb01 .price span {font-size: .6em;}
.tb01 .red_bk{background:#e81010}
.tb01 .red-txt{color:#e81010}
.tb01 .btn{background:#e81010;border: 2px solid #e81010;color:#fff;padding: 1em;border-radius:20px;display:block;text-decoration:none;font-size:.8em}
.tb01 .btn:hover{background: #fff;border: 2px solid #e81010;color: #e81010;transition: .2s;}
.tb01 table .btnarea td {padding: .2em .5em;border-right:none}
@media screen and (max-width: 1000px) {.tb01 table {width:980px;}.tb01{overflow-x: scroll;}}
/* スライドショー
--------------------------- */
html, body { width: 100%;height: 100%;margin: 0px;padding: 0px;}
body > .tophaikei {height: auto;background-position: left bottom;background-size: cover;background-repeat: no-repeat;}
.tophaikei {width: 100%;height: 100%;}
.h_haikei_t {width: 100%;height: 100%;background-position: center center ;background-size: cover;background-repeat: no-repeat;}

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

.d_no {display: none;}
.d_no_m {display: block;}
.d_no_h{display: block;}

.fix_h {position: fixed;z-index: 990;top:0;transition: .3s;background-color: rgba(25,211,197,0.95);}
.fix_h1 {position: fixed;z-index: 800;top:0;}
.pdlr2{padding: 0 2px;}
.fix_f {position: fixed;z-index: 880;bottom:24px;right: 24px;width: 280px;}

@media screen and (max-width: 1600px) {.fix_f {position: fixed;z-index: 880;bottom:24px;right: 24px;width: 200px;}}
@media screen and (max-width: 1400px) {.fix_f {position: fixed;z-index: 880;bottom:24px;right: 24px;width: 192px;}}
.is-show{background-color: rgba(255,255,255,0.95);}
.title1{width: 376px;padding: 160px 32px;}

.box-parent3{
    width:100%;height:auto;display:flex; justify-content:start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: auto;
    padding: 8px;
}
.box-child3{
  margin: 0;flex: 0 0 300px;
  display:flex;flex-direction:column;
}
.box-child3 .box-child-text{flex-grow:1;}
.box-child3 .box-child-text2{margin-top:auto;}
.box-child3 .box-child-text3{margin-top:auto;}
.box-child3 .btn1{margin-top:auto;letter-spacing: 0.12em;line-height: 2em;font-size: 1.1rem;}
.box-child3 .btn1 a{display:flex;justify-content:center;align-items:center;background: rgba(0,0,0,0);color: #000;text-align: center;overflow: hidden;position: relative;z-index: 1;border-radius: 4px;padding: 8px 16px 7px 16px;border: 1px solid #000;width:160px;margin: 0 auto;font-weight: 600;}
.box-child3 .btn1 a::after {background: rgba(0,0,0,1.0);position: absolute;top: 0;left: 0;content: '';width: 100%;height: 100%;transform: scale(0, 1);transform-origin: left top;transition: .3s cubic-bezier(0.45, 0, 0.55, 1);z-index: -1;}
.box-child3 .btn1 a:hover {color: #fff;cursor: pointer;}
.box-child3 .btn1 a:hover::after {transform: scale(1, 1);}

.box-parent{width:100%;height:auto;display:flex; justify-content:space-between;}
.box-child{width:30%;height:auto;display:flex;flex-direction:column;}

.box-child-text{width:100%;flex-grow:1;padding-bottom: 24px;}
.box-child a{display:flex;justify-content:center;align-items:center;background: rgba(0,0,0,0);color: #000;text-align: center;overflow: hidden;position: relative;z-index: 1;border-radius: 4px;padding: 4px 16px 5px 16px;letter-spacing: 0.12em;line-height: 2em;font-size: 1.1rem;border: 1px solid #000;width:120px;margin: 0 auto;font-weight: 600;}
.box-child a::after {background: rgba(0,0,0,1.0);position: absolute;top: 0;left: 0;content: '';width: 100%;height: 100%;transform: scale(0, 1);transform-origin: left top;transition: .3s cubic-bezier(0.45, 0, 0.55, 1);z-index: -1;letter-spacing: 0.12em;line-height: 2em;font-size: 1.2rem;font-weight: 600;}
.box-child a:hover {color: #fff;cursor: pointer;}
.box-child a:hover::after {transform: scale(1, 1);}

.csl a{display:block;background: rgba(0,0,0,0);color: #000;text-align: center;overflow: hidden;position: relative;z-index: 1;border-radius: 4px;padding: 4px 16px 5px 16px;letter-spacing: 0.12em;line-height: 2em;font-size: 1.1rem;border: 1px solid #000;width:120px;margin: 0 auto;font-weight: 600;}

.csl a::after {background: rgba(0,0,0,1.0);position: absolute;top: 0;left: 0;content: '';width: 100%;height: 100%;transform: scale(0, 1);transform-origin: left top;transition: .3s cubic-bezier(0.45, 0, 0.55, 1);z-index: -1;letter-spacing: 0.12em;line-height: 2em;font-size: 1.2rem;}
.csl a:hover {color: #fff;cursor: pointer;}
.csl a:hover::after {transform: scale(1, 1);}

.csl2 a{display:block;background: rgba(0,0,0,0);color: #000;text-align: center;overflow: hidden;position: relative;z-index: 1;border-radius: 4px;padding: 12px 16px 13px 16px;letter-spacing: 0.12em;line-height: 2em;font-size: 1.3rem;border: 1px solid #000;width:100%;margin: 0 auto;font-weight: 500;}

.csl2 a::after {background: rgba(0,0,0,1.0);position: absolute;top: 0;left: 0;content: '';width: 100%;height: 100%;transform: scale(0, 1);transform-origin: left top;transition: .3s cubic-bezier(0.45, 0, 0.55, 1);z-index: -1;letter-spacing: 0.12em;line-height: 2em;font-size: 1.2rem;}
.csl2 a:hover {color: #fff;cursor: pointer;}
.csl2 a:hover::after {transform: scale(1, 1);}
/* アコーディオン
--------------------------- */
.acd-check{display: none;}
.acd-label{background: #EA6188;color: #fff;display: block;padding: 8px 24px;position: relative;}
.acd-label:after{box-sizing: border-box;content: '▼';display: block;height: auto;padding: 8px 0px;position: absolute;right: 24px;top: 0px;}
.acd-content{display: block;height: 0;opacity: 0;padding: 0 16px;transition: .5s;visibility: hidden;background-color: rgba(164,139,120,0.1);margin-bottom: 24px;}
.acd-check:checked + .acd-label:after{content: '▲';}
.acd-check:checked + .acd-label + .acd-content{height: auto;opacity: 1;padding: 6px 24px 16px;visibility: visible;}


.video {position: relative;width: 100%;padding-bottom: 56.338%;height: 0%;overflow: hidden;}
.video iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* ライン
--------------------------- */
.line_b1 {border-bottom: 1px dashed #3e3a39;}
.line_b2 {border-bottom: 1px dashed #fff;}
.line_b3 {border-bottom: 1px solid #000;}
.line_b4 {border-bottom: 1px solid #00A5E3;}
.line_b5 {border-bottom: 2px solid #E60020;}

.line_r1x {border-right: 1px solid #000;}
.line_t1 {border-top: 1px dashed #3e3a39;}
.line_o1 {border: 1px solid #ffffff;}
.line_tb1 {border-bottom: 1px dashed #3e3a39;border-top: 1px dashed #3e3a39;}
.line_tb2 {border-bottom: 1px solid #3e3a39;border-top: 1px solid #3e3a39;}
.under_l a {position: relative; /*アンダーラインの位置を決めるための基準 */}
.h_ab{position: absolute;z-index: 100;top:0;}
.under_l a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #fff;
bottom: -1px;               /*アンダーラインがaタグの下端から現れる*/
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.3s; /*変形の時間*/
}

.under_l a:hover::after {transform: scale(1, 1);}

.auto_h{height: auto;}

ul.maru{list-style-type: "・"; clear: both;padding-left:1.6em;margin-left: 4px;}
ul.maru li{padding-bottom: 4px;}

/* ナビメニュー
--------------------------- */
.menu { position: relative;width: 100%;max-width: 1400px; margin: 0 auto;}
.menu > li {display: inline-block;font-weight: 500;}
.menu > li:last-child {}
.menu > li a {display: block;color: #fff;}
.menu > li a.wh {display: block;color: #000;}
.menu > li a:hover {}
ul.menu__second-level {visibility: hidden;opacity: 0;z-index: 1;}
ul.menu__third-level {visibility: hidden;opacity: 0;}
ul.menu__fourth-level {visibility: hidden;opacity: 0;}
.menu > li:hover {-webkit-transition: all .5s;transition: all .5s;}
.menu__second-level li {border-top: 1px dashed #3e3a39;font-size: 1.2rem;color: #E60020;width: 100%;line-height: 48px;letter-spacing: 0.12em;box-sizing: border-box;padding: 0px 16px;text-align: left;}
.menu__second-level li:first-child {border-top: 0px solid #3E3A39;}
.menu__second-level li a {color: #E60020;font-weight: 700;}
.menu__third-level li {border-top: 1px solid #000;}
.menu__second-level li a:hover {color: #727171;}
.menu__third-level li a:hover {background: #fff;}
.menu__fourth-level li a:hover {background: #fff;}

li.menu__single ul.menu__second-level {position: absolute;top: 40px;width: 200px;background-color: rgba(245,245,245,0.95);-webkit-transition: all .2s ease;transition: all .2s ease;}
li.menu__single:hover ul.menu__second-level {top: 40px;visibility: visible;opacity: 1;}
li.menu__mega ul.menu__second-level {position: absolute;top: 40px;left: 0;box-sizing: border-box;width: 94%;padding: 16px 3%;background-color: rgba(239,239,239,0.95);-webkit-transition: all .2s ease;transition: all .2s ease;}
li.menu__mega:hover ul.menu__second-level {top: 40px;visibility: visible;opacity: 1;}
li.menu__mega ul.menu__second-level > li {float: left;width: 25%;border: none;text-align: center;padding-bottom: 16px;}

/* 背景
--------------------------- */

.font_b1 {border-bottom: 2px solid #de82ad;padding-top: 24px;margin: 0 auto;width: 56px;height: 2px;}
.font_b2 {border-bottom: 2px solid #3296d4;padding-top: 24px;margin: 0 auto;width: 56px;height: 2px;}
.font_b3 {border-bottom: 2px solid #de82ad;padding-top: 24px;width: 56px;height: 2px;}

.topimg1{height: 600px;width: 100%;background-position: center right;background-repeat: no-repeat;background-size:cover;background-image:url("img/top02.jpg");}
.topimg2{height: 560px;width: 100%;background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/haikei3.jpg");}
.top_text{width:80%;max-width: 680px;padding: 0 64px}
@media screen and (max-width: 1600px) {.top_text{width:100%;}}
@media screen and (max-width: 1500px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {.d_no_h{display: none;}}
.s_bg{height: 320px;width: 100%;}
.s_bg1{background-image: url("img/concept01.jpg");background-position: center center;background-size: cover;}
.s_bg2{background-image: url("img/news01.jpg");background-position: center center;background-size: cover;}
.s_bg3{background-image: url("img/s01.jpg");background-position: center center;background-size: cover;}
.s_bg4{background-image: url("img/s02.jpg");background-position: center center;background-size: cover;}


.bg1 {background-color: rgba(230,0,32,1);}
.bg2 {background-position: top center;background-repeat: repeat-y;background-size:2500px 1275px;background-image:url("img/haikei1.jpg");}

.bg3 {background-color: rgba(255,255,255,0.3);}
.bg4 {background-color: rgba(245,245,245,1);}

.bg5 {background-color: rgba(255,255,255,1);}
.bg6 {background-color: rgba(0,165,227,0.1);}

.bg7 {background-color: rgba(25,211,197,1);}
.bg8 {background-color: rgba(0,0,0,1);}
.bg9 {background-color: rgba(255,255,255,0.7);}

.eye01{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/01haikei.jpg");height: 840px;}
.uv01{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/uv/02haikei1.jpg");}
.cr01{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/cr/03haikei1.jpg");}
.eye02{background-position: top center;background-repeat: no-repeat;background-size:cover;background-image:url("img/tophaikei1x.jpg");}
.uv02{background-position: top right;background-repeat: no-repeat;background-size:cover;background-image:url("img/uv/02haikei2.jpg");}
.uv03{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/uv/02haikei3.jpg");}
.uv04{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/uv/02haikei4.jpg");}
.uv05{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/uv/02haikei5.jpg");}
.uv06{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/uv/02haikei6.jpg");}

.cr02{background-position: top right;background-repeat: no-repeat;background-size:cover;background-image:url("img/cr/03haikei2.jpg");}
.cr03{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/cr/03haikei3.jpg");}
.cr04{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/cr/03haikei4.jpg");}
.cr05{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/cr/03haikei5.jpg");}
.cr06{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/cr/03haikei6.jpg");}

/* ロールオーバー
--------------------------- */
.c-btn.slide{width:100%;}
.c-btn.slide a{background: rgba(230,0,32,0);color: #E60020;text-align: center;overflow: hidden;position: relative;z-index: 1;border-radius: 16px;padding: 14px 32px 15px 32px;letter-spacing: 0.14em;line-height: 2em;font-size: 1.3rem;border: 1px solid #E60020;width:100%;display: block;}
.c-btn.slide a::after {
 background: rgba(230,0,32,1.0);
  position: absolute;

  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn.slide a:hover {color: #fff;cursor: pointer;}
.c-btn.slide a:hover::after {transform: scale(1, 1);}

@media screen and (max-width: 1030px) {}
@media screen and (max-width: 900px) {}
@media screen and (max-width: 800px) {
.uv01{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/uv/02haikei1m.jpg");}
.cr01{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/cr/03haikei1m.jpg");}
.uv02{background-position: top right;background-repeat: no-repeat;background-size:cover;background-image:url("img/uv/02haikei2m.jpg");}

.cr02{background-position: top right;background-repeat: no-repeat;background-size:cover;background-image:url("img/cr/03haikei2m.jpg");}
.top_text{width:100%;padding: 0 32px}
.mimg__item {width: calc(100vw / 2);}
.line_rb1 {border-right: 0px solid #3e3a39;border-bottom: 1px solid #3e3a39;}
.flex_box{display: block;width: 100%;flex-flow: wrap;justify-content: center;align-items: center;}
.flex_box_top{display: block;}
.d_no {display: block;}
.d_no_m {display: none;}
br.sp { display: none; }
br.pc { display: inline; }
}
@media screen and (max-width: 600px) {
.topt2 {top: 12%;}
.fuwafuwa1 {
  width:120px;
  height: 132px;
 position: absolute;
  animation: fuwafuwa 2.5s infinite;
    z-index: 1;
    top:22%;
    left:-5%;
}

.fuwafuwa2 {
  width: 140px;
  height: 140px;
 position: absolute;
  animation: fuwafuwa2 3s infinite;
    z-index: 2;
    top:24%;
    right:-5%;
}

.fuwafuwa3 {
  width: 148px;
  height: 148px;
 position: absolute;
  animation: fuwafuwa 2.5s infinite;
    z-index: 4;
    top:30%;
    right:55%;
}

.fuwafuwa4 {
  width: 240px;
  height: 240px;
 position: absolute;
  animation: fuwafuwa3 2.5s infinite;
    z-index: 3;
    top:35%;
    left:-10%;
}

.fuwafuwa5 {
  width: 240px;
  height: 230px;
 position: absolute;
  animation: fuwafuwa2 2.5s infinite;
    z-index: 3;
    top:42%;
    right:-10%;
}

.fuwafuwa6 {
  width: 100px;
  height: 90px;
 position: absolute;
  animation: fuwafuwa 4s infinite;
    z-index: 3;
    top:40%;
    left:-5%;
}
.maru1{
  position: absolute;
    left:32px;
    top:180px;
  width:96px;
  height:96px;
    z-index: 1;
}
.maru2{
  position: absolute;
    left:32px;
    top:180px;
  width:96px;
  height:96px;
    z-index: 2;
}
#top {height: 100vh;height: calc(var(--vh, 1vh) * 100);}
.slide-img1 { width: 100%;height: 100%;background-position: center center ;background-size: cover;background-repeat: no-repeat;background-image:url("img/tophaikei1m.jpg");}
.font_s5_3 {font-size: 3.6rem;}
.box-child3{
  margin: 0;flex: 0 0 240px;
  display:flex;flex-direction:column;
}
.eye01{background-position: center center;background-repeat: no-repeat;background-size:cover;background-image:url("img/01haikei.jpg");height: 560px;}
.icon1{width: 56px;padding-bottom: 24px;margin: 0 auto;}
.outer1{display: table;width: 100%;height: 520px;text-align: center;}
.pro01{width: 72px;}
.topt {width: 100%;position: absolute;top: 16%;left: 8%;padding-right: 40%;}
.topt1 {width: 80%;position: absolute;top: 17%;left: 10%;}
.topb{width: 240px;}
.logo2{display: none;}
.line_r1x {border-right: 0px solid #000;}
/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 8px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #3296D4;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.box-child2{
  margin: 0 16px;flex: 0 0 280px;
  display:flex;flex-direction:column;
}
.box-parent{
  flex-wrap: nowrap;
  overflow-x: scroll;
  width: auto;
    padding: 8px;
}
.box-child{
  margin: 0 16px;flex: 0 0 280px;
  display:flex;flex-direction:column;
}
.fix_f {position: fixed;z-index: 880;bottom:2px;right: 0px;width: 100%;padding: 2px;}

.top_text{width:100%;}
.topimg1,.topimg2{height: 280px;}
.title1{width: 240px;padding: 96px 32px;}
}
@media screen and (max-width: 340px) {}