@charset "utf-8";

/*-------------------------------------------------
fonts 
-------------------------------------------------*/

@font-face{
font-family: 'CopperplateW01-Bold';
src: local('CopperplateW01-Bold'),
url("../webfont/CopperplateW01-Bold.woff");
/*url('../webfont/CopperplateW01-Bold') format('woff');*/
font-weight:normal;
font-style:normal;
font-display:swap;
}


/*-------------------------------------------------
base 
-------------------------------------------------*/

html {
scroll-padding-top: 10px;
scroll-behavior: smooth;
}
body {
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.5rem;
font-weight: 400;
line-height: 1.6;
color:#3B4043;
-webkit-text-size-adjust: 100%;
letter-spacing: 0.1em;
background: #F6F6F6;
}
a img {
border-style: none;
}
a {
color: inherit;
text-decoration: none;
}
a:link, a:visited {
text-decoration: none;
}
.clear  {
clear: both;
visibility: hidden;
height: 0px;
}
.line_effect {
text-decoration: none;
}
.u_line_wht,
.u_line_blk {
position: relative;
z-index: 1;
}
.u_line_wht:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;/*テキストからの距離*/
width: 0%;/*初期状態では下線非表示*/
height: 1px;/*下線の高さ*/
background: #ccc;/*下線の色*/
z-index: -1;
transition: all 0.3s;/*アニメーション速度*/
}
.u_line_blk:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;/*テキストからの距離*/
width: 0%;/*初期状態では下線非表示*/
height: 1px;/*下線の高さ*/
background: #222;/*下線の色*/
z-index: -1;
transition: all 0.3s;/*アニメーション速度*/
}
.line_effect:hover .u_line_wht:after,
.line_effect:hover .u_line_blk:after{
width: 100%;/*hover時に表示*/
}
::selection {
background: #F091A0;
color: #fff;
}
/*Firefox*/
::-moz-selection {
background: #F091A0;
color: #fff;
}


/*-------------------------------------------------
	padding margin font-size
-------------------------------------------------*/

.p-0{padding: 0px !important;}
.p-5{padding: 5px !important;}
.p-10{padding: 10px !important;}
.p-15{padding: 15px !important;}
.p-20{padding: 20px !important;}
.p-25{padding: 25px !important;}
.p-30{padding: 30px !important;}
.p-35{padding: 35px !important;}
.p-40{padding: 40px !important;}
.p-45{padding: 45px !important;}
.p-50{padding: 50px !important;}

