@charset "UTF-8";
/*------------------------------------------------------------
   	page all
------------------------------------------------------------*/
/* main.page {
	margin-top: 90px;
}
@media screen and (min-width: 992px) {
	main.page {
		margin-top: 180px;
	}
} */
/*------------------------------------------------------------
   	page header
------------------------------------------------------------*/
/* 固定フッター */
	.page_header {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		z-index: 999;
		-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	}
	.page_header .page_header_pc .humberger_area {
		position: absolute;
    	right: 0;
    	top: 0;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	width: 120px;
    	height: 120px;
    	background: #1D1D1D;
	}
	.page_header .page_header_pc  .header_menu {
		margin-right: 60px;
	}
	.page_header_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.page_header .page_header_pc .humberger {
		width: 30%;
		background: #fff;
	}
	.page_header .page_header_pc .humberger::before {
		top: 14px;
	}
	.page_header .page_header_pc .humberger::after {
		bottom: 14px;
	}
	.page_header .page_header_pc .humberger::before,
	.page_header .page_header_pc .humberger::after {
		background: #fff;	
	}
@media screen and (min-width: 992px) {}
@media screen and (min-width: 1200px) {}
/*------------------------------------------------------------
    page mv
------------------------------------------------------------*/
.page_mv {
	margin: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.page_mv_ttl h1 {
    margin-top: 0;
    font-size: 4rem;
}
.page_mv_ttl span {
	display: block;
	font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
	.page_mv{
		margin-bottom: 40px;
	}
	.page_mv_ttl h1 {
		font-size: 6.5rem;
	}
	.page_mv_ttl span {
		font-size: 2.6rem;
	}
}
@media screen and (min-width: 992px) {
	.page_mv {
		margin-bottom: 60px;
	}
}
/*------------------------------------------------------------
    bread
------------------------------------------------------------*/
.bread_area {
	margin-top: 30px;
	margin-bottom: 20px;
}
.bread_inner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bread_inner ul li {
	margin-right: 30px;
	position: relative;
}
.bread_inner ul li::after {
	content: "";
	display: block;
	background: #DBDBDB;
	width: 10px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.bread_inner ul li:last-child {
	margin-right: 0;
}
.bread_inner ul li:last-child::after {
	content: none;
}
.bread_inner ul li a {
	font-size: 1.2rem;
	color: #1D1D1D;
}
.bread_inner ul li:last-child a {
	color: #8B8B8B;
	pointer-events: none;
}
@media screen and (min-width: 992px) {
	.bread_inner ul li a {
		font-size: 1.4rem;
	}
	.bread_inner ul li a:hover {
		color: #8B8B8B;
	}
}
@media screen and (max-width: 767px) {
	.bread_inner ul li a {
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 6em;
		overflow: hidden;
	}

}
/*------------------------------------------------------------
    page title
------------------------------------------------------------*/
.page_ttl_01 {
	font-size: 2rem;
	text-align: left;
	margin-bottom: 40px;
}
.page_ttl_02 {
	background: #1D1D1D;
	color: #fff;
	margin-bottom: 30px;
	font-size: 1.8rem;
	padding: 10px 0;
	padding-left: 1em;
}
.page_ttl_03 {
	color: #1D1D1D;
	margin-bottom: 30px;
	font-size: 1.8rem;
	padding: 10px 0;
}
@media screen and (min-width: 768px) {
	.page_ttl_01 {
		font-size: 3.6rem;
	}
	.page_ttl_02 {
		font-size: 2.6rem;
	}
	.page_ttl_03 {
		font-size: 2.6rem;
	}
}
/*------------------------------------------------------------
    page text box
------------------------------------------------------------*/
.page_txt_box p {
	margin-bottom: 20px;
}
.page_txt_box .list {
	margin-right: 20px;
	margin-bottom: 20px;
}
.page_txt_box li::before {
	content: none;
}



/* テンプレページ構成 */
.page_ttl_01 ~ .page_txt_box {
	margin-bottom: 50px;
}
.page_ttl_02 ~ .page_txt_box {
	margin-bottom: 90px;
}
.page_ttl_03 ~ .page_txt_box {
	margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
	.page_ttl_02 ~ .page_txt_box p {
		font-size: 1.4rem;
	}	
	.page_ttl_03 ~ .page_txt_box p {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 768px) {
	.page_ttl_01 ~ .page_txt_box {
		margin-bottom: 80px;
	}
	.page_ttl_02 ~ .page_txt_box {
		margin-bottom: 140px;
	}
	.page_ttl_03 ~ .page_txt_box {
		margin-bottom: 140px;
	}
}



/*------------------------------------------------------------
    パーツ
------------------------------------------------------------*/
/*------------------------------------------------------------
    ログイン
------------------------------------------------------------*/
.login_area {
	background: #EFEFEF;
	padding: 20px;
	margin: 0 auto;
}
.login_input {
	margin-bottom: 20px;
	position: relative;
}
.login_area .login_ttl {
	font-size: 3rem;
	margin-bottom: 30px;
}
.login_input input {
	margin-bottom: 20px;
}
.login_input i.icon-ico_mail{
	position: absolute;
	top: 12%;
	left: 20px;
}
.login_input i.icon-ico_mail::before{
	color: #BCBCBC;
	font-size: 1.2rem;
}
.login_input i.icon-ico_login{
	position: absolute;
	top: 68%;
	left: 20px;
}
.login_input i.icon-ico_login::before{
	color: #BCBCBC;
	font-size: 2.1rem;
}
.login_input i.placeholder-hide::before{
	color: #1d1d1d;
}
.login_area .ec-input input{
	height: auto;
	padding: 13px 10px 13px 45px;
	font-size: 14px;
	border-radius: 0px;
}
.fologinrm-control,
.login-control {
	display: block;
	width: 100%;
	padding: 13px 10px;
	background: #fff;
	border: 1px solid #CCCCCC;
}
.ec-checkbox.login_check{
	position: relative;
}
.login_check input {
	display: none;
}
.form-check-label {
	padding-left: 2em;
}
.login_check_ico {
	display: inline-block;
	width: auto;
}
.login_check_ico.form-check-label{
	font-size: 12px;
}
.login_check_ico::before{
	display: block;
	content: '';
	position: absolute;
	top: 2px;
	left: 0px;
	width: 21px;
	height: 21px;
	background: white;
	border:1px solid #CCCCCC;
}
.login_check_ico::after {
	opacity: 0;
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: 10px;
	width: 10px;
	height: 5px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	    transform: translate(-50%, -50%) rotate(-45deg);
}
.login_check input:checked ~ .login_check_ico::before {
	background: #1D1D1D;
	border-color: transparent;
}
.login_check input:checked ~ .login_check_ico::after {
	opacity: 1;
}
.ec-login__actions {
	margin-bottom: 20px;
}
.ec-login__actions .btn {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.ec-login__link {
	margin-bottom: 10px;
}
.ec-grid2__cell .ec-link {
	text-align: center;
	color: #476491;
	font-size: 1.4rem;
}
.login_area .ec-grid2__cell .ec-login__link .ec-link{
	text-decoration: underline;
}
.login_area .ec-checkbox {
	margin-bottom: 30px;
}
.ec-login__actions button .btn-arrow{
	top: 0;
}
.ec-login__actions button .btn-arrow::before{
	top: 0;
}
@media screen and (min-width: 768px) {
	.login_area {
		padding: 50px 90px;
		max-width: 700px;
	}
	.login_area .login_ttl {
		font-size: 4rem;
	}
	.login_area .ec-input input{
		font-size: 16px;
	}
	.ec-login__actions .btn {
		max-width: 300px;
		padding: 20px 10px;
	}
	.login_check_ico.form-check-label{
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
    ステップ
------------------------------------------------------------*/
.step_area {
	margin-bottom: 50px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.step_area > ul {
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.step_area > ul::before {
	content: "";
	display: block;
	width: calc(100% - 20%);
	height: 1px;
	background: #8B8B8B;
	position: absolute;
	top: 21px;
	left: 50%;
	transform: translateX(-50%);

}
.step_area li {
	display: flex;
	align-self: flex-start;
    flex-direction: column;
	width: 25%;
}
.step_box {
	position: relative;
}
.step_box_inner {
	margin: 0 auto 10px;
	background: #8B8B8B;
	width: 42px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.step_box_inner span {
	color: #fff;
	font-size: 1.8rem;
}
.step_box p {
	text-align: center;
	color: #8B8B8B;
	font-size: 1rem;
}
.step_box.current .step_box_inner {
	background: #1D1D1D;
}
.step_box.current p {
	color: #1D1D1D;
}
@media screen and (min-width: 768px) {
	.step_area {
		margin-bottom: 100px;
	}
	.step_area > ul {
		max-width: 510px;
	}
	.step_box_inner span {
		font-size: 2rem;
	}
	.step_box p {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
    テーブル
------------------------------------------------------------*/
.table_01 tr {
	border-top: 1px solid #DBDBDB;
}
.table_01 tr:last-child {
	border-bottom: 1px solid #DBDBDB;
}
.table_01 th,
.table_01 td {
	display: block;
	padding: 20px;
	font-size: 14px;
	font-weight: normal;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	color: #1D1D1D;
}
.table_01 th {
	background: #EFEFEF;
	text-align: left;
}
.must,
.any {
	margin-right: 10px;
	font-size: 1.2rem;
	color: #fff;
	padding: 6px 5px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	background: #1D1D1D;
}
.any {
	background: #8B8B8B;
}
.input_text {
	border: 1px solid #DBDBDB;
	padding: 7px 10px;
	width: 100%;
	max-width: 430px;
}
.form_name_area .input_text {
	max-width: 100%;
	margin-right: 20px;
}
.form_name_area .input_text::last-child {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.input_text {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 768px) {
	.table_01 th,
	.table_01 td {
		display: table-cell;
		font-size: 16px;
	}
	.table_01 th {
		width: 20%;
	}
	.table_01 td {
		width: 80%;
	}
	.form_name_area .input_text {
		max-width: 290px;
	}
}
/*------------------------------------------------------------
    ページャー
------------------------------------------------------------*/
.pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pager li {
	width: 40px;
	height: 40px;
	border: 1px solid #1D1D1D;
	margin-right: 10px;
}
.pager li:last-child {
	margin-right: 0;
}
.pager .pager_prev, 
.pager .pager_next {
	width: auto;
}
.pager a {
	color: #1D1D1D;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pager .pager_prev a, 
.pager .pager_next a {
	padding: 10px;
}

.pager .icon-ico_arrow_right::before {
	color: #1D1D1D;
}
.prev_back .icon-ico_arrow_right {
	transform: rotate(180deg);
}
.pager a:hover{
	background-color: #1D1D1D;
	color: #EFEFEF;
}
.pager a:hover .icon-ico_arrow_right::before {
	color: #EFEFEF;
}
/* 表示中 */
li.pager_active {
	border-color: transparent;
}
.pager .pager_active  a {
	background: #EFEFEF;
	color: #1D1D1D;
}
/* ...の表示 */
.pager .pager_etc{
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.pager .pager_prev a .icon-ico_arrow_right, 
	.pager .pager_next a .icon-ico_arrow_right {
		padding-left: 10px;
	}
}
@media all and (-ms-high-contrast:none) {
	.pager .pager_etc {
		font-family: "メイリオ", "Meiryo", sans-serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;	}
}
/*------------------------------------------------------------
    全体
------------------------------------------------------------*/
.common_area {
	margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
	.common_area {
		margin-bottom: 100px;
	}	
}

/*------------------------------------------------------------
    お問い合わせ
------------------------------------------------------------*/
.ec-contactRole {
    padding: 0;
}
#page_contact form .ec-para-normal{
	margin-bottom: 30px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	color: #1D1D1D;
	font-size: 14px;
	text-align: left;
}
#page_contact form .ec-halfInput input,
#page_contact form #contact_address_addr02,
#page_contact form #contact_phone_number,
#page_contact form #contact_email,
#page_contact form .contact_detail p{
	margin-bottom: 0;
}
/* お問い合わせ（完了） */
#page_contact_complete .page_txt_box {
	font-size: 14px;
}
@media screen and (min-width: 768px){
	#page_contact form .ec-para-normal{
		font-size: 16px;
		margin-bottom: 40px;
	}
	#page_contact form th {
		width: 33%;
	}
	/* お問い合わせ（確認） */
	#page_contact form .contact_confirm {
		text-align: center;
	}
	/* お問い合わせ（完了） */
	#page_contact_complete .page_ttl_01 {
		text-align: center;
	}
	#page_contact_complete .page_txt_box {
		text-align: center;
		font-size: 16px;
		margin-bottom: 70px;
	}
}
@media screen and (min-width: 992px) {
	#page_contact form th{
		width: 25%;
	}
}
/*------------------------------------------------------------
    フォームボタン用
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.form_btns .btn {
		margin-bottom: 10px;
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.form_btns	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.form_btns .btn {
		width: 350px;
	}
}
@media screen and (min-width: 992px) {
	.form_btns .btn {
		width: 350px;
	}
}

/*------------------------------------------------------------
    カート
------------------------------------------------------------*/
.ec-cartRow .ec-cartRow__summary{
	width: 100%;
	margin-left: 0px;
	font-weight: normal;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
	font-size: 12px;
}
@media screen and (min-width: 768px){
	.cart_main.content_area{
		max-width: 1020px;
		padding: 0 30px;
	}
	.ec-cartRow .ec-cartRow__summary{
		margin-left: 0px;
	}
}
@media screen and (max-width: 767px) {
	.ec-cartRow .ec-cartRow__summary .ec-cartRow__unitPrice{
		display: none;
	}
}
/*------------------------------------------------------------
    新規会員登録テーブル
------------------------------------------------------------*/
.entry_table{
	color: #1D1D1D;
}
.entry_table input{
	border-radius: 0px;
	font-size: 16px;
	color: #1D1D1D;
}
.entry_table input[type="radio"]{
	border-radius: 50%;
	box-sizing: border-box;
}
.entry_table input[type="radio"],
.entry_table input[type="checkbox"]{
	border: 1px solid #ccc;
}
.entry_table select{
	padding: 0px 12px;
	border-radius: 0px;
	font-size: 16px;
	color: #1D1D1D;
}
.entry_table .mb_0{
	margin-bottom: 0px;
}
.entry_table .select_addr{
	margin-bottom: 10px;
}
.entry_table .ec-birth select{
	margin: 0px;
}
.entry_table #entry_sex,
.entry_table .ec-checkbox .policy_checkbox{
	display: flex;
	align-items: center;
}
.entry_table .ec-radio input,
.entry_table .ec-checkbox input{
	margin-bottom: 0px;
}
.entry_table .ec-checkbox input{
	margin-right: 10px;
}
.entry_table .ec-zipInputHelp__icon{
	display: inline-block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    background: #476491;
    border-radius: 50%;
    font-size: 10px;
    position: relative;
	top: 8px;
	right: 6px;
}
.entry_table .ec-link{
	color: #476491;
	text-decoration: underline;
}
.entry_area .btn_area .form_btns .btn{
		margin-bottom: 0px;
	}
@media screen and (min-width: 768px) {
	.entry_table .select_addr{
		margin-bottom: 16px;
	}
	.entry_table #entry_sex,
	.entry_table .ec-checkbox .policy_checkbox{
		align-items: baseline;
	}
}

/*------------------------------------------------------------
    新規会員登録テーブル（確認）
------------------------------------------------------------*/
.ec-off1Grid__cell p {
	color: #1d1d1d;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
.entry_confirm_Explanation {
	margin-bottom: 20px;
}
#page_entry .ec-registerRole {
	padding:0;
	}
	

@media screen and (min-width: 768px) {
	.entry_confirm_cell p {
		font-size: 16px;
		text-align: center;
	}
	.entry_confirm_Explanation {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	#page_entry .ec-registerRole .form_btns li:first-child {
	margin-bottom:20px; 
	}
}
@media screen and (min-width: 768px) {
	.ec-off1Grid__cell p {
		font-size: 16px;
	}
}

/*------------------------------------------------------------
    新規会員登録（仮登録完了）ページ
------------------------------------------------------------*/
.complete_detail {
	margin-bottom: 120px;
}
.complete_detail .txt_box {
	margin-bottom: 50px;
}
.complete_detail .txt_box p {
    margin-bottom: 0;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
}
#page_entry_activate .page_txt_box {
    font-size: 1.4rem;
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}


@media screen and (min-width: 768px) {
	.complete_detail {
		margin-bottom: 240px;
	}
	.complete_detail .txt_box {
		text-align: center;
	}
	.complete_detail .txt_box p {
		font-size: 1.6rem;
	}
	#page_entry_activate h2 {
		text-align:center;
		}
	#page_entry_activate .page_txt_box {
	font-size: 1.6rem;
	text-align:center;
	margin-bottom:70px;
	}
}

/*------------------------------------------------------------
    プライバシーポリシー
------------------------------------------------------------*/

#page_help_privacy .content_area .page_txt_box {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#page_help_privacy .content_area .page_txt_box:last-of-type,
#page_help_privacy .content_area .page_txt_box:last-of-type p {
	margin-bottom: 0;
}

