@charset "utf-8";

html {
    -webkit-text-size-adjust: 100%;
}

/*------------------------------*/
/*メイン関係ここから		*/
/*------------------------------*/

html,
body {
    line-height: 1.8;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    font-family: '游ゴシック Medium', 'Yu Gothic Medium', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', sans-serif;
    font-feature-settings: "palt";
    min-width: 320px;
}


.bold {
    font-family: "游ゴシック Bold", "Yu Gothic Bold", "Yu Gothic", "游ゴシック", 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', 'メイリオ', sans-serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
    box-sizing: inherit;
}


a {
    text-decoration: none;
    color: #666666;
}

.fPc {display:none !important;}
.fPci {display:none !important;}
.fPcib {display:none !important;}

.fSp {display:block !important;}
.fSpi {display:inline !important;}
.fSpib {display:inline-block !important;}

.fSp02 {display:none!important;}

.w100 {
    width: 100% !important;
}
.w100 {width:100% !important;}

img {max-width:100%;height:auto;}
img.w40 {max-width:40%;height:auto;}

strong {font-weight:bold;}

section figure img {
    width: 100%;
    height: auto;
}

/*ここから*/
#wrap {
    display: none;
    min-width:100vw;
}


/*ドロワーメニュー*/
.menuSpName {
    position: absolute;margin-top: -7px;margin-left:3px;
}
#drawer-checkbox {
  display: none;

}
#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
}

#drawer-icon span {
  background:  #333;
  display: block;
  height: 1px;
  left: 50%;
  margin:0 0 0 -42%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out 0s;
  width: 84%;
}
#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #333;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: 0 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#drawer-icon span::before {
  margin-top: -7px;
}
#drawer-icon span::after {
  margin-top: 6px;
}
#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}
#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: 0 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
}

#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.3;
}


#loader-bg {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 999;
    background-image: url(./images/loaderBackPc.jpg);
    background-size: cover;
    background-position: center center;
}

#loader {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(255, 200, 0, 0.4);
    border-top-color: rgba(255, 200, 0, 0.9);
    border-radius: 50%;
    animation: spin 1.2s linear 0s infinite;
    box-sizing: border-box;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.ochiba {
    text-indent: -1em !important;
    margin-left: 1em !important;
}


#spMenu {
    padding-top:12px;
    text-align: left;
    padding-left:3%;
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    z-index: 100;
}
p {
    text-align: justify;
    text-justify: inter-ideograph;
}



/*-----
ナビ
-----*/
header {
    height: 50px;
    width: 100%;
    margin: auto;
    text-align: center;
    z-index: 200;

    /* background-image: url(./images/headerBackPc.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1440px 60px; */
    background-color: rgba(255, 200, 0, 0.8);

    position: fixed;
    top: 0;
}

#headerLogo {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: #ff8331;
    position: absolute;
    margin-left: -50px;
    margin-top: -50px;
    box-sizing: border-box;
    text-align: left;
    padding-top: 55px;
    padding-left: 55px;
    z-index: 200;
}

#headerLogo img {
    line-height: 0;
    width: 50px;
    height: 50px;
}
#spThermo {
    position: absolute;
    top:8px;
    left:0;right:0;margin: auto;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: bold;
    color:#000;
    font-size: 1.4rem;
    display: inline-block;
    line-height: 1;

}
#gnav > ul {
    display: none;
    position: absolute;
    top:50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: justify;
    -moz-justify-content: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(255, 200, 0, 0.8);
    z-index: 99;
}
#gnav > ul  li{
    width: 48%;
    text-align: left;
    box-sizing: border-box;
    /* font-size: 1.2rem; */
    font-weight: bold;
    position: relative;
    /* margin-bottom: 10px; */
    padding: .5rem 0;
    /* border-bottom: 1px solid #fff; */
}
#gnav > ul  li a{
    padding-left: 1rem;
    line-height: 1;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000;

}
#gnav li a::after {
	position: absolute;
	top: 50%;
	right: 5vw;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  #headerSub {
    color: #fff;
    font-size: .92rem;
    position: absolute;
    top:26px;
    left:0;right:0;margin: auto;

}
#headerSub a {
    color: #fff;
}