.pt-0 {padding-top: 0 !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-50 {padding-top: 50px !important;}

.pr-0 {padding-right: 0 !important;}
.pr-5 {padding-right: 5px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-25 {padding-right: 25px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-35 {padding-right: 35px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-45 {padding-right: 45px !important;}
.pr-50 {padding-right: 50px !important;}

.pb-0 {padding-bottom: 0 !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-50 {padding-bottom: 50px !important;}

.pl-0 {padding-left: 0 !important;}
.pl-5 {padding-left: 5px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-25 {padding-left: 25px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-35 {padding-left: 35px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-45 {padding-left: 45px !important;}
.pl-50 {padding-left: 50px !important;}

.m-0{margin: 0px !important;}
.m-5{margin: 5px !important;}
.m-10{margin: 10px !important;}
.m-15{margin: 15px !important;}
.m-20{margin: 20px !important;}
.m-25{margin: 25px !important;}
.m-30{margin: 30px !important;}
.m-35{margin: 35px !important;}
.m-40{margin: 40px !important;}
.m-45{margin: 45px !important;}
.m-50{margin: 50px !important;}

.mt-0{margin-top: 0px !important;}
.mt-5{margin-top: 5px !important;}
.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px !important;}
.mt-25{margin-top: 25px !important;}
.mt-30{margin-top: 30px !important;}
.mt-35{margin-top: 35px !important;}
.mt-40{margin-top: 40px !important;}
.mt-45{margin-top: 45px !important;}
.mt-50{margin-top: 50px !important;}

.mr-0{margin-right: 0px !important;}
.mr-5{margin-right: 5px !important;}
.mr-10{margin-right: 10px !important;}
.mr-15{margin-right: 15px !important;}
.mr-20{margin-right: 20px !important;}
.mr-25{margin-right: 25px !important;}
.mr-30{margin-right: 30px !important;}
.mr-35{margin-right: 35px !important;}
.mr-40{margin-right: 40px !important;}
.mr-45{margin-right: 45px !important;}
.mr-50{margin-right: 50px !important;}

.mb-0{margin-bottom: 0px !important;}
.mb-5{margin-bottom: 5px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-15{margin-bottom: 15px !important;}
.mb-20{margin-bottom: 20px !important;}
.mb-25{margin-bottom: 25px !important;}
.mb-30{margin-bottom: 30px !important;}
.mb-35{margin-bottom: 35px !important;}
.mb-40{margin-bottom: 40px !important;}
.mb-45{margin-bottom: 45px !important;}
.mb-50{margin-bottom: 50px !important;}
.mb-60{margin-bottom: 60px !important;}
.mb-70{margin-bottom: 70px !important;}
.mb-80{margin-bottom: 80px !important;}
.mb-90{margin-bottom: 90px !important;}
.mb-100{margin-bottom: 100px !important;}
.mb-110{margin-bottom: 110px !important;}
.mb-120{margin-bottom: 120px !important;}

.ml-0{margin-left: 0px !important;}
.ml-5{margin-left: 5px !important;}
.ml-10{margin-left: 10px !important;}
.ml-15{margin-left: 15px !important;}
.ml-20{margin-left: 20px !important;}
.ml-25{margin-left: 25px !important;}
.ml-30{margin-left: 30px !important;}
.ml-35{margin-left: 35px !important;}
.ml-40{margin-left: 40px !important;}
.ml-45{margin-left: 45px !important;}
.ml-50{margin-left: 50px !important;}

.fs-1 {font-size:.1rem !important;}
.fs-2 {font-size:.2rem !important;}
.fs-3 {font-size:.3rem !important;}
.fs-4 {font-size:.4rem !important;}
.fs-5 {font-size:.5rem !important;}
.fs-6 {font-size:.6rem !important;}
.fs-7 {font-size:.7rem !important;}
.fs-8 {font-size:.8rem !important;}
.fs-9 {font-size:.9rem !important;}
.fs-10{font-size:1rem !important;}
.fs-11{font-size:1.1rem !important;}
.fs-12{font-size:1.2rem !important;}
.fs-13{font-size:1.3rem !important;}
.fs-14{font-size:1.4rem !important;}
.fs-15{font-size:1.5rem !important;}
.fs-16{font-size:1.6rem !important;}
.fs-17{font-size:1.7rem !important;}
.fs-18{font-size:1.8rem !important;}
.fs-19{font-size:1.9rem !important;}
.fs-20{font-size:2rem !important;}
.fs-21{font-size:2.1rem !important;}
.fs-22{font-size:2.2rem !important;}
.fs-23{font-size:2.3rem !important;}
.fs-24{font-size:2.4rem !important;}
.fs-25{font-size:2.5rem !important;}
.fs-26{font-size:2.6rem !important;}
.fs-27{font-size:2.7rem !important;}
.fs-28{font-size:2.8rem !important;}
.fs-29{font-size:2.9rem !important;}
.fs-30{font-size:3.0rem !important;}
.fs-31{font-size:3.1rem !important;}
.fs-32{font-size:3.2rem !important;}
.fs-33{font-size:3.3rem !important;}
.fs-34{font-size:3.4rem !important;}
.fs-35{font-size:3.5rem !important;}
.fs-36{font-size:3.6rem !important;}
.fs-37{font-size:3.7rem !important;}
.fs-38{font-size:3.8rem !important;}
.fs-39{font-size:3.9rem !important;}
.fs-40{font-size:4rem !important;}
.fs-41{font-size:4.1rem !important;}
.fs-42{font-size:4.2rem !important;}
.fs-43{font-size:4.3rem !important;}
.fs-44{font-size:4.4rem !important;}
.fs-45{font-size:4.5rem !important;}
.fs-46{font-size:4.6rem !important;}
.fs-47{font-size:4.7rem !important;}
.fs-48{font-size:4.8rem !important;}
.fs-49{font-size:4.9rem !important;}
.fs-50{font-size:5rem !important;}


/*-------------------------------------------------
改行設定
-------------------------------------------------*/

@media screen and (min-width: 768px) {
.pc-hidden{
display:none;
}
}

@media screen and (max-width : 480px ){
.sp-hidden{
display:none;
}
}


/* 下層ページレイアウト
-------------------------------------------------- */


/*-------------------------------------------------
head title
-------------------------------------------------*/

.head_title {
font-family: 'CopperplateW01-Bold';
font-weight: normal;
font-size: 4.0rem;
letter-spacing: 0;
color: #292929;
line-height: 120%;
margin-bottom: 10px;
}
.head_subtitle {
font-size: 1.6rem;
font-weight: 500;
color: #999999;
letter-spacing: 0.1em;
}
.head_title_wrap {
position: absolute ;
padding: 50px 0 0 10%;
z-index: 5;
}

@media all and (max-width : 1536px ){
.head_title {
font-size: 3.0rem;
margin-bottom: 10px;
}
.head_subtitle {
font-size: 1.4rem;
}
.head_title_wrap {
position: absolute ;
padding: 20px 0 0 30px;
}
}

@media all and (max-width : 1260px ){
.head_title_wrap .generic02 {
display: none;
}
}

@media all and (max-width : 1024px ){
.head_title_wrap .generic01 {
display: none;
}
.head_title {
font-size: 2.4rem;
margin-bottom: 5px;
}
}

@media all and (max-width : 820px ){
.head_title_wrap {
position: absolute ;
padding: 15px 0 0 20px;
}
.head_title_wrap .generic01 {
display: block;
}
.head_title_wrap .generic02 {
display: block;
}
.head_title,
.head_subtitle {
color: #fff;
mix-blend-mode: difference;
}
}

@media all and (max-width : 767px ){
.head_title {
font-size: 1.6rem;
margin-bottom: 0px;
}
.head_subtitle {
font-size: 0.8rem;
position: relative;
top: -5px;
}
.head_title_wrap {
position: absolute ;
padding: 10px 0 0 10px;
}
}


/*-------------------------------------------------
sec_kv
-------------------------------------------------*/

.sec_kv {
position: relative;
margin-bottom: 100px;
}

@media all and (max-width : 1260px ){
.sec_kv {
margin-bottom: 30px;
}
}

.kv_box_wrap {
display: flex;
align-items: center;
flex-direction: row-reverse;
}
.kv_imgbox {
width: 65.63vw;
}
.kv_imgbox img {
width: 100%;
vertical-align: bottom;
}
.kv_profile_box {
position: relative;
padding: 35px 40px;
background: #fff;
border-radius: 10px;
width: 31.04vw;
margin-right: -5.73vw;
margin-top: 13%;
}
.kv_namebox {
margin-bottom: 25px;
}
.kv_namebox dt {
font-family: "Barlow Condensed", sans-serif;
font-weight: 500;
font-size: 1.6rem;
letter-spacing: 0;
color: #E53F6D;
line-height: 10%;
margin-bottom: 10px;
}
.kv_namebox dd {
font-size: 2.8rem;
font-weight: 700;
}
.kv_namebox dd span {
font-size: 1.6rem;
margin-left: 5px;
}
.profile_tag {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 15px;
}

@media all and (max-width : 1260px ){
.kv_namebox {
margin-bottom: 20px;
}
.kv_namebox dd {
font-size: 2.2rem;
}
.kv_namebox dd span {
font-size: 1.4rem;
}
}

@media all and (max-width : 1024px ){
.kv_namebox {
margin-bottom: 20px;
}
.kv_namebox dd {
font-size: 2.0rem;
}
.profile_tag {
font-size: 1.6rem;
}
}

.profile_txt {
font-size: 1.5rem;
line-height: 200%;
padding-bottom: 20px;
border-bottom: solid 1px #E3E3E3;
margin-bottom: 25px;
}
.kv_profile_box .sns_list {
display: flex;
align-items: center;
}
.kv_profile_box .sns_list li {
width: 22px;
height: auto;
margin-right: 10px;
}
.kv_profile_box .sns_list li img {
width: 100%;
}
.kv_profile_box .sns_list li a {
transition-duration: 0.7s;
}
.kv_profile_box .sns_list li a:hover {
opacity: .6;
transition-duration: 0.7s;
}

@media all and (max-width : 1700px ){
.kv_profile_box {
padding: 30px 35px;
width: 38.32vw;
margin-right: -5.73vw;
}
}

@media all and (max-width : 1260px ){
.kv_profile_box {
padding: 20px 30px;
width: 46.32vw;
margin-right: -13.73vw;
}
}

@media all and (max-width : 820px ){
.kv_box_wrap {
display: flex;
align-items: center;
flex-direction: column;
}
.kv_imgbox {
width: 100%;
}
.kv_profile_box {
padding: 40px 30px 30px 40px;
width: 85%;
margin-top: -50px;
margin-right: -10.73vw;
}
}

@media all and (max-width : 767px ){
.sec_kv {
margin-bottom: 10px;
}
.kv_profile_box {
padding: 20px 15px 20px 25px;
width: 85%;
margin-top: -40px;
margin-right: -5.73vw;
margin-bottom: 20px;
}
.kv_namebox {
margin-bottom: 10px;
}
.kv_namebox dt {
font-size: 1.2rem;
}
.kv_namebox dd {
font-size: 1.6rem;
}
.kv_namebox dd span {
font-size: 1.2rem;
}
.profile_tag {
font-size: 1.4rem;
}
.profile_txt {
font-size: 1.3rem;
line-height: 180%;
padding-bottom: 15px;
margin-bottom: 15px;
}
}


/*-------------------------------------------------
ハンバーガーメニュー背景
-------------------------------------------------*/

#open_navi {
position:fixed;
z-index: 999;
/*ナビのスタート位置と形状*/
top:-120%;
left:0;
width: 100%;
height: 100vh;/*ナビの高さ*/
/*background: rgba(236,227,216,0.95);*/
background: rgba(249,224,121,0.95);
transition: all 0.5s ease;
}

/*アクティブクラスがついたら位置を0に*/
#open_navi.panelactive{
top: 0;
}

/*ナビゲーションの縦スクロール*/
#open_navi.panelactive .open_navi_list {
height: 100%;
}
#open_navi .ham_title {
font-family: 'CopperplateW01-Bold';
font-weight: normal;
font-size: 3.0rem;
letter-spacing: 0.05em;

line-height: 140%;
margin-bottom: 10px;
}
#open_navi .ham_sub_title {
font-size: 1.4rem;
letter-spacing: 0.1em;
line-height: 100%;
}
.ham_title_wrap {
margin-right: 10%;
}

@media all and (max-width : 820px ){
#open_navi .ham_title {
font-size: 2.4rem;
margin-bottom: 10px;
}
#open_navi .ham_sub_title {
font-size: 1.2rem;
}
}

@media all and (max-width : 767px ){
#open_navi .ham_title {
font-size: 2.0rem;
letter-spacing: 0.05em;
line-height: 140%;
margin-bottom: 10px;
}
#open_navi .ham_sub_title {
font-size: 1.1rem;
}
.ham_title_wrap {
margin-bottom: 30px;
}
}

