@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	style.css
*/

/*============================================================
	基本
*/
li {
    list-style: none;
}

.salon {
	overflow: hidden;
	position: relative;
	color: #000;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.salon * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	font-style: normal;
	font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
.salon a {
	display: inline-block;
	cursor: pointer;
}
.salon img {
	display: block;
	width: 100%;
}
.salon div:after,
.salon dl:after,
.salon ul:after {
	display: none;
}

@media screen and (min-width:768px) {
	.salon .body {
		padding-top: 80px;
	}
	.salon .visible-pc {
		display: block !important;
	}
	.salon .visible-sp {
		display: none !important;
	}
	.salon .visible-sp-xs {
		display: none !important;
	}
	.salon .container {
		position: relative;
		margin: 0 auto;
		padding: 0 30px;
		max-width: 1020px;
	}
}
@media screen and (max-width:767px) {
	.salon {
		min-width: 1px;
	}
	.salon .body {
		padding-top: 65px;
	}
	.salon .visible-pc {
		display: none !important;
	}
	.salon .visible-sp {
		display: block !important;
	}
	.salon .visible-sp-xs {
		display: none !important;
	}
	.salon .container {
		position: relative;
		margin: 0 auto;
	}
}
@media screen and (max-width:374px) {
	.salon .visible-sp-xs {
		display: block !important;
	}
}

/*============================================================
	見出し
*/
.salon .heading {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 110px;
	font-weight: 700
}
.salon .heading::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	background-color: #fee600;
}
.salon .heading img {
	width: 100%;
}
.salon .heading i {
	display: block;
	margin-right: 12px;
}
@media screen and (max-width:767px) {
	.salon .heading {
		height: 56px;
		font-size: 22px;
	}
	.salon .heading i {
		margin-right: 6px;
	}
	.salon .heading::before {
		margin-left: -20px;
		width: 40px;
		height: 2px;
	}
}
@media screen and (max-width:374px) {
	.salon .heading {
		font-size: 19px;
	}
}

/*============================================================
	リード文
*/
.salon .lead {
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.9;
}
.salon .lead a{
	text-decoration: underline;
}
.salon .subtitle{
	margin-top: 60px;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
}
@media screen and (max-width:767px) {
	.salon .lead {
		margin: 15px 0 0 0;
		font-size: 12px;
	}
	.salon .subtitle{
		margin-top: 30px;
		font-size: 16px;
	}
}

/*============================================================
	ボタン
*/
.salon .btn-pa3-twitter {
	display: flex;
	justify-content: center;
}
.salon .btn-pa3-twitter a {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	margin: 40px auto 0;

}
.salon .btn-pa3-twitter a .in {
	display: block;
	position: relative;
	padding: 0 70px 0 85px;
}
.salon .btn-pa3-twitter a .icon-twitter,
.salon .btn-pa3-twitter a .icon-arrow {
	display: block;
	position: absolute;
	top: 50%;
}
.salon .btn-pa3-twitter a .icon-twitter {
	left: 25px;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: transparent url(../images/btn-icon-x.png) 50% 0% repeat;
	background-size: cover;
}
.salon .btn-pa3-twitter a .icon-arrow {
	right: 15px;
	margin-top: -7px;
	width: 15px;
	height: 15px;
	background: transparent url(../images/btn-icon-arrow.png) 50% 0% repeat;
	background-size: cover;
}
.os-other .salon .btn-pa3-twitter a {
	transition: background-color 0.3s ease;
}
.os-other .salon .btn-pa3-twitter a:hover {
	opacity: 0.8;
	transition: opacity 0.3s ease;
}
@media screen and (max-width:767px) {
	.salon .btn-pa3-twitter {
		display: block;
	}
	.salon .btn-pa3-twitter a {
		width: 40px;
		height: 40px;
		margin: 20px auto 50px;
	}
	.salon .btn-pa3-twitter a .in {
		padding: 0 30px 0 50px;
	}
	.salon .btn-pa3-twitter a .icon-twitter {
		left: 0;
		margin-top: -18px;
		width: 36px;
		height: 36px;
	}
	.salon .btn-pa3-twitter a .icon-arrow {
		right: 20px;
		margin-top: -6px;
		width: 12px;
		height: 12px;
	}
}