/*---------------------------*/
/*フッタ*/
/*---------------------------*/
section#contact #fotterTop {
    position: absolute;
    background-image: url(./images/footerTopBack.svg);
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px 30px;
    z-index: 10;
}
footer {
    margin: 0;
    padding: 0 0 2rem 0;
    background-color: #ff8331;
    color: #fff;
}
footer a:hover {
    text-decoration: underline;
}
#footerMain {
    margin: auto;
}
footer h2 {
    font-size: 1.2rem;

}
footer p {
    text-align: center;
    line-height: 1.4;
}


/*topへ戻る*/
#footMenu {
    display: none;
    height: 40px;
    width: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 90;
    background-color: #ff8331;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding-top: 17px;
    border-radius: 50%;
}
#footMenu span {
    display: block;
    margin: auto;
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*---------------------------*/
/*top*/
/*---------------------------*/
.loaderMask {
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: #FFC800;
    background-color: #f8df22;
    top: 50%;
    left: 50%;
    /* margin-left: -20px;
    margin-top: -20px; */
    
    z-index: 1000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.loaderMask.bounds {
    -webkit-transition: all 1s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: all 1s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    width: 200px;
    height: 200px;
    line-height: 1.2;
    /* transition-delay:2s; */
}
.loaderMask div {
    width: 0px;
    height: 0px;
    overflow: hidden;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    font-family: YuMincho, 'Yu Mincho', serif;
}
.loaderMask div h3 {
    font-size: rem;
}
.loaderMask.bounds div {
    width: auto;
    height: auto;
    line-height: 1.2;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: all 1s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.loaderMask.bounds>div>* {
    width: 100%;
    text-align: center;
    line-height: 1;
}
.loaderMask.wrap {
    height: 150vw;
    width: 150vw;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #fff;
}

/*mainV---------------------------*/
section#mainV {
    width: 100%;
    position: relative;
    height: calc(100vh + 30px);
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}
section#mainV #slider {
    position: relative;
    padding-bottom: 0px !important;
    width: 100%;
    height: calc(100vh + 30px);
    min-width: 100%;
    margin: 0;
    z-index: 1;
}
section#mainV #slider li {
    /* position:absolute; */
    width: 100%;
    min-width: 100%;
    background-size: cover;
    background-position: center center;
    height: calc(100vh + 30px);
}
section#mainV #mainVCatch {
    position: absolute;
    height: 100%;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: bold;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    padding-bottom: 13vh;
    box-sizing: border-box;
    /* font-feature-settings: normal; */
}
section#mainV #mainVCatch > div:first-child {
    z-index: 3;
}
section#mainV #mainVCatchBack {
    display: block;
    width: 124vh;
    /* height: 896px; */
    
    height: 110vh;
    position: absolute;
    background-image: url(./images/mainVCatchBackPc.png);
    background-size: cover;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5vh;
}
section#mainV #mainVCatch h1 {
    color: #fff;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.8rem;
}
section#mainV #mainVCatch h1 span {
    font-size: 3rem;
    font-weight: inherit;
}
section#mainV #mainVCatch h1 span::after {
    content: '\A';
    white-space: pre;
}
section#mainV #mainVCatch p {
    text-align: center;
    color: #fff;
    line-height: 1;
}
section#mainV #mainVCatch p#catch01 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}
section#mainV #mainVCatch p#catch02 {
    font-size: 2.2em;
}
section#mainV #mainVCatch p#catch02 span.cOra01 {
    color: #ffc800;
}
section#mainV #mainVCatch p#catch02 span.txtSmall {
    font-size: 1.2rem;
}
.mainCatchAnima {
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    position: relative;
    top: 30px;
}
.mainCatchBackAnima {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    position: relative;
}
.fadeInDown {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 0;
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}
.wait1 {
    transition-delay: 2s;
}
.wait2 {
    transition-delay: 3s;
}

/* .slide a {width:100%; height:100%;display:block;} */
section#mainV #slider .slide01 {
    background-image: url(./images/slideBack01Pc.jpg);
}
section#mainV #slider .slide02 {
    background-image: url(./images/slideBack02Pc.jpg);
}
section#mainV #slider .slide03 {
    background-image: url(./images/slideBack03Pc.jpg);
}
section#mainV #mainVBottom {
    position: absolute;
    background-image: url(./images/mainVBottomBack.svg);
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px 30px;
    z-index: 10;
}

