
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

.clear {
	clear: both;
}
.NotoSansCJK{
    font-family: "noto-sans-cjk-jp", sans-serif;    
} 
.SofiaPro{
    font-family: sofia-pro, sans-serif;
}
.Poppins{
    font-family: poppins, sans-serif;
}
#fix_wrapper {
    width: 100%;
	margin:0 auto;
	padding: 0;
	text-align: center;
    position: relative;
    background: #d6f5ff;
}


.st_wrapper {
    width: 650px;
	text-align: center;
	margin: 0 auto ;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    background: #FFFFFF;
    line-height: 1.65em;
    position: relative;
    overflow: hidden;
    padding-bottom: 8%;
}
.st_wrapper img {
	width: 100%;
	margin: 0 auto;
    line-height: 0;
}
.st_wrapper a { 
    text-decoration: none;
}
.st_wrapper h1 {
	font-size: 22px;
	line-height: 1.8em;
	margin:5% auto 2%;
	text-align: center;
}

.st_wrapper h2 {
	width: 100%;
	font-size: 18px;
	margin: 6% auto 3%;
	padding: 1% 0;
	color: #fff;
	text-align: center;
	background-color: #777;
    font-weight: 400;
}


.st_wrapper h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-align: center;
        font-weight: 500;
    margin: 10% auto 5%;
}
.st_wrapper h3::before,
.st_wrapper h3::after {
	content: '';
	width: 2px;
	height: 40px;
	background-color: #222;
}
.st_wrapper h3::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.st_wrapper h3::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.st_wrapper h4{
    font-size: 16px;
    margin: 5% auto;
    font-weight: 500;
}


.wrap_content {
    width: 100%;
	padding: 0;
	margin: 0 auto;	
	text-align: center;
    position: relative;
    display: inline-block;
}
.main{
    width: 100%;
    position: relative;
    z-index: 1;
}
.lead{
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 0;
  	font-size: 20px;
	font-weight: 500;
	line-height: 1.9em;
	text-align: center;
	font-family: "noto-sans-cjk-jp", sans-serif;  
}
.sub_lead{
    background: #00a1cc;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    padding: 3% 0;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 2em;
}
.sub_lead strong {
    font-size: 140%;
}
.bg_col{
    background-color: #f6f6f6;
}
.circle_label{
    width: 15%;
    position: absolute;
    top: -20%;
    left: 6%;
    z-index: 5;
}
.bell_icon{
    width: 70%;
    text-align: center;
    margin: 5% auto;
}
.pointer_box{
    width: 90%;
    text-align: center;
    margin: 0 auto 5%;
    position: relative;
    display: inline-block;
    border: #aaaaaa 1px solid;
    background: #FFFFFF;
}
.pointer_box .heading{
    background: #aaaaaa;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1em;
    padding: 1% 0;
    font-weight: 600;
    
}
.pointer_img{
    width: 85%;
    text-align: center;
    margin: 5% auto 2%;
    display: block;
}
.sub_heading {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 2em;
    margin:10% auto 1%;
	padding-top: 3%;
}

.sub_heading span {
	padding: 0 3px;
	font-size: 120%;
	font-weight: 800;
	color:#ff8f8b;
}


.clr_box {
	position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
	z-index: 1;
	box-sizing: border-box;
	line-height: 1.8;
	color: #000;
	text-align: center;
}

/*================================
タブ切り替え
================================*/
.tabs {
  width: 100%;
  background-color: #fff;
  margin: 5% auto 15%;
	padding-bottom: 0;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 70px;
  margin: auto;
  padding-top: 3.3%;
  background-color: #ff93ca;
  line-height: 1.2;
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  font-family: "vdl-logomaru-jr", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  box-sizing: border-box;
	opacity: 0.5;
}

.tab_item span {
	font-size: 60%;
  line-height: 1.2;
}
.tab_item:hover {
  color: #fff;
		opacity: 1;
  background-color: #ff93ca;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 7% 0 0;
  margin-bottom: 0;
  clear: both;
  overflow: hidden;
}

.tab_content img {
  width: 100%;
	margin: 0;
}


/*選択されているタブのコンテンツのみを表示*/
#WOMEN:checked ~ #women_content,
#MEN:checked ~ #men_content,
#KIDS:checked ~ #kids_content,
#GOODS:checked ~ #goods_content
{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #000;
  color: #fff;
  opacity: 1;
}


.menu_list {
	width: 96%;
    margin: 1% auto 8%;
}

.menu_list img {
	width: 100%;
    margin: 1% auto;
}

/*===タブ切り替えここまで====*/


.date {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	margin:0 auto 2%;
	padding-top: 2.5%;
	text-align: center;
}

.date span {
    font-size: 140%;
}
.howto {
	font-size: 16px;
	line-height: 1.75em;
	margin:1% auto 2%;
	text-align: center;
	font-weight: 600;
    letter-spacing: 0px;
}

.howto span {
    font-size: 140%;
	line-height: 2.5em;
}
.note_inner{
    width: 90%;
    text-align: center;
    margin: 2% auto 0%;
    display: inline-block;
    position: relative;
}
.note{
    text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
    margin: 0 2%;
}
.note span{
    font-size: 110%;
    font-weight: 500;
}


