﻿@charset "utf-8";
/* CSS Document */


/* コンディション表示切替 PC/SP共通 */
#condition,
.rms_condition{
	display:none;/* 表示"inline-block"  非表示"none" */
}

/* コンディションボタン PC/SP共通　*/
	#condition label:after,
	.rms_condition p:before{
		content: '+ 積雪の影響によるお荷物のお届けについて';
	}

/* コンディション文章 PC/SP共通 */
	#condition p:before,
	.rms_condition p:after{
		content: 'いつも当店をご利用頂き誠にありがとうございます。\A積雪の影響によりお荷物のお届けに遅れが生じる可能性がございます。\Aお荷物の遅延状況やお預かり受付状況、営業所の営業状況などの詳細につきましては最寄りのヤマト運輸営業所までお問合せくださいませ。\Aお客さまには大変ご迷惑をお掛けいたしますが、何とぞご了承いただきますようお願い申し上げます。';
        display: block;
        white-space: normal;
        text-align: left;
	}

/* PC */
@media screen and (min-width: 768px) {

	/* コンディション*/
	#condition {
    width: 100%;
	box-sizing: border-box;
	z-index: 8888;
	margin: 0 auto;
	text-align: right;
	font-size: 13px;
    position: absolute;
    bottom: -40px;
	}
	
	#condition .condition_wrap{
		width: 95%;
		margin: 0 auto;
		position: relative;
	}
	
	
	#condition input {
		display: none;
	}
	#condition label {
		color: #900;
		font-weight: bold;
		/* cursor: pointer; */
        padding: 10px;
        background: rgba(255,255,255,0.7);
    }


	#condition .btm {
		position: absolute;
		right: 0;
		margin: 10px 0 0 auto;
		color: #900;
		text-align: left;
		padding: 20px;
		background: rgba(255,255,255,0.7);
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
		opacity: 0;
		display: none;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		z-index: 999;
        width: 600px;
        font-weight: bold;
	}
	#condition input:checked + .btm {
		opacity: 1.0;
		display: block;
	}
	#condition p{
		padding: 0;
		margin: 0;
		line-height: 1.6em;
		white-space: pre;
	}
}


/* SP */
@media screen and (max-width: 767px) {

	/* コンディション*/
	#condition {
		position: relative;
		z-index: 99;
		margin: 0 auto;
		text-align: right;
		font-size: 10px;
		width: 100%;
	}
	#condition input {
		display: none;
	}
	#condition label {
		color: #900;
		font-weight: bold;
		cursor: pointer;
		padding:0 10px;
		display:block;
		height: 30px;
		box-sizing: border-box;
		line-height: 30px;
        /* background: rgba(255,255,255,0.9); */
	}
	#condition .btm {
		position: absolute;
		color: #900;
		width: 100%;
		text-align: center;
		padding: 2.5%;
		box-sizing: border-box;
		background: rgba(255,255,255,0.9);
		opacity: 0;
		-moz-transition: opacity 0.5s ease;
		-o-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		display: none;
	}
	#condition input:checked + .btm {
		opacity: 1.0;
		display: block;
	}
	#condition p{
		padding: 0;
		margin: 0;
		font-size: 1.2em;
		line-height: 1.6em;
		white-space: pre;
	}

}

/* RMS スマホ用 */
.rms_condition {
		margin: 0 auto 50px;
		text-align: center;
		width: 100%;
		padding: 5%;
		box-sizing: border-box;
		background: #900;
		color: #FFF;
	}
.rms_condition p:before{
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	font-size:0.9em;
}
.rms_condition p:after{
	text-align: left;
	display: block;
	font-size: 0.7em;
}





/* モーダルバナー */
.bg_onetime_popup {
    position: fixed;
    display: grid;
    top: 0px;
    left: 0px;
    z-index: 10001;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    justify-content: center;
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    background-color: #fff;
    cursor: pointer;
    width: auto;
    height: auto;
    align-self: center;
    position: relative;
    padding: 2rem;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
	max-width: 80vw;
}

.onetime_popup_title {
    position: absolute;
    padding: 0;
    margin: 0;
    color: #000;
    text-align: center;
    height: 24px;
    width: 24px;
    display: inline-block;
    top: -40px;
    right: 0;
}

.onetime_popup_title::before,
.onetime_popup_title::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    content: "";
    z-index: 9999;
}

.onetime_popup_title::before {
    transform: rotate(45deg);
}
.onetime_popup_title::after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    padding:0;
    text-align: center;
}

.onetime_popup_content img{
	vertical-align: bottom;
}



/* SP */
@media screen and (max-width: 767px) {
	
.onetime_popup {
    padding: 1rem;
}	
.onetime_popup_title {
    bottom: -40px;
    right: 0;
}	
}


/*タブ切り替え全体のスタイル*/
.tabs {
    text-align: center;
}

/*タブのスタイル*/
.tab_item {
  text-align: center;
  color: #cdcdcd;
  display: inline-block;
  transition: all 0.2s ease;
	margin: 0 20px;
	font-weight: 800;
}


/*ラジオボタンを全て消す*/
input[name="tab_item1"],
input[name="tab_item2"]{
  display: none;
}


/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
opacity: 0;
}


/*選択されているタブのコンテンツのみを表示*/
#mens_ranking:checked ~ #mens_ranking_content,
#womens_ranking:checked ~ #womens_ranking_content{
  display: block;
opacity: 1;
 transition: all 1s ease;
}

/*選択されているタブのスタイルを変える*/

.tabs input.mens:checked + .tab_item {
    color: #1a5d87;
}

.tabs input.womens:checked + .tab_item {
    color: #993c3c;
}


.fs-c-inputDate > * {
    flex: auto;
}