#page_help_privacy .page_ttl_03 {
	padding: 0px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	#page_help_privacy .content_area .page_txt_box {
		margin-bottom: 60px;
		font-size: 1.4rem;
	}
	#page_help_privacy .page_ttl_03 ~ .page_txt_box p {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 768px) {
	#page_help_privacy .content_area .page_txt_box {
		margin-bottom: 90px;
	}
	#page_help_privacy .page_ttl_03 {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 992px) {
	#page_help_privacy .content .content_area{
		padding: 0 60px;
		max-width: 1080px;
	}
}



/*------------------------------------------------------------
    利用規約
------------------------------------------------------------*/

#page_help_agreement .content_area .page_txt_box {
	margin-bottom: 90px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#page_help_agreement .content_area p.page_txt_box:last-of-type,
#page_help_agreement .content_area .page_txt_box:last-of-type p {
	margin-bottom: 0;
}

#page_help_agreement .page_ttl_03 {
	padding: 0px;
	margin-bottom: 10px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
}

@media screen and (max-width: 767px) {
	#page_help_agreement .content_area .page_txt_box {
		margin-bottom: 60px;
		font-size: 1.4rem;
	}
	#page_help_agreement .page_ttl_01 {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 992px) {
	#page_help_agreement .content .content_area{
		padding: 0 60px;
		max-width: 1080px;
	}
}