/*ハンバーガーナビゲーション*/

.ham_inner {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
#open_navi .ham_navi_wrap {
padding: 35px 0 20px 8%;
border-left: solid 1px rgba(95,63,62,0.3)
}
#open_navi .ham_navi {
margin-bottom: 40px;
}
#open_navi .ham_navi dt a {
font-weight: 700;
font-size: 2.4rem;
color: #5F3F3E;
letter-spacing: 0.15em;
line-height: 100%;
margin-bottom: 10px;
transition-duration: 0.7s;	
}
#open_navi .ham_navi dt a span {
font-size: 1.6rem;
}
#open_navi .ham_navi dt a:hover {
text-decoration: underline;
transition-duration: 0.7s;	
}
#open_navi .ham_navi dd {
font-family: "Barlow Condensed", sans-serif;
font-weight: 500;
font-size: 1.4rem;
letter-spacing: 0.05em;
color: #5F3F3E;
position: relative;
}

@media all and (max-width : 1024px ){
#open_navi .ham_navi dt a {
font-size: 2.0rem;
}
#open_navi .ham_navi dd {
font-size: 1.2rem;
}
}

@media all and (max-width : 820px ){
#open_navi .ham_navi dt a {
font-size: 1.8rem;
}
#open_navi .ham_navi dt a span {
font-size: 1.3rem;
}
}

