@charset "UTF-8";

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

.obyf_main_area.ripples {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}

/*.obyf_main_area img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
	width: 100vw;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
}*/

.top .content_area {
	padding: 0 0 60px;
}

.top .content_area h2{
	font-size: 22px;
	text-align: center;
	line-height: 2.2;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	margin-bottom: 112px;
}

.top .btn_area{
	max-width: 1020px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.top .btn_list{
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	margin-bottom: 58px;
}

.top .btn_list li{
	width: 224px;
	text-align: center;
}

.top .btn_list li a:hover{
	opacity: 1;
}

.button {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 12px 0;
	border: 2px solid #fff;
	outline: none;
    letter-spacing: 1.8px;
	transition: all .2s;
}

.button::before,
.button::after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}

.button:hover::before,
.button:hover::after {
  width: 100%;
  height: 100%;
}
.button:hover::before {
  border-top-color: #eaeaea;
  border-right-color: #eaeaea;
  transition: width .3s, height .3s .3s;
}
.button:hover::after {
  border-bottom-color: #eaeaea;
  border-left-color: #eaeaea;
  transition: height .3s, width .3s .3s;
}


/* ----------------------------------------------
page 下層共通
-------------------------------------------------- */
.page .content_area{
	width: 90%;
	max-width: 1180px;
	margin: 0 auto;
    text-align: left;
}

.page .content_area h2{
	padding: 220px 0 108px;
	font-size: 22px;
    font-weight: 300;
    letter-spacing: 3.6px;
    text-align: center;
    padding-right: 12px;
}


/* ----------------------------------------------
concept
-------------------------------------------------- */

.concept .wapper{
	background: rgba(255,255,255,0.4);
}

.concept .content_area{
	text-align: center;
}

.concept .main_text{
	font-size: 22px;
	text-align: center;
	line-height: 2.8;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	margin-bottom: 80px;
}

.content_text_box{
	width: 840px;
	margin: 0 auto;
}

.concept .content_text{
	line-height: 2.4;
	padding-bottom: 36px;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
}

.concept .content_text04{
	padding-bottom: 120px;
}

.concept .content_text05 {
	font-size: 12px;
}

.concept .content_text05 span{
	font-size: 15px;
	display: block;
	padding-bottom: 4px;
}

.concept .fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition: all 1.5s;
}

.concept .fadein.scrollin {
    opacity : 1;
    transform : translateY(0);
}



/* ----------------------------------------------
product
-------------------------------------------------- */
.product .modal {
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  right: 0;
  margin: auto;
  display:none;
    z-index: 9988;
}

.product .product_list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
}

.product .product_item{
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 30px;
}

.product .product_item01,
.product .product_item02,
.product .product_item03{
	width: 33%;
}
.product .product_item04,
.product .product_item05,
.product .product_item06,
.product .product_item07{
	width: 25%;
}
.product .product_item08,
.product .product_item09 {
	padding: 0;
	width: 30%;
}

.product .product_item span{
	display: block;
	padding: 12px 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
}

/* オーバーレイのスタイル */
.overLay {
  position:absolute;
  top:0;
  left:0;
  background:rgba(0,0,0,0.6);
  width:100%;
  height:100%;
  z-index:10;
}


/* モーダルウィンドウの中身のスタイル */
.modal .inner_item {
    width: 60%;
	position:absolute;
	z-index:11;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	display: -webkit-flex;
	display: flex;
	padding: 40px 46px 46px;
	background: #fff;
}

/*.modal .inner_item {
    width: 60%;
	position:absolute;
	z-index:11;
	transform: translate(calc(50vw - 50%),calc(50vh - 50%));
	display: -webkit-flex;
	display: flex;
	padding: 40px 46px 46px;
	background: #fff;
}*/

.modal .inner_item .item_photo{
	width: 40%;
	max-width: 320px;
	margin-right: 20px;
    position: relative;
}