/*------------------------------------------------------------
    特定商取引法
------------------------------------------------------------*/
.tradelaw_role p {
	margin: 0;
}
#page_help_tradelaw .sagawa-guideline{
	display: inline;
	color: #476491;
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#page_help_tradelaw td .tel_cursor_wrap{
		cursor: text;
	}
}
/*------------------------------------------------------------
    注文完了
------------------------------------------------------------*/

.order_complete_detail p {
	text-align: left;
	font-size:1.4rem;
}

@media screen and (min-width: 768px) {
	.order_complete_detail h2,.order_complete_detail p {
		text-align: center;
	}
	.order_complete_detail p {
		font-size:1.6rem;
	}
	#page_shopping_complete .btn-01 {	
		max-width: initial;	
	}
}
/*------------------------------------------------------------
    パスワードの再発行
------------------------------------------------------------*/
.forgot_comp_pass p {
	font-size: 14px;
	text-align: left;
}
.entry_table .ec-input input {
	font-size: 14px;
}
.entry_table .ec-input:last-child input {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.forgot_comp_pass p {
		text-align: center;
		font-size: 16px;
	}
	.forgot_comp_pass h2 {
		text-align: center;
	}
	.entry_table .ec-input input {
		font-size: 16px;
	}
	#page_forgot_complete .forgot_comp_pass .page_txt_box {
		text-align: center;
		margin-bottom: 70px;
	}
	#page_forgot .ec-input {
		margin-bottom: -16px;
	}
}
/*------------------------------------------------------------
    会社概要
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	#page_user_data td .tel_cursor_wrap{
		cursor: text;
	}
}

/*------------------------------------------------------------
    キャンペーンページ
------------------------------------------------------------*/
h2.ttl.page_ttl_01.page_white_campaign_ttl {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.img_content.time_color .img_content_main.white_campaign01 {
    background-image: url(../img/white-day/img-white-day_01_sp.jpg);
	padding-top: calc(100% * 1360 / 1080);
}
.img_content.time_color .img_content_main.mother_campaign01 {
    background-image: url(../img/mother-day/mv_sp.jpg);
	padding-top: calc(100% * 1360 / 1080);
}
.flex_content.thought_color .flex_content_box.img.white_campaign02 {
	background-image: url(../img/white-day/img_concept_02.png);
}
.flex_content.thought_color .flex_content_box.img.mother_campaign02 {
	background-image: url(../img/mother-day/img-02.png);
}
.flex_content.space_color .flex_content_box.img.white_campaign03 {
	background-image: url(../img/white-day/img_concept_03.png);
}
.flex_content.space_color .flex_content_box.img.mother_campaign03 {
	background-image: url(../img/mother-day/img-03.png);
}

@media screen and (max-width: 767px){
.page_white_campaign_box .page_txt_box p {
		font-size: 1.4rem;
}
.page_mother_campaign_box .page_txt_box p {
	font-size: 1.4rem;
}
.tab_area label:first-child {
    margin-right: 0;
}
.tab_area label {
	width: 50%;
    display: inline-block;
    color: #fff;
    background: #000;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    transition: ease 0.2s opacity;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: -1px;
}
.tab_bdr {
	padding: 25px 0;
	margin: 5px;
	border:1px solid rgba(255,255,255,.3);
}
label.tab1_label p span {
	font-size: 1.7rem;
}
label.tab2_label p span {
	font-size: 1.7rem;
}
label.tab1_label p {
	font-size: 1.2rem;
}
label.tab2_label p {
	font-size: 1.2rem;
}
}
.img_content.time_color .img_content_main.white_campaign03 {
    background-image: url(../img/white-day/img-white-day_02.jpg);
    padding-top: calc(100% * 750 / 1080);
}
.img_content.time_color .img_content_main.mother_campaign03 {
    background-image: url(../img/mother-day/img-01.jpg);
    padding-top: calc(100% * 750 / 1080);
}
@media screen and (max-width: 1199px){
	.tab_area label:first-child{
    border-left: none!important;
}
.tab_area label:last-child{
border-right: none!important;
}
}
.page_white_campaign_box .page_txt_box p {
    text-align: center;
}
.page_mother_campaign_box .page_txt_box p {
    text-align: center;
}

@media screen and (min-width: 768px){
.img_content.time_color .img_content_main.white_campaign01 {
    background-image: url(../img/white-day/img-white-day_01.jpg);
    padding-top: calc(100% * 560 / 1392);
}
.img_content.time_color .img_content_main.mother_campaign01 {
    background-image: url(../img/mother-day/mv.jpg);
    padding-top: calc(100% * 560 / 1392);
}
.img_content.time_color .img_content_main.white_campaign03 {
    background-image: url(../img/white-day/img-white-day_02.jpg);
    padding-top: calc(100% * 560 / 1392);
}
.img_content.time_color .img_content_main.mother_campaign03 {
    background-image: url(../img/mother-day/img-01.jpg);
    padding-top: calc(100% * 560 / 1392);
}
.white_box01 .flex_content.flex_content_order .flex_content_box.text{
	width: 35%;
}
.white_box02 .flex_content .flex_content_box.text{
	width: 36%;
}
.flex_content.thought_color .flex_content_box.img.white_campaign02 {
	width: 65%;
    padding-top: calc(60% * 1080 / 1528);
}
.flex_content.thought_color .flex_content_box.img.mother_campaign02 {
	width: 65%;
    padding-top: calc(60% * 1080 / 1528);
}
.flex_content.space_color .flex_content_box.img.white_campaign03 {
	width: 64%;
    padding-top: calc(53% * 1080 / 1528);
}
.flex_content.space_color .flex_content_box.img.mother_campaign03 {
	width: 64%;
    padding-top: calc(53% * 1080 / 1528);
}
.tab_area label:first-child {
    margin-right: 90px;
}
.tab_area label{
	width: 44.93%;
	display:inline-block;
	padding: 0 0;
	color: #fff;
	background:#000;
	text-align:center;
	font-size:13px;
	cursor:pointer;
	transition:ease 0.2s opacity;
	border-right: 1px solid #000;
    border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: -1px;
}
.tab_bdr {
	padding: 25px 0;
	margin: 5px;
	border:1px solid rgba(255,255,255,.3);
}
label.tab1_label p {
	font-size: 1.4rem;
}
label.tab1_label p span {
	font-size: 2.6rem;
}
label.tab2_label p {
	font-size: 1.4rem;
}
label.tab2_label p span {
	font-size: 2.6rem;
}
}

@media screen and (min-width: 992px){
h2.ttl.page_ttl_01.page_white_campaign_ttl {
    margin-bottom: 80px;
    font-size: 4rem;
}
.tab_area label{
	width: 44.93%;
	display:inline-block;
	padding: 0 0;
	color: #fff;
	background:#000;
	text-align:center;
	font-size:13px;
	cursor:pointer;
	transition:ease 0.2s opacity;
	border-right: 1px solid #000;
    border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: -1px;
}
.tab_bdr {
	padding: 25px 0;
	margin: 5px;
	border:1px solid rgba(255,255,255,.3);
}
.tab_area label:first-child {
    margin-right: 120px;
}
}
@keyframes tabAnim{
	0%{opacity:0;}
	100%{opacity:1;}
}
.tab_wrap{
	width:100%; 
}
/* input[type="radio"]{
	display:none;
} */
.tab_area{
    font-size: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
}

.tab_area label:hover{
	border-bottom: 1px solid #000;
	margin-bottom: -1px;
}
.tab_panel{
	width:100%;
	opacity:0;
	padding:80px 0 0 0;
	display:none;
}
.tab_panel p{
	font-size:14px;
	letter-spacing:1px;
	text-align:center;
}
.panel_area{
	background:#fff;
	border-top: 1px solid #000;
}
#tab1:checked ~ .tab_area .tab1_label{
	background:#fff;
	color:#000;
	border-bottom: 1px solid #fff;
}
#tab1:checked ~ .panel_area #panel1{
	display:block;
	animation:tabAnim ease 0.6s forwards;
	-ms-animation:tabAnim ease 0.6s forwards;
}
#tab2:checked ~ .tab_area .tab2_label{
	background:#fff;
	color:#000;
	border-bottom: 1px solid #fff;
}
#tab2:checked ~ .panel_area #panel2{
	display:block; animation:tabAnim ease 0.6s forwards;
	-ms-animation:tabAnim ease 0.6s forwards;
}