@media all and (max-width : 767px ){
.ham_inner {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-left: 15%;
}
#open_navi .ham_navi_wrap {
padding: 20px 0 10px 10%;
}
#open_navi .ham_navi dt a {
font-size: 1.4rem;
margin-bottom: 10px;
letter-spacing: 0.1em;
}
#open_navi .ham_navi dt a span {
font-size: 1.1rem;
}
#open_navi .ham_navi dd {
font-size: 1.0rem;
}
}


/* ハンバーガーメニュー
-------------------------------------------------- */

.openbtn {
display: block; 
position:fixed;
z-index: 9999;/*ボタンを最前面に*/
top: 25px;
right: 40px;
cursor: pointer;
width: 40px;
height: 40px;
mix-blend-mode: difference;
}

/* ×に変化 */	
.openbtn span{
display: inline-block;
transition: all .4s ease;
position: absolute;
left: 14px;
height: 2px;
background-color: #fff;
width: 100%;
}
.openbtn span:nth-of-type(1) {
top:15px;	
}
.openbtn span:nth-of-type(2) {
top:23px;
}
.openbtn span:nth-of-type(3) {
top:31px;
}
.openbtn.active span:nth-of-type(1) {
top: 18px;
left: 18px;
transform: translateY(6px) rotate(-45deg);
width: 100%;
background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
opacity: 0;
}
.openbtn.active span:nth-of-type(3){
top: 30px;
left: 18px;
transform: translateY(-6px) rotate(45deg);
width: 100%;
background-color: #fff;
}

@media all and (max-width : 820px ){
.openbtn {
display: block;
top:10px;
right: 10px;
width: 50px;
height:45px;
}
.openbtn span{
width: 45%;
}
.openbtn.active span:nth-of-type(1) {
top: 15px;
left: 11px;
width: 55%;
}
.openbtn.active span:nth-of-type(3){
top: 27px;
left: 11px;
width: 55%;
}
}

@media all and (max-width : 767px ){
.openbtn {
top:10px;
right: 15px;
width: 32px;
height:32px;
}
.openbtn span{
position: absolute;
left: 16px;
height: 1px;
width: 60%;
}
.openbtn span:nth-of-type(1) {
	top:9px;	
}
.openbtn span:nth-of-type(2) {
	top:16px;
}
.openbtn span:nth-of-type(3) {
	top:23px;
}
.openbtn.active span:nth-of-type(1) {
top: 11px;
left: 10px;
width: 75%;
}
.openbtn.active span:nth-of-type(3){
top: 23px;
left: 10px;
width: 75%;
}
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
animation-name: fadeDownAnime;
animation-duration: 0.7s;
animation-fill-mode: forwards;
opacity: 0;
display: block;
}

@keyframes fadeDownAnime{
from {
opacity: 0;
transform: translateY(0px);
}

to {
opacity: 1;
transform: translateY(0);
}
}



/*-------------------------------------------------
コンテンツ領域
-------------------------------------------------*/

.content {
padding: 0px 0 80px;
}
@media all and (max-width : 767px ){
.content {
padding: 0 0 40px;
}
}