/*イメージスワップ width height固定のクラスに付加*/
.swapBox {
    position: relative;
}
.swapImg01 {
    position: absolute;
    top: 0;
    left: 0;
    /* left:calc((100vw - 1600px) / 2); */
    /* transition-delay:3s; */
    
    opacity: 0;
    z-index: 2;
}
.swapImg02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 50%;
    opacity: 0;
}
.slideInOut {
    opacity: 0;
    animation-name: slideInOut;
    animation-duration: 2.4s;
    /* animation-iteration-count: infinite; */
    
    animation-fill-mode: forwards;
}
@keyframes slideInOut {
    0% {
        opacity: 0;
        transform: translateX(700px);
    }
    
    50% {
        opacity: 1;
        transform: translateX(0);
    }
    
    100% {
        opacity: 0;
        /* transform: translateX(-200px); */
    }
}
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 3s;
    /* animation-iteration-count: infinite; */
    
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    
    50% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

/**/
#mainV h1 {
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 2.25;
    position: relative;
    margin-top: -20px;
    margin-bottom: 3rem;
}

/*共通*/
section {
    padding: 2.5rem 0;
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
}
strong {
    font-weight: bold;
}
.ochiba {
    text-indent: -1em !important;
    margin-left: 1em !important;
}
section h2 {
    /* font-size: 18px; */
    display: inline-block;
    position: relative;
    padding: 10px 40px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2rem;
    z-index: 2;
    /* font-feature-settings: normal; */
}
section h2:before {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    background-image: url(./images/h2Back01.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
section.rev h2 {
    color: #fff;
}
section h2.bWhite::before {
    background-image: url(./images/h2Back02.png);
    background-size: 100% 100%;
}
section h2 span {
    font-size: 2em;
    font-weight: inherit;
}
section h2 span::before {
    content: '\A';
    white-space: pre;
}
section h2.rev {
    padding-top: 0.9em;
    font-size: 2em;
    line-height: 0.7;
}
section h2.rev span {
    /* font-size: 24px; */
    font-size: 1rem;
}
section h3.lead {
    font-size: 18px;
    line-height: 1.4;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1rem;
}
section h3.lead b {
    font-weight: bold;
    background-image: linear-gradient(transparent 60%, rgba(255, 200, 0, 0.5) 60%);
    padding: 3px 0;
}
section.rev h3.lead {
    color: #fff;
}
.mainBox {
    width: 90vw;
    margin: auto;

}
.flexCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: left;
    padding-left: 0 !important;
}

/*section01 サーモ思い---------------------------*/
section#sec01 .flexCont {
    box-sizing: border-box;
    padding-left: 1rem;
    width: calc(90vw + 50px);
}
section#sec01 .flexCont p {
    margin-bottom: 1rem;
}
.sec01Img01 {
    width: 300px;
    height: 300px;
}

/*section02 サーモスタート---------------------------*/
section#sec02 {
    background-image: url(./images/sec02BackPc.jpg);
    background-size: cover;
    background-position: center center;
}
section#sec02 p {
    text-align: center;
    color: #fff;
    /* font-weight: bold; */
    
    margin-bottom: 1rem;
}

/*section03 サーモとは---------------------------*/
.sideCont01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: calc(90vw + 50px);
    text-align: left;
    margin-left: -50px;
}
.sideCont01 div {
    position: relative;
    background-color: rgba(247, 241, 220, 0.8);
    z-index: 2;
    width: 65%;
    padding: 1rem 1.5rem;
    text-align: left;
    box-sizing: border-box;
    margin-left: -80px;
}
.sideCont01 figure {
    position: relative;
    z-index: 1;
    width: 300px;
}
section#sec03 .flexCont {
    box-sizing: border-box;
    padding: 0 1rem;
}
#r3ImgBox {
    position: relative;
    width: 326px;
    height: 292px;
    margin: auto;
}
#r3Img li {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: rgba(255, 113, 49, 1);
    border-radius: 50%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    color: #fff;
}
#r3Img li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
#r3Img li h3 span {
    font-size: 1.5rem;
    color: #ffe999;
    width: 100%;
}
#r3Img li:nth-child(1) {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
#r3Img li:nth-child(2) {
    left: 0;
    bottom: 0;
}
#r3Img li:nth-child(3) {
    right: 0;
    bottom: 0;
}
#r3Img::before {
    content: "";
    display: block;
    position: absolute;
    width: 186px;
    height: 186px;
    z-index: 1;
    border-radius: 50%;
    border: 4px solid #ddd1c2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
}