#watch-page ul li:nth-child(1) .choice_img_main {
	background-image: url(../img/watch-face/img_watch_choice_07.jpg)!important;
}
#watch-page ul li:nth-child(2) .choice_img_main {
	background-image: url(../img/watch-face/img_watch_choice_08.jpg)!important;
}
#watch-page ul li:nth-child(3) .choice_img_main {
	background-image: url(../img/watch-face/img_watch_choice_09.jpg)!important;
}
#watch-page ul li:nth-child(4) .choice_img_main {
	background-image: url(../img/watch-face/img_watch_choice_10.jpg)!important;
}
#watch-page ul li:nth-child(5) .choice_img_main {
	background-image: url(../img/watch-face/img_watch_choice_11.jpg)!important;
}
#watch-page ul li:nth-child(6) .choice_img_main {
	background-image: url(../img/watch-face/img_watch_choice_12.jpg)!important;
}
#watch-page ul li:nth-child(7) .choice_img_main {
	background-image: url(../img/watch-face/img_watch_choice_01.jpg)!important;
}
#watch-page ul li:nth-child(8) .choice_img_main {
	background-image: url(../img/watch-face/img_watch_choice_02.jpg)!important;
}
#watch-page ul li:nth-child(9) .choice_img_main {
	background-image: url(../img/watch-face/img_watch_choice_03.jpg)!important;
}
#watch-page ul li:nth-child(10) .choice_img_main {
	background-image: url(../img/watch-face/img_watch_choice_04.jpg)!important;
}
#watch-page ul li:nth-child(11) .choice_img_main {
	background-image: url(../img/watch-face/img_watch_choice_05.jpg)!important;
}
#watch-page ul li:nth-child(12) .choice_img_main {
	background-image: url(../img/watch-face/img_watch_choice_06.jpg)!important;
}