/*============================================================
	ヘッダー
*/
.salon .header {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
}
.fixed-header .salon .header {
	position: fixed;
}
.salon .header::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}
.salon .header header {
	position: relative;
	height: 100%;
}
.salon .header header a {
	display: block;
	color: #000;
}
.ready .salon .header header a {
	transition: color 0.3s ease;
}
.salon .header header .logo {
	float: left;
	width: 117px;
}
.salon .header header nav {
	position: relative;
	float: right;
	height: 100%;
}
.salon .header header nav .arrow {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 6px 5px;
	border-color: transparent transparent #000 transparent;
}
.ready .salon .header header nav .arrow {
	transition: left 0.3s ease;
}
.salon .header header nav ul {
	margin-right: -20px;
	padding: 38px 0 0 0;
	font-weight: 700;
	font-size: 16px;
}
.salon .header header nav ul li {
	float: left;
	padding: 0 14px;
}
.salon .header header nav ul li a {
	position: relative;
	display: block;
}
.salon .header header nav ul li a span {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	top: -22px;
	width: 100%;
	font-size: 13px;
	line-height: 1.2;
}
.salon .header header nav ul li a span i {
	position: relative;
	display: block;
	padding: 2px 4px 1px 4px;
	background-color: #e60012;
	color: #fff;
	text-indent: 2px;
}
.salon .header header nav ul li a span i::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #e60012 transparent transparent transparent;
}
.salon .header header nav ul li.current a {
	color: #daa322;
}
.salon .header header .megamenu-opener {
	display: none;
}
.salon .header header nav {
	display: none;
}
.salon .header header .megamenu-opener {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 96px;
	height: 80px;
}
.salon .header header .megamenu-opener i {
	display: block;
	position: absolute;
	left: 50%;
	top: 28px;
	margin-left: -18px;
	background-color: #000;
	width: 36px;
	height: 3px;
}
.salon .header header .megamenu-opener i:nth-child(2) {
	margin-top: 11px;
}
.salon .header header .megamenu-opener i:nth-child(3) {
	margin-top: 22px;
}

@media screen and (max-width:767px) {
	.salon .header {
		height: 65px;
	}
	.salon .header::before {
		z-index: 101;
	}
	.salon .header header .logo {
		width: 77px;
	}
	.salon .header header nav {
		display: none;
	}
	.salon .header header .megamenu-opener {
		display: block;
		width: 55px;
		height: 65px;
	}
	.salon .header header .megamenu-opener i {
		top: 24px;
		margin-left: -10px;
		width: 20px;
		height: 2px;
	}
	.salon .header header .megamenu-opener i:nth-child(2) {
		margin-top: 7px;
	}
	.salon .header header .megamenu-opener i:nth-child(3) {
		margin-top: 14px;
	}
}

/*============================================================
	メガメニュー
*/
.salon .megamenu {
	display: none;
	position: absolute;
	z-index: 90;
	top: 0;
	left: 50%;
	padding: 80px 0 0 0;
	width: 100%;
	max-width: 1020px;
	transform: translateX(-50%);
}
.fixed-header .salon .megamenu {
	position: fixed;
}
.salon .megamenu .outer {
	overflow: hidden;
	height: 0;
}
.salon .megamenu .scroll {
	height: 100%;
}
.salon .megamenu nav ul {
	padding: 0 30px;
	text-align: center;
	font-weight: 700;
	font-size: 17px;
}
.salon .megamenu nav ul li {
	border-top: 1px solid #fff;
}
.salon .megamenu nav ul li:first-child {
	border: 0;
}
.salon .megamenu nav ul li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 70px;
	background-color: #313131;
	color: #fff;
}
.salon .megamenu nav ul li.current a {
	color: #daa322;
}
.salon .megamenu nav ul li a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
	width: 11px;
	height: 20px;
	background: transparent url(../images/nav-arrow.png) 0 0% no-repeat;
	background-size: cover;
}
.salon .megamenu nav ul li a span {
	display: flex;
	justify-content: center;
	margin: 8px 0 2px 0;
	width: 100%;
	font-size: 11px;
	line-height: 1.2;
}
.salon .megamenu nav ul li a span i {
	position: relative;
	display: block;
	padding: 2px 4px 1px 4px;
	background-color: #e60012;
	color: #fff;
	text-indent: 2px;
}
.salon .megamenu nav ul li a span i::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #e60012 transparent transparent transparent;
}

.salon .megamenu {
	display: block;
}

@media screen and (max-width:767px) {
	.salon .megamenu {
		padding: 65px 0 0 0;
	}
	.salon .megamenu .scroll {
		overflow-y: auto;
	}
	.salon .megamenu nav ul {
		padding: 0 20px;
	}
	.salon .megamenu nav ul li a {
		height: 60px;
	}
}

