@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/

/*-------------リセットcss-------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
/* 	vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.entry-content h2 {
	border: none;
	padding: 0;
	background: transparent;
	margin: 0;
}
.entry-content p {
	margin: 0;
}
.entry-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
}
p.img_inner {
	vertical-align: bottom !important;
}
img {
	vertical-align: middle;
}
/*-------------END リセットcss-------------*/

/*-------------共通-------------*/
html {
	scroll-behavior: smooth;
	margin-top: 0 !important;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #2B2B2B;
	background-color: #fff;
}
body a {
	color: #2B2B2B;
}
a:hover {
	text-decoration: none;
}
/*ローディング*/
.loader {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #59443d;
	z-index: 555;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loader-wrapper{
	width:200px;
	height:60px;
	position: absolute;
	left:50%;
	top:37%;
	transform: translate(-50%, -50%);
}
.circle {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: -85%;
    transform-origin: 50%;
    animation: circle .65s alternate infinite ease;
}

@keyframes circle{
	0% {
        top: 230px;
        height: 0px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
	}
	40% {
        height: 40px;
        border-radius: 50%;
        transform: scaleX(1);
	}
	100% {
        top: 0%;
	}
}
.circle:nth-child(2) {
    left: -25%;
    animation-delay: .2s;
}
.circle:nth-child(3) {
    left: auto;
    right: 35%;
    animation-delay: .3s;
}
.circle:nth-child(4) {
    left: auto;
    right: -25%;
    animation-delay: .4s;
}
.circle:nth-child(5) {
    left: auto;
    right: -85%;
    animation-delay: .5s;
}
.shadow {
    width: 40px;
    height: 10px;
    border-radius: 50%;
    background-color: #382c28;
    position: absolute;
    top: 230px;
    transform-origin: 50%;
    z-index: -1;
    left: -85%;
    filter: blur(1px);
    animation: shadow .6s alternate infinite ease;
}
.shadow:nth-child(7) {
    left: -25%;
    animation-delay: .2s;
}
.shadow:nth-child(8) {
    left: auto;
    right: 35%;
    animation-delay: .3s;
}
.shadow:nth-child(9) {
    left: auto;
    right: -25%;
    animation-delay: .4s;
}
.shadow:nth-child(10) {
    left: auto;
    right: -85%;
    animation-delay: .5s;
}

@keyframes shadow{
	0% {
        transform: scaleX(1.5);
    }
	40% {
        transform: scaleX(1);
        opacity: .7;
	}
	100% {
        transform: scaleX(.2);
        opacity: .4;
	}
}
.loader-wrapper span{
	position: absolute;
	top:75px;
	font-family: 'Lato';
	font-size: 20px;
	letter-spacing: 12px;
	color: #fff;
	left:15%;
}
@media screen and (max-width: 414px) {
	.circle:nth-child(4),
	.circle:nth-child(5),
	.shadow:nth-child(9),
	.shadow:nth-child(10) {
		display: none;
	}
	.loader {
	  position: fixed;
	  width: 100%;
	  height: 100vh;
	  background-color: #59443d;
	  z-index: 555;
	  top: 0;
	  left: 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.loader-wrapper{
		width:200px;
		height:60px;
		position: absolute;
		left:50%;
		top:45%;
		transform: translate(-50%, -50%);
	}
	.circle{
		width:20px;
		height:20px;
		position: absolute;
		border-radius: 50%;
		background-color: #fff;
		left:15%;
		transform-origin: 50%;
		animation: circle .5s alternate infinite ease;
	}

	@keyframes circle{
		0%{
			top:60px;
			height:5px;
			border-radius: 50px 50px 25px 25px;
			transform: scaleX(1.7);
		}
		40%{
			height:20px;
			border-radius: 50%;
			transform: scaleX(1);
		}
		100%{
			top:0%;
		}
	}
	.circle:nth-child(2){
		left:45%;
		animation-delay: .2s;
	}
	.circle:nth-child(3){
		left:auto;
		right:15%;
		animation-delay: .3s;
	}
	.shadow{
		width:20px;
		height:4px;
		border-radius: 50%;
		background-color: #382c28;
		position: absolute;
		top:62px;
		transform-origin: 50%;
		z-index: -1;
		left:15%;
		filter: blur(1px);
		animation: shadow .5s alternate infinite ease;
	}

	@keyframes shadow{
		0%{
			transform: scaleX(1.5);
		}
		40%{
			transform: scaleX(1);
			opacity: .7;
		}
		100%{
			transform: scaleX(.2);
			opacity: .4;
		}
	}
	.shadow:nth-child(7){
		left: 45%;
		animation-delay: .2s
	}
	.shadow:nth-child(8){
		left:auto;
		right:15%;
		animation-delay: .3s;
	}
	.loader-wrapper span{
		position: absolute;
		top:75px;
		font-family: 'Lato';
		font-size: 20px;
		letter-spacing: 12px;
		color: #fff;
		left:15%;
	}
}
/*END*/
#main {
    width: 100%;
    padding-right: 0;
	background: #fff;
}
#content {
	padding-bottom: 0;
	margin-top: 0 !important;
	background: #ececec;
}
.gray_bg {
	background: #ECECEC;
}
.common_h2 {
	display: block;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2em;
	position: relative;
	padding-top: 50px;
	padding-bottom: 13px;
}
.common_h2:after {
    display: block;
    content: "";
    background: #2B2B2B;
    width: 35%;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	border-radius: 50px;
}
.common_h2 span {
	font-size: 15px;
	display: block;
}
.common_h2 span.small_font {
    display: inline-block;
    padding-left: 3px;
}
.common_box_inner {
    padding: 25px 25px 50px;
}
@media screen and (max-width: 767px) {
    #container {
        padding-top: 0 !important;
    }
}
@media screen and (min-width: 501px) {
	.inner-content {
		width: 500px !important;
		margin: auto;
	}
}
.home main#main {
	width: 100%;
    padding-right: 0;
}
/*-------------END 共通-------------*/