#rose-page ul li:nth-child(1) .choice_img_main {
	background-image: url(../img/rose-color/img_flower_choice_01.jpg)!important;
}
#rose-page ul li:nth-child(2) .choice_img_main {
	background-image: url(../img/rose-color/img_flower_choice_02.jpg)!important;
}
#rose-page ul li:nth-child(3) .choice_img_main {
	background-image: url(../img/rose-color/img_flower_choice_03.jpg)!important;
}
#rose-page ul li:nth-child(4) .choice_img_main {
	background-image: url(../img/rose-color/img_flower_choice_04.jpg)!important;
}
#rose-page ul li:nth-child(5) .choice_img_main {
	background-image: url(../img/rose-color/img_flower_choice_05.jpg)!important;
}
#rose-page ul li:nth-child(6) .choice_img_main {
	background-image: url(../img/rose-color/img_flower_choice_06.jpg)!important;
}

.content.content_bg.watch_bg.fadein{
	overflow: visible;
}
.page_txt_box.campaign_watch_inner{
	position: relative;
	overflow: visible;
}
p.watch_img {
	margin-bottom: 0;
}
.pc_none{
	display: none;
}
.sp_none{
display:block;
}
@media screen and (max-width: 540px){
.page_white_campaign_box .page_txt_box p {
	text-align: left!important;
}
.page_mother_campaign_box .page_txt_box p {
	text-align: left!important;
}
}
@media screen and (max-width: 768px){
	main.contents.page.page_white_campaign .page_mv_ttl .ttl p {
		line-height: 1em;
	}
	.pc_none{
		display: block!important;
	}
	.sp_none{
		display: none!important;
	}
	.content.content_bg.watch_bg.fadein {
	    padding-top: 65%;
    position: relative;
	}
p.watch_img {
    position: absolute;
    left: 32%;
    width: 40%;
    top: -80px;
}
}
@media screen and (min-width:768px) and ( max-width:991px){
	.content.content_bg.watch_bg.fadein {
		padding-top: 47%;
		position: relative;
	}
p.watch_img {
    position: absolute;
    left: 35%;
    width: 30%;
    top: -100px;
}
.pc_none{
	display: block!important;
}
.sp_none{
	display: none!important;
}
}
@media screen and (min-width: 992px){
.page_txt_box.campaign_watch_inner{
	padding-left: 36%;
}
p.watch_img {
	position: absolute;
	top: -350px;
	width: 43%;
	left: 0;
}
}
@media screen and (min-width: 1200px){
p.watch_img {
	position: absolute;
	top: -350px;
	left: 7%;
}
.page_txt_box.campaign_watch_inner {
padding-left: 40%;
}
}