.box_s {
max-width: 980px;
margin: 0 auto;
}
.box_m {
max-width: 1260px;
margin: 0 auto;
}
.box_l {
width: 100%;
margin: 0 auto;
}

@media all and (max-width : 1260px ){
.box_m {
padding: 0 20px;
}
}

@media screen and (max-width : 980px ){
.box_s {
padding: 0 20px;
}
}


/*-------------------------------------------------
sec_report
-------------------------------------------------*/

.list_title {
font-size: 2.8rem;
font-weight: 700;
display: block;
text-align: center;
margin-bottom: 40px;
}
.toc {
display: flex;
align-items: center;
padding: 22px 10px;
border-bottom: solid 1px #ccc; 
}
.toc:first-of-type {
border-top: solid 1px #ccc;
}
.toc dt {
font-family: "Barlow Condensed", sans-serif;
font-weight: 500;
font-size: 1.6rem;
letter-spacing: 0;
width: 15.51%;
}
.toc dd a {
font-size: 1.5rem;
text-decoration: underline;
}
.toc dd a:hover {
text-decoration: none;
color: #FF5072;
}
.toc:last-of-type {
margin-bottom: 80px;
}
.toc_wrap {
width: 59.18%;
}
.visit_map {
width: 28.98%;
height: auto;
}
.visit_map img {
width: 100%;
}
.visit_box {
display: flex;
justify-content: space-between;
align-items: center;
}