/*section04 デザイン---------------------------*/
section#sec04 {
    background-color: #f7f1dc;
}
.sideCont02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: calc(90vw + 50px);
    text-align: left;
}
.sideCont02 div {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    width: 65%;
    padding: 1rem 1.5rem;
    text-align: left;
    box-sizing: border-box;
}
.sideCont02 figure {
    position: relative;
    z-index: 1;
    margin-left: -50px;
    width: 300px;
}
.pastList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 2rem;
}
.pastList>div {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 20px;
}
.pastList>div figure {
    line-height: 0;
}
.pastList>div figure img{
    width: 60%;
    height: auto;
}
.pastList>div h3 {
    font-size: 1.2rem;
    font-weight: bold;
}
.pastList>span {
    width: 30px;
}
.pastList span:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    left: -8px;
    width: 16px;
    height: 16px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pastListArrow {
    margin: 1rem 0 3rem 0;
}
.pastListArrow::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 42px;
    height: 42px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sec04thermo {
    padding: 15px 20px;
    background-color: #ffde66;
    background-image: url(./images/sec04thermoBack.png);
    background-size: 400px 400px;
    background-position: bottom 10px right -30px;
    background-repeat: no-repeat;
    width: 100%;
    box-sizing: border-box;
}
.sec04thermo h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.sec04thermo p {
    font-weight: bold;
    font-size: 18px;
    margin: auto;
    text-align: center;
    line-height: 1.3;
}
.sec04thermo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2rem;
}
.sec04thermo ul li {
    position: relative;
    width: 31%;
}
.sec04thermo ul li figure {
    line-height: 0;
    position: relative;
}
.sec04thermo ul li h4 {
    position: absolute;
    background-color: #ff8331;

    /* height: 72px; */
    border-radius: 36px;
    padding: 5px 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1rem;
    width: 80%;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    /* font-size: 21px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

/*section05 コミュニティ---------------------------*/
section#sec05 {
    background-image: url(./images/sec05BackPc.jpg);
    background-size: cover;
    background-position: center center;
}
section#sec05 p {
    text-align: center;
    color: #fff;
    margin-bottom: 1em;
}
#comuBox {
    position: relative;
    width: 504px;
    height: 454px;
    margin: auto;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#comuTxt {
    width: 100%;
    height: 100%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding-top: 1rem;
}
#comuBack {

    top: 0;
    width: 100%;
    height: 100%;
}
#comuBack li {
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: rgba(255, 113, 49, 0.9);
    border-radius: 50%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    color: #fff;
}
#comuBack li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
#comuBack li:nth-child(1) {
    left: 0;
    top: 0;
}
#comuBack li:nth-child(2) {
    right: 0;
    top: 0;
}
#comuBack li:nth-child(3) {
    left: 0;
    bottom: 0;
}
#comuBack li:nth-child(4) {
    right: 0;
    bottom: 0;
}
#comuBox::before {
    content: "";
    display: block;
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 1;
    border-radius: 50%;
    border: 4px solid #fff;
    background-image: url(./images/conuBoxBack.png);
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
}

/*section6 未来---------------------------*/
section#sec06 {
    background-image: url(./images/sec06BackPc.jpg);
    background-size: cover;
    background-position: center center;
    padding-bottom: 5rem;
}
section#sec06 .flexCont {
    -webkit-justify-content: justify;
    -moz-justify-content: justify;
    justify-content: space-between;
}
section#sec06 .flexCont>div {

    padding-right: 1.5rem;
    text-align: left;
}
section#sec06 .flexCont>div p {
    margin-bottom: 0;
}
section#sec06 .flexCont figure {
    line-height: 0;
}
section#sec06 .mainBox {
    position: relative;
    margin-bottom: 1rem;
    padding: 0 1rem;
    box-sizing: border-box;
}
section#sec06 p {
    margin-bottom: 1rem;
}
section#sec06 p.lead {
    margin-bottom: 6rem;
}
.sec06Img01 {
    width: 300px;
    height: 300px;
}