/*============================================================
	メイン
*/
.salon .main {
	position: relative;
}
.salon .main .arrow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -20px;
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(203,120,12,0.6);
	border-radius: 50%;
	background-color: rgba(255,255,255,0.6);
	cursor: pointer;
}
@media screen and (min-width:768px) {
	.salon .main {
		background: url(../images/mv.png) ,linear-gradient(0deg, #FAC300 0%, #FAC300 17%, #FFE900 92%, #FFE900 100%);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 1920px 518px, 100%;
	}
	.salon .main .title {
		position: relative;
		height: 518px;
	}
	.salon .main .arrow {
		animation: animArrowPC 2s infinite;
	}
}
@media screen and (max-width:767px) {
	.salon .main .arrow {
		bottom: 4.6vw;
		margin-left: -4vw;
		width: 8vw;
		height: 8vw;
		border: 1px solid rgba(203,120,12,0.8);
		background-color: rgba(255,255,255,0.8);
		animation: animArrowSP 2s infinite;
	}
}

@keyframes animArrowPC {
	0%  { transform: translateY(0); }
	20% { transform: translateY(10px); }
	40% { transform: translateY(0); }
}
@keyframes animArrowSP {
	0%  { transform: translateY(0); }
	20% { transform: translateY(2.8vw); }
	40% { transform: translateY(0); }
}

/*============================================================
	サロンバナー
*/
.salon .salon-banner {
	padding: 50px 0 40px 0;
}
.salon .salon-banner .guide {
	max-width: 960px;
	margin: 0 auto 50px;
	padding: 0 20px;
	box-sizing: content-box;
}
.salon .salon-banner .guide a {
	transition: opacity 0.3s ease;
}
.salon .salon-banner .guide a:hover {
	opacity: 0.7;
}
.salon .salon-banner .head {
	margin: 0 0 40px 0;
}
.salon .salon-banner h2 {
	margin: 0 auto;
	width: 290px;
	border-bottom: 2px solid #e60012;
}
.salon .salon-banner .slider {
	padding: 0 20px;
}
.salon .salon-banner .slider button {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	font-style: normal;
	line-height: normal;
	resize: none;
}
.salon .salon-banner .slider .outer {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.salon .salon-banner .slider .inner {
	margin: 0 auto;
}
.salon .salon-banner .slider .block a {
	display: block;
	position: relative;
	outline: 0;
}
.salon .salon-banner .slider .block a img {
	position: relative;
}
.salon .salon-banner .slider .block a .new {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 90px auto;
	background-image: url(../images/banner-new-pc.png);
}
.os-other .salon .salon-banner .slider .block a {
	transition: opacity 0.3s ease;
}
.os-other .salon .salon-banner .slider .block a:hover {
	opacity: 0.7;
}
.salon .salon-banner .slider .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -30px;
	width: 100%;
	opacity: 0;
}
.salon .salon-banner .slider .active .slick-dots {
	opacity: 1;
}
.salon .salon-banner .slider .slick-dots li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.salon .salon-banner .slider .slick-dots li button {
	display: block;
	overflow: hidden;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	border-radius: 50%;
	background-color: #cdcdcd;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.salon .salon-banner .slider .slick-dots li.slick-active button {
	background-color: #fee600;
	cursor: default;
}
.salon .salon-banner .slider .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #acacac;
	border-radius: 50%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	background-size: 30px;
}
.salon .salon-banner .slider .slick-prev {
	left: 0;
	background-image: url(../images/salon-banner-arrow-prev-d.png);
}
.salon .salon-banner .slider .slick-next {
	right: 0;
	background-image: url(../images/salon-banner-arrow-next-d.png);
}
.salon .salon-banner .slider .active .slick-arrow {
	border-color: #e60012;
	background-color: #fee600;
	cursor: pointer;
}
.os-other .salon .salon-banner .slider .active .slick-arrow {
	transition: opacity 0.3s ease;
}
.os-other .salon .salon-banner .slider .active .slick-arrow:hover {
	opacity: 0.7;
}
.salon .salon-banner .slider .active .slick-prev {
	background-image: url(../images/salon-banner-arrow-prev.png);
}
.salon .salon-banner .slider .active .slick-next {
	background-image: url(../images/salon-banner-arrow-next.png);
}
.salon .salon-banner .slider .single .slick-arrow {
	display: none;
}
.salon .salon-banner .slider .pc {
	padding: 0 60px;
	max-width: 960px;
}
.salon .salon-banner .slider .pc.single {
	padding: 0;
	max-width: 465px;
}
.salon .salon-banner .slider .pc .block {
	padding: 0 20px 45px 20px;
}
.salon .salon-banner .slider .sp {
	height: 0;
}
.salon .salon-banner .slider .sp .block {
	padding: 0 12px 45px 12px;
}
@media screen and (max-width:767px) {
	.salon .salon-banner {
		padding: 0 0 20px 0;
	}
	.salon .salon-banner .guide {
		max-width: calc(570 / 750 * 100vw);
		padding: 0;
		margin: 0 auto 40px;
	}
	.salon .salon-banner .head {
		margin: 0 0 20px 0;
	}
	.salon .salon-banner h2 {
		width: 192px;
		border-width: 1px;
	}
	.salon .salon-banner .slider {
		padding: 0;
	}
	.salon .salon-banner .slider .slick-dots li {
		padding: 5px;
	}
	.salon .salon-banner .slider .slick-arrow {
		margin-top: -42px;
		width: 35px;
		height: 35px;
		background-size: 24px;
	}
	.salon .salon-banner .slider .slick-prev {
		left: 10px;
	}
	.salon .salon-banner .slider .slick-next {
		right: 10px;
	}
	.salon .salon-banner .slider .block a .new {
		background-size: 22% auto;
		background-image: url(../images/banner-new-sp.png);
	}
	.salon .salon-banner .slider .pc {
		height: 0;
	}
	.salon .salon-banner .slider .sp {
		height: auto;
	}
}

/*============================================================
	冒頭
*/
.salon .beginning {
	padding: 40px 0 74px;
	background: url(../images/bg-begining.jpg) no-repeat top #c8cbd0;
	background-repeat: repeat-y;
}
.salon .beginning .container {
	text-align: center;
}
.salon .beginning .heading h2 {
	width: 394px;
	font-size: 24px
}
.salon .beginning .text p {
	margin: 40px auto 0 auto;
	max-width: 801px;
	line-height: 2;
	font-weight: 700;
	font-size: 18px;
}


.salon .beginning .teaser {
	margin: 50px auto 0 auto;
	max-width: 465px;
}