@media screen and (min-width:1200px) and ( max-width:1370px){
	.page_txt_box.campaign_watch_inner {
	    padding-left: 43%;
	}
}

label.tab2_label:hover{
	background:#3B3B3B;
}
label.tab1_label:hover{
	background:#3B3B3B;
}
.tab_wrap.section_btn input[type="radio"]{
	display: none;
}


/*------------------------------------------------------------
    ホワイトデー
------------------------------------------------------------*/

@media screen and (min-width: 768px){
.page_mv_ttl h1 {
    font-size: 5.5rem;
}

.ttl-01.white-ttl {
    font-size: 5rem;
	margin-bottom: 90px;
	position: relative;
}
.product-list_area.white-list_area{
	margin-bottom: 60px;
}
.page_white_campaign_box.white_cont01{
	margin-bottom: 60px;
}
.page_white_campaign_box.white_cont02{
	margin-bottom: 90px;
}
.ttl-01-sub{
	font-size: 3.7rem;
	text-align: left;
    margin-bottom: 60px;
}
.product_white_txt{
	text-align: center;
	padding-top: 20px;
}
.white_tbl {
	margin: 0 auto;
    max-width: 960px;
  }
  .white_tbl_box {
    padding: 120px;
	background-color: #deeff7;
	margin-bottom: 120px;
}
  h2.flex_content_box_ttl.white_flex_content_box_ttl{
	font-size: 3.7rem;
	word-break: break-all;
  }
  .recommended-list_area.white-list_area {
    padding: 120px 0;
    background-color: #deeff7;
}
}
@media screen and (max-width: 767px){
.recommended-list_area.white-list_area {
	background-color: #deeff7;
	padding: 30px 0;
}
.white_tbl_box {
    max-width: 100%;
	padding: 0 20px;
	margin: 20px auto 60px auto;
}
.ttl-01.white-ttl {
    font-size: 3rem;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
}
.ttl-01-sub {
	font-size: 2.1rem;
    text-align: center;
    margin-bottom: 30px;
}
.white_tbl {
    margin: 0;
}
.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .white_tbl {
    width: 100%;
  }
  .white_tbl th{
	border-bottom: none;
	width: 50%;
  }
  .white_tbl td{
	border-bottom: none;
    width: 50%;
  }
  .product_white_txt{
	text-align: center;
	padding-top: 10px;
}
.ttl-01.white-ttl:before {
content: '';
    position: absolute;
    left: 50%;
    top: 100px;
    /* bottom: 14px; */
    display: inline-block;
    width: 50px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
	background-color: #256b8c;
}
p.watch_img.white_watch_img {
    position: absolute;
    left: 32%;
    width: 40%;
	top: -10px;
}
.content.content_bg.watch_bg.fadein.white_watch_img {
	padding-top: 75%;
    position: relative;
    padding-bottom: 20px;
}
section.content.fadein.white_bg div h2:before{
    top: 55px;
}
section.content.fadein.white_fadein div h2.ttl-01.white-ttl:before{
	top: 55px;
}
section.content.fadein.white_fadein h2.ttl-01.white-ttl:before{
	top: 55px;
}
h2.flex_content_box_ttl.white_flex_content_box_ttl{
	font-size: 2.1rem;
}
.white_tbl_box {
	background-color: #deeff7;
	padding-top: 30px;
	padding-bottom: 30px;
}
}

@media screen and (min-width: 992px){
p.watch_img.white_watch_img {
    position: absolute;
    top: -95px;
    width: 34%;
    left: 0;
}
}

@media screen and (min-width: 1200px){
	.page_txt_box.campaign_watch_inner.white_txt_watch {
		padding-left: 13%;
	}
	p.watch_img.white_watch_img {
		position: absolute;
		top: -175px;
		left: -5%;
	}
}

