@charset "UTF-8";
/* ----------------------------------------------------------------
Setting
---------------------------------------------------------------- */
html {
	height: 100%;
	overflow: auto;
	font-size: 16px;
}
body {
	color: #000000;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-size: 1.3rem;
	  position: relative;
}
img {
  vertical-align: bottom;
}
ol, ul {
  list-style-type: none;
}
a{
  text-decoration: none;
}
a,a:hover,a:visited{
    color: inherit;
}
@media screen and (min-width: 1026px) {
  /*PCのみ*/
a img {
  transition: opacity 0.2s ease-out;
}
a:hover{
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}
}
/*--ここから記述--*/
/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
.pop-italic-r {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pop-italic-s {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.sp,
.pc,
.pctablet,
.sptablet{
	display: none;
}
ul,ol{
	list-style: none;
}
#page #contents{
	margin-top: 100px;
}
.btn a,
.btn .soon{
    max-width: 180px;
    margin: auto;
    text-align: center;
    border: solid 1px #000;
    font-size: 18px;
    display: block;
    padding: 10px 30px;
    background: #fff;
    border-radius: 50px;
    position: relative;
}
.btn a::before,
.btn a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn a::before{
	right: 9px;
	width: 14px;
	height: 1px;
	background: #000;
}
.btn a::after{
	right: 9px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn a:hover{
	text-decoration: none;
	background: #d3d3d3;
}
#tl_area{
	max-width: 1200px;
	margin: 0 auto 40px;;
}
#tl_area .h3_tl{
	  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
	font-size: 23px;
	padding-left: 40px;
	position: relative;
}
#tl_area .h3_tl::before{
	position: absolute;
	content: "";
	width: 28px;
	height: 1px;
	background: #999999;
	top: 50%;
	left: 0;
}
.h2_tl{
	  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
	font-size: 58px;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (min-width: 1026px) {
.pctablet {
		display: block !important;
	}
}
@media screen and (max-width: 1025px) {
.sptablet {
		display: block !important;
	}
}
@media screen and (min-width: 768px) {
	/*PCのみ*/
	.pc {
		display: block !important;
	}
}
@media screen and (max-width: 767px) {
	/*Spのみ*/
	.sp {
		display: block !important;
	}
	#page #contents{
	margin-top: 50px;
}
	.btn a {
    font-size: 14px;
    padding: 5px 25px;
}
.btn a::before{
	width: 10px;
}
#tl_area{
	margin: 0 5% 20px;
}
#tl_area .h3_tl{
	font-size: 18px;
	padding-left: 30px;
}
#tl_area .h3_tl::before{
	width: 20px;
}
.h2_tl{
	font-size: 35px;
	margin-bottom: 10px;
}
.btn .soon{
	        font-size: 13px;	
}
}
/* ----------------------------------------------------------------
header
---------------------------------------------------------------- */
header{
  width: 100%;
      position: fixed;
    top: 0;
      z-index: 1000;
}
header h1 a{
  display: block;
}
header a:hover{
  text-decoration: none;
}
header a:hover img{
  opacity: 1;
}
@media screen and (min-width: 1026px) {
  /*PCのみ*/
header .inner{
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 55px;
          max-width: 1240px;
        padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
header h1{
  font-size: 10px;
  text-align: center;
}
header h1 img{
  width: 158px;
  display: block;
  padding-bottom: 5px;
}
	header .gnav{
		display: flex;
		align-items: center;
		        height: 100%;
	}
  header .gnav nav ul{
    display: flex;
  }
header .gnav nav ul li+li{
    position: relative;
}
header .gnav nav ul li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	transform: rotate(25deg);
}
  header .gnav nav ul li a{
    font-size: 16px;
    position: relative;
    text-align: center;
	  padding: 0 10px;
	  margin: 0 10px;
    display: block;
  }
  header .gnav nav ul li a:hover{
    opacity: 1;
  }
   header .gnav nav ul li a::after {
position: absolute;
left: 0;
	   right: 0;
	   margin: auto;
content: '';
width: calc(100% - 20px);
height: 1px;
background: #000;
bottom: 0px;
transform: scale(0, 1);
transform-origin: left top;
transition: transform 0.6s;
}

  header .gnav nav ul li a:hover::after {
transform: scale(1, 1);
}
	header .gnav .insta{
		margin-left: 15px;
	}
	header .gnav .insta img{
		width: 28px;
	}
.gnav nav ul li.hyperlink a{
	position: relative;
	padding-right: 25px;
}
.gnav nav ul li.hyperlink a:before{
	position: absolute;
	content: "";
    width: 14px;
    height: 14px;
    right: 0;
    margin-top: -7px;
	top: 50%;
	background: url("../img/icon_site_b.svg") center no-repeat;
}
}
@media screen and (max-width: 1025px) {
  header{
    height: 38px;
    z-index: 900;
  }
  header .inner{
            padding: 0 5%;
        height: 100%;
        display: flex;
        align-items: center;
  }
	header h1{
		        font-size: 10px;
	}
  header h1 img{
    width: 80px;
    margin-right: 10px;
  }
	.gnav nav ul li.hyperlink a{
	position: relative;
	padding-right: 25px;
        display: inline-block;
        width: 100%;
}
	.gnav nav ul li.hyperlink a span{
		display: inline-block;
	}
.gnav nav ul li.hyperlink a:after{
	position: absolute;
	content: url("../img/icon_site_w.svg");
width: 14px;
        height: 14px;
        display: inline-block;
        margin-left: 10px;
}
}
/* ----------------------------------------------------------------
ハンバーガーメニュー
---------------------------------------------------------------- */
.menu-toggle {
display: none;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    height: 38px;
    width: 38px;
      padding: 3px 0px;
}