/*-------------scroll-------------*/
.scroll_btn {
    display: flex;
    justify-content: space-between;
}
.scroll_btn a {
    display: inline-block;
    background: #2B2B2B;
    width: 49.8%;
    color: #fff;
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.tap_btn {
    background: #fff;
    color: #2B2B2B;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 50px;
    width: 70%;
    margin: 5px auto;
    font-size: 12px;
	display: block;
	opacity: 0;
	transform: scale(0.6) translateX(0);
    -webkit-transform: scale(0.6) translateX(0);
}
/* 拡大 */
.scroll_inner {
	opacity: 0;
	transform: scale(0.6) translateX(0);
  	-webkit-transform: scale(0.6) translateX(0);
	transition: all 0.2s 0.5s ease-in-out;
}
.zoomIn {
	opacity: 1;
	transform: scale(1) translateX(0);
	-webkit-transform: scale(1) translateX(0);
	transition: all 0.2s 0.5s ease-in-out;
}
/* .zoomIn{
  animation-name:zoomInAnime;
  -webkit-animation-name:zoomInAnime;
  animation-duration:0.5s;
  -webkit-animation-duration:0.5s;
  animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  0% {
  transform: scale(0.6) translateX(0);
  -webkit-transform: scale(0.6) translateX(0);
  opacity: 0;
  }

  99.9%,
	to {
    transform: scale(1) translateX(0);
	-webkit-transform: scale(1) translateX(0);
  opacity: 1;
  }
} */
/*-------------END scroll-------------*/
.banner_box {
    padding: 30px 15px 0;
}
/*-------------fv-------------*/
.fv_cont_inner {
    padding: 25px;
}
.fv_box {
    border: solid 3px #2B2B2B;
    border-radius: 7px;
    padding: 30px;
    height: 100%;
    position: relative;
/* 	background-image: url("/wp-content/themes/sango-theme-child/img/top/fv_main.png");
	background-size: cover;
    background-position: 42% bottom;
    background-repeat: no-repeat; */
	overflow: hidden;
}
.fv_mainimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	opacity: 0;
	transition: opacity 1s;
}
.fv_mainimg.fv_dis {
	opacity: 1;
}
.fv_mainimg img {
    object-fit: cover;
    object-position: 42% top;
    height: 100%;
}
.top_h1 {
    width: 75%;
    position: absolute;
    top: 38px;
    right: 4px;
    left: 0;
    margin: auto;
}
.fv_main-img {
    width: 90%;
}
.fv_p {
    text-align: center;
    line-height: 1.3em;
    font-weight: bold;
    position: absolute;
    top: 147px;
    right: 0;
    margin: auto;
    left: 0;
}
.fv_cont_ul {
    padding: 0 !important;
    border: none !important;
    list-style: none !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 7px;
    z-index: 4;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 25px 30px;
}
.fv_cont_li {
    padding: 0 !important;
    border: solid 3px #2B2B2B;
	border-radius: 60px;
    overflow: hidden;
    display: flex;
    position: relative;
}
.fv_cont_label {
    background: #2B2B2B;
    padding: 10px;
    width: calc(100% / 5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.fv_cont_label .img_inner {
    width: 90%;
}
.fv_cont_detail {
    width: calc(100% / 5 * 4);
    padding: 10px;
    background: #fff;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.fv_cont_detail a {
	width: 100%;
}
.fv_cont_detail_inner {
    padding-bottom: 1px;
}
.fv_cont_detail_inner-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fv_cont_detail_cont {
    font-weight: bold;
    font-size: 1.52em;
    display: flex;
    align-items: center;
	padding-left: 5px;
}
.fv_cont_small-tit {
    font-size: 10px;
    line-height: 1.2em;
    padding-right: 5px;
}
.fv_cont_tit {
	padding-bottom: 1px;	
}
.fv_cont-more {
    display: none;
grid-template-columns: repeat(2, 1fr);
    row-gap: 5px;
	column-gap: 5px;
    padding-top: 10px;
}
.goods4_open {
    display: grid;
	animation: appear .5s ease;
}
@keyframes appear {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.fv_cont_li-more a {
    background: #2B2B2B;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    border-radius: 50px;
    padding: 8px;
    width: 100%;
    font-size: 0.7em;
}
.fv_arrow-inner {
    position: absolute;
    bottom: -3%;
}
.fv_arrow-inner:before {
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	box-shadow: 0 0 0 0 rgb(183 183 183 / 20%);
	border-radius: 50%;
	opacity: 0;
	animation: ripple1 2s infinite;
}
@keyframes ripple1 {
    0% {
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    60% {
      box-shadow: 0 0 0 1em rgb(183 183 183 / 20%);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
.fv_arrow {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #2B2B2B;
    border-radius: 50%;
    position: relative;
}
.fv_arrow:before {
    content: "";
    margin: auto;
    position: absolute;
    bottom: 37%;
    left: 0;
    right: 0;
    width: 11px;
    height: 11px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(135deg);
    z-index: 3;
}
@media screen and (max-width: 414px) {
    .sp_none {
        display: none;
    }
	.top_h1 {
		top: initial;
        bottom: 40%;
        width: 55%;
        left: 10%;
        right: initial;
	}
    .fv_cont_inner {
        padding: 15px;
    }
    .fv_box {
        padding: 25px;
		background-size: 280%;
		background-position: 42% top;
    }
    .fv_p {
        top: 140px;
    }
	.fv_li a {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 376px) {
	.sp_none375 {
		display: none;
	}
    .fv_box {
		background-size: cover;
		background-position: 42% botom;
    }
	.fv_p {
		padding: 20px 0 0;
		top: 118px;
	}
	.top_h1 {
		top: 38px;
	}
    .fv_eng {
        font-size: 0.9em;
        letter-spacing: -0.7px;
    }
    .fv_cont_ul::before {
        width: 60px;
        height: 41px;
        top: -36px;
        right: -16px;
    }
    .fv_cont_li {
        border-radius: 26px;
    }
    .fv_cont_detail_cont {
	padding-left: 3px;
    }
	.fv_cont_tit {
		padding-bottom: 0;
	}
	.fv_cont_label {
		width: calc(100% / 6);
	}
	.fv_cont_detail {
		width: calc(100% / 6 * 5);
	}
    .fv_cont_small-tit {
        line-height: 1.2em;
    }
    .fv_cont_li-more a {
        font-size: 0.8em;
    }
}
@media screen and (min-height: 651px) {
	.pc_none375-600 {
		display: none;
	}
}
@media screen and (max-width: 376px) and (max-height: 650px) {
	.sp_none375-600 {
		display: none;
	}
	.fv_p {
		padding: 9px 0;
	}
}
/*-------------END fv-------------*/

/*-------------article-------------*/
/* .popular_box {
    background: #ECECEC;
} */
.dendo_box {
    background: transparent;
}
.article_ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}
.article_li a {
    display: block;
    border: solid #2B2B2B 3px;
    border-radius: 4px;
	position: relative;
}
.article_li a:before {
	position: absolute;
	top: 0;
	left: 7px;
    display: block;
    content: "";
    width: 30px;
    height: 32px;
	background-image: url(/wp-content/themes/sango-theme-child/img/top/article_deco.png);
	background-repeat: no-repeat;
	background-size: 100%;
    background-position: bottom;
	z-index: 2;
}
.popular_box .article_li a:before {
	background-image: url(/wp-content/themes/sango-theme-child/img/top/article_deco2.png);
}
.dendo_box .article_li a:before {
	background-image: url(/wp-content/themes/sango-theme-child/img/top/article_deco.png);
}
.article_h3 {
    border-top: solid #2B2B2B 3px;
    padding: 10px 5px 12px 9px;
    font-weight: bold;
    font-size: 0.85em;
    line-height: 1.3em;
	background: #fff;
}
@media screen and (max-width: 414px) {
    .article_h3 {
        padding: 6px 6px 8px;
        letter-spacing: -0.5px;
        line-height: 1.5em;
        font-size: 10px;
    }
    .article_ul {
        column-gap: 10px;
        row-gap: 10px;
    }
/* 	.article_h3 {
		border-top: solid #2B2B2B 3px;
		padding: 8px 5px 10px 3px;
		font-weight: bold;
		font-size: 0.85em;
		line-height: 1.3em;
		background: #fff;
	} */
}
/*-------------END article-------------*/

/*-------------long-------------*/
.long_box {
    padding-bottom: 10px;
}
.long_ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 15px;
	row-gap: 10px;
}
.long_li a {
    display: flex;
	align-items: center;
    border: solid #2B2B2B 3px;
    border-radius: 4px;
    padding: 6px;
	position: relative;
	background: #fff;
}
.long_li a:before {
	content: "STEP01";
    display: block;
    background: #2B2B2B;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding: 6px 8px 7px;
    border-radius: 2px;
    position: absolute;
    top: -8px;
    left: -8px;
	z-index: 3;
}
.long_li:nth-child(2) a:before {
    content: "STEP02";
}
.long_li:nth-child(3) a:before {
    content: "STEP03";
}
.long_li:nth-child(4) a:before {
    content: "STEP04";
}
.long_li:nth-child(5) a:before {
    content: "STEP05";
}
.long_li:nth-child(6) a:before {
    content: "STEP06";
}
.long_li:nth-child(7) a:before {
    content: "STEP07";
}
.long_li:nth-child(8) a:before {
    content: "STEP08";
}
.long_li:nth-child(9) a:before {
    content: "STEP09";
}
.long_li:nth-child(10) a:before {
    content: "STEP10";
}
.long_li a .img_inner {
    width: 135px;
}
.long_detail {
    padding-left: 15px;
	padding-bottom: 3px;
}
.long_hosoku {
    font-size: 1em;
    font-weight: bold;
    border-bottom: solid 1px #2B2B2B;
}
.long_h3 {
    font-size: 1.2em;
    font-weight: bold;
	border: none;
	padding-top: 10px;
}
@media screen and (max-width: 414px) {
    .long_hosoku {
        font-size: 0.9em;
    }
    .long_h3 {
        font-size: 1em;
    }
    .long_li a .img_inner {
        width: 110px;
    }
}
@media screen and (max-width: 376px) {
    .long_li a {
        padding: 6px;
    }
    .long_li a .img_inner {
        width: 95px;
    }
    .long_hosoku {
        font-size: 12px;
    }
    .long_h3 {
        font-size: 0.95em;
    }
    .long_li a:before {
        font-size: 12px;
        padding: 4px 7px 5px;
    }
}
/*-------------END long-------------*/

/*-------------torisetsu-------------*/
.torisetsu_box .img_inner {
    width: 80%;
    margin: auto;
}
.torisetsu_detail {
    display: flex;
    justify-content: center;
}
.torisetsu_small-detail:first-child {
    padding-right: 15px;
}
.torisetsu_ul {
    padding: 15px 0;
}
.torisetsu_li a {
    display: block;
    border-bottom: solid #D4D4D4 1px;
    padding: 7px 9px 7px 0;
    font-weight: bold;
}
.torisetsu_li a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 800;
    color: #2B2B2B;
    padding-right: 5px;
    font-size: 15px;
}
a.torisetsu_btn {
    background: #2B2B2B;
    color: #fff;
    padding: 6px 20px 8px;
    border-radius: 50px;
    font-size: 0.85em;
    line-height: 0.85em;
    font-weight: bold;
}
.kihon_btn {
	background: #2B2B2B;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding: 14px;
    border-radius: 5px;
    border: none;
    margin-top: 15px;
}
.long_li:nth-child(6), .long_li:nth-child(7), .long_li:nth-child(8), .long_li:nth-child(9), .long_li:nth-child(10) {
    display: none;
}
.kihon_kiji-open .long_li:nth-child(6), 
.kihon_kiji-open .long_li:nth-child(7), 
.kihon_kiji-open .long_li:nth-child(8), 
.kihon_kiji-open .long_li:nth-child(9), 
.kihon_kiji-open .long_li:nth-child(10) {
    display: block;
}
.kihon_btn.kihon_btn_open {
	display: none;
}
@media screen and (max-width: 414px) {
    .torisetsu_li a {
        font-size: 0.85em;
    }
    a.torisetsu_btn {
        padding: 6px 15px 8px;
        font-size: 0.7em;
    }
}
@media screen and (max-width: 376px) {
    a.torisetsu_btn {
        font-size: 0.7em;
    }
}
/*-------------END torisetsu-------------*/

/*-------------slide-------------*/
.pc-result_hair-slider-box {
	position: relative;
	margin: 0 0 1em;
	width: 80%;
    margin: auto;
}
.pc-result_hair-slider {
	margin: auto;
	overflow: hidden;
}
.pc-result_hair-slider_items {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
.pc-result_hair-slider_item {
	padding: 0 !important;
}
.pc-result_hair-slider_box {
	border: solid 3px #2B2B2B;
	border-radius: 7px;
	padding: 0 !important;
	margin: auto;
	margin-bottom: 1em;
	width: 90%;
	background: #fff;
	overflow: hidden;
}
.pc-result_hair-slider_box > * {
	margin: 0 !important;
}
.pc-result_hair-slider_nm {
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-top: solid 3px #2B2B2B;
	letter-spacing: -1px;
	display: flex;
    align-items: center;
}
.pc-result_hair-slider_nm img {
    border: solid #2B2B2B 2px;
    border-radius: 50%;
	width: 23px;
    height: 23px;
    margin-right: 5px;
}
.pc-result_hair-slider_prev, .pc-result_hair-slider_next {
	background: #2B2B2B !important;
	opacity: 1 !important;
	width: 30px !important;
	height: 30px !important;
	transform: translateY(-190%);
}
.pc-result_nigate .swiper-button-next, .pc-result_nigate .swiper-button-prev {
    top: 56% !important;
}
.pc-result_hair-slider_prev:after, .pc-result_hair-slider_next:after {
	-webkit-text-stroke: 1px #FFF;
	text-stroke: 1px #FFF;
	font-size: 0.8em !important;
}
.pc-result_hair-slider_prev {
	left: 0% !important;
}
.pc-result_hair-slider_next {
	right: 0% !important;
}
.pc-result_p {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.4em;
    padding-bottom: 15px;
}
a.slide_btn {
    background: #2B2B2B;
    color: #fff;
    font-weight: bold;
    padding: 13px;
    display: block;
    border-radius: 50px;
    text-align: center;
}
.test-box {
	border: none;
}
h3.mask_h3 {
    background: #2B2B2B;
}
.mask_h3 .img_inner {
    width: 40%;
    margin: auto;
    padding: 4px;
}
.mask_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7em;
    font-weight: bold;
}
.mask_li:first-child {
    border-right: solid #2B2B2B 3px;
}
.mask_li {
    padding: 15px 20px;
}
.mask_tit {
    font-size: 1.3em;
    border-bottom: solid #2B2B2B 1px;
    text-align: center;
    display: block;
    padding-top: 8px;
    padding-bottom: 4px;
}
.mask_p {
    padding-top: 7px;
    line-height: 1.3em;
}
@media screen and (max-width: 414px) {
    .pc-result_hair-slider-box {
        width: 85%;
    }
    .pc-result_p {
        font-size: 0.8em;
    }
    .pc-result_hair-slider_prev, .pc-result_hair-slider_next {
        top: 47% !important;
    }
}
@media screen and (max-width: 376px) {
    .pc-result_hair-slider_nm {
        font-size: 0.9em;
    }
}
/*-------------END slide-------------*/

/*-------------地図-------------*/
.area_box {
    padding-bottom: 30px;
}
.area_box_cont {
    position: relative;
}
.japan_map{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
}
/* 日本地図画像（スマホ対応用） */
.japan_map img{
    max-width: 100%;
    height: auto;
    border: 0;
    display: block;
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
    width: 100%;
}
/* 日本地図ボタン */
.japan_map .area_btn{
    position: absolute;
    z-index: 3;
    box-sizing: border-box;
    cursor: none;
    border: 2.5px solid #2B2B2B;
    border-radius: 2px;
    background-color: #FFF;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    width: auto;
    min-width: 18%;
    font-size: 1.1em;
    padding: 15px 12px;
    background: #fff;
}
.area_btn-normal {
	position: absolute;
    z-index: 3;
    box-sizing: border-box;
    cursor: none;
    border: 2.5px solid #2B2B2B;
    border-radius: 2px;
    background-color: #FFF;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    width: auto;
    min-width: 18%;
    font-size: 1.1em;
    padding: 15px 12px;
    background: #fff;
}
/* ボタン配置（使用する日本地図画像により微調整） */
.japan_map .area1 {
	top: 8%;
    right: 11%;
}
.japan_map .area_btn.area2 {
	top: 61%;
    right: 9%;
}
.japan_map .area_btn.area3 {
	top: 45%;
    right: 25%;
}
.japan_map .area_btn.area4 {
	right: 39%;
    bottom: 24%;
}
.japan_map .area_btn.area5 {
    left: 23%;
    top: 50%;
}
.japan_map .area_btn.area6 {
	bottom: 21%;
    left: 6%;
}
.japan_map .area_btn.area7 {
    right: 3%;
    bottom: 7%;
}
.japan_map .area_btn.area8 {
    bottom: 8%;
    right: 20%;
}
.japan_map .area_btn.area9 {
    bottom: 24.5%;
	right: 44%;
}
.japan_map .area_btn.area10 {
    top: 33%;
    right: 3%;
}
.japan_map .area11 {
	bottom: 3%;
    left: 0;
}
.japan_map .area26 {
    bottom: 7%;
    left: 31%;
}
.japan_map .area27 {
	top: 28%;
    left: 33%;
}
.japan_map .area13 {
    bottom: 43%;
    left: 16%;
}
.japan_map .area14 {
	top: 10%;
    right: 39%;
}
.japan_map .area15 {
	top: 28%;
    right: 21%;
}
.japan_map .area16 {
    top: 28%;
    left: 6%;
}
.japan_map .area17 {
	top: 10%;
    right: 13%;
}
.japan_map .area18 {
    bottom: 25%;
    left: 29%;
}
.japan_map .area19 {
    bottom: 7%;
    right: 39%;
}
.japan_map .area20 {
	top: 46%;
    right: 37%;
}
.japan_map .area21 {
	bottom: 7%;
    left: 12%;
}
.japan_map .area22 {
	top: 10%;
    left: 14%;
}
.japan_map .area23 {
    bottom: 25%;
    right: 22%;
}
.japan_map .area24 {
    bottom: 25%;
}
.japan_map .area25 {
    right: 8%;
    top: 46%;
}
.area30 {
    top: 9%;
    left: 17%;
}
.area31 {
    top: 9%;
    left: 41%;
}
.area32 {
    top: 9%;
    left: 65%;
}
.area33 {
    top: 31%;
    left: 6%;
}
.area34 {
    top: 31%;
    left: 30%;
}
.area35 {
    top: 31%;
    right: 27%;
}
.area36 {
    top: 31%;
    right: 3%;
}
.area37 {
    top: 54%;
    left: 12%;
}
.area38 {
    top: 54%;
    left: 40%;
}
.area39 {
    top: 54%;
    right: 10%;
}
.area40 {
    bottom: 8%;
    left: 31%;
}
.area41 {
    bottom: 8%;
    right: 23%;
}
/* オーバーレイ */
.japan_map_overlay {
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 94;
}
.japan_map_overlay .area_overlay{
    display: none;
    position: absolute;
     z-index: 95;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: #2B2B2B;
    opacity: 0.5;
    cursor: none;
}
/* 選択前は表示を隠す */
.japan_map_overlay .pref_area{
    display: none;
}
/* 地域毎の都道府県リスト */
.pref_small_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 98;
    width: 80%;
    background-color: #FFF;
	 border-radius: 5px;
    padding: 25px 80px 20px;
    box-sizing: border-box;
    text-align: center;
}
.pref_small_div_h {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: solid 4px #2B2B2B;
    margin-bottom: 15px;
}
.japan_map_overlay .pref_list{
	z-index: 98;
    display: -webkit-flex;
    display: grid;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 29px;
    row-gap: 10px;
	padding: 0 10px;
}
.japan_map_overlay .pref_list > div{
    box-sizing: border-box;
    width: 50%;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    cursor: none;
}
.japan_map_overlay .pref_list > a,
.japan_map_overlay .pref_list > .area-small_btn {
	display: block;
    box-sizing: border-box;
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0;
    cursor: none;
}
.entry-content h3.search_h3 {
    border: none;
    padding: 0;
    margin: 0;
	font-size: 20px;
}
.entry-content ul.search_small_ul {
    font-size: 16px;
    font-weight: normal;
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-around;
	width: 73%;
    margin: 0 auto;
	padding-top: 5px;
}
.search_small_ul a {
    text-decoration: underline;
}
.entry-content ul.search_small_ul li {
    margin-right: 10px;
	transition: 0.2s ease-in-out;
}
.entry-content ul.search_small_ul li:hover {
    transform: translateY(-3px);
}
.entry-content ul.search_small_ul li:nth-child(even) {
    margin-right: 0;
}
.search_box_contents {
	padding-bottom: 0;
	position: relative;
}
.search_hosoku {
    position: absolute;
    left: 0;
    top: 7%;
}
.search_hosoku dt {
    font-weight: bold;
    color: #2B2B2B;
	line-height: 1.3;
	text-align: center;
    font-size: 15px;
}
.search_hosoku dd {
	border: solid 3px #2B2B2B;
    border-radius: 3px;
    padding: 13px 10px;
    margin-top: 5px;
    font-size: 13px;
    width: 215px;
    background: #fff;
}
.search_hosoku dd p {
    width: 85%;
    margin: 0 auto;
    padding: 5px 0;
    font-weight: bold;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 414px) {
	.pref_small_div_h {
		border-bottom: solid 2px #2B2B2B;
	}
	.pref_small_div {
		padding: 25px 43px 20px;
	}
	.japan_map .area_btn {
        font-size: 1em;
        padding: 10px 12px;
    }
    .japan_map .area_btn-normal,
	.japan_map .area_btn {
		font-size: 1em !important;
        padding: 10px 12px !important;
    }
    .search_hosoku {
        top: 1%;
    }
	#osaka .japan_map {
		margin: 0 -3%;
	}
	.japan_map_overlay .pref_small_div[data-list="27"] .pref_list,
	.japan_map_overlay .pref_small_div[data-list="28"] .pref_list,
	.japan_map_overlay .pref_small_div[data-list="30"] .pref_list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 376px) {
    .japan_map .area_btn {
        font-size: 0.9em;
    }
    .japan_map .area_btn-normal {
        font-size: 1.1em;
    }
    .search_hosoku dd {
        padding: 10px 5px;
        width: 201px;
    }
}
@media screen and (max-width: 360px) {
	.outer-menu .menu > div > div > ul > li {
		margin: 0.3em;
	}	
	.japan_map .area_btn.area3 {
		top: 46%;
		right: 24%;
	}
	a.perspnalcplor_btn {
		font-size: 12px;
	}
}
@media screen and (max-width: 320px) {
	.japan_map .area_btn {
        padding: 10px;
	}
    .japan_map .area_btn-normal {
        padding: 10px;
    }
	.japan_map .area_btn.area2 {
    	right: 0%;
	}
	.japan_map .area_btn.area4 {
    	right: 30%;
	}
	.japan_map .area_btn.area5 {
    	left: 12%;
	}
}
/*-------------END 地図-------------*/

/*-------------age-------------*/
.age_box .common_box_inner {
    position: relative;
}
.age_map img {
    width: 100%;
}

.age_ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
	position: absolute;
    bottom: 19%;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
	z-index: 10;
/*     height: fit-content; */
}
.age_li {
    border: solid #2B2B2B 3px;
    border-radius: 4px;
	background: #fff;
}
.age_h3 {
    background: #2B2B2B;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px 6px;
}
.age_lists {
    padding: 5px 10px 9px;
    font-weight: bold;
}
.age_lists li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 800;
    color: #2B2B2B;
    margin-right: 5px;
    display: inline-block;
}
.age_lists a {
    display: inline-block;
	padding: 7px 0;
    text-decoration: underline;
    color: #68b0ba;
}
/*-------------END age-------------*/

