﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap');

.font1,.hannari{
    font-family: 'Zen Kaku Gothic Antique',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
#fakeloader{
    display:none;
}
*/



/*--all page---------------------------
-------------------------------------*/
.border_rad20{
    border-radius:20px;
}
.shadow_pink{
    box-shadow: 0 0 51px #ffedee;
}

.linkStyle{
    color:#333;
    transition:all 0.3s;
    text-decoration:underline;
}
.linkStyle:hover{
    opacity:0.7;
}

body{
    overflow:hidden;
}
.back1::before,.back2::before{
    display:none;
}
.fix_bnr{
    left:10px;
    z-index:2;
}
.button_container span:not(.menu){
    height:2px;
    box-shadow: 1px 1px 0 #ff9b9b;
}
.button_container span.menu{
    text-shadow:1px 1px 0 #ff9b9b;
}

/*--top page---------------------------
-------------------------------------*/
.top header #logo{
    opacity:0;
}
.top header.scr_header #logo{
    opacity:1;
}
#main_img:before{
    display:none;
}
#top_pc_nav ul{
    padding: 10px 0;
    background-color: #ff9b9b;
    width: 50%;
    margin: auto;
}
.back1 {
    background-image: url(./Dup/img/item1.png),url(./Dup/img/item2.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 38vw,24vw;
    background-position: top -50px left -50px,top 30% right -6%;
}
.item3 {
    width: 27vw;
    top: 33%;
}
.item4 {
    width: 27vw;
    top: 23%;
    right: -90px;
}

/*--under page---------------------------
-------------------------------------*/


.BA_type2 .box_img1_wrap, .BA_type2 .box_img2_wrap {
	width: 48%!important;
	margin: 0 1%;
}
.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before {
	position: absolute;
	content: "Before";
	width: 121px;
	background-color: #4d4d4d;
	color: #fff;
	text-align: center;
	display: block;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 4px 0px;
	box-sizing: border-box;
}
.BA_type2 .box_img2_wrap::before {
	content: "After";
	background-color: #FF9B9B;
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before{
	width: 76px;
	font-size: 13px;
}
.BA_type2 .box_img1_wrap::before, .BA_type2 .box_img2_wrap::before{padding: 1px 0px;}
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){

}


@media screen and (max-width: 1366px){

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){


#cms_2-g .cate_title {
    line-height: 1.5;
    font-size: 2em;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.border_rad20{
    border-radius:10px;
}


#cms_2-g .cate_title{
    font-size: 1.5em;
}
}