@media screen and (max-width: 500px) {
	.fx-col-100-sss {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.white_tbl th {
	border: solid 1px #dbdbdb;
	padding: 10px;
	font-weight: unset;
	text-align: left;
	background-color: #ffffff;
}
  .white_tbl th.white_th {
	background: #1d1d1d;
	text-align: center;
	color: #fff;
  }
  .white_tbl td.white_td {
	background: #1d1d1d;
	text-align: center;
	color: #fff;
  }
.white_tbl td {
	border: solid 1px #dbdbdb;
	padding: 10px;
	background-color: #ffffff;
  }
  .white_tbl tr.last td span{
	font-size: 12px;
    color: #525050;
  }
  .flex_content_box.text span {
	font-size: 13px;
	color: #525050;
	letter-spacing: 0.01em;
}
  .ttl-01.white-ttl:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: inline-block;
	width: 50px;
	height: 2px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #256b8c;
}
section.content.fadein.white_bg {
    margin: 0;
}
.flex_content.flex_content_order.thought_color.white_thought_color{
	margin-bottom: 0;
}

.flex_content.space_color.white_space_color{
	margin-bottom: 0;
}
p.recommended_white_txt {
    font-size: 2.2rem;
	padding-top: 20px;
	padding-bottom: 10px;
}
section.content.content_bg.watch_bg.fadein.white_watch_img.bg_01{
	background: #deeff7;
}

li.fx-col-100-sss.fx-col-33-xs.rank01{
	position: relative;
}

li.fx-col-100-sss.fx-col-33-xs.rank02{
	position: relative;
}

li.fx-col-100-sss.fx-col-33-xs.rank03{
	position: relative;
}

img.rank01_img {
    position: absolute;
    top: 0;
	left: 0;
	z-index: 30;
}

img.rank02_img {
    position: absolute;
    top: 0;
	left: 0;
	z-index: 30;
}

img.rank03_img {
    position: absolute;
    top: 0;
	left: 0;
	z-index: 30;
}

/*------------------------------------------------------------
    母の日
------------------------------------------------------------*/

@media screen and (min-width: 768px){

	
	.ttl-01.mother-ttl {
		font-size: 4rem;
		margin-bottom: 90px;
		position: relative;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
	}
	.product-list_area.mother-list_area{
		margin-bottom: 60px;
	}
	.page_mother_campaign_box.mother_cont01{
		margin-bottom: 60px;
	}
	.page_mother_campaign_box.mother_cont02{
		margin-bottom: 90px;
	}

	.product_mother_txt{
		text-align: center;
		padding-top: 20px;
	}
	.mother_tbl {
		margin: 0 auto;
		max-width: 960px;
	  }
	  .mother_tbl_box {
		padding: 0;
		background-color: #fff;
		/* margin-bottom: 120px; */
	}
	  h2.flex_content_box_ttl.mother_flex_content_box_ttl{
		font-size: 3.7rem;
		word-break: break-all;
	  }
	  .recommended-list_area.mother-list_area {
		padding: 120px 0;
		background-color: #ae1623;
	}
	}
	@media screen and (max-width: 767px){
	.page_mother_campaign_box.mother_cont02 .page_txt_box {
    	padding-top: 20px;
	}
	.product_box_txt.mother_product_txt{
		display: none;
	}
	.recommended-list_area.mother-list_area {
		background-color: #ae1623;
		padding: 30px 0;
	}
	.mother_tbl_box {
		max-width: 100%;
		padding: 0 20px;
		margin: 20px auto 0px auto;
	}
	.ttl-01.mother-ttl {
		font-size: 2.2rem;
		letter-spacing: -0.06em;
		margin-bottom: 40px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
		-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
	}
	.mother_tbl {
		margin: 0;
	}
	  .mother_tbl {
		width: 100%;
	  }
	  .mother_tbl th{
		border-bottom: none;
		width: 50%;
	  }
	  .mother_tbl td{
		border-bottom: none;
		width: 50%;
	  }
	  .product_mother_txt{
		text-align: center;
		padding-top: 10px;
	}
	.ttl-01.mother-ttl:before {
	content: '';
		position: absolute;
		left: 50%;
		top: 90px;
		/* bottom: 14px; */
		display: inline-block;
		width: 70px;
		height: 2px;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translate(-50%);
		background-color: #b62546;
	}
	p.watch_img.mother_watch_img {
		position: absolute;
		left: 32%;
		width: 40%;
		top: -10px;
	}
	.content.content_bg.watch_bg.fadein.mother_watch_img {
		padding-top: 75%;
		position: relative;
		padding-bottom: 20px;
	}
	section.content.fadein.mother_bg div h2:before{
		top: 55px;
	}
	section.content.fadein.mother_fadein div h2.ttl-01.mother-ttl:before{
		top: 55px;
	}
	section.content.fadein.mother_fadein h2.ttl-01.mother-ttl:before{
		top: 55px;
	}
	h2.flex_content_box_ttl.mother_flex_content_box_ttl{
		font-size: 2.1rem;
	}
	.mother_tbl_box {
		background-color: #fff;
		padding-top: 30px;
		/* padding-bottom: 30px; */
	}
	}
	
	@media screen and (min-width: 992px){
	p.watch_img.mother_watch_img {
		position: absolute;
		top: -95px;
		width: 34%;
		left: 0;
	}
	}
	
	@media screen and (min-width: 1200px){
		.page_txt_box.campaign_watch_inner.mother_txt_watch {
			padding-left: 13%;
		}
		p.watch_img.mother_watch_img {
			position: absolute;
			top: -175px;
			left: -5%;
		}
	}
	
	.mother_tbl th {
		border: solid 1px #dbdbdb;
		padding: 10px;
		font-weight: unset;
		text-align: left;
		background-color: #ffffff;
	}
	  .mother_tbl th.mother_th {
		background: #1d1d1d;
		text-align: center;
		color: #fff;
		width: 30%;
	  }
	  .mother_tbl td.mother_td {
		background: #1d1d1d;
		text-align: center;
		color: #fff;
	  }
	.mother_tbl td {
		border: solid 1px #dbdbdb;
		padding: 10px;
		background-color: #ffffff;
	  }
	  .mother_tbl tr.last td span{
		font-size: 12px;
		color: #525050;
	  }

	  .ttl-01.mother-ttl:before {
		content: '';
		position: absolute;
		left: 50%;
		bottom: -10px;
		display: inline-block;
		width: 70px;
		height: 2px;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translate(-50%);
		background-color: #b62546;
	}
	section.content.fadein.mother_bg {
		margin: 0;
	}
	.flex_content.flex_content_order.thought_color.mother_thought_color{
		margin-bottom: 0;
	}
	
	.flex_content.space_color.mother_space_color{
		margin-bottom: 0;
	}
	p.recommended_mother_txt {
		font-size: 1.8rem;
		padding-top: 20px;
		padding-bottom: 10px;
		text-align: center;
		letter-spacing: -0.05em;
	}
	section.content.content_bg.watch_bg.fadein.mother_watch_img.bg_01{
		background: #ae1623;
	}

	.mother-ttl span.fnt_clr {
		color: #b62546;
	}

	.mother_annotation{
	margin: 0 auto;
    max-width: 960px;
    font-size: 11px;
	text-align: right;
	color: #525050;
	letter-spacing: -0.01em;
	}


@media screen and (max-width: 767px){
	.intro_box_img {
		margin-bottom: 20px;
	}
	p.intro_box_txt {
		text-align: center;
		margin-bottom: 20px;
	}
	.intro_box_txt_sub {
		font-size: 1.4rem;
		margin-bottom: 15px;
		letter-spacing: 0.01em;
	}
	.intro_box_txt_sub2 {
		font-size: 1.4rem;
		margin-bottom: 60px;
		text-align: right;
	}
}
	
@media screen and (min-width: 768px){
	.irregular.content {
		margin-bottom: 0;
	}
div#intro_box {
	margin-top: 90px;
}
#intro_box .intro_box_img {
    left: 0;
}
#intro_box .intro_box_product {
    margin-left: 58%;
}
.intro_box_product {
	    width: 42%;
		background: #fff;
		border: 1px solid #f4f4f4;
	    padding: 20px;
	}
	.intro_box_txt {
		margin-bottom: 10px;
		font-size: 1.6rem;
		line-height: 1.3em;
	}
	.intro_box_txt span{
		font-size: 1.0rem;
	}
	.intro_box_txt_sub {
		font-size: 1.0rem;
		margin-bottom: 10px;
		letter-spacing: -0.01em;
	}
	.intro_box_txt_sub2{
		font-size: 1.0rem;
		text-align: right;
	}
	.intro_box_product a.btn.btn-02.product_list_btn {
		margin-top: 20px;
		margin-left: 0;
	}
	.intro_box_product a.btn.btn-02 {
		max-width: 350px;
		padding: 10px 5px;
		font-size: 1.2rem;
	}
	.intro_box {
		display: flex;
		align-items: center;
		position: relative;
		padding: 20px 0;
	}
	.intro_box_img {
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		width: 78%;
	}
	.intro_box_product {
		flex-basis: 42%;
		letter-spacing: 0.11em;
	}
	}

	@media screen and (min-width: 992px){
	div#intro_box {
		margin-top: 150px;
	}
	.intro_box_product {
	    width: 42%;
		background: #fff;
		border: 1px solid #f4f4f4;
	    padding: 40px;
	}
	.intro_box_txt {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.intro_box_txt span{
		font-size: 1.0rem;
	}
	.intro_box_txt_sub {
		font-size: 1.0rem;
		margin-bottom: 10px;
		letter-spacing: 0.12em;
	}
	.intro_box_txt_sub2{
		font-size: 1.0rem;
		text-align: right;
	}
	.intro_box_product a.btn.btn-02.product_list_btn {
		margin-top: 20px;
		margin-left: 0;
	}
	.intro_box_product a.btn.btn-02 {
		max-width: 350px;
		padding: 10px 5px;
		font-size: 1.4rem;
	}
	.intro_box {
		display: flex;
		align-items: center;
		position: relative;
		padding: 40px 0;
	}
	.intro_box_img {
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		width: 78%;
	}
	.intro_box_product {
		flex-basis: 42%;
		letter-spacing: 0.11em;
	}
	
}