/*-------------color-------------*/
.color_ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}
.color_li a {
    border: solid #2B2B2B 3px;
    display: block;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
}
.color_num {
    background: #2B2B2B;
}
.color_num .img_inner {
    width: 40%;
    margin: auto;
    padding: 4px;
}
.color_detail {
    padding: 10px;
}
.color_square {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    border: solid #2B2B2B 3px;
    margin: auto;
}
h3.color_h3 {
    border-bottom: solid #2B2B2B 1px;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 5px;
}
@media screen and (max-width: 414px) {
    .color_num .img_inner {
        width: 55%;
    }
}
@media screen and (max-width: 376px) {
    .color_ul {
        column-gap: 8px;
    }
    h3.color_h3 {
        font-size: 0.75em !important;
    }
}
/*-------------END color-------------*/

/*-------------cosme-------------*/
.cosme-box_li {
    border: solid #2B2B2B 3px;
    display: block;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    position: relative;
    align-self: start
}
.cosme-box_li .color_detail {
    padding: 10px 10px 20px;
}
.cosme_ul {
    padding-top: 8px;
    display: none;
}
.cosme_open {
    display: block;
}
.cosme_li {
    font-weight: 500;
    font-size: 0.9em;
    border-bottom: solid 1px #2B2B2B;
    padding: 5px 0;
}
.cosme_arrow {
    position: absolute;
    bottom: -7%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}