@media all and (max-width : 767px ){
.toc_wrap {
width: 100%;
}
.visit_map {
width: 70%;
margin-bottom: 20px;
}
.visit_box {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
}

.shop_title_wrap {
display: flex;
align-items: center;
font-weight: bold;
position: relative;
margin-bottom: 25px;
}
.shop_title_wrap::before {
content: '';
width: calc(100% - 25px);
height: 2px;
background-color: #F091A0;
position: absolute;
bottom: 0;
right: 0;
}
.shop_title_wrap .num {
font-family: "Barlow Condensed", sans-serif;
font-weight: 500;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50%;
background-color: #F091A0;
text-align: center;
font-size: 2.4rem;
color: #fff;
}
.shop_title {
font-weight: 700;
font-size: 2.4rem;
letter-spacing: 0.2em;
line-height: 160%;
margin: 0 0 0 15px;
}
.shop_title span {
font-size: 1.2rem;
}
.report_txt {
font-size: 1.5rem;
line-height: 200%;
margin-bottom: 40px;
padding-left: 20px;
}

@media all and (max-width : 767px ){
.list_title {
font-size: 1.6rem;
margin-bottom: 20px;
}
.toc {
padding: 15px 5px;
}
.toc dt {
font-size: 1.4rem;
width: 12%;
}
.toc dd a {
font-size: 1.3rem;
}
.toc:last-of-type {
margin-bottom: 20px;
}
.shop_title_wrap {
margin-bottom: 20px;
}
.shop_title_wrap::before {
width: calc(100% - 16px);
}
.shop_title_wrap .num {
width: 38px;
height: 38px;
line-height: 39px;
border-radius: 50%;
font-size: 1.6rem;
}
.shop_title {
font-size: 1.4rem;
letter-spacing: 0.1em;
margin: 0px 0 0 8px;
width: 90%;
}
.shop_title span {
font-size: 1.2rem;
}
.report_txt {
font-size: 1.4rem;
line-height: 180%;
margin-bottom: 20px;
padding-left: 5px;
}
}

/* swiper
-------------------------------------------------- */

.swiper_wrap {
padding-bottom: 10px;
margin-bottom: 40px;
position: relative;
}
.swiper_wrap .swiper-slide {
position: relative;
}
.swiper_wrap .swiper-slide img {
width: 100%;
height: auto;
}
.swiper_wrap .swiper-pagination-bullet {
width: 5px;
height: 5px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: .2;
margin-right: 10px;
}
.swiper_wrap .swiper-pagination-bullet:last-child {
margin-right: 0px;
}
.swiper_wrap .swiper-pagination-bullet-active {
opacity: 1;
background: #C14911;
}
.swiper_wrap .swiper-pagination {
text-align: right;
position: absolute;
bottom: -10px;
}
.swiper_wrap .swiper-pagination-bullet:hover {
cursor: pointer;
}


/* 施設情報
-------------------------------------------------- */

.menu_facility {
font-size: 1.8rem;
font-weight: 700;
letter-spacing: 0.2em;
margin-bottom: 15px;
}
.facility_box {
width: 100%;
background: #fff;
padding: 20px 25px 20px;
border-radius:5px;
margin-bottom: 80px;
}
.facility_box_inner {
padding-left: 16px;
padding-bottom: 1px;
border-left: solid 6px #E87B8F;
}
.facility_title {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 15px;
}
.facility_info {
display: flex;
margin-bottom: 15px;
}
.facility_info dt {
font-size: 1.3rem;
font-weight: 400;
width: 24px;
height: 24px;
border-radius: 50%;
background: #EC7192;
color: #fff;
text-align: center;
line-height: 120%;
padding-top: 3px;
padding-left: 1px;
}
.facility_info dd {
font-size: 1.4rem;
padding-left: 20px;
}
.facility_info dd a {
text-decoration: underline;
font-family: "Barlow Condensed", sans-serif;
}
.facility_info dd a:hover {
text-decoration: none;
}

@media all and (max-width : 767px ){
.menu_facility {
font-size: 1.6rem;
letter-spacing: 0.1em;
margin-bottom: 10px;
}
.facility_box {
padding: 20px 20px 20px 15px;
margin-bottom: 40px;
}
.facility_box_inner {
padding-left: 14px;
border-left: solid 3px #E87B8F;
}
.facility_title {
font-size: 1.4rem;
margin-bottom: 10px;
}
.facility_info {
display: flex;
margin-bottom: 10px;
}
.facility_info dt {
font-size: 1.2rem;
white-space: nowrap;
width: 22px;
height: 22px;
border-radius: 50%;
line-height: 21px;
padding-top: 0px;
padding-left: 0px;
margin-right: 10px;
}
.facility_info dd {
font-size: 1.2rem;
padding-left: 0px;
word-break: break-all;
}
}



/*-------------------------------------------------
カルーセル
-------------------------------------------------*/

.sec_link_banner {
padding: 40px 0 60px;
background: #E9E9E9;
}
.sec_link_banner .box_m {
position: relative;
}
.sec_link_banner .swiper-slide a {
transition: ease 0.5s;
}
.sec_link_banner .swiper-slide img {
width: 100%;
height: auto;
}
.sec_link_banner .swiper-slide a:hover {
opacity: 0.6;
transition: ease 0.5s;
}

@media all and (max-width : 767px ){
.sec_link_banner {
padding: 15px 0 40px;
}
}

/* ページネーション
-------------------------------------------------*/

.sec_link_banner .swiper-pagination-bullet {
width: 5px;
height: 5px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: .2;
margin-right: 10px;
}
.sec_link_banner .swiper-pagination-bullet:last-child {
margin-right: 0px;
}
.sec_link_banner .swiper-pagination-bullet-active {
opacity: 1;
background: #E53F6D;
}
.sec_link_banner .swiper-pagination {
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.sec_link_banner .swiper-pagination-bullet:hover {
cursor: pointer;
}


/*------------------------------------------------- 
Footer
------------------------------------------------- */

footer {
width: 100%;
background-color: #293337;
position: relative;
z-index: 5;
padding: 30px 0 10px;
}
footer .box_s {
display: flex;
flex-direction: column;
align-items: center;
}
.foot_title {
margin-bottom: 15px;
color: #fff;
}
.foot_title dt {
font-family: 'CopperplateW01-Bold';
font-weight: normal;
font-size: 1.8rem;
letter-spacing: 0;
line-height: 140%;
text-align: center;
margin-bottom: 10px;
}
.foot_title dd {
font-size: 1.1rem;
text-align: center;
}
.address_title {
font-weight: 400;
font-size: 1.2rem;
color: #ddd;
letter-spacing: 0.15em;
line-height: 100%;
margin-bottom: 10px;
text-align: center;
}
.address_txt {
color: #ddd;
font-size: 1.2rem;
letter-spacing: 0.2em;
margin-bottom: 30px;
line-height: 180%;
text-align: center;
}
.address_txt a {
text-decoration: underline;
}
.address_txt a:hover {
text-decoration: none;
}
.foot_sns {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
}
.foot_sns li a {
width: 20px;
margin-right: 24px;
transition-duration: 0.7s;
}
.foot_sns li:last-of-type a {
margin-right: 0px;
}
.foot_sns li a:hover {
opacity: 0.7;
transition-duration: 0.7s;	
}
.copyright {
font-family: "Barlow Condensed", sans-serif;
font-weight: 400;
font-size: 1.2rem;
color: #ddd;
}

@media all and (max-width : 767px ){
footer {
padding: 20px 0 10px;
}
.address_title {
font-size: 1.0rem;
letter-spacing: 0.1em;
}
.address_txt {
font-size: 1.0rem;
margin-bottom: 20px;
}
.foot_sns {
margin-bottom: 15px;
}
.foot_sns li a {
margin-left: 5px;
margin-right: 5px;
}
.foot_sns li:last-of-type a {
position: relative;
top: 2px;
}
.foot_sns li img {
width: 50%;
}
.copyright {
letter-spacing: 0.05em;
}
}

/*-------------------------------------------------
page top
-------------------------------------------------*/

.page_top {
width: 48px;
height: 48px;
position: fixed;
right: 20px;
bottom: 140px;
background: #EC7192;
opacity: 0.9;
z-index: 999;
border-radius: 50px;
}
.page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 700;
content: '\f106';
font-size: 17px;
color: #fff;
position: absolute;
width: 30px;
height: 30px;
top: 0px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

@media all and (max-width : 767px ){
.page_top a{
width: 40px;
height: 40px;
}
.page_top {
width: 40px;
height: 40px;
position: fixed;
right: 10px;
bottom: 175px;
}
}


/*-------------------------------------------------
btn
-------------------------------------------------*/

.link_btn {  
position: relative; 
font-size: 1.5rem;
font-weight: 400;
letter-spacing: 0.15em;
text-decoration: none;
display: inline-block;
color:#222;
padding: 17px 100px 17px 100px;
background: transparent;
text-align: center;
outline: none;
border-radius: 5px;
border: solid 1px #333;
transition: ease .3s; 
}
.link_btn:hover {
background:#FF5072;
color:#fff;
border: solid 1px #FF5072;
transition: ease .3s;
}
.btn_arrow::after { 
content: '';
position: absolute;
top:44%;
right: 20px;
width: 8px; 
height: 8px;
border-top: 1px solid #000;
border-right: 1px solid #000;
transform: rotate(45deg);
transition: ease .3s;
}
.btn_arrow:hover::after { 
right: 15px;
transition: .3s;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
.link_btn_box {
display: flex;
justify-content: center;
}

@media all and (max-width : 767px ){
.link_btn {  
font-size: 1.2rem;
font-weight: 400;
padding: 10px 40px 10px 40px;
}
.btn_arrow::after { 
top: 44%;
right: 15px;
width: 6px;
height: 6px;
}
}


/* TOPページレイアウト
-------------------------------------------------- */

#page_home .top_kv_imgbox {
position: relative;
overflow: hidden;
}
#page_home .top_kv {
width: 100%;
height: auto;
}
#page_home .top_kv img {
width: 100%;
object-fit: cover;
}