/*---------------------------*/
/*問い合わせ*/
/*---------------------------*/
#contact {
    background-color: #ffc800;
    position: relative;
}

table.contact {
    width: 100%;
    margin: auto;
}
table.contact th,
table.contact td {
    vertical-align: middle;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
table.contact th {
    background-color: #ff8331;
    color: #fff;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    line-height: 1.15;
    font-weight: bold;
}
table.contact td {
    text-align: left;
    padding: 15px;
    background-color: #fff;
}

table.contact th span,
table.contact td span {
    font-size: 75%;
}
input,
textarea {
    font-size: 1rem;
    line-height: 1.4;
}
table.contact td input[type="text"]{
    width: 100%;
    box-sizing: border-box;
    padding:0.5em;
    /* margin: .5em; */
    border:1px solid #ccc;
}
/* IE */
 :-ms-input-placeholder {
    color: #aaa;
}

/* Edge */
/* Edge */
 ::-ms-input-placeholder {
    color: #aaa;
}
table.contact td textarea {
    width: 100%;
    box-sizing: border-box;
    /*    margin: 0;padding: 0;*/
    
    padding: 0.5em;
    border: 1px solid #ddd;
}
table.contact th sup {
    color: #fff000;
    font-size: 0.7rem;
    position: relative;
    top: 6px;
    left: 4px;
    position: absolute;
}
#contact .cBtn {
    width: 120px;
    height: 30px;
    border: 0px;
    margin: 8px;
    cursor: pointer;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 1;
    padding: 6px 0;
    font-size: inherit;

    /* color:#fff; */
    
    font-weight: bold;
    text-align: center;

}
#contact .cBtn.clearForm {}
#contact .cBtn:hover {
    background-color: #ff8331;
    /*    color: initial;*/
    
    border: 1px solid #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
}
.contactMessage {
    width: 60%;
    margin: auto;
    text-align: left;
    margin-bottom: 3rem;
    border: 1px solid #ff8331;
    box-sizing: border-box;
    padding: 1rem;
    background-color: #fff;
}
p.thanks {
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 1em;
}
.thanksTel {
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    margin-top: 4rem;
    font-weight: bold;
    color: #ff8331;
}

.modal-content {
	position:fixed;
	display:none;
	width:94vw;
	margin:auto;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    text-align: center;
	bottom:0;
    /* font-size: 15px; */
	}

.modal-content .privacy{
    width:100%;
    margin: auto;
    background-color: #fff;
    height: 90vh;
    padding:1rem;
    box-sizing: border-box;
    overflow-y: scroll;
    text-align:center;
}

.modal-content .privacy  h2{
    margin-bottom: 1.5rem;
}
.modal-content .privacy  h2:before{
    content: none;
    
}

.modal-content .privacy h3{
    font-weight: bold;
    text-align: left;
}
.modal-content .privacy h4{
    text-align: left;
}

.modal-content .privacy p{
    margin-bottom: 2rem;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #666;
}

.modal-content .privacy ul li > ul{
    padding-left: 1em;
    box-sizing: border-box;
    color: #666;
    margin-bottom: 1em;
}
.modal-content .privacy > ul {
    text-align: left;
    margin-bottom: 2rem;
}

.modal-overlay {
    z-index:1001;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
/*    background-color:rgba(199, 137,37,0.90);*/
    background-color:rgba(0, 0,0,0.80);
}

.modal-wrap {
    z-index:1002;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}
.modal-open {
    vertical-align: middle;
    padding: .5em 0;
    padding-left: 20px;

    display: inline-block;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 16px 20px;

}

.modal-open:hover {
    cursor:pointer;
}