.cosme_arrow span {
    width: 25px;
    height: 25px;
    background: #2B2B2B;
    content: "";
    display: block;
    margin: auto;
    border-radius: 50%;
}
.cosme_arrow span:before {
    content: "";
    margin: auto;
    position: absolute;
    bottom: 37%;
    left: 0;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
    z-index: 3;
}
.cosme_arrow-open {
    transform: scale(1, -1);
    bottom: -4%;
}
@media screen and (max-width: 414px) {
    .cosme_li {
        font-size: 0.7em !important;
        letter-spacing: -1px;
    }
    h3.color_h3 {
        font-size: 0.7em;
    }
}
@media screen and (max-width: 376px) {
    .cosme_li {
        font-size: 0.7em !important;
    }
}
/*-------------END cosme-------------*/

/*-------------goods4-------------*/
.goods4_ul {
    padding: 0 !important;
    margin: 0 0 1em !important;
    border: none !important;
    list-style: none !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
    position: relative;
}
.goods4_li {
    padding: 0 !important;
    border: solid 3px #2B2B2B;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    position: relative;
}
.goods4_label {
    background: #2B2B2B;
    padding: 10px;
    width: calc(100% / 6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.goods4_label .img_inner {
    width: 70%;
}
.goods4_detail {
    width: calc(100% / 6 * 5);
    padding: 10px 10px 10px 5px;
    background: #fff;
}
.goods4_detail_inner-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.goods4_detail_inner {
    display: flex;
    align-items: center;
    width: 85%;
}
.goods4_detail_inner .img_inner {
    margin: 0;
    width: 50px !important;
}
.goods4_detail_cont {
    padding-left: 5px;
    font-weight: bold;
    font-size: 10px;
    line-height: 1.2em;
    width: 100%;
}
.goods4_detail_h3 {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    font-size: 1.4em !important;
    border-bottom: solid 2px #2B2B2B !important;
    line-height: 1.5;
}
.goods4_detail_p {
    padding-top: 4px;
    font-size: 1.2em;
}
.goods4_arrow {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: #2B2B2B;
    border-radius: 50%;
    position: relative;
}
.goods4_arrow:before {
    content: "";
    margin: auto;
    position: absolute;
    bottom: 37%;
    left: 0;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
    z-index: 3;
}
.goods4_ul-more {
    padding: 8px 0 4px 11px;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2px;
    column-gap: 10px;
    width: 85%;
}
.goods4_open{
    display: grid;
}
.goods4_li-more {
    font-weight: 500;
    font-size: 0.7em;
    border-bottom: solid 1px #2B2B2B;
    padding: 5px 0;
}
.goods4_arrow-open {
    transform: scale(1, -1);
}
@media screen and (max-width: 414px) {
    .goods4_li {
        border-radius: 35px;
    }
    .goods4_label .img_inner {
        width: 80%;
    }
}
@media screen and (max-width: 376px) {
    .goods4_li-more {
        font-size: 0.7em;
    }
}
/*-------------END goods4-------------*/

/*-------------tag-------------*/
.tag_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tag_li a {
    border: solid #2B2B2B 2px;
    display: inline-block;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: bold;
	margin-bottom: 10px;
    margin-right: 7px;
	background: #fff;
}
@media screen and (max-width: 414px) {
    .tag_li a {
        font-size: 13px;
    }
}
/*-------------END tag-------------*/

/*-------------footer-------------*/
.top_footer {
    background: #2B2B2B;
    color: #fff;
}
.footer_box {
    padding-top: 30px;
}
.footer_detail {
    padding-bottom: 16px;
}
.footer_detail_top {
    display: flex;
    align-items: center;
	padding-bottom: 10px;
}
.footer_logo_img {
    width: 55%;
    margin: 0;
	margin-right: 0;
}
.footer_detail_top a {
	color: #fff;
	margin-right: 8px;
}
.footer_detail_top i {
    background-color: #fff;
    color: #2B2B2B;
    border-radius: 50%;
    padding: 10px;
    font-size: 1.1em;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-line {
    position: relative;
}
.footer-line:before {
    content: "";
    display: block;
    width: 55%;
    height: 55% !important;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(/wp-content/themes/sango-theme-child/img/top/share-line.svg);
}
.footer_detail_bottom {
    font-weight: bold;
    letter-spacing: 0.5px;
}
.footer_menu {
    padding: 0;
}
.footer_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.footer_ul li {
    padding-right: 15px;
    padding-bottom: 0;
    font-size: 0.9em;
	margin-bottom: 8px;
}
.footer_ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 800;
    color: #fff;
    margin-right: 5px;
}
.footer_ul a {
	color: #fff;
}
.copyright {
    text-align: center;
    padding: 10px;
    font-size: 10px;
}
@media screen and (max-width: 414px) {
    .top_footer {
        padding: 0 25px;
    }
    .footer_detail_top i {
        width: 30px;
        height: 30px;
        font-size: 1em;
    }
    .footer_detail_top {
        padding-bottom: 8px;
    }
    .footer_detail_bottom {
        font-size: 0.9em;
    }
    .footer_ul li {
	font-size: 0.8em;
    margin-right: -5px;
    margin-bottom: 8px;
    font-weight: bold;
    }
	.footer_logo_img {
		width: 45%;
	}
}
@media screen and (max-width: 376px) {
	.footer_logo_img {
    	width: 50%;
    	padding-bottom: 4px;
	}
}
/*-------------END footer-------------*/

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

/*-------------END ハンバーガーメニュー-------------*/
@media screen and (min-width: 415px) {
 	html,body,a,input,.swiper-button-next,.swiper-button-prev {
		cursor: none !important;
	}
	.cursor{
	transform: translate(0, 0);
        pointer-events: none;
        position: fixed;
        top: -10px;
        left: -10px;
        width: 20px;
        height: 20px;
        background: #fff;
        border: solid 3px #222;
        border-radius: 50%;
        z-index: 444;
        transition: width .3s, height .3s, top .3s, left .3s;
	}
	a:hover {
		cursor: none !important;
	}
	.cursor.cursor--hover {
        top: -10px;
        left: -10px;
        width: 20px;
        height: 20px;
        background: #fff;
        border: solid 3px #222;
	}
	body {
    	height: 100vh;
    	height: 100dvh;
	}
	.pc_side {
		background: #59443d;
		color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		height: 100%;
		width: 440px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.pc_side-top {
		width: 71%;
		padding-bottom: 20px;
		border-bottom: solid 2.5px #fff;
	}
	.pc_side-top h1 {
		width: 98%;
	}
	.pc_side-bottom {
		padding-top: 23px;
	}
	.pc_side-menu {
		font-size: 18px;
		font-weight: bold;
	}
	.pc_side-menu-dt {
		font-size: 1.7em;
		padding-bottom: 15px;
		font-family: "Ubuntu", sans-serif;
        font-weight: 700;
        font-style: italic;
	}
	.pc_side-menu-btn {
		padding-top: 20px;
	}
	.pc_side-menu-li {
		padding-bottom: 20px;
	}
	.pc_side-menu-li a {
		color: #fff;
		position: relative;
        padding-left: 30px;
		font-size: 1.1em;
	}
	.pc_side-menu-li a:before {
		position: absolute;
		top: -3px;
		left: 0;
		display: block;
		content: "";
		width: 23px;
		height: 23px;
		background-image: url(/wp-content/themes/sango-theme-child/img/top/pc_arrow.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: bottom;
		z-index: 2;
	}
	.pc_side-menu-btn a {
		color: #fff;
		background: transparent;
		border: solid 2.5px #fff;
		width: 100%;
		display: inline-block;
		padding: 26px;
		border-radius: 5px;
		text-align: center;
		font-size: 1.1em;
		overflow: hidden;
        position: relative;
        z-index: 1;
		border: 2.5px solid #fff;
	}
/* 	a.pc_side-menu-btn-last {
		background: transparent;
    	border: solid 2px #fff;
    	color: #fff;
	} */
	.pc_side-menu-btn li:first-child {
		padding-bottom: 10px;
	}
/* 	#pc_main {
		width: calc(100% - 440px);
		position: absolute;
		top: 0;
		right: 0; */
/* 		  overflow: auto;
		  scroll-snap-type: y mandatory; */
/* 		  height: 100vh;
	} */
	#pc_main {
        width: calc(100% - 440px);
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        height: 100vh;
        height: 100dvh;
        overflow: auto;
    }
	.pc_cont {
		width: 100%;
		height: 100vh !important;
		min-height: 100vh;
  		min-height: 100dvh;
/* 	  	scroll-snap-align: start; */
	}
	.pc_common_flex {
		display: flex;
		align-items: center;
	}
	.pc_fv .img-inner {
		height: 100vh;
		width: 100%;
	}
	.pc_fv img {
		object-fit: cover;
		width: 100%;
		height: 100vh;
		object-position: 52%;
	}
	a.pc_scroll {
		position: absolute;
		bottom: 8%;
		right: 8%;
		z-index: 101;
		font-weight: bold;
		font-size: 20px;
		color: #fff;
		background: #59443d;
		width: 100px;
		height: 100px;
		border-radius: 100px;
		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
		padding-bottom: 16px;
	}
	a.pc_scroll:after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		bottom: 16%;
		border: 8px solid transparent;
		border-top: 12px solid #fff;
	}
	.dokidoki{   
		animation-name:dokidoki;	/* アニメーション名の指定 */
		animation-delay:0s;		/* アニメーションの開始時間指定 */
		animation-duration: 1.5s;	/* アニメーション動作時間の指定 */
		animation-timing-function: ease-in-out;
		/* アニメーションの動き（徐々に早く徐々に遅く）*/
		animation-iteration-count: infinite; /* アニメーションをループさせる */
	}

	@keyframes dokidoki {
		0% {
			transform: scale(1);
		}

		40% {
			transform: scale(1);
		}

		50% {
			transform: scale(1.1);
		}

		60% {
			transform: scale(1);
		}

		100% {
			transform: scale(1);
		}
	}
	.pc_fv .img-inner img,
	a.pc_scroll {
		transition: opacity 2s;
		opacity: 0;
	}
	.pc_fv .img-inner img.fv_dis,
	a.pc_scroll.fv_dis {
		opacity: 1;
	}
	.pc_side,
	.pc_fv-mes {
		opacity: 0;
	}
	.pc_side.pc_slideright,
	.pc_fv-mes.pc_slideright {
    	animation: faderight 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
	}
	@keyframes faderight {
		0% {
			transform: translateX(-30px);
			opacity: 0;
		}
		80% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	.area_btn-normal,
	.japan_map .area_btn {
		font-size: 1.6em;
		padding: 16px 12px 17px;
	}
	.japan_map .area_btn.area6 {
		left: 10%;
	}
	.japan_map .area11 {
		left: 4%;
	}
	.japan_map .area21,
	.japan_map .area19 {
		bottom: 9%;
	}
	.japan_map .area13,
	.japan_map .area20,
	.japan_map .area25 {
    	bottom: 32%;
		top: initial;
	}
	.japan_map .area16,
	.japan_map .area15,
	.japan_map .area27,
	.japan_map .area18 {
    	top: 32%;
		bottom: initial;
	}
	.japan_map .area14 {
		right: 40%;
	}
	.japan_map .area17 {
		right: 14%;
	}
	.japan_map .area16 {
		left: -4%;
	}
	.japan_map .area27 {
		left: 21%;
	}
	.japan_map .area15 {
		right: 32%;
	}
	.japan_map .area18 {
		left: 76%;
	}
	.japan_map .area13 {
		left: 4%;
	}
	.japan_map .area20 {
		right: 49%;
	}
	.japan_map .area25 {
		right: 23%;
	}
	.long_li a .img_inner {
		width: 175px;
	}
	.japan_map_overlay .pref_small_div[data-list="28"] .pref_list,
	.japan_map_overlay .pref_small_div[data-list="30"] .pref_list,
	.japan_map_overlay .pref_small_div[data-list="27"] .pref_list {
		grid-template-columns: repeat(3, 1fr);
	}
	.pc_fv-mes {
		position: absolute;
        top: 7%;
        right: 8%;
        z-index: 100;
        display: inline-block;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
	}
	.pc_fv-mes span {
		color: #fff;
        background: #59443d;
        -ms-writing-mode: tb-rl;
        display: inline-block;
        padding: 20px 14px;
        font-size: 1.8em;
        font-weight: bold;
        margin: 8px;
        text-align: right;
        letter-spacing: 2px;
	}
	.pc_common .pc_head-big {
		padding-left: 6px;
	}
	.listarticle_li a:before {
		width: 44px;
        height: 49px;
	}
	.pc_tag {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.pc_tag .pc_cont_inner {
		width: 80%;
	}
	.pc_head {
		font-weight: bold;
		font-size: 2em;
		padding-bottom: 50px;
		letter-spacing: -1px;
        font-size: 1.4em;
	}
	.pc_head-big {
		font-size: 1.4em;
		padding-left: 6px;
	}
	.listarticle_box {
		overflow: hidden;
	}
	.listarticle_li {
		width: 30% !important;
	}
	.pc_listarticle {
		position: relative;
	}
	.listarticle_li p.img_inner, .listarticle_li p.img-inner {
		padding: 0 !important;
		margin: 0 !important;
		vertical-align: top;
	}
	.listarticle_li a {
		display: block;
		border: solid #2B2B2B 3px;
		border-radius: 4px;
		position: relative;
	}
	.listarticle_li a:before{
		position: absolute;
        top: -1px;
        left: 14px;
        display: block;
        content: "";
        width: 50px;
        height: 53px;
		background-image: url(/wp-content/themes/sango-theme-child/img/top/article_deco.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: bottom;
		z-index: 2;
	}
	.shohin-img_slider2 .listarticle_li a:before {
		background-image: url(/wp-content/themes/sango-theme-child/img/top/article_deco2.png);
	}
	.listarticle_h3 {
		border-top: solid #2B2B2B 3px;
		padding: 10px 5px 12px 9px;
		font-weight: bold;
		line-height: 1.3em;
		background: #fff;
		font-size: 1.2em;
	}
	.long_li a:before {
		font-size: 18px;
		top: -13px;
		left: -12px;
	}
	.long_detail {
		padding-left: 23px;
		font-size: 1.05em;
	}
	.long_hosoku {
    	font-size: 1.4em;
	}
	.long_h3 {
    	font-size: 1.6em;
		padding-top: 15px;
	}
	.pc_long_li:nth-child(6), .pc_long_li:nth-child(7), .pc_long_li:nth-child(8), .pc_long_li:nth-child(9), .pc_long_li:nth-child(10) {
		display: block;
	}
	.pc_long_ul {
		display: flex;
		flex-flow: column wrap;
		height: 684px;
		column-gap: 50px;
		row-gap: 25px;
	}
	.pc_tag-ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		column-gap: 15px;
		row-gap: 15px;
		font-size: 0.8em;
	}
	.pc_tag-li a {
		font-weight: bold;
        font-size: 1.7em;
        border: solid 3px #000;
        border-radius: 50px;
        padding: 9px 18px;
        display: inline-block;
        width: fit-content;
	}
	.pc_flex {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 90vh;
	}
	.pc_flex_noccommon {
		justify-content: end;
		width: 100%;
	}
	.pc_common-flex-inner {
		width: 80%;
		display: flex;
    	align-items: stretch;
	}
	.pc_flex_noccommon .pc_common-flex-inner {
		width: 90%;
		flex-direction: column;
		flex-direction: column;
        row-gap: 40px;
	}
	.pc_nocommon-flex-inner {
		width: 90%;
	}
	.prevnext-btn {
		position: absolute;
        display: block;
        overflow: hidden;
        z-index: 100;
        width: 316px;
        height: 125px;
        top: -9%;
        right: 6%;
	}
/* 	.prevnext-btn:after {
		content: "";
		position: absolute;
		top: -50%;
		left: -50%;
		width: 10%;
		height: 150%;
		background: #fff;
		transform: rotate(45deg);
		animation: reflect 1.5s ease-in-out infinite;
		z-index: 100;
	} */
	.swiper-button-next {
		top: 53% !important;
		right: 8% !important;
		color: #000 !important;
		width: auto !important;
        height: auto !important;
	}
	.swiper-button-next:before {
		content: "READ MORE";
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
	}
	.pc_common-flex-inner {
		padding-bottom: 10px;
	}
	.pc_cont_inner {
		padding-bottom: 20px;
	}
	.swiper-button-next:after {
		content: "" !important;
		display: inline-block;
		background: url(/wp-content/themes/sango-theme-child/img/top/pc_deco.png);
		width: 135px;
        height: 9px;
		background-size: contain;
		background-repeat: no-repeat;
		margin-bottom: -8px;
		margin-left: 10px;
	}
	.pc_common .pc_head {
		padding-bottom: 30px;
		letter-spacing: -1px;
        font-size: 1.6em;
	}
	.pc_common .pc_head-big {
		font-size: 1.3em;
	}
	.pc_article {
		width: 57%;
		padding-right: 30px;
		box-sizing: border-box;
	}
	.pc_article .pc_common-inner {
		border-right: solid 2px #000;
		border-left: solid 2px #000;
		padding: 0 30px;
	}
	.pc_article-li a {
		display: flex;
	}
	.pc_up {
		width: 43%;
	}
	.pc_up-p {
		font-size: 1.35em;
		font-weight: bold;
		line-height: 1.55em;
		padding: 10px 0;
	}
	a.pc_up-btn {
		background: #59443d;
		color: #fff;
		text-align: center;
		font-weight: bold;
		font-size: 1.5em;
		width: 100%;
		display: inline-block;
		border-radius: 50px;
		padding: 15px;
	}
	.pc_article-date {
		font-weight: bold;
		font-size: 1.2em;
	}
	.pc_article-tit {
        font-weight: bold;
        font-size: 1.5em;
        display: inline-block;
        padding-left: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
	}
	.pc_article-ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		row-gap: 16px;
	}
	.pc_footer {
        background: #59443d;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
		height: 10vh;
	}
	.pc_footer-inner {
		width: 80%;
	}
/* 	.pc_footer-ul {
		display: flex;
	} */
	.pc_footer-ul {
		padding-bottom: 5px;
	}
	.pc_footer-ul a {
		color: #fff;
		font-weight: bold;
		font-size: 18.5px;
        padding-left: 30px;
		position: relative;
		display: inline-block;
	}
	.pc_footer-li a:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		content: "";
		width: 23px;
		height: 23px;
		background-image: url(/wp-content/themes/sango-theme-child/img/top/pc_arrow.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: bottom;
		z-index: 2;
	}
	.pc_footer-li {
		padding: 9px 0;
        padding-right: 25px;
        display: inline-block;
	}
	.pc_footer-li:nth-child(4) {
		margin-right: 100px;
	}
	.pc_flex-map {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh;
	}
	.pc_map-jp {
		padding-right: 90px;
		width: 60%;
	}
	.pc_map-tokyo {
		width: 40%;
	}
	.pc_head-map .pc_head-big {
		display: block;
		font-size: 1.6em;
		padding-top: 10px;
		padding-left: 0;
		width: fit-content;
		position: relative;
	}
	.pc_head-map .pc_head-big:after {
		content: "";
		width: 100%;
		height: 3px;
		background: #2B2B2B;
		display: block;
		position: absolute;
		bottom: -17px;
	}
	.pc_map {
		position: relative;
	}
	.pc_head.pc_head-map {
		position: absolute;
		width: fit-content;
	}
	.pc_map-tokyo .pc_common-inner {
		position: absolute;
		bottom: 0;
	}
	.pc_map-jp .pc_head-map {
		left: 10%;
	}
	.pc_map-tokyo .pc_head-map {
		left: 17%;
	}
	.japan_map_overlay {
		z-index: 100;
	}
	.pref_small_div {
		width; 40%;
	}
	.pc_side-menu-li a:before {
		top: 5px;
	}
	.pref_small_div {
		width: 700px;
		height: 500px;
		display: flex;
        flex-direction: column;
        justify-content: center;
		font-size: 1.6em;
        line-height: 30px;
	}
	.pref_small_div_h {
		font-size: 1.3em;
    	padding-bottom: 25px;
	}
	.pc_side-menu-li a:hover,
	.japan_map .area_btn:hover,
	.area_btn-normal:hover,
	.listarticle_li a:hover,
	.long_li a:hover,
	.pc_kihon-more a:hover,
	.pc_footer-ul a:hover {
    	opacity: 0.8;
	}
	.japan_map_overlay .pref_list > a:hover,
	.japan_map_overlay .pref_list > .area-small_btn:hover,
	.swiper-button-next:hover,
	.pc_article-li a:hover {
    	opacity: 0.5;
	}
	.pc_tag-li a:hover {
		background: #2B2B2B;
    	color: #fff;
	}
	.pc_up-btn-inner a{
	  position: relative;
	  overflow: hidden;
	}
	.pc_up-btn-inner a:after{
	  content: "";
	  position: absolute;
	  top: -50%;
	  left: -50%;
	  width: 10%;
	  height: 150%;
	  background: #fff;
	  transform: rotate(45deg);
	  animation: reflect 1.5s ease-in-out infinite;
	}
	@keyframes reflect{
	  0%{
		transform: rotate(45deg) scale(0);
		opacity: 1;
	  }
	  100%{
		transform: rotate(45deg) scale(100);
		opacity: 0;
	  }
	}
/* 	.pc_side-menu-btn li:first-child a:after {
		content: "";
		display: inline-block;
		width: 30px;
		height: 7px;
		margin-left: 14px;
		border-bottom: 1px solid #2B2B2B;
		border-right: 1.5px solid #2B2B2B;
		transform: skew(50deg) translateY(-50%);
	}
	.pc_side-menu-btn li:first-child a:hover::after {
		border-bottom: 1px solid #fff;
		border-right: 1.5px solid #fff;
	}
	.pc_side-menu-btn li:first-child a:hover {
		color: #fff;
		border: 2px solid #fff;
	}
	.pc_side-menu-btn li:first-child a:before {
		z-index: -1;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		transform: scale(0, 1);
		transform-origin: right top;
		background: #2B2B2B;
		content: "";
		transition: transform 0.3s;
		border-radius: 5px;
	}
	.pc_side-menu-btn li:first-child a:hover:before {
		transform: scale(1, 1);
		transform-origin: left top;
		background: #2B2B2B;
	} */
	.pc_side-menu-btn li a:after {
		content: "";
		display: inline-block;
		width: 30px;
		height: 7px;
		margin-left: 14px;
		border-bottom: 2.5px solid #fff;
		border-right: 3.5px solid #fff;
		transform: skew(50deg) translateY(-50%);
	}
	.pc_side-menu-btn li a:hover::after {
		border-bottom: 2.5px solid #59443d;
		border-right: 3.5px solid #59443d;
	}
	.pc_side-menu-btn li a:hover {
		color: #59443d;
		border: 2.5px solid #fff;
	}
	.pc_side-menu-btn li a:before {
		z-index: -1;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		transform: scale(0, 1);
		transform-origin: right top;
		background: #fff;
		content: "";
		transition: transform 0.3s;
		border-radius: 5px;
	}
	.pc_side-menu-btn li a:hover:before {
		transform: scale(1, 1);
		transform-origin: left top;
		background: #fff;
	}
	#pc_kihon .pc_cont_inner {
		position: relative;
	}
	.pc_kihon-more {
		position: absolute;
		top: 2%;
		right: 0;
	}
	.pc_kihon-more a {
		background: #2B2B2B;
		color: #fff;
		padding: 10px 20px;
		border-radius: 5px;
		font-weight: bold;
		font-size: 1.1em;
	}
	#pc_tag .pc_cont_inner {
		position: relative;
	}
	.pc_tag-search {
		position: absolute;
		top: 0;
		right: 0;
	}
	.pc_tag-search_posi {
		right: 2%;
	}
	.pc_tag-search-wrapper {
		display: flex;
		flex: auto;
		flex-wrap: nowrap;
		max-width: 100%;
	}
	input.pc_tag-search__input {
		border-radius: 50px;
		border: none;
		height: 45px;
		padding: 6px 48px 6px 18px;
		outline: none;
		flex-grow: 1;
		background-color: #fff;
        border: solid 3px #2B2B2B;
	}
	button.pc_tag-search-button {
		margin-left: 0;
		color: transparent;
		font-size: 0;
		box-shadow: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 45px;
		height: 45px;
		padding: 0;
		text-align: center;
		vertical-align: middle;
		line-height: 44px;
		background-color: transparent !important;
		border: none !important;
	}
	button.pc_tag-search-button:before {
		content: "\f002";
		font-size: 20px;
		color: #2B2B2B;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		font-weight: bold;
		font-family: "Font Awesome 5 Free";
	}
}
@media screen and (max-width: 1920px) and (min-width: 1701px) {
	.pc_side {
        width: 467px;
    }
	#pc_main {
			width: calc(100% - 467px);
	}
    .pc_fv-mes {
        top: 13%;
	}
    .pc_fv-mes span {
        font-size: 2em;
	}
	.pc_tag-li a {
        font-size: 2.2em;
	}
	.pc_side-menu-li a {
        font-size: 1.2em;
		line-height: 0.5em;
        display: inline-block;
    }
	.pc_up img {
        height: 333px;
    }
	.listarticle_h3 {
		font-size: 1.6em;
	}
	.listarticle_li img {
		height: 196px;
		width: 100%;
		object-fit: cover;
	}
	.swiper-button-next {
		right: 8% !important;
	}
	    .swiper-button-next:before {
        font-size: 22px;
	}
	.swiper-button-next:after {
		width: 153px;
        height: 10px;
	}
	.pc_tag .pc_cont_inner {
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 1664px) and (min-width: 1537px) {
	#pc_map {
		margin-bottom: -10%;
	}
	#pc_article2 {
		margin-top: -4%;
	}
	#pc_kihon {
		margin-top: -4%;
		margin-bottom: -3%;
	}
	#pc_tag {
		margin-top: -11%;
		margin-bottom: -15%;
	}
}
@media screen and (max-width: 1536px) and (min-width: 1514px) {
    .pc_tag-li a {
        font-size: 1.6em;
	}
	.pc_side-top {
        width: 68%;
	}
	.pc_side-menu-li a {
        font-size: 1em;
		display: inline-block;
        line-height: 0.8em;
    }
    .pc_side-menu-li {
        padding-bottom: 15px;
    }
	#pc_map {
		margin-top: 3%;
	}
	#pc_kihon {
		margin-top: 5%;
	}
	#pc_article2 {
		margin-top: 5%;
	}
	#pc_last {
		margin-top: -5%;
	}
}
@media screen and (max-width: 1513px) and (min-width: 1024px) {
	#pc_map {
		margin-top: -2%;
	}
	#pc_article2 {
		margin-top: 5%;
	}
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
	.pc_side {
		width: 380px;
	}
	#pc_main {
			width: calc(100% - 380px);
	}
	.pc_side-top h1 {
        width: 85%;
    }
	.pc_side-top {
        width: 83%;
    }
	.pc_side-bottom {
        padding-top: 20px;
    }
    .pc_side-menu-li {
        padding-bottom: 17px;
    }
    .pc_side-menu-btn a {
        padding: 15px;
    }
    .pc_fv-mes span {
        font-size: 1.5em;
    }
    .pc_head {
        font-size: 1.5em;
    }
    .pc_tag-li a {
        font-size: 1.2em;
    }
    .pc_footer-ul a {
        font-size: 16px;
    }
	.pc_article-tit {
        font-size: 1.3em;
    }
	.pc_up-p {
        font-size: 1.2em;
    }
    .pc_up img {
        height: 290px;
    }
	.pc_article-li:nth-child(14), .pc_article-li:nth-child(15) {
		display: none;
	}
}
@media screen and (max-width: 1920px) and (min-width: 1701px) {
	.pc_tag-li a {
		padding: 13px 18px;
	}
/* 	.pc_up-p_no {
		display: none;
	} */
	.pc_up img {
        height: 311px;
    }
}
@media screen and (max-width: 1700px) {
	.pc_side {
		width: 380px;
	}
	.pc_side-top {
        transform: scale(0.95);
        transform-origin: bottom;
    }
    .pc_side-bottom {
        transform: scale(0.95);
        transform-origin: top;
    }
	.pc_fv img {
		object-position: 15%;
	}
    .pc_fv-mes {
        top: 11%;
        right: 6%;
    }
	#pc_main {
		width: calc(100% - 380px);
	}
	.pc_side-menu-li:nth-child(11),
	.pc_side-menu-li:nth-child(12),
	.pc_side-menu-li:nth-child(13) {
		display: none;
	}
	.pc_article-li:last-child {
		display: none;
	}
	.japan_map .area22 {
		top: 10%;
		left: 9%;
	}
    .japan_map .area15 {
        right: 29%;
    }
	.japan_map .area18 {
        left: 78%;
    }
	.japan_map .area16 {
        left: -5%;
    }
	.japan_map .area13 {
        left: 1%;
    }
	.japan_map .area19 {
		right: 32%;
	}
    .japan_map .area13, .japan_map .area20, .japan_map .area25 {
        bottom: 30%;
    }
}
@media screen and (max-width: 1441px) {
    .pc_side {
        width: 348px;
    }
	.pc_side-top {
		transform: scale(1);
		width: 74%;
	}
	#pc_main {
		width: calc(100% - 348px);
	}
    .pc_fv img {
        object-position: 20%;
    }
    .pc_fv-mes {
        top: 11%;
        right: 5%;
    }
    .pc_fv-mes span {
        font-size: 1.4em;
		margin: 6px;
    }
    .pc_common .pc_head-big {
        font-size: 1.4em;
    }
	.pc_tag-li a {
        font-size: 1.5em;
		padding: 11px 18px;
    }
    .pc_cont_inner {
        padding-bottom: 25px;
    }
	.pc_up-p {
		font-size: 1.05em;
        line-height: 1.7em;
	}
	.pc_footer-ul a {
        font-size: 16px;
    }
    .pc_long_ul {
         row-gap: 15px;
    }
	.pc_article-tit {
		font-size: 1.2em;
	}
	.pc_common .pc_head-big {
        font-size: 1.4em;
    }
    .pc_map-jp {
        padding-right: 60px;
    }
    .pc_map-jp .pc_head-map {
        left: 5%;
    }
    .pc_map-tokyo .pc_head-map {
        left: 12%;
    }
	.area_btn-normal,
	.japan_map .area_btn {
		padding: 10px;
	}
}
@media screen and (max-width: 1800px) and (min-width: 1680px) {
    .japan_map .area14 {
        right: 38%;
    }
    .japan_map .area15 {
        right: 30%;
    }
    .japan_map .area18 {
        left: 77%;
    }
	.japan_map .area20 {
        right: 47%;
    }
	.japan_map .area25 {
        right: 22%;
    }
	.japan_map .area19 {
		right: 33%;
	}
    .japan_map .area13, .japan_map .area20, .japan_map .area25 {
        bottom: 31%;
    }
    .listarticle_h3 {
        font-size: 1.5em;
    }
    .long_detail {
        font-size: 0.8em;
    }
	.pc_long_ul {
		height: 663px;
        column-gap: 40px;
		row-gap: 19px;
    }
	.pc_up img {
		height: auto;
	}
    .pc_up-p {
        font-size: 1.5em;
		padding: 10px 0 18px;
    }
	a.pc_up-btn {
        padding: 20px 20px 23px;
    }
    .pc_footer-li {
        padding-right: 9px;
    }
    .pc_footer-ul a {
        font-size: 17px;
	}
	.pc_footer-li a:before {
		top: -2px;
	}
	.pc_side-menu-li a:before {
        top: -4px;
    }
}
@media screen and (max-width: 1679px) {
    .pc_side-menu-li a {
        font-size: 1em;
    }
	.pc_side-menu-li a:before {
        top: 4px;
    }
    .pc_side {
        padding-top: 25px;
    }
    .pc_fv img {
        object-position: 42%;
    }
	.listarticle_h3 {
        font-size: 1em;
        line-height: 1.5em;
		padding: 12px 5px 14px 9px;
    }
	.long_li a .img_inner {
        width: 155px;
    }
	.pc_long_ul {
        height: 642px;
		row-gap: 18px;
		column-gap: 40px;
    }
	.long_li a {
		font-size: 0.8em;
	}
	.pc_cont_inner {
        padding-bottom: 0;
    }
    .pc_footer-li {
        padding-right: 17px;
    }
    .pc_footer-ul a {
        font-size: 14px;
    }
    .pc_footer-li:nth-child(4) {
        margin-right: 0;
    }
    .pc_footer-li a:before {
        top: -4px;
        width: 20px;
        height: 20px;
    }
    .pc_footer-ul {
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 1560px) {
	.japan_map .area22 {
		left: 9%;
	}
	.japan_map .area16 {
        left: -3%;
    }
	.japan_map .area14 {
        right: 40%;
    }
    .japan_map .area15 {
        right: 28%;
    }
	.japan_map .area18 {
        left: 77%;
    }
	.japan_map .area13 {
        left: -1%;
    }
    .listarticle_h3 {
        font-size: 1.3em;
    }
	.swiper-button-next {
        top: 16% !important;
    }
    .long_li a:before {
        font-size: 15px;
    }
	.long_li a .img_inner {
        width: 138px;
    }
	.long_detail {
        padding-left: 21px;
    }
	.pc_long_ul {
        height: 555px;
        row-gap: 18px;
        column-gap: 30px;
    }
	.pc_up-p {
		font-size: 1.3em;
        line-height: 1.5em;
    }
	a.pc_up-btn {
        font-size: 1.3em;
        padding: 12px 10px 14px;
    }
	.pc_footer-li {
        padding-right: 10px;
    }
    .pc_footer-li a:before {
        top: -1px;
        width: 18px;
        height: 18px;
    }
	.pc_footer-ul a {
		padding-left: 22px;
	}
	.pc_footer-ul {
        padding-bottom: 6px;
    }
    .pc_side-menu-li a:before {
        top: -1px;
		width: 21px;
        height: 21px;
    }
}
@media screen and (max-width: 1440px) {
	.pc_side-top {
        width: 71%;
    }
	.pc_side-bottom {
        transform: scale(0.9);
    }
    .pc_side {
        padding-top: 53px;
    }
    .pc_fv img {
        object-position: 49%;
    }
    .area_btn-normal, .japan_map .area_btn {
        font-size: 1.3em;
    }
	.japan_map .area22 {
        left: 11%;
    }
    .japan_map .area18 {
        left: 79%;
    }
    .japan_map .area13 {
        left: 1%;
    }
	.japan_map .area20 {
        right: 48%;
    }
	.japan_map .area19 {
		right: 32%;
	}
    .japan_map .area27 {
        left: 23%;
    }
    .japan_map .area13 {
        left: 3%;
    }
    .japan_map .area19 {
        right: 34%;
    }
	.listarticle_h3 {
		font-size: 1.1em;
		line-height: 1.4em;
	}
    .pc_common .pc_head {
        padding-bottom: 24px;
        font-size: 1.2em;
    }
	.listarticle_li a:before {
        top: -1px;
        left: 12px;
        width: 41px;
        height: 44px;
	}
    .long_li a {
        font-size: 0.7em;
    }
	.long_li a .img_inner {
		width: 120px;
	}
	.pc_long_ul {
		height: 519px;
		row-gap: 14px;
	}
    .pc_up-p {
        font-size: 1.2em;
        line-height: 1.5em;
        padding: 10px 0 15px;
    }
    a.pc_up-btn {
		font-size: 1.4em;
        padding: 16px 10px 18px;
    }
    .pc_footer-ul a {
        padding-left: 18px;
    }
	.pc_footer-li a:before {
        top: -1px;
        width: 15px;
        height: 15px;
    }
	.pc_tag-ul {
		column-gap: 14px;
	}
}
@media screen and (max-width: 1320px) {
    .pc_side-top h1 {
        width: 94%;
    }
    .area_btn-normal, .japan_map .area_btn {
        font-size: 1.1em;
    }
    .japan_map .area15 {
        right: 29%;
    }
    .japan_map .area18 {
        left: 78%;
    }
	.japan_map .area13 {
        left: 2%;
    }
    .japan_map .area19 {
        right: 33%;
    }
    .listarticle_h3 {
        font-size: 1.1em;
    }
    .long_li a:before {
        font-size: 13px;
    }
    .long_detail {
        padding-left: 15px;
    }
    .long_li a .img_inner {
        width: 112px;
    }
	.pc_long_ul {
        height: 461px;
    }
    .pc_up img {
        height: auto;
    }
    .pc_up-p {
        font-size: 1.1em;
        line-height: 1.6em;
    }
	.pc_article-ul {
        row-gap: 14px;
    }
    .pc_footer-ul a {
        font-size: 12.5px;
    }
	.pc_fv-mes {
		top: 8%;
	}
    .listarticle_h3 {
        font-size: 1em;
		padding: 10px 5px 12px 9px;
    }
	.pc_flex_noccommon .pc_common-flex-inner {
        row-gap: 30px;
    }
	.long_detail {
        font-size: 1em;
    }
	.long_h3 {
        padding-top: 12px;
    }
	.pc_tag-ul {
        column-gap: 12px;
        row-gap: 12px;
    }
	.pc_tag-li a {
        font-size: 1.3em;
        padding: 11px 17px;
    }
}
@media screen and (max-width: 1536px) {
	.pc_side-menu-btn li:first-child {
		display: none;
	}
    .pc_fv img {
        object-position: 91%;
    }
	.pc_fv-mes span {
		font-size: 1.4em;
	}
	.pc_fv-mes {
		top: 8%;
	}
    .area_btn-normal, .japan_map .area_btn {
        font-size: 1.3em;
        padding: 14px 11px 15px;
    }
	.swiper-button-next {
        top: 48% !important;
    }
    .listarticle_h3 {
        font-size: 0.9em;
    }
    .pc_common .pc_head {
        padding-bottom: 20px;
        font-size: 1.3em;
    }
	.pc_article-tit {
		font-size: 1.3em;
	}
}
@media screen and (max-width: 1512px) {
    .pc_fv img {
        object-position: 58%;
    }
    .pc_side-menu-btn li:first-child {
        display: block;
    }
	.pc_fv-mes span {
        font-size: 1.7em;
    }
	.pc_cont {
		margin-bottom: -79px;
	}
	.pc_fv {
		margin-bottom: 0;
	}
	#pc_map,
	#pc_article2,
	#pc_tag {
		margin-bottom: -154px;
	}
	#pc_map {
		margin-top: -2%;
	}
	#pc_article2 {
		margin-top: 0;
		margin-bottom: -10%;
	}
}
@media screen and (max-width: 1440px) {
	.listarticle_h3 {
        font-size: 0.85em;
    }
}
@media screen and (max-width: 1280px) {
    .pc_fv-mes span {
        font-size: 1.4em;
    }
	.japan_map .area22 {
        left: 6%;
    }
	.japan_map .area15 {
        right: 24%;
    }
    .japan_map .area18 {
        left: 81%;
    }
	.japan_map .area20 {
        right: 44%;
    }
    .japan_map .area25 {
        right: 17%;
    }
    .japan_map .area19 {
        right: 28%;
    }
	.japan_map .area13, .japan_map .area20, .japan_map .area25 {
        bottom: 28%;
    }
    .japan_map .area21, .japan_map .area19 {
        bottom: 6%;
    }
    .listarticle_h3 {
        font-size: 0.75em;
    }
	#pc_tag {
		margin-bottom: -100px;
	}
	#pc_map, #pc_article2, #pc_tag {
        margin-bottom: -100px;
    }
	.pc_side-menu-li:nth-child(9) {
		display: none;
	}
	#pc_article1 {
		margin-bottom: -35px;
	}
	#pc_article2 {
		margin-top: 50px;
	}
	#pc_tag {
		margin-top: 40px;
		margin-bottom: -50px;
	}
}
@media screen and (max-width: 1200px) {
	.pc_cont {
        width: 100%;
        height: auto !important;
        min-height: auto;
        min-height: auto;
        margin-bottom: 0 !important;
		padding: 70px 0;
    }
	.pc_fv {
		height: 100vh !important;
		padding: 0;
	}
	#pc_map {
		padding-top: 120px;
	}
	#pc_last {
    	padding-bottom: 0;
	}
	#pc_last .pc_cont_inner {
        padding-bottom: 100px;
    }
	.pc_flex {
		height: auto;
	}
    .pc_side {
        width: 282px;
    }
    #pc_main {
        width: calc(100% - 282px);
    }
	.pc_side-top {
        width: 100%;
    }
	.pc_side-top, .pc_side-bottom {
        transform: scale(0.7);
    }
	.pc_side {
        padding-top: 135px;
    }
    .pc_fv-mes span {
        font-size: 1em;
    }
    a.pc_scroll {
        bottom: 4%;
        right: 4%;
        width: 85px;
        height: 85px;
    }
	.pc_flex-map {
		height: auto;
	}
    .area_btn-normal, .japan_map .area_btn {
        font-size: 1em;
        padding: 13px 12px 13px;
    }
	.pc_common .pc_head {
        font-size: 0.9em;
		padding-bottom: 15px;
    }
	.listarticle_h3 {
        padding: 7px 5px 9px 9px;
    }
    .prevnext-btn {
        top: -14%;
    }
	.pc_long_ul {
        height: 366px;
    }
	.pc_long_li:nth-child(9),
	.pc_long_li:last-child {
		display: none;
	}
	.pc_head {
        font-size: 1.2em;
		padding-bottom: 44px;
    }
    input.pc_tag-search__input {
        height: 40px;
        padding: 6px 32px 6px 18px;
    }
	button.pc_tag-search-button {
		width: 40px;
		height: 40px;
	}
	button.pc_tag-search-button:before {
		font-size: 17px;
		line-height: 40px;
	}
    .pc_tag-li a {
        font-size: 1em;
		padding: 10px 15px;
    }
	.pc_cont {
		margin-bottom: -30px !important;
	}
	#pc_article2,
	#pc_tag {
		margin-top: 0;
	}
}
@media screen and (max-width: 414px) {
	.japan_map .area13 {
        bottom: 30%;
        left: 6%;
    }
    .japan_map .area14 {
        right: 40%;
        top: 13%;
    }
    .japan_map .area15 {
        right: 30%;
        top: 35%;
    }
    .japan_map .area16 {
        left: -3%;
        top: 35%;
    }
	.japan_map .area17 {
		top: 13%;
		right: 13%;
	}
	.japan_map .area18 {
        left: 78%;
        top: 35%;
        bottom: initial;
    }
	.japan_map .area19 {
        right: 38%;
    }
    .japan_map .area20, .japan_map .area25 {
        bottom: 30%;
        top: initial;
    }
	.japan_map .area22 {
        left: 11%;
        top: 13%;
    }
	.japan_map .area23 {
    	right: 54%;
	}
    .japan_map .area25 {
        right: 22%;
    }
    .japan_map .area27 {
        left: 23%;
        top: 35%;
    }
	.long_detail {
        font-size: 1.4em;
    }
	.japan_map .area_btn-normal, .japan_map .area_btn {
        font-size: 1em !important;
        padding: 10px 11px !important;
    }
	#tokyo .japan_map .area_btn-normal, #tokyo .japan_map .area_btn {
		font-size: 1.1em !important;
	}
	.japan_map .area20 {
        right: 47%;
    }
	.article_h3 {
		font-size: 10.5px;
	}
}
@media screen and (max-width: 375px) {
	.article_h3 {
		font-size: 10px;
	}
}
@media screen and (max-width: 1023px) and (min-width: 415px) {
	.pc_common-flex-inner {
		flex-direction: column;
	}
	.pc_flex {
		height: auto;
	}
	.pc_common-flex-inner {
        padding-bottom: 50px;
        padding-top: 50px;
    }
	.pc_map-jp,
	.pc_map-tokyo,
	.pc_article,
	.pc_up {
		width: 100%;
	}
    .pc_article .pc_common-inner {
        border-right: none;
        border-left: none;
        padding: 0;
        padding-bottom: 150px;
    }
	.pc_map-tokyo .pc_common-inner {
        position: initial;
    }
    .pc_map-tokyo .pc_head-map {
        left: 0;
		top: 0;
    }
    .pc_map-jp {
        padding-right: 0;
        padding-bottom: 150px;
    }
	.pc_map-tokyo {
        padding-top: 100px;
    }
}
@media screen and (max-width: 900px) and (min-width: 415px) {
    .pc_side {
        display: none;
	}
    #pc_main {
        width: 100%;
    }