@media screen and (max-width:767px) {
	.salon .beginning {
		padding: 30px 0 46px;
		background: #dbdce0 url(../images/bg-begining-sp.jpg) repeat-y top center / contain;
	}
	.salon .beginning .heading h2 {
		width: 95vw;
		height: 56px;
		font-size: 22px;
	}
	.salon .beginning .text {
		max-width: 470px;
		width: 89.6vw;
		margin: 20px auto 0;
	}
	.salon .beginning .teaser {
		margin-top: 30px;
		padding: 0 10px;
		width: 100%;
	}
	.salon .beginning .text p {
	margin: 40px auto 0 auto;
	max-width: 801px;
	line-height: 2;
	font-size: 13px;
}
}

/*============================================================
	尿酸値相談室
*/
.salon .counselingroom {
	padding-bottom: 80px;
}

.salon .counselingroom h2 {
	width: 288px;
}

.salon .counselingroom .heading::before {
	background-color: #fff;
}

.salon .counselingroom .bnr {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 45px;
	border-image-source: linear-gradient(#fff000, #fff000);
	border-image-slice: 0 fill;
	border-image-outset: 0 50vw;
}

.salon .counselingroom .bnr-img {
	width: 923px;
	height: 307px;
	margin-top: 80px;
}

.salon .counselingroom .pict {
	margin-top: 20px;
}

.salon .counselingroom .pict img {
	margin: auto;
	width: auto;
}

.salon .counselingroom .text img {
	margin: auto;
	width: 494px;
}

.salon .counselingroom .btn {
	margin-top: 50px;
}

.salon .counselingroom .btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	width: 322px;
	height: 60px;
	background-color: #e4016c;
	border-radius: 10px;
	transition: 300ms;
}

.salon .counselingroom .btn a:hover {
	opacity: 0.7;
}

.salon .counselingroom .btn a::after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 30px;
	width: 9px;
	height: 14px;
	background: url('/dairies/yogurt/meiji-pa3/salon/images/icon-arrow.png') no-repeat center / contain;
}

.salon .counselingroom .btn a span {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 1023px) {

	.salon .counselingroom .bnr-img {
		width: calc(923 / 1024 * 100vw);
		height: auto;
	}

	.salon .counselingroom .pict img {
		width: calc(958 / 1024 * 100vw);
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.salon .counselingroom {
		padding-bottom: calc(80 / 750 * 100vw);
	}

	.salon .counselingroom h2 {
		width: 160px;
	}

	.salon .counselingroom .bnr {
		padding-top: calc(50 / 750 * 100vw);
	}

	.salon .counselingroom .bnr-img {
		margin-top: calc(70 / 750 * 100vw);
		width: calc(728 / 750 * 100vw);
		height: auto;
		border-image: none;
		background-color: #fff000;
	}

	.salon .counselingroom .pict {
		margin-top: calc(20 / 750 * 100vw);
	}

	.salon .counselingroom .pict img {
		width: calc(711 / 750 * 100vw);
	}

	.salon .counselingroom .text {
		margin-top: calc(20 / 750 * 100vw);
	}

	.salon .counselingroom .text img {
		width: calc(650 / 750 * 100vw);
		max-width: 590px;
	}

	.salon .counselingroom .btn {
		margin-top: calc(50 / 750 * 100vw);
	}

	.salon .counselingroom .btn a {
		width: calc(670 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		border-radius: calc(10 / 750 * 100vw);
		transition: none;
	}

	.salon .counselingroom .btn a::after {
		right: calc(50 / 750 * 100vw);
		width: calc(13 / 750 * 100vw);
		height: calc(21 / 750 * 100vw);
	}

	.salon .counselingroom .btn a span {
		font-size: calc(26 / 750 * 100vw);
	}
}
/*============================================================
	尿酸値俳句
*/
.salon .movie {
	padding: 40px 0 80px 0;
	background-color: #fee600;
}
.salon .movie .heading::before {
	background-color: #fff;
}
.salon .movie .heading h2 {
	width: 236px;
}
.salon .movie .haikuImage{
	margin-top: 20px;
}
@media screen and (max-width:767px) {
	.salon .movie .heading{
		position: relative;
		width: 210px;
		height: 44px;
		margin: auto;
		display: flex;
		align-items: flex-start;
	}
	.salon .movie .heading h2 {
		width: 135px;
	}
	.salon .movie {
		padding-bottom: 46px;
	}
	.salon .movie .haikuImage{
		padding: 0 10px;
		margin-top: 10px;
	}
}

/*============================================================
	MODAL VIDEO
*/
.modal-video-overlay {
	display: none;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.87);
}
.modal-video-window,
.modal-video-window * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.modal-video-window div::after {
	display: none;
}
.modal-video-window {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 50%;
	margin-left: -335px;
	max-width: 670px;
	width: 100%;
}
.modal-video-window .inner {
	position: relative;
}
.modal-video-window .inner .video {
	position: relative;
	padding-top: 56.25%;
	height: 0;
}
.modal-video-window .inner .video > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-video-window .inner .video iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0;
}
.modal-video-window .inner .close {
	position: absolute;
	top: -70px;
	right: -5px;
	display: block;
	width: 70px;
	height: 70px;
	background: transparent url(../images/icon-close.png) 50% 50% no-repeat;
	background-size: 60px 60px;
	cursor: pointer;
}
.modal-video-window .inner .close:hover {
	opacity: 0.7;
}
/*============================================================
	SNS
*/
#sns-area{
	margin-top: 60px;
	margin-bottom: 20px;
}
#sns-area .sns-lead{
	font-weight: 700;
	font-size: 22px;
}
@media screen and (max-width:767px) {
	#sns-area{
		margin-top:40px;
		margin-bottom: 10px;
	}
	#sns-area .sns-lead{
		font-size: 15px;
	}
}