.sp {
	display: none;
}

.pc {
	text-align: center;
}

.br_pc{
	display: block;
}

.br_sp{
	display: none;
}	

.M5 {
	margin: 5% auto;
}

.M10 {
	margin: 10% auto;
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 84%;
    max-width: 600px;
	margin: 2% auto 5%;
    padding: 40px 0;
	font-size: 25px;
	line-height: 1.6em;
	font-weight: 600;
	color: #fff;
	border-radius: 80px;
	background-color: #ff4242;
	box-sizing: border-box;
}

a.btn-1:before {
	display: block;
	content: "";
	position: absolute;
	top: 44%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 15px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 15px solid #fff;
    transition: 0.3s;
    color: #000;
    text-decoration: none;
}
a.btn-1:hover:before {
	right: 5px;        /*マウスオーバーで三角をずらす */ 
}

.btn-2 {
	width: 75%;
	margin: 9% auto 2%;
    padding: 3.5% 0;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 600;
	color: #fff;
	border-radius: 100vh;
	background-color: #333;
	box-sizing: border-box;
}

a.btn-2:before {
	display: block;
	content: "";
	position: absolute;
	top: 45%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 10px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 10px solid #fff;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}
a.btn-2:hover:before {
	right: 20px;        /*マウスオーバーで三角をずらす */ 
}

.btn-3 {
	float: left;
	width: 48%;
	margin: 1%;
    padding: 3% 1%; 
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	color: #000;
    text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}

.btn-3 span {
	font-size: 70%;
}

.btn-3 img {
	width: 100%;
	margin: 5% 0 0;
	border-radius: 7px;
}

.footer_logo {
	width: 100%;
	text-align: center;
	padding: 7% 0 3%;
}

.footer_logo img {
	width: 70%;
}

/*back to top*/
.gotop{
  position: fixed;
  right: 0;
  bottom: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 50px;
  color: #000;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width:750px){
    #fix_wrapper{
        background: #FFFFFF;
    }
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper h1 {
		font-size: 15px;
        line-height: 1.5em;
        margin: 10% auto 4%;
	}
	
	.st_wrapper h2 {
		font-size: 13px;
	}
    .st_wrapper h3{
        font-size: 14px;
    }
    .st_wrapper h3::before, .st_wrapper h3::after{
        width: 1px;
        height: 30px;
        
    }
    .st_wrapper h4{
        font-size: 13px;
        font-weight: 400;
    }
    .pointer_box .heading{
        font-size: 14px;
        padding: 2.5% 0;
    }
    .lead{
        font-size: 15px;
        line-height: 1.7em;
        bottom: 5%;
        font-weight: 400;
    }
    .sub_lead{
        font-size: 18px;
    }
    .circle_label{
        top: -30%;
        left: 3%;
    }
    .bell_icon{
        width: 80%;
    }
    .pointer_img{
        width: 90%;
    }
    .sub_heading{
        font-size: 18px;
        line-height: 1.75em;
        margin: 15% auto 8%;
    }
    
    .date{
        font-size: 16px;
        letter-spacing: 0px;
    }
    .howto{
        font-size: 13px;
        font-weight: 400;
    }
    .howto span{
        font-size: 120%;
        font-weight: 600;
    }
    .note{
        font-size: 12.5px;
    }
    
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}			
	
	
.tab_item {
  width: calc(100%/4);
  padding-top: 4%;
  height: 60px;
	}
	
	
	/* Button 1 */
	.btn-1 {
		width: 90%;
		padding: 4.5%;
		font-size: 15px;
		position: relative;
	}
	
    a.btn-1:before {
        top: 44%;
        right: 10px;
        border: 8px solid transparent;
        border-left: 10px solid #fff;
    }
	
	a.btn-1:hover:before {
		right: 3px;        /*マウスオーバーで三角をずらす */ 
	}
    
    
	.btn-2 {
		width: 90%;
		padding: 4.5%;
		font-size: 14px;
		position: relative;
	}
	
    a.btn-2:before {
        top: 44%;
        right: 8px;
        border: 10px solid transparent;
        border-left: 10px solid #fff;
    }
	
	a.btn-2:hover:before {
		right: 3px;        /*マウスオーバーで三角をずらす */ 
	}	

.btn-3 {
	width: 48%;
	margin: 1%;
    padding: 4% 1%; 
	font-size: 13px;
    letter-spacing: 0px;
}
	
.sublead {
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.8em;
    margin: 1% auto;
	padding-top: 0%;
	font-family: "noto-sans-cjk-jp", sans-serif;
}
	
.sublead strong {
	font-size: 130%;
	font-weight: 800;
	line-height: 1.6em;
}
	
	
.sublead2 {
	text-align: center;
	font-size: 18.5px;
	font-weight: 700;
	line-height: 1.8em;
	padding-top: 5%;
}

.co01 {
	font-size: 68%;
	color: #000;
}
	
.tab_item {
  padding-top: 6%;
  font-size: 14px;
}
	
	.gotop {
		font-size: 35px;
		padding: 5px;
	}	
	
	
	
}