/*-------------------------------------------------
sec_about
-------------------------------------------------*/

.sec_about {
width: 100%;
overflow: hidden;
position: relative;
display: flex;
padding-top: 136px;
padding-bottom: 150px;
}
.about_bg {
position: absolute;
right: 0;
top: 0;
width: 62.5%;
height: 100%;
background: #e6eceb;
z-index: -2;
}
.about_copybox {
position: relative;
box-sizing: border-box;
padding-left: 7.5%;
width: 47.5%;
}
.about_txtbox {
position: relative;
box-sizing: border-box;
padding: 7px 5% 0 0;
width: 56.5%;
}
.about_copybox .head_title {
font-family: 'CopperplateW01-Bold';
font-weight: normal;
font-size: 8.0rem;
letter-spacing: 0;
color: #292929;
line-height: 120%;
}

@media all and (max-width : 1260px ){
.about_copybox .head_title {
font-size: 7.0rem;
}
}

@media all and (max-width : 1024px ){
.about_copybox {
padding-left: 4.5%;
width: 47.5%;
}
.about_copybox .head_title {
font-size: 6.0rem;
}
}

.concept_txt {
position: relative;
padding-top: 170px;
z-index: 1;
display: inline-block;
}
.concept_txt::before {
content: "#";
display: block;
color: rgba(213,216,216,0.47);
font-family: "Barlow Condensed", sans-serif;
font-weight: 500;
font-size: 40.0rem;
position: absolute;
right: -10%;
top: -38%;
z-index: -1;
}
.concept_txt dt {
font-size: 2.8rem;
font-weight: 700;
letter-spacing: 0.15em;
margin-bottom: 30px;
}
.concept_txt dd {
font-size: 1.8rem;
line-height: 240%;
}

@media all and (max-width : 1260px ){
.concept_txt::before {
font-size: 30.0rem;
position: absolute;
right: -3%;
top: -12%;
}
.concept_txt dt {
font-size: 2.4rem;
}
.concept_txt dd {
font-size: 1.6rem;
line-height: 220%;
}
.concept_txt .generic {
display: none;
}
}

@media all and (max-width : 980px ){
.sec_about {
display: flex;
flex-direction: column;
padding-top: 60px;
padding-bottom: 100px;
}
.about_copybox .head_title {
font-size: 5.0rem;
margin-bottom: 30px;
}
.about_copybox {
padding-left: 7.5%;
width: 100%;
}
.about_txtbox {
padding: 7px 5% 0 7.5%;
width: 100%;
}
.about_copybox .generic02 {
display: none;
}
.concept_txt {
padding-top: 0px;
}
.concept_txt .generic {
display: block;
}
.concept_txt::before {
position: absolute;
right: -9%;
top: -82%;
}
}

@media all and (max-width : 820px ){
.about_copybox .head_title {
mix-blend-mode: normal;
margin-bottom: 20px;
}
}

@media all and (max-width : 767px ){
.sec_about {
padding-top: 40px;
padding-bottom: 40px;
}
.about_copybox .head_title {
font-size: 3.0rem;
margin-bottom: 15px;
}
.concept_txt dt {
font-size: 1.6rem;
}
.concept_txt dd {
font-size: 1.4rem;
line-height: 180%;
}
.concept_txt::before {
font-size: 20.0rem;
position: absolute;
right: -1%;
top: -50%;
}
}


/*-------------------------------------------------
インフルエンサー
-------------------------------------------------*/