.menu-toggle span {
    display: block;
    width: 23px;
    height: 1px;
        margin: 7px 8px;
    background: #000;
  transition: all 0.3s ease;
}
.menu-toggle.active span.ac_no{
 display: none; 
}
.menu-toggle.active span:first-child{
  transform: rotate(-45deg);
}
.menu-toggle.active span:last-child{
  transform: rotate(45deg);
}
.menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 1025px) {
    .menu-toggle {
        display: block;
    }
  .gnav {
    position: fixed;
    right: -100vw;
    top: 38px;
    width: 100vw;
    background: #000000e3;
    transition: right 0.3s ease;
    z-index: 999;
}
.gnav.open {
    right: 0;
}
.gnav ul {
padding:10px 4% 10px 4%;
}


.gnav ul li a {
        display: block;
        padding: 25px 35px 25px 15px;
        color: #fff;
        border-bottom: 1px #7b7b7b dashed;
        font-size: 18px;
        position: relative;
  letter-spacing: 0.1em;
}
  .gnav ul li:last-child a{
    border-bottom: none;
  }
  .gnav ul li a:before{
        content: ">";
	  font-family: "noto-sans-cjk-jp", sans-serif;
	          font-style: normal;
    position: absolute;
    font-size:12px;
        right: 5px;
        color: #fff;
        margin-top: -6px;
        top: 50%;
    line-height: 1;
  }
  .gnav ul li.sp_btn{
    margin-top: 40px;
  }
  .gnav ul li.sp_btn a {
font-size: 13px;
    border: solid 1px #fff;
    padding: 10px 15px;
    border-radius: 50px;
    text-align: center;
    width: 230px;
}
}
/* ========== 共通 ========== */
.gnav nav ul > li { position: relative; } /* ドロップ配置のため */

.gnav .has-sub .nav-label {
  display: block;
  font-size: 16px;
  padding: 0 10px;
  margin: 0 10px;
    cursor: default;
  position: relative;
}

/* 既存のボーダー区切りと干渉しないよう、隣接線は anchor のみ対象 */
header .gnav nav ul li+li::before { /* 既存そのまま使用 */ }

/* PCドロップダウン */
@media screen and (min-width: 1026px) {
  .gnav .subnav {
    position: absolute;
    left: 10px;
    top: 100%;
    min-width: 180px;
    background: #000;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.2s ease;
    z-index: 1001;
  }
  .gnav .subnav li a {
    display: block;
    padding: 0px 14px;
    color: #fff;
    font-size: 14px;
  }
  .gnav .subnav li:last-child a { border-bottom: none; }

  /* ホバーで表示 */
  .gnav li.has-sub:hover > .subnav,
  .gnav li.has-sub:focus-within > .subnav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .gnav .has-sub:hover .nav-label::before { transform: scaleX(1); }
	header .gnav nav .has-sub ul li a::after{
	        background: #fff;	
	}
	header .gnav nav .has-sub ul li+li::before{
		        border-left: 1px solid #fff;
	}
}