/*============================================================
	尿酸値サロン入会方法
*/
.salon .howto{
	background-color: #fffde8;
	padding: 50px 0 80px 0;
}
.salon .howto .heading i {
	width: 56px;
}
.salon .howto .heading h2 {
	width: 460px;
	font-size: 24px;
	text-align: center
}
.salon .howto .lead {
	font-weight: 700;
	font-size: 18px;
}
.salon .howto .follow {
	margin: 40px 0 0 0;
	padding: 30px 30px 40px 30px;
	/* background-color: #fee600; */
	background: linear-gradient(to bottom,  #ffeb00 0%,#fdca01 100%);
	border-radius: 10px;
}
.salon .howto .follow h3 {
	margin: 0 auto;
	width: 269px;
}
.salon .howto .follow .frame {
	margin: 30px 0 0 0;
	padding: 20px 0 30px 0;
	background-color: #fff;
}
.salon .howto .follow .frame h4 {
	margin: 0 auto;
	width: 194px;
}
.salon .howto .follow .frame .btn-pa3-twitter {
	margin: 10px 0 0 0;
}
.salon .howto .follow .frame .none-support {
	display: none;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.9;
	color: #e60012;
}
.salon .howto .follow .frame .none-support a {
	text-decoration: underline;
	color: #1da1f2;
}
.none-support-twitter .salon .howto .follow .frame .btn-pa3-twitter {
	display: none;
}
.none-support-twitter .salon .howto .follow .frame .none-support {
	display: block;
}
.salon .howto .arrow {
	padding: 10px 0;
}
.salon .howto .arrow img {
	display: block;
	margin: 0 auto;
	width: 130px;
}
.salon .howto .check {
	display: flex;
	justify-content: center;
	padding: 0 15px 40px 15px;
	/* background-color: #fee600; */
	background: linear-gradient(to bottom,  #ffeb00 0%,#fdca01 100%);
	border-radius: 10px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.salon .howto .check .col:first-child {
	flex: 1;
	padding: 0 10px;
}
.salon .howto .check .col:last-child {
	position: relative;
	padding: 0 10px;
}
.salon .howto .check h3 {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 355px;
}
.salon .howto .check .list {
	position: relative;
	margin: 30px 0 0 0;
	background-color: #fff;
	border-radius: 10px;
}
.salon .howto .check .list ul {
	padding: 30px 20px;
	max-width: 575px;
	margin: auto;
}
.salon .howto .check .list ul li {
	padding: 10px 0;
}
.salon .howto .check .list ul li .block {
	position: relative;
	padding: 0 0 0 40px;
}
.salon .howto .check .list ul li .block input {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.salon .howto .check .list ul li .block i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 30px;
	background: transparent url(../images/howto-check-input.png) 0 0 no-repeat;
	background-size: 38px 60px;

}
.salon .howto .check .list ul li .block input:checked + i {
	background-position: 0 100%;
}
.salon .howto .check .list ul li .block span {
	width: 492px;
	height: 30px;

	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.salon .howto .check .list ul li .block span img {
	display: block;
	height: 20px;
	width: auto;
}
.salon .howto .check .list .wall {
	display: none;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.salon .howto .check .result-sp {
	display: none;
	transform: scale(0);
}
.salon .howto .check .result-pc {
	position: relative;
	z-index: 1;
	padding: 20px 0 0 0;
	height: 320px;
	background: transparent url(../images/howto-check-balloon.png) 0 0 no-repeat;
	background-size: cover;
	transform: scale(0.1);
	opacity: 0;
	backface-visibility: hidden;
}
.salon .howto .check .result-pc .text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 0 10px;
	height: 260px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.7;
}
.salon .howto .check .image {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
}

.ready .salon .howto .check.active .result-pc,
.ready .salon .howto .check.active .result-sp {
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ready .salon .howto .check.show .result-pc,
.ready .salon .howto .check.show .result-sp {
	transform: scale(1);
	opacity: 1;
}

@media screen and (max-width:970px) {
	.salon .howto .check {
		display: block;
		padding-bottom: 0;
	}
	.salon .howto .check .list ul li {
		padding: 10px 0;
	}
	.salon .howto .check .col:last-child {
		max-width: 100%;
		padding: 40px 10px 40px 10px;
	}
	.salon .howto .check .result-pc {
		position: absolute;
		top: 0;
		bottom: 0;
		right: -20px;
		padding: 0;
		width: 65%;
		height: auto;
		background-size: 100% 100%;
	}
	.salon .howto .check .result-pc .text {
		position: absolute;
		top: 0;
		left: 20px;
		bottom: 20px;
		right: 0;
		padding: 0;
		height: auto;
		font-size: 18px;
		line-height: 1.7;
	}
	.salon .howto .check .image {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		width: 59%;
	}
}
@media screen and (max-width:767px) {
	.salon .howto{
		padding: 0;
	}
	.salon .howto::before {
		top: auto;
		height: 40px;
	}
	.salon .howto .heading i {
		width: 28px;
	}
	.salon .howto .heading h2 {
		width: 258px;
	}
	.salon .howto .lead {
		font-size: 13px;
	}
	.salon .howto .follow {
		margin: 20px 0 0 0;
		padding: 20px 10px 25px 10px;
		border-radius: 0;
	}
	.salon .howto .follow h3 {
		width: 184px;
	}
	.salon .howto .follow .frame {
		margin: 20px 0 0 0;
		padding: 10px 10px 15px 10px;
		border-radius: 5px;
	}
	.salon .howto .follow .frame h4 {
		width: 115px;
	}
	.salon .howto .follow .frame .btn-pa3-twitter {
		margin: 10px 0 0 0;
	}
	.salon .howto .arrow {
		padding: 5px 0;
		background-color: #fffde8;
	}
	.salon .howto .arrow img {
		width: 86px;
	}
	.salon .howto .check {
		padding: 0 0 5px 0;
		border-radius: 0;
	}
	.salon .howto .check .col {
		position: relative;
		max-width: 100%;
		padding: 0 10px;
	}
	.salon .howto .check h3 {
		padding: 20px 0 0 0;
		width: 240px;
	}
	.salon .howto .check .list {
		margin: 20px 0 0 0;
		padding: 0 0 0 7px;
		border-radius: 5px;
	}
	.salon .howto .check .list ul {
		padding: 12px 0 12px 0;
		max-width: 315px;
	}
	.salon .howto .check .list ul li {
		padding: 4px 0;
	}
	.salon .howto .check .list ul li .block {
		display: flex;
		padding: 0;
	}
	.salon .howto .check .list ul li .block i {
		position: static;
		width: 46px;
		height: 32px;
		background-image: url(../images/howto-check-input-sp.png);
		background-size: 45px 64px;
	}
	.salon .howto .check .list ul li .block span {
		flex: 1;
		width: 100%;
		height: auto;
	}
	.salon .howto .check .list ul li .block span img {
		display: block;
		height: 15px;
		width: auto;
	}
	.salon .howto .check .list ul li .block span.row2 img {
		display: block;
		height: 40px;
		width: auto;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.salon .howto .check .col:last-child {
		padding: 5.3% 10px;
		padding-top: 0;
	}
	.salon .howto .check .result-pc {
		display: none;
	}
	.salon .howto .check .result-sp {
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: 0;
		padding: 0;
		width: 65%;
		height: auto;
		background: transparent url(../images/howto-check-balloon-sp.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	.salon .howto .check .result-sp .text {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 10px;
		left: calc(2em - 7px);
		bottom: 0.8em;
		right: 0;
		height: auto;
		text-align: center;
		font-weight: 700;
		font-size: 2.6vw;
		line-height: 1.5;
	}
	.salon .howto .check .image {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		width: 59%;
	}
}
@media screen and (max-width:480px) {
	.salon .howto .check .result-sp .text {
		font-size: 12px;
	}
}
@media screen and (max-width:374px) {
	/* .salon .howto .heading h2 {
		width: 184px;
	} */
	.salon .howto .check .result-sp .text {
		font-size: 10px;
	}
}

/*============================================================
	尿酸値サロンニュース
*/
.salon .news {
	padding: 50px 0 80px 0;
	background: transparent url(../images/news-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.salon .news .heading h2 {
	width: 446px;
}
.salon .news2025 .widget {
	margin: 40px auto 0 auto;
	max-width: 600px;
	height: 340px;
}
.salon .news2025 .btn-pa3-twitter {
	margin: 50px 0 0 0;
}
.salon .news2025 .none-support {
	display: none;
	margin: 40px auto 0 auto;
	max-width: 500px;
}
.salon .news2025 .none-support .frame {
	margin: 12px 0 0 0;
	padding: 20px 0;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.9;
	color: #e60012;
}
.salon .news2025 .none-support .frame a {
	text-decoration: underline;
	color: #1da1f2;
}
.none-support-twitter .salon .news2025 .widget,
.none-support-twitter .salon .news2025 .btn-pa3-twitter {
	display: none;
}
.none-support-twitter .salon .news2025 .none-support {
	display: block;
}
@media screen and (max-width:767px) {
	.salon .news2025 {
		padding: 20px 10px 40px 10px;
	}
	.salon .news .heading h2 {
		width: 244px;
	}
	.salon .news2025 .widget {
		margin-top: 20px;
	}
	.salon .news2025 .btn-pa3-twitter {
		margin-top: 25px;
	}
}


/*============================================================
	尿酸値サロンポイントバナー
*/
.salon .salonpointbanner {
	padding: 80px 0 80px 0;
}
.salon .salonpointbanner a {
	display: block;
}
.salon .salonpointbanner a:not(:first-of-type){
	margin-top: 80px;
}
.os-other .salon .salonpointbanner a {
	transition: opacity 0.3s ease;
}
.os-other .salon .salonpointbanner a:hover {
	opacity: 0.7;
}
@media screen and (max-width:767px) {
	.salon .salonpointbanner {
		padding: 40px 0 40px 0;
	}
	.salon .salonpointbanner a:not(:first-of-type){
		margin-top: 40px;
	}
}

/*============================================================
	フローティングバナー
*/
.salon .fixed-banner-pc {
	position: fixed;
	z-index: 10;
	bottom: 50%;
	right: 0;
	margin-bottom: -180px;
	display: none;
}
.salon .fixed-banner-pc .inner {
	overflow: hidden;
	display: block;
	width: 87px;
	background-color: #fff;
	transition: width 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.salon .fixed-banner-pc.opened .inner {
	width: 840px;
}
.salon .fixed-banner-pc .inner a {
	display: block;
	cursor: pointer;
}
.salon .fixed-banner-pc .inner a.opener {
	position: relative;
	width: 87px;
}
.salon .fixed-banner-pc .inner a.cmp {
	position: absolute;
	top: 0;
	left: 87px;
	width: 753px;
}
.os-other .salon .fixed-banner-pc a {
	transition: opacity 0.3s ease;
}
.os-other .salon .fixed-banner-pc a:hover {
	opacity: 0.7;
}
@media screen and (min-width:901px) {
	.salon .fixed-banner-sp {
		display: none !important;
	}
}
@media screen and (max-width:900px) {
	.salon .fixed-banner-pc {
		display: none !important;
	}
	.salon .fixed-banner-sp {
		display: none;
		position: fixed;
		z-index: 10;
		bottom: 50%;
		right: 0;
		margin-bottom: -85px;
	}
	.salon .fixed-banner-sp .inner {
		position: relative;
		overflow: hidden;
		display: block;
		width: 43px;
		background-color: #fff;
		transition: width 0.6s cubic-bezier(0.33, 1, 0.68, 1);
	}
	.salon .fixed-banner-sp.opened .inner {
		width: 375px;
	}
	.salon .fixed-banner-sp .inner a {
		display: block;
		cursor: pointer;
	}
	.salon .fixed-banner-sp .inner img {
		display: block;
		position: relative;
		width: 375px;
	}
	.salon .fixed-banner-sp .inner a.opener {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 43px;
	}
	.salon .fixed-banner-sp .inner a.cmp {
		position: absolute;
		top: 0;
		left: 43px;
		right: 0;
		bottom: 0;
		width: auto;
	}
}
@media screen and (max-width:767px) {
	.salon .fixed-banner-sp {
		bottom: 0;
		margin-bottom: 0;
	}
	.fixed-banner-limit .salon .fixed-banner-sp {
		position: absolute;
	}
}
@media screen and (max-width:374px) {
	.salon .fixed-banner-sp .inner {
		width: 37px;
	}
	.salon .fixed-banner-sp.opened .inner {
		width: 320px;
	}
	.salon .fixed-banner-sp .inner img {
		width: 320px;
	}
	.salon .fixed-banner-sp .inner a.opener {
		width: 37px;
	}
	.salon .fixed-banner-sp .inner a.cmp {
		left: 37px;
	}
}
/* 20231215追記 */
/*============================================================
	尿酸値掲示板
*/
.salon .board {
	padding-bottom: 80px;
}

.salon .board h2 {
	width: 282px;
}

.salon .board .heading::before {
	background-color: #fff;
}

.salon .board .bnr {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 45px;
	border-image-source: linear-gradient(#f6d70b, #f6d70b);
	border-image-slice: 0 fill;
	border-image-outset: 0 50vw;
}

.salon .board .bnr-img {
	width: 787px;
	height: 346px;
	margin-top: 40px;
}

.salon .board .text img {
	margin: auto;
	width: 494px;
	margin-top: 50px;
}

.salon .board .btn {
	margin-top: 50px;
}

.salon .board .btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	width: 322px;
	height: 60px;
	background-color: #e4016c;
	border-radius: 10px;
	transition: 300ms;
}

.salon .board .btn a:hover {
	opacity: 0.7;
}

.salon .board .btn a::after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 30px;
	width: 9px;
	height: 14px;
	background: url('/dairies/yogurt/meiji-pa3/salon/images/icon-arrow.png') no-repeat center / contain;
}

.salon .board .btn a span {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 1023px) {

	.salon .board .bnr-img {
		width: calc(787 / 1024 * 100vw);
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.salon .board {
		padding-bottom: calc(80 / 750 * 100vw);
	}

	.salon .board h2 {
		width: 160px;
	}

	.salon .board .bnr {
		padding-top: calc(50 / 750 * 100vw);
	}

	.salon .board .bnr-img {
		margin-top: calc(40 / 750 * 100vw);
		width: calc(628 / 750 * 100vw);
		height: auto;
		border-image: none;
		background-color: #f6d70b;
	}

	.salon .board .text {
		margin-top: calc(20 / 750 * 100vw);
	}

	.salon .board .text img {
		width: calc(586 / 750 * 100vw);
		max-width: 586px;
		margin-top: calc(50 / 750 * 100vw);
	}

	.salon .board .btn {
		margin-top: calc(50 / 750 * 100vw);
	}

	.salon .board .btn a {
		width: calc(670 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		border-radius: calc(10 / 750 * 100vw);
		transition: none;
	}

	.salon .board .btn a::after {
		right: calc(50 / 750 * 100vw);
		width: calc(13 / 750 * 100vw);
		height: calc(21 / 750 * 100vw);
	}

	.salon .board .btn a span {
		font-size: calc(26 / 750 * 100vw);
	}
}

/*============================================================
	尿酸値ドリル
*/
.salon .drill {
	padding-bottom: 80px;
}

.salon .drill h2 {
	width: 263px;
}

.salon .drill .heading::before {
	background-color: #fff;
}

.salon .drill .bnr {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 45px;
	border-image-source: linear-gradient(#feda00, #feda00);
	border-image-slice: 0 fill;
	border-image-outset: 0 50vw;
}

.salon .drill .bnr-img {
	width: 482px;
	height: 346px;
	margin-top: 38px;
}

.salon .drill .text img {
	margin: auto;
	width: 447px;
	margin-top: 50px;
}

.salon .drill .btn {
	margin-top: 50px;
}

.salon .drill .btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	width: 322px;
	height: 60px;
	background-color: #e4016c;
	border-radius: 10px;
	transition: 300ms;
}

.salon .drill .btn a:hover {
	opacity: 0.7;
}

.salon .drill .btn a::after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 30px;
	width: 9px;
	height: 14px;
	background: url('/dairies/yogurt/meiji-pa3/salon/images/icon-arrow.png') no-repeat center / contain;
}

.salon .drill .btn a span {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 1023px) {

	.salon .drill .bnr-img {
		width: calc(482 / 1024 * 100vw);
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.salon .drill {
		padding-bottom: calc(80 / 750 * 100vw);
	}

	.salon .drill h2 {
		width: 136px;
	}

	.salon .drill .bnr {
		padding-top: calc(50 / 750 * 100vw);
	}

	.salon .drill .bnr-img {
		margin-top: calc(40 / 750 * 100vw);
		width: calc(384 / 750 * 100vw);
		border-image: none;
		background-color: #feda00;
	}

	.salon .drill .text {
		margin-top: calc(20 / 750 * 100vw);
	}

	.salon .drill .text img {
		width: calc(640 / 750 * 100vw);
		max-width: 590px;
		margin-top: calc(50 / 750 * 100vw);
	}

	.salon .drill .btn {
		margin-top: calc(50 / 750 * 100vw);
	}

	.salon .drill .btn a {
		width: calc(670 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		border-radius: calc(10 / 750 * 100vw);
		transition: none;
	}

	.salon .drill .btn a::after {
		right: calc(50 / 750 * 100vw);
		width: calc(13 / 750 * 100vw);
		height: calc(21 / 750 * 100vw);
	}

	.salon .drill .btn a span {
		font-size: calc(26 / 750 * 100vw);
	}
}

.bunner_list{
	display: flex;
	justify-content: center;
	column-gap: 20px;
				 padding: 0 10px;

}
.bunner_list > div{
	max-width: 380px;
}

   @media screen and (max-width: 767px) {
		 .bunner_list{
	display: flex;
	justify-content: center;
	column-gap: 20px;
			 flex-wrap: wrap;
			 grid-row-gap: 10px;
}
		 
}

#point{
	background: linear-gradient(180deg, #FFEB00 0%, #FDCB01 100%);
	padding: 50px 0;
	text-align: center;
}
#point h2 img{
	max-width: 530px;
	 margin: 0 auto;
}

.salon .point .btn {
	margin-top: 50px;
}
.salon .point .btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	width: 322px;
	height: 60px;
	background-color: #e4016c;
	border-radius: 10px;
	transition: 300ms;
}

.salon .point .btn a:hover {
	opacity: 0.7;
}

.salon .point .btn a::after {
	content: '';
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 30px;
	width: 9px;
	height: 14px;
	background: url('/dairies/yogurt/meiji-pa3/salon/images/icon-arrow.png') no-repeat center / contain;
}

.salon .point .btn a span {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

   @media screen and (max-width: 767px) {
		 #point{
	background: linear-gradient(90deg, #FFEB00 0%, #FDCB01 100%);
	padding: 25px 0;
	text-align: center;
}
#point h2 img{
	max-width: 308px;
	 margin: 0 auto;
}
		 .salon .point .btn {
        margin-top: calc(50 / 750* 100vw);
    }
	.salon .point .btn a {
		width: calc(670 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		border-radius: calc(10 / 750 * 100vw);
		transition: none;
	}
	.salon .point .btn a::after {
		right: calc(50 / 750 * 100vw);
		width: calc(13 / 750 * 100vw);
		height: calc(21 / 750 * 100vw);
	}
	.salon .point .btn a span {
		font-size: calc(26 / 750 * 100vw);
	}
}

.point_link{
	text-align: center;
}
.point_link a{
	margin: 40px auto 40px auto;
    max-width: 801px;
    line-height: 2;
    font-weight: 700;
    font-size: 18px;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.point_link a{
        margin: 40px auto 40px auto;
        max-width: 801px;
        line-height: 2;
        font-size: 13px;
	text-decoration: underline;
}
}
