:root {

--gr: #36FFCF;
--orange: #FF911C
}

.txt_gr {
  color: var(--gr);
}

.bg_gr {
  background: var(--gr);
}

.bg_or {
  background: var(--orange);
  color:#fff;
}

.txt_or {
  color: var(--orange);
}

.bg_bl{
background:#000;
color:#fff;
}

.txt_bl{
color:#000;
}

.bg_gray{
background: #F5F5F5;
}

html {
scroll-behavior: smooth;
scroll-padding-top: 100px;
}

body {
margin: 0;
font-family: "IBM Plex Sans JP" ,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-weight: 400;
color: #333;
animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

main {
  display: block;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: inherit;
  line-height: inherit;*/
   /*font-weight:bold;*/
  font-weight:400;
  margin: 0;
}

.fb100{
  font-weight:100;
}

.fb500{
  font-weight:500;
}
.fb600{
  font-weight:600;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

li{
  position: relative;
}

i{
display: inline-block;
font-style: normal;
}

strong,
em{
font-weight:bold;
}

a {
color: #2B2620;
display: inline-block;
text-decoration:none;
word-break: break-all;
}

img{
max-width: 100%;
height:auto;
vertical-align:bottom;
display: inline-block;
}

span{
  display: inline-block;
}

.cc{
display: grid;
place-content: center;
}

#main_contents{
  z-index: 1;
}
/* 汎用
----------------------------------------------------*/

.palt{
font-feature-settings: "palt";
}

.fade2.view,
.fade.view{
opacity: 1;
transition: 1.5s;
}

.fade2,
.fade{
opacity: 0;
}

.tra4 a:hover,
.ho a:hover img,
a.ho:hover img{
opacity: .7;
-webkit-transition: all .4s linear;
transition: all .4s linear;
}

.bo a,
a.bo{
text-decoration: none;
transition: all .4s linear;
}

.bo a:hover,
a:hover.bo{
text-decoration: underline;
}

.bo2 a,
a.bo2{
text-decoration: underline;
transition: all .4s linear;
}

.bo2 a:hover,
a:hover.bo2{
text-decoration: none;
}

.no_link{
pointer-events: none;
}

.tL{
	text-align: left;
}

.tC{
	text-align: center;
}

.tR {
	text-align: right;
}

.cB{
clear: both;
}

.pr{
position: relative;
}

.db{
display: block;
}

picture,
.ib{
display: inline-block;
}

.oh{overflow:hidden;}
.ov{overflow:visible ;}


.fn{font-weight:normal;}
.dn_en,._dn_100,
.dn{display: none;}

.fb{font-weight: bold;}

.fb100{font-weight: 100;}

.fb300{font-weight: 300;}
.fb400{font-weight: 400;}
.fb500{font-weight: 500;}
.fb700{font-weight: 700;}

.fb600{font-weight: 600;}
.fb900{font-weight: 900;}

.en_up{
text-transform: uppercase; 
}

.ti{
text-indent: -1em;
padding-left: 1em;
}

.tra a,
.tra{
-webkit-transition: all .4s linear;
transition: all .4s linear;
}


.bb li,
.bb{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*左右反転*/
.r_x {
  transform: scale(-1, 1);
}

.list01 li{
padding-left:1em;
}

.list01 li:before {
display: block;
content: "";
top:15px;
left: 5px;
margin: auto;
position: absolute;
width: 4px;
height: 4px;
background-color: #333;
border-radius: 100%;
}

.z1{
z-index: 1;
position: relative;
}

.z2{
z-index: 2;
position: relative;
}

.z3{
z-index: 3;
position: relative;
}

.ls{
letter-spacing: 0;
}

.tate {
  writing-mode: vertical-rl;
}

.txt10{ font-size:10px; }
.txt11{ font-size:11px; }
.txt12{ font-size:12px; line-height: 1.66;}
.txt13{ font-size:13px; }
.txt14{ font-size:14px; }
.txt15{ font-size:15px;}
.txt16{ font-size:16px; }
.txt18{ font-size:18px; }
.txt19{ font-size:19px; }
.txt20{ font-size:20px; }
.txt22{ font-size:22px; }
.txt24{ font-size:24px; }
.txt25{ font-size:25px; }
.txt26{ font-size:26px; }
.txt28{ font-size:28px; line-height: 1.42;}
.txt30{ font-size:30px; line-height: 1.42;}
.txt32{ font-size:32px; line-height: 1.68;}
.txt34{ font-size:34px; }
.txt35{ font-size:35px; }
.txt36{ font-size:36px; }
.txt38{ font-size:38px; }
.txt40{ font-size:40px; line-height: 1.3;}
.txt42{ font-size:42px; line-height: 1.3;}
.txt48{ font-size:48px; line-height: 1.3;}
.txt50{ font-size:50px; line-height: 1.2;}
.txt60{ font-size:60px; line-height: 1.2;}
.txt64{ font-size:64px; line-height: 1.2;}
.txt70{ font-size:70px; line-height: 1.2;}
.txt80{ font-size:80px;  line-height: 1;}
.txt150{ font-size:150px; line-height: 1;}


.txt_w{
  color:#fff;
}

.bg_w{
  background:#fff;
}

.bg_gray {
  background: #f1f1f3;
}

.font-he{
font-family: "Heebo", serif;
}

.font-min{
 font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

em{
font-style: normal;
}

a.more{
position: absolute;
top:0;
bottom:0;
right:0;
left:0;
cursor: pointer;
text-indent:-9999px;
z-index: 91;
}

a.more:hover{
background-color: rgba(255,255,255,0.2);
-webkit-transition: all .4s linear;
transition: all .4s linear;
}

.mb8{margin-bottom:8px;}
.mb16{margin-bottom:16px;}
.mt10{margin-top:10px;}

.rad10{
border-radius: 10px;
}

@media screen and (min-width: 737px) {/*-----------------------------*/

  section p {
    line-height: 2;
  }


.lh1{
line-height: 1 !important;
}

.lh2{
line-height: 2 !important;
}

.lh25{
line-height: 2.5 !important;
}

.lh275{
line-height: 2.75 !important;
}

.lh18{
line-height: 1.875 !important;
}

.lh16{
line-height: 1.6 !important;
}

.lh14{
line-height: 1.4 !important;
}


.nowrap_pc{
white-space: nowrap
}

.txt15{ font-size:15px; line-height: 1.8;}

.w320_only,
.sp_only,
.sp_only ul{display:none !important;
}

body{
line-height: 1.6;
text-align: center;
min-width: 1040px;
font-size:14px;

}

#container{
width: 100%;
/*max-width: 100%;*/
margin-left: auto;
margin-right: auto;

}

.main p{
 /* line-height: 1.8;*/
 
}

a[href^="tel:"] {
cursor: default;
pointer-events: none;
text-decoration: none !important;
}

.no_mw{
  max-width: none;
}

img.of100,
.of100 img{
object-fit: cover;
width:100%;
height:100%;
max-width: none;
}

.nowrap{
white-space: nowrap;
}

.no_max img{
max-width: none;
}

.mb0_pc,
.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}


.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mb_20{margin-bottom:-20px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt45{padding-top:45px;}
.pt50{padding-top:50px;}
.pt150{padding-top:150px;}
.pb30{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}
.pb80{padding-bottom:80px;}
.pl10{padding-left:10px;}


.justify{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
}

.flex-start{
display: flex;
justify-content:flex-start;
flex-wrap: wrap;
}

.flex-end{
display: flex;
justify-content:flex-end;
flex-wrap: wrap;
}

.flex-center{
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.f-column{
 display: flex;
flex-direction: column;
}

.alc,.aic{align-items: center;}

.ale{
align-items: end;
}

.riv{
flex-direction:row-reverse;
}

#anchor-content{
margin-top: -110px;
padding-top: 110px;
}

.box1000 {
width: min(1140px, 94%);
margin-left: auto;
margin-right: auto;
}

.box1200 {
width: 1200px;
margin-left: auto;
margin-right: auto;
}


@media screen and (max-width: 1040px) {
  /*-----------*/
  
.box1200 {
max-width: 98%;
}


.box1000 {
max-width: 96%;
}

.box1000.mw90 {
max-width: 90%;
}

} /*--max-width: 1040px--*/




}/*-----------------------------*/


@media screen and (max-width: 736px) {/*-----------------------------*/
body {
    line-height: 1.9;
    text-align: center;
    min-width: 400px;
    font-size: 14px;
}


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

.w100sp{
width:100%;
}

a.no_sp{
pointer-events: none;
}

.mb0_sp,
.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:8px;}
.mb15{margin-bottom:10px;}
.mb20{margin-bottom:15px;}
.mb25{margin-bottom:18px;}
.mb20sp,
.mb30{margin-bottom:20px;}

.mb35{margin-bottom:25px;}
.mb25sp,
.mb40{margin-bottom:30px;}
.mb50{margin-bottom:35px;}
.mb30sp,
.mb60{margin-bottom:30px;}

.mb80{margin-bottom:40px;}
.mb60sp,
.mb100{margin-bottom:60px;}
.mt_15{margin-top:-15px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.pt10{padding-top:10px;}
.pt20{padding-top:10px;}
.pt25{padding-top:15px;}
.pt30{padding-top:15px;}
.pt35{padding-top:20px;}
.pt40{padding-top:20px;}
.pt45{padding-top:25px;}
.pt50{padding-top:25px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:10px;}
.pb30{padding-bottom:15px;}
.pb40{padding-bottom:20px;}
.pb45{padding-bottom:25px;}
.pl10{padding-left:10px;}

.txt10{ font-size:10px; }
.txt11{ font-size:11px; }
.txt12{ font-size:10px; line-height: 1.66;}
.txt13{ font-size:12px; }
.txt14{ font-size:12px; }


.txt16{ font-size:14px; line-height:1.8;}

.txt16sp,
.txt18{ font-size:16px; }
.txt19{ font-size:17px; }
.txt20{ font-size:17px; }
.txt22{ font-size:18px; }
.txt24{ font-size:18px; line-height: 1.8;}
.txt26{ font-size:18px; line-height: 1.8;}
.txt28{ font-size:20px; }
.txt30{ font-size:20px; }
/*
.txt32 {font-size: 26px;line-height: 1.61;}
.txt34 {font-size: 24px;}
.txt36{ font-size:28px; }
.txt38{ font-size:30px; }
.txt40{ font-size:30px; line-height: 1.44;}
.txt42{ font-size:28px; line-height: 1.44;}
.txt50{ font-size:30px; line-height: 1.3;}
.txt60{ font-size:50px; line-height: 1.3;}
.txt70{ font-size:34px;}
.txt64{ font-size:52px; line-height: 1.3;}
.txt80{ font-size:60px;  line-height: 1;}
}*/

.txt12sp{font-size:12px !important;}

.txt14sp{ font-size:14px; line-height: 1.8em;}
.txt15sp{ font-size:15px;}
.txt24sp{font-size: 24px;}
.txt20sp{font-size: 20px;}
.txt18sp{font-size: 18px;}


.mb10sp{margin-bottom:10px;}
.mb16sp{margin-bottom:16px;}
.mb35sp{margin-bottom:35px;}

.sptL,
.tLsp{
text-align: left!important;
}

.tCsp{
text-align: center;
}

.pc_only{display:none !important;}
.sp_only{display:block;}

.a_link{
padding-top: 70px !important;
margin-top: -70px !important;
}

.w90sp{
width: calc(100% - 60px);
margin-inline: auto;
}

.w86sp{
width:86%;
margin-inline: auto;
}

.justify_sp,
.justify.sp{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
}

.flex-start_sp,
.flex-start.sp{
display: flex;
justify-content:flex-start;
flex-wrap: wrap;
}

.flex-center_sp,
.flex-center.sp{
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.flex-end.sp{
display: flex;
justify-content:flex-end;
flex-wrap: wrap;
}

.f-column.sp,
.column_sp{
 display: flex;
flex-direction: column;
}

.alc{
align-items: center;
}

}/*-----------------------------*/

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}