@media screen and (min-width: 1200px){
	.intro_box_txt {
		font-size: 2.8rem;
		margin-bottom: 30px;
	}
	.intro_box_txt_sub {
		font-size: 1.2rem;
		margin-bottom: 15px;
		letter-spacing: 0.12em;
	}
	.intro_box_txt span{
		font-size: 1.2rem;
	}
	.intro_box_txt_sub2 {
		font-size: 1.2rem;
	}
	.intro_box_product a.btn.btn-02.product_list_btn {
		margin-top: 30px;
		margin-left: 0;
	}
	.intro_box_product a.btn.btn-02 {
		max-width: 350px;
		padding: 15px 10px;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1400px){
	.intro_box {
		display: flex;
		align-items: center;
		position: relative;
		padding: 50px 0;
	}
	.intro_box_txt {
		font-size: 3.2rem;
		margin-bottom: 30px;
	}
	.intro_box_product {
		padding: 60px;
	}
	.intro_box_txt_sub {
		font-size: 1.4rem;
		margin-bottom: 20px;
		letter-spacing: 0.12em;
	}
	.intro_box_txt_sub2 {
		font-size: 1.4rem;
	}
	.intro_box_product {
		padding: 50px;
	}
	.intro_box_product a.btn.btn-02 {
		max-width: 350px;
		padding: 20px 10px;
		font-size: 1.6rem;
	}
	.intro_box_txt span{
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1600px){
.intro_box {
    padding: 60px 0;
}
.intro_box_product {
    padding: 60px;
}
.intro_box_txt {
    margin-bottom: 40px;
}
.intro_box_product a.btn.btn-02.product_list_btn {
    margin-top: 45px;
}
.intro_box_product a.btn.btn-02 {
    padding: 25px 10px;
    font-size: 1.6rem;
}
}

@media screen and (min-width: 1756px){
	.intro_box_txt{
		font-size: 4rem;
		margin-bottom: 60px;
	}
	.intro_box_product {
		padding: 90px;
	}
	.intro_box {
		padding: 90px 0;
	}
	.intro_box_txt span {
		font-size: 1.6rem;
	}
	.intro_box_txt_sub {
		margin-bottom: 30px;
		letter-spacing: 0.12em;
	}
}

@media screen and (max-width: 320px){
	.media5{
	display: none!important;
}
}

@media screen and (max-width: 767px){
section.content.content_bg.watch_bg.fadein.mother_watch_img.bg_01{
	padding-top: 10%;
}
}

@media screen and (min-width: 992px){
.reason_choice_cont {
    display: flex;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}
.reason_choice_img {
	width: 33%;
    padding-right: 7%;
}
.reason_choice_txtbox {
    width: 60%;
    background: #fff;
    padding: 7%;
    outline: 1px solid #ae1623;
    outline-offset: -10px;
}
.reason_choice_txtbox p {
    font-size: 1.3rem;
    line-height: 1.6em;
}
.reason_choice_txtbox .ttl-01-sub {
    font-size: 2.6rem;
    text-align: left;
    margin-bottom: 30px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px){
section.content.content_bg.watch_bg.fadein.mother_watch_img.bg_01{
	padding-top: 10%;
}
.reason_choice_txtbox p {
	font-size: 1.4rem;
	text-align: center;
}
}

@media screen and (max-width: 500px){
.reason_choice_txtbox p {
	font-size: 1.4rem;
	text-align: left;
}
.reason_choice_txtbox .ttl-01-sub {
    font-size: 2.0rem;
    letter-spacing: -0.01em;
}
p.recommended_mother_txt_sub {
    font-size: 1.4rem;
}
}

@media screen and (max-width: 991px){
.reason_choice_img {
    max-width: 230px;
    width: 100%;
    margin: 0 auto 60px auto;
}
.reason_choice_txtbox {
    background: #fff;
	padding: 7%;
	outline: 1px solid #ae1623;
    outline-offset: -10px;
}
.reason_choice_cont {
	padding: 0 20px;
}
.reason_choice_txtbox .ttl-01-sub {
    text-align: center;
}
.reason_choice_txtbox p {
	font-size: 1.4rem;
	text-align: left;
}
}

@media screen and (min-width: 1120px){

.reason_choice_txtbox .ttl-01-sub {
	font-size: 3rem;
	margin-bottom: 60px;
}
.reason_choice_txtbox p {
    font-size: 1.4rem;
}
}

@media screen and (min-width: 1312px){
.reason_choice_txtbox .ttl-01-sub {
	font-size: 3.7rem;
}
}

.mother-list {
    padding: 40px;
	background: #fff;
	outline: 1px solid #ae1623;
    outline-offset: -10px;
}

p.recommended_mother_txt_sub {
    font-size: 1.6rem;
}