/* SP（≤1025px）はアコーディオン。サブメニューはデフォルト非表示 */
@media (max-width: 1025px) {
  .gnav .subnav { display: none; background: transparent; border: none; padding: 0; }

  .gnav .subnav li a {
    display: block;
    padding: 18px 35px 18px 28px; /* 親より少し字下げ */
    color: #fff;
    border-bottom: 1px #7b7b7b dashed;
    font-size: 16px;
    position: relative;
    letter-spacing: .1em;
  }
  .gnav .subnav li:last-child a { border-bottom: 1px #7b7b7b dashed; }

  /* 親ラベルの見た目を既存 a と合わせる */
  .gnav .has-sub .nav-label {
color: #fff;
        padding: 25px 35px 25px 15px;
        border-bottom: 1px #7b7b7b dashed;
        letter-spacing: .1em;
        font-size: 18px;
        cursor: pointer;
        margin: 0;
  }
	.gnav .has-sub .nav-label::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 6px; height: 6px;
  margin-top: -3px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg); /* ▼っぽく */
}
  /* 既存の > マークと干渉しないよう、親の擬似矢印を白に */
  .gnav .has-sub .nav-label::after {
    border-color: #fff;
    right: 7px;
    transform: rotate(45deg);
    transition: transform .2s;
  }
  /* 展開時の矢印回転 */
  .gnav .has-sub.expanded > .nav-label::after {
    transform: rotate(-135deg); /* ▲っぽく */
  }
}
/* ----------------------------------------------------------------
footer
---------------------------------------------------------------- */
#footer{
	background: #000;
	padding: 20px 0 5px;
}
#footer a:hover{
  text-decoration: none;
}
#footer_nav_area #footer_nav ul.pop-italic-r li.hyperlink a{
	position: relative;
	padding-right: 20px;
}
#footer_nav_area #footer_nav ul.pop-italic-r li.hyperlink a:before{
	position: absolute;
	content: "";
    width: 12px;
    height: 12px;
    right: 0;
    margin-top: -6px;
	top: 50%;
	background: url("../img/icon_site_w.svg") center no-repeat;
}
@media screen and (min-width: 1026px) {
	/*PCのみ*/
	#footer_nav_area{
		        max-width: 1240px;
        padding: 0 20px;
        width: 100%;
        margin: 0 auto 30px;
		        display: flex;
        justify-content: space-between;
        align-items: start;
	}
	#footer_nav_area #footer_logo{
		        width: 158px;
        display: block;
	}
	#footer_nav_area #footer_nav{
		display: flex;
		        height: 100%;
	}
 #footer_nav_area #footer_nav > ul.pop-italic-r{
    display: flex;
  }
#footer_nav_area #footer_nav ul.pop-italic-r > li+li{
    position: relative;
}
#footer_nav_area #footer_nav ul.pop-italic-r > li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    margin: auto;
	transform: rotate(25deg);
}
 #footer_nav_area #footer_nav ul.pop-italic-r > li a,
	#footer_nav_area #footer_nav ul.pop-italic-r > li p{
    font-size: 16px;
    position: relative;
    text-align: center;
	  padding: 0 20px;
	  margin: 0 10px;
    display: block;
	 color: #fff;
  }
  #footer_nav_area #footer_nav ul.pop-italic-r > li a:hover{
    opacity: 1;
  }
   #footer_nav_area #footer_nav ul.pop-italic-r > li a::after {
position: absolute;
left: 0;
	   right: 0;
	   margin: auto;
content: '';
width: calc(100% - 20px);
height: 1px;
background: #fff;
bottom: 0px;
transform: scale(0, 1);
transform-origin: left top;
transition: transform 0.6s;
}

  #footer_nav_area #footer_nav ul.pop-italic-r > li a:hover::after {
transform: scale(1, 1);
}
	#footer_nav_area #footer_nav .insta{
		margin-left: 15px;
	}
	#footer_nav_area #footer_nav .insta img{
		width: 28px;
	}
	#footer_nav_area #footer_nav ul.pop-italic-r ul.child_menu li{
		line-height: 1.3;
	}
	#footer_nav_area #footer_nav ul.pop-italic-r ul.child_menu li a{
		        padding: 0;
        margin: 0;
        text-align: left;
		display: inline-block;
        margin-left: 40px;
        font-size: 14px;
	}
	#footer_nav_area #footer_nav ul.pop-italic-r ul.child_menu li a:before{
		position: absolute;
		content: "";
		width: 8px;
		height: 1px;
		background: #fff;
		top: 50%;
		left: -13px;
	}
	#footer_nav_area #footer_nav ul.pop-italic-r ul.child_menu li a:after{
		width: 100%;
	}
}
#copy{
	color: #fff;
	text-align: center;
	font-size: 12px;
}
@media (max-width: 1025px) {
	#footer_nav_area #footer_nav{
		display: none;
	}
		#footer_nav_area #footer_logo{
		        width: 120px;
			margin: 0 auto 20px;
        display: block;
	}
	#footer {
    padding: 20px 5% 5px;
}
}