.modal .inner_item .item_photo img{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.modal .inner_item .item_list{
	width: 60%;
}

.modal .inner_item .item_list .item_name{
	font-size: 20px;
	padding-bottom: 18px;
}

.modal .inner_item .item_list .item_name > span{
	display: block;
	font-size: 11px;
	padding-left: 6px;
}

.modal .inner_item .item_list .item_detail{
	font-size: 11px;
	padding-bottom: 16px;
	color: #777;
    line-height: 2.4;
}

.modal .inner_item .item_list .item_ttl{
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 3px 0 1px;
    text-align: center;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.4;
}

.modal .inner_item .item_list .item_des{
	padding-bottom: 20px;
}

.modal .inner_item .item_list .item_des span{
	font-size: 10px;
}

/*.modal .modal_close {
	 -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}*/

.modal .modal_close span{
	display: block;
	width: 17px;
	height: 17px;
	background: url(../../Contents/ImagesPkg/obyf/common/btn_close.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.modal .modal_close img{
	width: 17px;
}



/* ----------------------------------------------
ingredients
-------------------------------------------------- */

.ingredients .ingredients_box{
	margin-bottom: 80px;
}

.ingredients .comments{
	font-size: 11px;
	text-align: right;
	color: #888;
}

.ingredients .ingredients_box00 .comments{
    width: 690px;
    margin: 8px auto 0;
}

.ingredients .comment_icon{
	font-size: 13px!important;
	display: inline!important;
	padding-bottom: 0!important;
}

.ingredients .ingredients_box02 .comments{
	display: block;
}

.ingredients_box h2{
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	text-align: center;
	font-size: 22px;
	position: relative;
	letter-spacing: 1.4px;
	width: 700px;
	margin: 0 auto 60px;
}

.ingredients h2 span{
	display: block;
	font-size: 48px;
	line-height: 2;
}

.ingredients h2:before{
	content: "";
	background: #888;
	width: 18px;
	height: 1px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -26px;
}

.ingredients .ingredients_box00 .box00_content{
	width: 452px;
	margin: 0 auto 82px;
}

.ingredients .ingredients_box00 h2{
	margin-bottom: 62px;
}

.ingredients .ingredients_box00 h2:before{
	content: none;
}

.ingredients .ingredients_box_catch{
    font-family: source-han-serif-japanese, serif;
	width: 700px;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	padding-bottom: 40px;
}

.ingredients .ingredients_box_text{
	width: 700px;
	margin: 0 auto 60px;
    line-height: 2.2;
}


.ingredients .ingredients_box00_content {
	width: 690px;
	margin: 0 auto;
	padding: 42px 20px 60px;
	background: rgba(255,255,255,0.8);
    box-sizing: border-box;
    position: relative;
}

.ingredients .ingredients_box00_content h3{
	display: block;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400;
	text-align: left;
	font-size: 18px;
	padding-bottom: 24px;
	padding-left: 90px;
}

.ingredients .ingredients_box00_content_memo{
	font-size: 11px;
	position: absolute;
	right: 72px;
	top: 54px;
    line-height: 2.6;
    color: #888;
}

.ingredients .ingredients_box00_content ul{
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #888;
    padding-left: 90px;
}

.ingredients .ingredients_box00_content ul li{
	width: 50%;
	text-align: left;
	line-height: 2;
	font-size: 12px;
}

.ingredients .ingredients_box01_content {
	width: 864px;
	margin: 0 auto;
	padding: 68px 60px 60px;
    box-sizing: border-box;
    position: relative;
}

.ingredients .ingredients_box01_content h3{
	margin-bottom: 48px;
}

.ingredients .ingredients_box01_content h3{
	text-align: center;
	font-size: 15px;
	font-family: source-han-serif-japanese, serif;
	font-weight: normal;
}

.ingredients .ingredients_box01_content ul{
	width: 100%;
	margin: 0 auto;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
}

.ingredients .ingredients_box01_content ul li{
	text-align: center;
	padding-bottom: 148px;
	margin-bottom: 12px;
	line-height: 1.8;
}

.ingredients .ingredients_box01_content ul li span{
	font-size: 16px;
	padding-bottom: 22px;
	display: block;
	font-family: source-han-serif-japanese, serif;
}

.ingredients .ingredients_box01_content ul .ingredients_box01_content_double{ width: 50%; }
.ingredients .ingredients_box01_content ul .ingredients_box01_content_triple{ width: 33%; }

.ingredients .ingredients_box01_content ul .ingredients_box01_content01{
	background: url(../../Contents/ImagesPkg/obyf/ingredients/ingredients_box01_01.png) no-repeat center 40px;
}
.ingredients .ingredients_box01_content ul .ingredients_box01_content02{
	background: url(../../Contents/ImagesPkg/obyf/ingredients/ingredients_box01_02.png) no-repeat center;
}
.ingredients .ingredients_box01_content ul .ingredients_box01_content03{
	background: url(../../Contents/ImagesPkg/obyf/ingredients/ingredients_box01_03.png) no-repeat center;
}
.ingredients .ingredients_box01_content ul .ingredients_box01_content04{
	background: url(../../Contents/ImagesPkg/obyf/ingredients/ingredients_box01_04.png) no-repeat center;
}
.ingredients .ingredients_box01_content ul .ingredients_box01_content05{
	background: url(../../Contents/ImagesPkg/obyf/ingredients/ingredients_box01_05.png) no-repeat center 70px;
}

.ingredients .ingredients_box02_content{
	width: 780px;
	margin: 0 auto;
}

.ingredients .ingredients_box02_content ul{
	display: flex;
	justify-content: space-around;
	margin-bottom: 18px;
}

.ingredients .ingredients_box02_content ul li {
	text-align: center;
	font-size: 12px;
}

.ingredients .ingredients_box02_content ul li img{
	width: 104px;
	margin: 0 auto 12px;
    display: block;
}

.ingredients .ingredients_box03_content_list01{
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto 40px;
}

.ingredients .ingredients_box03_content_list01 li{
	width: 48%;
	line-height: 1.8;
}

.ingredients .ingredients_box03_content_list01 li span{
	display: block;
	font-size: 14px;
}

.ingredients .ingredients_box03_content_list02{
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}

.ingredients .ingredients_box03_content ul li img{
	width: 104px;
	margin: 30px auto 12px;
    display: block;
}



/* ----------------------------------------------
shoplist
-------------------------------------------------- */

.shoplist .list_link{
	width: 600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin: 0 auto 120px;
}

.shoplist .list_link li {
	width: 240px;
	margin: 0 10px;
}

.shoplist .list_link li a{
	padding: 8px 0;
	border: 1px solid #888888;
	text-align: center;
	line-height: 2;
}

.shoplist .ambassador,
.shoplist .salon,
.shoplist .shop{
	padding-top: 120px;
	margin: -120px auto 120px;
}

.shoplist h2{
	font-size: 18px;
	text-align: center;
	margin-bottom: 80px;
	font-weight: normal;
}

.shoplist > h3{
	font-size: 20px;
	margin-bottom: 28px;
	text-align: center;
	margin-top: -100px;
	padding-top: 100px;
}

.shop_chiku > h3{
	display: block;
	border: 1px solid #777;
	font-size: 16px;
	margin-bottom: 28px;
	width: 240px;
	margin: 0 auto 40px;
	text-align: center;
	font-weight: normal;
	line-height: 2;
}

.salon_list > h3{
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: -100px;
	padding-top: 100px;
	font-weight: normal;
}

.salon_list .chiku{
	margin-top: -88px;
	padding-top: 88px;
}

.salon_list .chiku > h4{
	background: #f3f4f4;
	text-align: center;
    margin-bottom: 18px;
		font-weight: normal;
		line-height: 2;
}

.shoplist .shoplist_area{
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.shoplist .shoplist_area::after {
	display: block;
	width: 28%;
	content: "";
}


.shoplist .ambassador .shoplist_area .shoplist_box{
	width: 32%;
	margin-bottom: 60px;
}
.shoplist .salon .shoplist_area .shoplist_box{
	width: 28%;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.shoplist .shoplist_area .shoplist_detail li{
	font-size: 12px;
}

.shoplist .shoplist_area .shoplist_detail .shoplist_detail_name{
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 12px;
}

.shoplist .shoplist_area .shoplist_detail_add{
	padding-bottom: 2px;
    line-height: 1.5;
}

.shoplist .shoplist_area .shoplist_detail_add span{
	font-size: 12px;
	display: block;
}

.shoplist .shoplist_area .shoplist_detail_tel,
.shoplist .shoplist_area .shoplist_detail_time{
	padding-bottom: 8px;
}

.shoplist .shoplist_area .shoplist_detail_trl a{
	display: inline-block;
}

.shoplist .top_btn{
	text-align: right;
	margin-bottom: 40px;
}

.shoplist .top_btn a{
	color: #888;
}

.shoplist .top_btn i{
	padding-right: 8px;
}

/* map area-------------------*/

.maparea {
	width: 1073px;
	height: 702px;
	margin: 0 auto 200px;
	background: url(../../Contents/ImagesPkg/obyf/shoplist/map.png) no-repeat center;
	position: relative;
}

.maparea > ul > h4{
	font-size: 16px;
	margin-bottom: 12px;
	text-align: left;
	font-weight: normal;
}

.maparea .map_hokkaido h4{
	display: inline-block;
    padding-right: 20px;
}

.maparea ul {
	position: absolute;
    width: 250px;
}

.maparea ul li {
	position: relative;
	display: inline-block;
	padding-left: 10px;
    margin-right: 26px;
}

.maparea ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
	font-weight: 900;
	position: absolute;
	left: 0;
}

.maparea .map_hokkaido .map_hokkaido{
	display: inline-block;
}
.maparea .map_hokkaido{
    right: -60px;
    top: 132px;
}

.maparea .map_touhoku{
    right: 20px;
    top: 198px;
}
.maparea .map_kanto{
	right: 70px;
    top: 330px;
}
.maparea .map_hokuriku{
	width: 220px;
	left: 440px;
    top: 128px;
}
.maparea .map_tokai{
	width: 220px;
    right: 280px;
    top: 432px;
}
.maparea .map_chugoku{
	width: 220px;
    left: 220px;
    top: 220px;
}
.maparea .map_kinki{
	width: 220px;
	left: 490px;
    bottom: 40px;
}
.maparea .map_shikoku{
	width: 220px;
    left: 236px;
    bottom: 90px;
}
.maparea .map_kyushu{
	width: 220px;
	left: 20px;
    bottom: 180px;
}
.maparea .map_okinawa{
    left: 80px;
    bottom: -30px;
}



/* ----------------------------------------------
tool
-------------------------------------------------- */
.tool h3{
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

.tool .tool_link{
	width: 720px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}

.tool .tool_link li{
	width: 200px;
	margin: 0 12px;
	border: 1px solid #ccc;
	padding: 8px 0;
	text-align: center;
}

.tool .box03 .tool_link {
	margin-bottom: 20px;
}

.tool .box03 .tool_link li{
	width: 260px;
}

.top_only {
	display: none;
}