.modal-close {
	display:block;
	width:80px;
	height:30px;
	background-color:#fff;
	position:fixed;
	z-index:1002;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-top:6px;
	line-height:1;
	border:1px solid #666;
	top:20px;
	right:3vw;
	}
    @media (orientation: portrait){/*縦時*/
        section#mainV,
        section#mainV #slider,
        section#mainV #slider li  {
            height: 70vh;
        }
        section#mainV #mainVCatchBack {
            width: 90vw;
            height: 90vw;
        }
    }
@media (orientation: portrait) and (max-width:480px){/*縦時*/
    .fSp02 {display:block !important;}
    #loader-bg {
        background-image: url(./images/loaderBackSp.jpg);
    }
    #loader, .loaderMask.bounds {
        width: 150px;
        height: 150px;
    }
    .loaderMask.wrap {
        height: 150vh;
        width: 150vh;
    }
    #gnav > ul  li{
        width: 100%;
        border-bottom: 1px solid #fff;

    }

    section#mainV #slider .slide01 {
        background-image: url(./images/slideBack01Sp.jpg);
    }
    section#mainV #slider .slide02 {
        background-image: url(./images/slideBack02Sp.jpg);
    }
    section#mainV #slider .slide03 {
        background-image: url(./images/slideBack03Sp.jpg);
    }
    .flexCont {
        -webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
   
    }
    .flexCont > div,.flexCont > figure{
        width: 100%;
    }
    section#sec01 .flexCont {
        width: 100%;
        padding: 0;
    }
    section#sec03 .flexCont {
        padding: 0;
        width: 100%;
    }
    section#sec06 .flexCont>div {
        padding-right: 0;
    }
    .sec01Img01,.sec06Img01 {
        width: 90vw;
        height: 90vw;
        margin-bottom: 2rem;
    }


    #comuBox {
        width: 90vw;
        height: 90vw;
    }
    .sideCont01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
        margin-bottom: 2rem;
    }
    .sideCont01 div {
        width: 100%;
        margin-left: 0;
        margin-top: -50px;
    }
    .sideCont01 figure {
        width: 100%;
        margin-left: 0;
    }

    .sideCont02 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        
        width: 100%;
        margin-left: 0;
    }
    .sideCont02 div {
        width: 100%;
        margin-left: 0;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        order:2;
        margin-top: -50px;
    }
    .sideCont02 figure {
        width: 100%;
        margin-left: 0;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;

    }
    #r3ImgBox {
        width: 240px;
        height: 220px;
        margin-bottom: 2rem;
     }
     #r3Img::before {
        width: 160px;
        height: 160px;
     }
     #r3Img li {
        width: 100px;
        height: 100px;
     }
     .pastList>div {
        width: 80px;
        height: 80px;
        padding-top: 5px;
     }
     .pastList>span {
        width: 25px;
    }

    .sec04thermo {
        top:10px;
        width: 100vw;
        margin-left: -5vw;
        padding: 15px 0;
        background-position: top 10px right -30px;
        background-size: 90vw 90vw;
    }
    .sec04thermo ul{
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    }
    .sec04thermo ul li{
        width: 90vw;
        margin-bottom: 2rem;
    }
    .sec04thermo ul li:last-child{
        margin-bottom: 0;
    }
    .sec04thermo ul li h4 {
        width: 60%;
    }
    #comuBack {
        top:auto;
    }
    #comuBack li {
        width: 90px;
        height: 90px;
    }
    #comuBox::before {
        width: 90vw;
        height: 90vw;

    }
    section#sec02 {
        background-image: url(./images/sec02BackSp.jpg);
        background-size: cover;
    }
    section#sec05 {
        background-image: url(./images/sec05BackSp.jpg);
        background-size: cover;
    }
    section#sec06 {
        background-image: url(./images/sec06BackSp.jpg);
        background-size: cover;
    }
    section#contact {
        padding-bottom: 4rem;
    }
    table.contact,table.contact tbody,table.contact tr{
        display: block;
        width: 100%;
    }

    table.contact th,
    table.contact td {

        display: block;
        border: none;
        width: 100%;
    }
    table.contact th {
        padding:10px 0;
        height: auto;
        margin-bottom: .5rem;
    }
    table.contact td {
        padding:0;
        margin-bottom: 1rem;
        height: auto;
        background-color: transparent;
    }
    .contactMessage {
        width: 100%;
    }
}