.pc_footer-ul {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}
@media screen and (max-width: 321px) {
	.fv_cont_ul {
		margin: auto 10px 15px;
	}
	.goods4_arrow {
		width: 17px;
		height: 17px;
	}
	.goods4_arrow:before {
		width: 5px;
		height: 5px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
    .search_hosoku dd {
		padding: 5px;
        width: 160px;
    }
	.search_hosoku dd p {
		width: 90%;
		font-size: 10px !important;
	}
	.japan_map .area_btn-normal, .japan_map .area_btn {
        font-size: 12px !important;
        padding: 7px 9px !important;
    }
    .japan_map .area_btn.area2 {
        right: 12%;
        top: 63%;
    }
	.japan_map .area_btn.area4 {
        right: 41%;
    }
    .japan_map .area_btn.area5 {
        left: 22%;
    }
	.article_li a:before {
		width: 26px;
    	height: 26px;
	}
	#tokyo .japan_map .area_btn-normal, #tokyo .japan_map .area_btn {
        font-size: 12px !important;
    }
	.long_detail {
        padding-left: 10px;
    }
    .long_li a .img_inner {
        width: 83px;
    }
	.long_detail {
        font-size: 1.2em;
    }
    .long_li a:before {
        font-size: 10px;
    }
	.age_li {
		font-size: 12px;
	}
    .footer_detail_bottom {
        font-size: 12px;
    }
}