@charset "utf-8";
/* CSS Document */

/* font
=========================================== */
@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Regular.ttf');
  src:
  url('../fonts/font/NotoSansJP-Regular.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Regular.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*NotoSansJPメディアム*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Medium.ttf');
  src:
  url('../fonts/font/NotoSansJP-Medium.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Medium.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {/*NotoSansJPボールド*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Bold.ttf');
  src:
  url('../fonts/font/NotoSansJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*Latoボールド*/
  font-family: "Lato";
  src: url('../fonts/font/Lato-Bold.ttf');
  src:
  url('../fonts/font/Lato-Bold.woff2') format('woff2'),
  url('../fonts/font/Lato-Bold.woff') format('woff'),
  url('../fonts/font/Lato-Bold.ttf') format('truetype');
	font-weight: 700;
}

/* Link
=========================================== */

a:link, a:visited {
	color: #191817;text-decoration: none;
}
a:hover, a:active {
	color: #191817;text-decoration: underline;
}
a {
	outline: none;transition: 0.3s;
}
a img {transition: 0.3s;}

:focus { outline: none;}

/* LAYOUT
=========================================== */
html.showPage,
html.showPage body{min-width: 1200px;margin: 0 auto;}

body {
	color: #191817;
	background: #F9F4EF;
	font-size:16px;
	line-height:1.3;
	font-family: YakuHanJP,'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
    font-style: normal;
	max-width:1920px;
	overflow: hidden;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {font-weight:700;}
body,li,th,td,p,dt,dd{}
body#tinymce{min-width:inherit!important;}

p {}
.wrap {width: 1100px;margin:0 auto;position:relative;}
table {width:100%;}
img {max-width:100%;height:auto;}

/*共通設定*/
.btn01 {width: 340px;height: 72px;margin: 60px auto 0;}
.btn01 a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 0 50px;border: 1px solid #E8E0D9;box-sizing: border-box;border-radius: 40px;position: relative;}
.btn01 a .btn-text {font-size: 16px;line-height: 1.3;font-weight: 700;transition: 0.3s;text-align: center;}
.btn01 a .arrow {display: block;width: 21px;height: 21px;border-radius: 50%;background-color: #191817;background-image: url("../img/common/btn_arrow.svg");background-repeat: no-repeat;background-position: center left 8px;background-size: 6px;position: absolute;top: 50%;right: 24px;transform: translateY(-50%);transition: 0.3s;}
.btn01 a:hover {text-decoration: none;border: 1px solid #D3781C;}
.btn01 a:hover .btn-text {color: #D3781C;}
.btn01 a:hover .arrow {background-color: #D3781C;}

.btn02 {display: inline-block;}
.btn02 a {display: inline-flex;align-items: center;}
.btn02 a .btn-text {font-size: 14px;line-height: 1;font-weight: 700;transition: 0.3s;}
.btn02 a .arrow {display: inline-block;width: 21px;height: 21px;border-radius: 50%;background-color: #191817;background-image: url("../img/common/btn_arrow.svg");background-repeat: no-repeat;background-position: center left 8px;background-size: 6px;margin-left: 8px;transition: 0.3s;}
.btn02 a:hover {text-decoration: none;}
.btn02 a:hover .btn-text {color: #D3781C;}
.btn02 a:hover .arrow {background-color: #D3781C;}

.btn_contact {width: 340px;height: 72px;}
.btn_contact a {display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;background: #D3781C;border-radius: 40px;box-sizing: border-box;}
.btn_contact a .btn-text {font-size: 18px;font-weight: 700;color: #FFFFFF;line-height: 1.2;}
.btn_contact a:hover {text-decoration: none;background: #D06A04;}

.title01 {line-height:1;margin-bottom: 60px;}
.title01 .en {display: block;font-family: "Lato";font-size: 80px;letter-spacing: 0.04em;text-transform: capitalize;}
.title01 .ja {display: block;padding-left: 20px;box-sizing: border-box;position: relative;font-size:16px;margin-top: 16px;}
.title01 .ja::before {content: "";display: block;width: 12px;height: 12px;background: #D3781C;border-radius: 50%;position: absolute;top: 3px;left: 0;}

.title01.flex {justify-content: space-between;align-items: center;margin-bottom: 40px;}
.title01.flex .ja {margin-top: 0;}

.title02 {font-size: 36px;line-height: 1.6;padding-bottom: 16px;box-sizing: border-box;border-bottom: 1px solid #DFD8D2;position: relative;margin-bottom: 40px;}
.title02::before {content: "";display: block;width: 20px;height: 1px;background: #D3781C;position: absolute;bottom: -1px;left: 0;z-index: 1;}

.title02.tcenter::before {left: 50%;transform: translateX(-50%);}

.tel_box {display: inline-block;}
.tel_box .tel {}
.tel_box .tel .sub {display: inline-block;font-size: 16px;line-height: 1;margin-right: 1px;}
.tel_box .tel .num {display: inline-block;font-size: 44px;line-height: 1;}
.tel_box .tel-text {font-size: 16px;line-height: 1;text-align: right;margin-top: 10px;}

.under-cont > section {padding: 100px 0;}
.under-cont > section:first-child {padding-top: 80px;}

/*ウェブフォント*/
.normal{font-weight: 400;}
.medium{font-weight: 500;}
.bold{font-weight: 700;}

.common_text {line-height: 1.6;}

.text_uppercase {text-transform: uppercase;}
.text_capitalize {text-transform: capitalize;}

.tcenter {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right;}

.lato {font-family: "Lato";font-weight: 700;}

.tate {writing-mode: vertical-rl;white-space: pre;letter-spacing: -0.3em;}
.tate .tate-line {display: inline-block;writing-mode: horizontal-tb;letter-spacing: 0;transform: rotate(90deg);margin: 10px 0 -5px;}
.safari .tate {letter-spacing: 0.1em;}
.safari .tate .tate-line {margin: 5px 0;}
@-moz-document url-prefix(){
    .tate {letter-spacing: 0.1em;}
	.tate .tate-line {margin: 5px 0;}
}

/*色*/
.shiro {color:#fff;}
.kuro {color: #191817;}
.orange {color: #D3781C;}
.chaBg {color: #EDE5DE;}

.flex{width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* header */
/*-------------------------------------------*/
#header {width:100%;height: 80px;min-width:1200px;max-width: 1920px;position:fixed;transition: 0.3s;left:0;right: 0;top:0;margin: auto;z-index: 100;}
.fixed #header {background: #FFFFFF;}
#header .header_inner {height: 100%;justify-content: space-between;align-items: center;flex-wrap: nowrap;}
#header .header_inner .logo_box {width: auto;margin-left: 20px;position: relative;z-index: 1;}
#header .header_inner .logo {width: 350px;}
#header .header_inner .logo a {display: block;width: 100%;}
#header .header_inner .logo a .logo-text {font-size: 12px;line-height: 1;font-weight: 400;margin-bottom: 8px;}
#header .header_inner .logo a img {width: 267px;}
#header .header_inner .logo a:hover {text-decoration: none;opacity: 0.7;}

#header .header_inner .right {height: 100%;justify-content: flex-end;padding: 11px 0 12px;box-sizing: border-box;}
#header .header_inner .right .right_top {height: 33px;justify-content: flex-end;align-items: center;margin-right: 150px;margin-bottom: 6px;}
#header .header_inner .right .right_top .address-text {padding: 8px 8px 8px 36px;box-sizing: border-box;background: url("../img/common/icon_map.svg") no-repeat center left 16px, #F3EBE4;background-size: 14px;border-radius: 5px;font-size: 14px;line-height: 1.2;font-weight: 500;margin-right: 16px;}
#header .header_inner .right .right_top .tel_box {display: inline-flex;align-items: flex-start;}
#header .header_inner .right .right_top .tel_box .tel .num {font-size: 28px;}
#header .header_inner .right .right_top .tel_box .tel-text {font-size: 14px;text-align: left;margin-top: 6px;margin-left: 8px;}

#header .header_inner .right .right_top .header-btn_contact {width: 140px;height: 120px;position: absolute;top: 0;right: 0;}
#header .header_inner .right .right_top .header-btn_contact a {display: block;width: 100%;height: 100%;padding-top: 52px;box-sizing: border-box;background-color: #D3781C;background-image: url("../img/common/icon_mail.svg");background-repeat: no-repeat;background-position: center top 24px;background-size: 20px;border-bottom-left-radius: 20px;}
#header .header_inner .right .right_top .header-btn_contact a .btn-text {font-size: 18px;line-height: 1.2;font-weight: 700;color: #FFFFFF;text-align: center;}
#header .header_inner .right .right_top .header-btn_contact a:hover {text-decoration: none;background-color: #D06A04;}

/*gnav*/
.gnav {height: 16px;margin-right: 150px;}
.gnav > ul.flex {width:auto;height: 100%;flex-wrap: nowrap;}
.gnav > ul > li {margin-right: 24px;}
.gnav > ul > li:last-child {margin-right: 0;}
.gnav > ul > li > a {display: flex;flex-wrap: nowrap;height: 100%;justify-content: center;width: auto;max-width: 100%;}
.gnav > ul > li > a > span {font-size: 16px;line-height: 1;font-weight: 700;transition: 0.3s;white-space: nowrap;}
.gnav > ul > li > a:hover {text-decoration: none;}
.gnav > ul > li > a:hover span {color: #D3781C;}

.gnav .gnav_first {position: relative;z-index: 1;}
.gnav .gnav_first > p {display: flex;height: 100%;font-size: 16px;line-height: 1;font-weight: 700;padding-right: 20px;position: relative;white-space: nowrap;}
.gnav .gnav_first > p::after {content: "";display: inline-block;width: 16px;height: 11px;background: url("../img/common/gnav_arrow.svg") no-repeat center;background-size: contain;transition: 0.3s;position: absolute;top: 3px;right: 0;}
.gnav .gnav_first:hover > p {color: #D3781C;}
.gnav .gnav_first:hover > p::after {transform: rotate(180deg);background: url("../img/common/gnav_arrow_h.svg") no-repeat center;background-size: contain;}
.gnav_bg {
	width: auto;
	height: auto;
    position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	overflow: auto;
	max-height: calc(100vh - 84px);
	padding-top: 18px;
	box-sizing: border-box;
	left: 0;
	z-index: -1;
}
.gnav_second {
	box-sizing: border-box;
    transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	position: relative;
	background: #FFFFFF;
	padding: 30px;
	border-radius: 10px;
}
.gnav_first:hover .gnav_bg {
  visibility: visible;
  opacity: 1;
}
.gnav_first:hover .gnav_second {
  visibility: visible;
  opacity: 1;
}
.gnav_second ul li {
	margin-bottom: 22px;
}
.gnav_second ul li:last-child {
	margin-bottom: 0;
}
.gnav_second ul li a {
	display: block;
	padding-left: 29px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	position: relative;
	white-space: nowrap;
}
.gnav_second ul li a .arrow {
	display: inline-block;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #191817;
	background-image: url("../img/common/btn_arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px;
	position: absolute;
	top: -1px;
	left: 0;
	transition: 0.3s;
}
.gnav_second ul li a:hover {
	text-decoration: none;
	color: #D3781C;
}
.gnav_second ul li a:hover .arrow {
	background-color: #D3781C;
}

/* main */
/*-------------------------------------------*/
#main {margin-top:180px;}
#main.home_main {width: 100%;height: 670px;position: relative;z-index: 1;margin-top:100px;}
#main.home_main .wrap {height: 100%;padding: 40px 0 0 90px;box-sizing: border-box;}
#main.home_main .main_img01 {width: 582px;height: 610px;position: absolute;top: 64px;left: -272px;}
#main.home_main .main_img01::before {content: "";display: block;width: 580px;height: 580px;background: #FBF8F5;border-radius: 20px 120px 20px 20px;position: absolute;top: -110px;left: 82px;z-index: -1;}
#main.home_main .main_img01 img.img01 {width: 302px;border-radius: 20px;}
#main.home_main .main_img01 img.img02 {width: 440px;border-radius: 20px;position: absolute;bottom: 0;right: 0;}
#main.home_main .main_img02 {width: 820px;position: absolute;top: 0;right: -210px;}
#main.home_main .main_img02::before {content: "";display: block;width: 600px;height: 400px;background: #F3EBE0;border-radius: 20px 20px 120px 20px;position: absolute;bottom: -110px;right: -80px;z-index: -1;}
#main.home_main .main_img02 img {width: 100%;border-radius: 20px;}
#main.home_main .text_box {width: 340px;position: relative;z-index: 1;}
#main.home_main .text_box .main_title {width: 100%;margin-bottom: 32px;}
#main.home_main .text_box .banner {width: 100%;}

#main.home_main .main_news_box {display: flex;align-items: center;justify-content: space-between;width: 730px;position: absolute;bottom: 40px;right: 0;z-index: 1;}
#main.home_main .main_news_box .main-news01 {width: 610px;}
#main.home_main .main_news_box .main-news01 a {display: flex;align-items: center;width: 100%;}
#main.home_main .main_news_box .main-news01 a .time {display: block;width: 94px;font-size: 14px;line-height: 1;}
#main.home_main .main_news_box .main-news01 a .tilte {display: block;width: calc(100% - 94px);font-size: 14px;line-height: 1;font-weight: 700;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
#main.home_main .main_news_box .main-news01 a:hover {text-decoration: none;color: #D3781C;}

#main.home_main .line_box {position: absolute;bottom: 10px;left: -272px;z-index: 1;}
#main.home_main .line_box .text {font-size: 14px;line-height: 16px;letter-spacing: 0;}
#main.home_main .line_box .line {width: 1px;height: 200px;background: #DFD8D2;position: relative;overflow: hidden;margin: 22px auto 0;}
#main.home_main .line_box .line::before {content: "";display: block;width: 100%;height: 100%;background: #191817;position: absolute;top: 0;left: 0;transform-origin: center top;animation: mainLine-anime 2s infinite;}
@keyframes mainLine-anime {
    0% {
        transform: scaleY(0); /* 上からスタート */
		transform-origin: center top;
    }
    50% {
        transform: scaleY(1); /* 下まで伸びる */
		transform-origin: center top;
    }
    50.01% {
		transform: scaleY(1);
        transform-origin: center bottom; /* 縮む時は下基準に変更 */
    }
    100% {
        transform: scaleY(0); /* 下に向かって縮む */
		transform-origin: center bottom;
    }
}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;}
#main.kasou .main_title {line-height: 1.6;margin-bottom: 60px;}
#main.kasou .main_title .ja {display: block;font-size:46px;}
#main.kasou .main_title .en {display: block;padding-left: 18px;box-sizing: border-box;font-family: "Lato";font-size: 20px;letter-spacing: 0.04em;text-transform: capitalize;position: relative;margin-top: 10px;}
#main.kasou .main_title .en::before {content: "";display: block;width: 8px;height: 8px;background: #D3781C;border-radius: 50%;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
#main.kasou .main_title .mini {font-size: 20px;line-height: 1.6;}

#main.kasou.single-main .main_title {margin-bottom: 30px;}
#main.kasou.single-main .info {align-items: center;margin-bottom: 60px;}
#main.kasou.single-main .info .time {display: inline-block;font-size: 14px;line-height: 1;}
#main.kasou.single-main .info .cate-list {width: auto;margin-left: 10px;}
#main.kasou.single-main .info .cate-list li {font-size: 14px;line-height: 1.2;font-weight: 700;padding: 4px 20px;box-sizing: border-box;background: #F3EBE4;border-radius: 20px;margin-left: 10px;}

/*パンくず*/
div#bread {width: 100%;}
div#bread .wrap {padding: 9px 30px;box-sizing: border-box;background: #FFFFFF;border-radius: 100px;}
ul.bread-list {font-size:14px;justify-content: flex-start;}
ul.bread-list li {line-height: 22px;}
ul.bread-list li a {text-decoration:none;line-height: 22px;}
ul.bread-list li a:hover {text-decoration:underline;}
ul.bread-list li::after{content:"・";margin: 0 10px;}
ul.bread-list li:last-child::after{display: none;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:116px;z-index: -100;}

/* footer */
/*-------------------------------------------*/
#contact-sec {padding: 140px 0;background: url("../img/common/bg-contact.jpg") no-repeat center;background-size: cover;}
#contact-sec .cnt {justify-content: space-between;align-items: flex-start;margin-bottom: 40px;}
#contact-sec .cnt .title_box {width: calc(100% - 600px);align-items: center;}
#contact-sec .cnt .title_box .icon {width: 120px;height: 120px;background: #D3781C;border-radius: 50%;padding-top: 46px;box-sizing: border-box;margin-right: 20px;}
#contact-sec .cnt .title_box .icon span {display: block;font-size: 28px;line-height: 1;}
#contact-sec .cnt .title_box .title01 {margin-bottom: 0;}
#contact-sec .cnt .title_box .title01 .ja {padding-left: 0;font-size:18px;margin-top: 12px;}
#contact-sec .cnt .title_box .title01 .ja::before {display: none;}
#contact-sec .cnt .text01 {width: 580px;font-size: 17px;line-height: 1.8;position: relative;margin-top: 30px;}
#contact-sec .cnt .text01::before {content: "";display: block;width: 26px;height: 100px;background: url("../img/common/line01.svg") no-repeat center right;background-size: contain;position: absolute;top: 50%;left: -62px;transform: translateY(-50%);}

#contact-sec .btn_box {width: 100%;justify-content: space-between;}
#contact-sec .btn_box .box {width: 540px;height: 100%;padding: 40px 0 56px;background: #FFFFFF;box-sizing: border-box;border-radius: 20px;text-align: center;position: relative;}
#contact-sec .btn_box .box .icon {display: inline-block;width: 32px;margin-bottom: 16px;}
#contact-sec .btn_box .box h3 {font-size: 24px;line-height: 1;}
#contact-sec .btn_box .box.box_left h3 {margin-bottom: 20px;}
#contact-sec .btn_box .box.box_right h3 {margin-bottom: 24px;}
#contact-sec .btn_box .box.box_right .btn_contact {margin: 0 auto;}

#footer {padding: 120px 0 80px;background: #EDE5DE;}
#footer .area_box {justify-content: space-between;align-items: flex-start;padding-bottom: 60px;border-bottom: 1px solid #DFD8D2;margin-bottom: 65px;}
#footer .area_box .title {width: 180px;font-size: 18px;line-height: 1;}
#footer .area_box .title em {display: block;font-size: 28px;margin-top: 12px;}
#footer .area_box .area-list {width: 870px;}
#footer .area_box .area-list .area01 {padding: 34px 32px 32px;box-sizing: border-box;background: #F0EAE4;border-radius: 10px;margin-bottom: 10px;}
#footer .area_box .area-list .area01:last-child {margin-bottom: 0;}
#footer .area_box .area-list .area01 h3 {padding-left: 28px;box-sizing: border-box;line-height: 1;position: relative;margin-bottom: 10px;}
#footer .area_box .area-list .area01 h3::before {content: "";display: block;width: 20px;height: 20px;background: url("../img/common/icon_map.svg") no-repeat center;background-size: contain;position: absolute;top: -2px;left: 0;}

#footer .footer_box {justify-content: space-between;flex-wrap: nowrap;flex-direction: row-reverse;align-items: flex-end;}
#footer .footer_box .left {width: 350px;}
#footer .footer_box .left .logo {width: 100%;margin-bottom: 53px;}
#footer .footer_box .left .logo a {display: block;width: 100%;}
#footer .footer_box .left .logo a:hover {text-decoration: none;opacity: 0.7;}
#footer .footer_box .left .tel_box .tel .sub {font-size: 14px;}
#footer .footer_box .left .tel_box .tel .num {font-size: 16px;}
#footer .footer_box .left .tel_box .tel-text {font-size: 14px;text-align: left;margin-top: 8px;}
#footer .footer_box .left .banner_box {width: 100%;margin-top: 40px;}
#footer .footer_box .left .banner_box .text {font-size: 14px;line-height: 1.4;margin-bottom: 12px;}
#footer .footer_box .left .banner_box .banner {width: 280px;}
#footer .footer_box .left .copyright_box {margin-top: 70px;}
#footer .footer_box .left .copyright_box .text {font-size: 12px;line-height: 1;margin-bottom: 9px;}
#footer .footer_box .left .copyright_box .copyright {font-size: 12px;line-height: 1;}

#footer .footer_box .right {width: 480px;}
.navs-list {width: 100%;justify-content: flex-end;display:flex;}
.navs-list > ul.navs-list01 {margin-right: 60px;}
.navs-list > ul.navs-list00 > li {margin-top: 36px;}
.navs-list > ul.navs-list00 > li:first-child {margin-bottom:0;}
.navs-list > ul.navs-list00 > li a {display: block;font-weight: 700;line-height: 1.2;}
.navs-list > ul.navs-list00 > li a:hover {text-decoration: none;color: #D3781C;}
.navs-list > ul.navs-list00 > li .nav-midashi {line-height: 1.2;font-weight: 700;}
.navs-list > ul.navs-list00 > li .sp-nav li {margin-top: 24px;}
.navs-list > ul.navs-list00 > li .sp-nav li:last-child {margin-bottom:0;}
.navs-list > ul.navs-list00 > li .sp-nav li a {padding-left: 18px;box-sizing: border-box;font-weight: 400;position: relative;}
.navs-list > ul.navs-list00 > li .sp-nav li a::before {content: "－";display: inline-block;position: absolute;top: 0;left: 0;}
.navs-list > ul.navs-list00 > li.navs-list_in {margin-top: 55px;}
.navs-list > ul.navs-list00 > li.navs-list_in a {display: block;font-size: 14px;font-weight: 400;margin-bottom: 16px;}
.navs-list > ul.navs-list00 > li.navs-list_in a:last-child {margin-bottom:0;}

/* wideWrap
=========================================== */
section{width:100%;}

aside,footer{position:relative;}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.no-pc{display: inline-block;pointer-events: none;text-decoration: none!important;}

.sp{display:none!important;}