.sec_influencer {
padding-top: 20px;
}
.sec_influencer .head_menu {
font-size: 2.0rem;
font-weight: 700;
margin-bottom: 60px;
}
.influencer_thumbox_wrap {
display: flex;
justify-content: space-between;
padding-bottom: 60px;
border-bottom: solid 1px #E3E3E3;
margin-bottom: 60px;
}
.influencer_thumbox_wrap li {
width: 20%;
display: flex;
flex-direction: column;
align-items: center;
}
.influencer_thum {
max-width: 180px;
margin: 0 auto 10px;
}
.influencer_thum img {
width: 100%;
transition-duration: 0.7s;
}
.thum_profilebox {
display: flex;
flex-direction: column;
align-items: center;
}
.thum_profilebox dt {
font-family: "Barlow Condensed", sans-serif;
font-weight: 500;
font-size: 1.4rem;
color: #E53F6D;
line-height: 100%;
margin-bottom: 5px;
}
.thum_profilebox dd {
font-size: 2.0rem;
font-weight: 700;
}
.thum_profilebox dd span {
font-size: 1.4rem;
}
.influencer_thumbox a {
transition-duration: 0.7s;
}
.influencer_thumbox a:hover .influencer_thum img {
transform: scale(1.05);
transition-duration: 0.7s;
opacity: .8;
}
.top_profile_box {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 60px;
border-bottom: solid 1px #E3E3E3;
margin-bottom: 60px;
}
.top_profile_box:last-of-type {
padding-bottom: 0;
border-bottom: none;
}
.profile_imgbox {
position: relative;
width: 38.1%;
}
.profile_img img {
width: 100%;
}
.profile_imgbox .num {
font-family: "Barlow Condensed", sans-serif;
font-weight: 500;
font-size: 10.0rem;
letter-spacing: 0;
line-height: 100%;
position: absolute;
bottom: -20px;
right: 10px;
color: transparent;
-webkit-text-stroke: 1px #fff;
z-index: 2
}
.profile_imgbox .num::before {
content: '#';
color: #fff;
font-size: 4.0rem;
font-weight: 400;
display: inline-block;
margin-right: 5px;
}
.profile_txtbox {
width: 56.75%;
}
.top_namebox_wrap {
display: flex;
align-items: center;
}
.profile_txtbox .profile_txt {
padding-bottom: 30px;
border-bottom: none;
}
.profile_txtbox .sns_list {
display: flex;
align-items: center;
margin-left: 30px;
}
.profile_txtbox .sns_list li {
width: 22px;
height: auto;
margin-right: 10px;
}
.profile_txtbox .sns_list li img {
width: 100%;
}
.profile_txtbox .sns_list li a {
transition-duration: 0.7s;
}
.profile_txtbox .sns_list li a:hover {
opacity: .6;
transition-duration: 0.7s;
}
.top_profile_box .link_btn_box {
justify-content: flex-start;
}

@media all and (max-width : 980px ){
.thum_profilebox dd {
font-size: 1.8rem;
}
.thum_profilebox dd span {
font-size: 1.3rem;
}
}

@media all and (max-width : 820px ){
.top_profile_box {
align-items: flex-start;
padding-bottom: 50px;
margin-bottom: 50px;
}
.thum_profilebox dd {
font-size: 1.6rem;
}
.thum_profilebox dd span {
font-size: 1.2rem;
}
.top_namebox_wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.top_namebox_wrap .kv_namebox {
margin-bottom: 10px;
}
.profile_txtbox .sns_list {
margin-left: 0px;
margin-bottom: 20px;
}
.profile_txtbox .profile_txt {
font-size: 1.4rem;
margin-bottom: 0;
}
.profile_txtbox .link_btn {
font-size: 1.3rem;
padding: 13px 60px 13px 60px;
}
.profile_imgbox .num {
font-size: 6.0rem;
bottom: -11px;
right: 10px;
}
.profile_imgbox .num::before {
font-size: 3.0rem;
}
}

@media all and (max-width : 767px ){
.sec_influencer .head_menu {
font-size: 1.6rem;
margin-bottom: 30px;
}
.influencer_thumbox_wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-bottom: 15px;
margin-bottom: 30px;
}
.influencer_thumbox_wrap li {
width: 44%;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 15px;
}
.thum_profilebox dd {
font-size: 1.4rem;
letter-spacing: 0.05em;
}
.thum_profilebox dd span {
font-size: 1.0rem;
}
.top_profile_box {
flex-direction: column;
align-items: flex-start;
padding-bottom: 30px;
margin-bottom: 30px;
}
.profile_imgbox {
position: relative;
width: 90%;
margin: 0 auto 30px;
}
.profile_imgbox .num {
font-size: 7.0rem;
bottom: -15px;
right: 10px;
}
.profile_imgbox .num::before {
font-size: 3.0rem;
}
.profile_txtbox {
width: 95%;
margin: 0 auto;
}
.profile_txtbox .link_btn {
font-size: 1.2rem;
padding: 11px 45px 11px 45px;
}
#page_home .content {
padding: 0 0 10px 0;
}
}