@charset "utf-8";
/* CSS Document */

/*=======================
　　　　   カラー
========================*/

:root {
  --link-color: #349bf4;
  --main-color: #202338;
  --text-color: #222;
  /*---15周年color---*/
  --text-color-15th: #730202;
  --background-color-15th-01: #8c6645;
  --background-color-15th-02: #d9d9d9;
  /*---グレートハーヴェストフェア---*/
  --background-color-ghf: #F7EBD9;
}
/*========================*/


/*////////共通////////*/

.hf_section {
    background-color: var(--background-color-ghf);
    margin: 0 calc(50% - 50vw);
    padding: 80px calc(50vw - 50% + 8px);
    width: 100vw;
}
.hf_section:nth-of-type(2n) {
    background-color: #FFFFFF;
}
.caution {
    font-size: 1.2rem;
}
.cp_period {
    font-size: 1.6rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 1.5rem 0px;
    width: 50%;
    margin: 4rem auto 1rem;
}
.hf_imgbox {
	margin: 2.5rem auto 3.5rem;
    text-align: center;
}
.hr_inner_imgbox {
	text-align: center;
    margin: 10px 0 30px;
}


.hq_wrap_margin {
	margin: 2rem 0 6rem;
} 

/*下矢印*/
.arrow_down::after {
	right: -264px;
}


/*////////アンカー////////*/
.anchor_3_area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
}

.anchor_hf {
    font-size: 1.5rem;
    position: relative;
    display: block;
    color: var(--text-color);
    width: 30%;
    margin-bottom: 40px;
    padding: 10px 30px 10px 10px;
    vertical-align: middle;
    text-decoration: none;
    transition: 1.0s;
    border-bottom: 1px solid;
    text-align: center;
}
.anchor_hf:link {
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.anchor_hf:hover, .anchor_hf:active {
    color: var(--text-color);
    text-decoration: none;
    background-color: #EFE9E6;
}

.sample3::after {
    top: -6px;
    right: -215px;
    height: 10px;
    width: 10px;
    border-top: 1px solid var(--text-color);
    border-right: 1px solid var(--text-color);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.caution_area p {
	margin: 0!important;
}
/*////////CTA////////*/
.btn_nomargin {
    margin-bottom: 0;
}



/*////////見出し////////*/
.hf_head2 {
	text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
	line-height: 1.5;
}
.hf_head3 {
	font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 5px 10px;
    /* margin-bottom: 20px; */
    margin: 60px 0 15px;
    border-left: 4px solid #730202;
	
}
.hf2_head3 {
	font-size: 1.7rem;
    font-weight: bold;
	line-height: 1.8;
	margin: 60px 0 15px;
	border-bottom: 1px solid #730202;
	display: flex;
    align-items: center;
}



/*////////img2カラム////////*/
.column01 {
	width: 100%;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: space-evenly;
	margin-top: 0;
}

.column01_box {
    width: 50%;
}

.hr_column01_imgarea {
   margin: 0 2rem;
}

/*////////歩み////////*/
.lead_message {
	/*background: #f7ebd9;*/
    padding: 4rem;
	border: 1px solid #ccc;
	background: #fff;
}
.hf_head2_message {
	margin: 0 0 15px 0;
}

/*////////寿々ペアグラス////////*/
.hf_products_list_center {
	margin: 0;
}
.hf_products_list_center dl {
	margin: 1rem 1% 3rem;
}
.hf_products_list_cente dd .cp_btn, .hf_products_list_cente dd .cp_btn:visited {
	margin-bottom: 0!important;
}

.hf_products 


.caution_list {
	padding: 0;
    margin-left: 20px;
    margin-bottom: 0;
    line-height: 2.8rem;
}
.caution_list h4 {
    font-size: 1.5rem;
    font-weight: bold;
}
.caution_list li {
    list-style-type: disc;
    font-size: 1.5rem;
	margin-left: 2rem;
}
.tag_glassfair{
    text-align: center;
    display: table;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    color: #730202;
    border: 1px solid #730202;
    border-radius: 19px;
    padding: 5px 15px;
    margin: 0 auto 1rem;
    background: #fff;
}
/*////////直営店イベント////////*/
.hr_event_area {
	border: 1px solid #ccc;
    padding: 2rem;
    margin: 2rem 0;
    background: #fff;
}
.hr_event_title {
	font-weight: bold;
    text-align: center;
}
.hr_event_area ul {
    font-size: 1.5rem;
    margin-top: 3rem;
}
.event_list_flex {
    display: flex;
    margin: 2rem;
    justify-content: center;
}
.event_tab_area {
    width: 16%;
}
.event_txt {
    width: 60%;
    border-left: 1px solid #ccc;
    padding-left: 6rem;
}
.hf_contents_event_full {
	text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 2rem;
    color: #730202;
}
.hr_event_headtxt {
	margin: 2rem;
}
.hr_event_inquiry {
	    text-align: center;
    margin-top: 4rem;
}




/*//////////////////////////////*/
/*////////ハーベストクイズ////////*/
/*//////////////////////////////*/
.anchor_hq {
	width: 40%;
}

.hq_lead_p {
	margin-bottom: 3.5rem;
}
.iv20Column02_mc {
    width: 700px;
}
.iv20Column02 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #f2f2f2;
    margin-top: 90px;
}

.products_list_center dt {
	padding-top: 0!important;
}
.hq_items_products_wrap {
	
}
.iv20Column02Img {
    width: 37%;
    margin: 0;
}
.iv20Column02Tx {
	width: 63%;
    padding: 10px 20px;
    margin: 0;
}

.iv20Column02TxH {
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.iv20Column02TxP {
	font-size: 1.3rem;
    line-height: 2.5rem;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.snscp_overflow {
	height: 600px;
    overflow: scroll;
    padding: 0 3rem;
    border: 1px solid #ccc;
	margin-bottom: 60px;

}
.hq_itemdetaile {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 0.6rem 4rem;
    text-align: left;
    align-items: center;
	margin-top: 4rem;
}
.hq_itemdetaile p {
	font-size: 1.2rem;
    line-height: 2.8rem;
    margin: 10px 0;
}

.hq_itemdetaile p span {
	    font-weight: bold;
}

.hq_date_bold {
	font-weight: bold;
}


/*ステップ*/
.hq_HowToApply_wrap {
	font-size: 1.5rem;
}
.hq_HowToApply {
	background: #fff;
    padding: 2rem 4rem;
    margin-bottom: 2rem;
    border-radius: 10px;
	border: 1px solid #ccc;
}
/*.hq_HowToApply p {
	text-align: center;
}*/
.hq_step_no {
	text-align: center;
    font-weight: bold;
	line-height: 0.8;
}

.hq_step_title {
	display: inline-block;
	border-bottom: 1px solid;
    width: 20%;
    margin-top: 0;
    margin-bottom: 0.5rem;

}
.hq_step_subtitle {
	margin: 0!important;
}

.hq_HowToApply_wrap .hq_step_no {
	margin: 0;
	margin-bottom: 2rem;
}
.hq_HowTo_list {
	margin-bottom: 1rem;
}
.hq_HowTo_list p {
	margin: 0;
	margin-left: 2rem;
}
.hq_HowTo_listarea {
	
}
.hq_HowTo_listarea .hq_HowTo_list li {
	list-style-type: disc;
    font-size: 1.5rem;
    margin-left: 2rem;
}
.hq_correctanswer {
	font-weight: bold;
	color: #730202;
}

/*下向き▼*/
.triangle {
	background: #ccc;
    height: calc(tan(60deg)* 30px / 2);
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 0 auto;
    margin: 2rem auto;
}

.hq_items_title {
	font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
}

.hq_new_icon {
	background: #fff;
    border: 1px solid #730202;
    /*padding: 0.2rem 0.6rem;*/
    color: #730202;
    font-weight: normal;
    font-size: 1.2rem;
    margin-right: 1rem;
    width: 60px;
    margin: 0 auto 1.5rem;
}

.hq_end_icon {
	border: 1px solid #333;
    color: inherit;
    font-weight: normal;
    font-size: 1.2rem;
    margin: 0 auto 1.5rem;
    width: 110px;
}
.hq_end_icon_02 {
	padding: 0.5rem;
    margin-left: 1rem;
}
.hq_items_period {
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
}

.hq_items_wrap .hf_products_list_center .relative {
	margin: 10px!important;
}

.hq_quiz_area {
	margin: 4rem 0 6rem;
	text-align: center;
}
.hq_quiz {
	border-bottom: 1px solid #ccc;
    display: inline-block;
	font-weight: bold;
}
.hq_quiz_area .hf_imgbox {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.hq_quiz_wrap {
	margin-bottom: 6rem;
}

.hq_choices {
	font-weight: bold;
	text-align: left;
    display: inline-block;
}

/*.hq_choices_answer {
	font-weight: inherit;
}*/

.snscp_list {
	margin: 2rem 0;
}
.snscp_list li {
    list-style-type: disc;
    font-size: 1.5rem;
	margin-left: 2rem;
    margin-bottom: 1rem;
}

.hq_column03 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.5rem;
}

.hq_column03_box_txt {
	width: 52%;
	margin: 0;
}
.hq_column03_box_txt p {
	margin-top: 0;
}
.hq_column03_box_img {
	width: 45%;
	margin: 0;
}

.hq_column03_box_img .hf_imgbox {
	margin: 0;
}

.hq_item_area {
	padding: 0 1.5rem;
}
.hq_quiz_link_area {
	margin-top: 4rem;
}
.hq_quiz_link_area .btn_topage, .hq_quiz_link_area .arrow_up, .hq_quiz_link_area {
	margin-bottom: 0;
	margin: 1.5rem auto;
}
.btn_answer {
	background: #fff;
	color: #202338;
}
.btn_answer:visited {
	color: #202338;
}

.btn_answer::after {
	border-top: 1px solid #202338;
	border-right: 1px solid #202338;
	right: -254px;
}
.hq_end_link_area {
	margin-top: 6rem;
}
.hq_end_link_area .btn_topage {
	margin: 1.5rem auto;
}


/*///////////////////////////////////////////////////*/
/*//深川製磁特製オリジナルプレート付「紫 2020」「藍 2020」//*/
/*///////////////////////////////////////////////////*/

/*ナビゲーションメニュー矢印*/
.sample3_md::after {
	right: -280px;
}
.anchor_md:hover, .anchor_md:active {
	background-color:#edf1fd!important;
}

.md_section {
    background-color: #edf1fd;
}

.heading01_sub {
	display: block;
    font-size: 1.7rem;
	margin: 0 auto;
}

.sign_imgbox {
	display: block;
	width: 30%;
    margin-left: auto;
	text-align: right;
    
}
.md_imgbox_margin {
	margin-bottom: 70px;
}
.md_imgbox_margin02 {
	margin-bottom: 1rem;
}

.md_explain_img_caption {
	width: 600px;
    margin: 0 auto;
	text-align: center;
}
.column01_md {
	justify-content: space-between;
}
.column01_box_md {
	width: 49%;
}

.md2_head3 {
	border-bottom: 1px solid #0e2467;
}
.md_head4 {
	border-left: 4px solid #0e2467;
}
/*テクニカル情報*/
.product_detail {
	margin: 2rem auto;
}
.taste_area {
	display: flex;
    /*align-items: baseline;*/
}

.taste_title {
	text-align: center;
    background: #222;
    color: #fff;
    padding: 0.5rem 0.8rem;
    font-size: 1.4rem;
	    width: 20%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.tasta_txt {
	/*margin: 0;*/
	margin-left: 1rem;
	    width: 90%;
	    display: flex;
    align-items: center;
}
.md_explain_txt_firstline {
	margin-top: 0;
}
.md_explain_wrap {
	padding-top: 50px;
}
.md_explain_wrap .hf2_head3  {
	margin-top: 0;
}
.md_explain_wrap .hq_wrap_margin {
	margin-top: 4rem;
}
.md_section .lead_message {
	margin-bottom: 0;
}

.md_product_box {
	margin-top: 4rem;
    margin-bottom: 0;
	justify-content: space-between;
}
.md_product_box .product_img_box {
	margin-right: 0;
	padding: 0;
	width: 42%;
}
.md_product_box .product_text_box {
	padding: 0;
	width: 55%;
}
/*==========================================
　　　　　　　　　アコーディオン
==========================================*/
.s_01 .accordion_one {
	max-width: 1024px;
	margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
	background-color: #333;
	color: #fff;
	font-size: 1.5rem;
	padding: 10px 11%;
	text-align: center;
	position: relative;
	/*z-index: +1;*/
	cursor: pointer;
	transition-duration: 0.2s;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}
.s_01 .accordion_one .accordion_header:hover {
	opacity: .8;
}
/*
.s_01 .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 63%;
    right: 5%;
    width: 25px;
    height: 25px;
	border: 1px solid #fff;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	width: 18px;
	height: 2px;
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
	width: 2px;
	height: 18px;
	top: 0;
	left: 8px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
.s_01 .accordion_one .accordion_inner {
	display: block;
	/*margin: 30px 30px 0;*/
	box-sizing: border-box;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
	border-left: 1px solid #ff9a05;
	border-right: 1px solid #ff9a05;
	border-bottom: 1px solid #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
	border-left: 1px solid #1c85d8;
	border-right: 1px solid #1c85d8;
	border-bottom: 1px solid #1c85d8;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
	padding-bottom: 10px;
}

.text_box:last-of-type{
	margin-bottom: 0;
}
.text_box_accordion, .text_box_accordion02 {
	display: none;
	/*margin-bottom: 15px;*/
}
/*.text_box_accordion02 .hq_items_title {
	margin: 0;
}*/
.accordion_close, .accordion_close02{
	display: none;
	color: #fff;
	background-color: #333;
	padding: 5px 20px;
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
.accordion_more, .accordion_more02{
	color: #fff;
	background-color: #333;
	padding: 10px 20px;
	width: 300px;
	margin: 2rem auto;
	text-align: center;
	font-size: 1.4rem;
}
.accordion_more:hover,
.accordion_more:active,
.accordion_close:hover,
.accordion_close:active{
	opacity: 0.8;
	transition: 1s;
	cursor: pointer;
}
.accordion_more02:hover,
.accordion_more02:active,
.accordion_close02:hover,
.accordion_close02:active{
	opacity: 0.8;
	transition: 1s;
	cursor: pointer;
}

.hq_quiz_area .accordion_more::after, .hq_quiz_area .accordion_more02::after {
	top: -2px;
    right: -262px;
    height: 10px;
    width: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(45deg);
}





/*アコーディオン アイコンで開閉*/
.accordion_one_hq {
	margin-bottom: 2rem;
	width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.accordion_area_hq .accordion_one_hq .ac_header_hq {
    background-color: #ffffff;
   /* border: 1px solid #ccc;*/
    padding: 1.5rem;
    position: relative;
    z-index: +1;
    cursor: inherit;
    transition: .2s;
	
}

.accordion_area_hq .accordion_one_hq .ac_inner_hq {
    /*display: block;*/
    padding: 2rem 4rem;
    box-sizing: border-box;
    background: #fff;
	display: none;
}
.million_ac_title {
	font-weight: bold;
	font-size: 1.7rem;
	border-left: 4px solid #730202;
	padding: 5px 10px;
}

.million_ac_title::after {
transform: rotate(90deg);
}
.toggle:checked + .million_ac_title::before {
transform: rotate(90deg) !important;
}
.accordion_area_hq .accordion_one_hq .ac_header_hq .i_box {
	display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;}
.accordion_area_hq .accordion_one_hq .ac_header_hq .i_box:before, .accordion_area_hq .accordion_one_hq .ac_header_hq .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area_hq .accordion_one_hq .ac_header_hq .i_box:before {
  border-top: 2px solid #730202;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area_hq .accordion_one_hq .ac_header_hq .i_box:after {
  border-left: 2px solid #730202;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area_hq .accordion_one_hq .ac_header_hq.open .i_box:after {
  height: 0;
}


/*//////////////////////////////////*/
/*///////ハーベストフェア2025////////*/
/*//////////////////////////////////*/
.contents_inner_imgbox {
	margin: 30px auto;
}
.sign_img {
	display: flex;
    justify-content: right;
    margin: 1rem;
}
.sign_img img {
	width: 120px;
}
.message_sign_txt {
	text-align: right;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 2rem auto;
    font-family: serif;
}
.message_postscript {
	margin: 6rem auto 0;
}
.enishi_img {
	text-align: center;
    margin: 2rem;
}
.enishi_img img {
	width: 180px;
}
.category_tag {
	font-size: 1.3rem;
    border: 1px solid;
    padding: 0.1rem 0.5rem;
    margin: 1rem;
    display: inline-block;
}
.item_sub_heading:first-of-type {
	margin-top: 30px;
}
.ex_title {
	font-weight: bold;
}
.description_txt ul {
	font-size: 1.5rem;
    line-height: 1.8;
}
.description_txt li {
	list-style: inherit;
    margin-left: 2rem;
	margin-bottom: 1rem;
}
.description_txt .item_total_ex {
	text-decoration: underline;
	text-decoration-skip-ink: none;

}
.fair_caution_wrap ul {
	font-size: 1.5rem;
    line-height: 1.8;
}
.fair_caution_wrap li {
	list-style: inherit;
    margin-left: 2rem;
}
.btn_topage_hf {
	margin-bottom: 0;
}
.hf_head2 {
	margin: 0;
}
.txt_link {
	text-decoration: underline;
}

/*SNS*/
.sns_wrap {
	display: flex;
    justify-content: space-between;
flex-wrap: wrap;
margin-top: 30px;
}

/*投稿2つの場合*/
.sns_post {

	width: 45%;
}
.sns_post iframe {
	min-width: auto!important;
	max-height: 635px;
}
.sns_wrap {
	justify-content: space-around;
}
/*end*/

/*投稿３つ以上の場合
.sns_post {
	width: 31%;
}
	.sns_post iframe {
	min-width: auto!important;
	max-height: 565px;
}
*/

.sns_post iframe .Caption {
	    height: 145px!important;
}
.sns_post iframe .Footer {
	display: none!important;
}

.column_sns {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	margin: 3rem auto 6rem;
}
.column_sns_box {
	width: 45%;

}
.small_column_sns {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
    align-items: center;
}
.small_column_sns_box_img {
	width: 15%;
	margin-right: 2rem;
}
.small_column_sns_box_txt p {
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
}
.small_column_sns_box_txt p a {
	text-decoration: underline;
    color: inherit;
}




/*抽選*/
.fair_lottery_item_wrap .column02 {
	justify-content: space-between;

}
.fair_lottery_item {
	text-align: center;
}
.lottery_item_tag {
	font-size: 1.5rem;
    border: 1px solid #730202;
    border-radius: 20px;
    padding: 0.3rem 2rem;
    margin: 1rem auto;
    display: inline-block;
    color: #730202;
	font-weight: bold;
}
.lottery_item_img {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	width: 90%;
    margin: 0 auto;
}
.hf_item_head4 {
	font-size: 1.7rem;
    font-weight: bold;
    margin: 2rem auto;
	line-height: 1.8;
}
.fair_lottery_item p {
	text-align: left;
}


.hf2_head4 {
	font-size: 1.5rem;
    line-height: 2.8rem;
    font-weight: bold;
    margin: 3rem 0 1rem;

}

.hf2_head3_small {
	font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 10px;
    border-left: 4px solid #730202;
    margin: 60px 0 15px;
}
/*==========================================

　　　　　　　　　SPレイアウト

==========================================*/
@media screen and (max-width: 680px) {
/*==========================================*/	
	.hf_news_area {
		width: 100%;
	} 
	.hf_news_area dt {
		margin-right: 2.5rem;
		font-size: 1.2rem;
	}
	.hf_news_area dd {
		width: 100%;
	}
	.hf_news_txt {
		font-size: 1.2rem;
	}
	.block_title {
		font-size: 1.9rem;
	}
	
	.hf_head2 {
		font-size: 2rem;
	}
	
    .column01_box {
        width: 100%;
        margin: 2rem 0;
    }
    .hr_column01_imgarea {
        margin: 0;
    }
	
    .caution_list h4 {
        font-size: 1.4rem;
    }
    .caution_list li {
        font-size: 1.4rem;
    }
	

	
	
    .hr_event_title {
        font-size: 1.5rem;
    }
    .event_list_flex {
        margin: 2rem 0;
        justify-content: space-between;
    }
    .event_txt {
        width: 81%;
        padding-left: 1.8rem;
    }
	
	.cp_period {
		width: 100%;
	}
	
	.tag_glassfair {
        margin-bottom: 2rem;
    }
	
	
    .anchor_3_area {
        width: 100%;
        display: block;
        padding: 0 15px;
    }
	.anchor_hf {
		width: 100%;
		padding: 10px;
		margin-bottom: 20px;
	}
	.anchor_million {
		width: 100%;
	}
	.anchor_million:nth-child(4) {
		width: 100%;
	}
	.anchor_million {
		padding: 10px;
	}
	.sample3::after {
		 right: -245px;
	}
	
	.lead_message {
		padding: 2rem;
	}
	.hr_event_headtxt {
		margin: 2rem 0;
	}
	
	.page_up p {
		font-size: 1rem;
	}
	.hf_products_list_center dl {
    margin: 2rem auto;
}
	
	
	
/*//////////////////////////////*/
/*////////ハーベストクイズ////////*/
/*//////////////////////////////*/	
	.anchor_hq {
	width: 100%;
}
	
	
	/*.hf2_head4 {
		font-size: 1.6rem;
	}*/
	
	    .iv20Column02 {
        display: block;
        flex-wrap: wrap;
        width: 100%;
        padding: 30px;
        margin: 0;
    }
	
	.hq_lead_p {
		margin-bottom: 10px;
	}
	.hq_column03_box_img .hf_imgbox {
		margin: 2.5rem auto 3.5rem;
	}
	
	.hq_HowToApply {
		padding: 2rem;
	} 
	
	
	
    .iv20Column02Img {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
	.snscp_overflow {
	height: 350px;
	}

	
	    .iv20Column02 {
        display: block;
        flex-wrap: wrap;
        width: 100%;
        padding: 30px;
    }
	.iv20Column02Img {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

	    .iv20Column02Tx {
        width: 100%;
        margin: 0;
        padding: 0;
    }
	    .iv20Column02TxH_rt {
        text-align: center;
    }
	.iv20Column02_mc .iv20Column02TxP {
        margin: 10px 0;
    }
	
	.hq_column03 {
		display: block;
	}
	.hq_column03_box_txt, .hq_column03_box_img {
		width: 100%;
	}
	.hq_itemdetaile {
		padding: 1rem 2rem;
		display: block;
	}
	.hq_itemdetaile p {
    margin: 0;
}
	.hf_products_list_now {
		margin-bottom: 3rem;
	}

	.hq_item_area {
    padding: 0 1rem;
}
	
	.hq_quiz_area {
		margin: 2rem 0 6rem;
	}
	.btn_answer::after {
		right: -194px;
	}
	
	.snscp_list li {
		font-size: 1.4rem;
	}
	
	.hq_end_icon_02 {
		margin-left: 0;
	}
	.snscp_overflow {
		margin-bottom: 0;
	}
	
	
	/*ボタンサイズを他のページとかえる*/
	.btn_topage {
		width: 250px!important;
	}
	.accordion_more, .accordion_more02 {
		width: 250px;
	}
	/*///////////////////*/
	
	  .accordion_area_hq .accordion_one_hq .ac_header_hq {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }

  .accordion_area_hq .accordion_one_hq .ac_header_hq .i_box {
    display: block;
   right: 2rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
	}
  .accordion_area_hq .accordion_one_hq .ac_header_hq .i_box:before {
    width: 15px;
  }
  .accordion_area_hq .accordion_one_hq .ac_header_hq .i_box:after {
    height: 16px;
    right: 7px;
  }
  .accordion_area_hq .accordion_one_hq .ac_inner_hq {
	  display: none;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
	
	.accordion_one_hq {
		width: 100%;
	}
	.comment_txt_area {
		width: 100%;
	}
	.interview_q {
		font-size: 1.4rem;
		line-height: 1.8;
		    margin: 2rem 0 1rem;
	}
	
/*///////////////////////////////////////////////////*/
/*//深川製磁特製オリジナルプレート付「紫 2020」「藍 2020」//*/
/*///////////////////////////////////////////////////*/

/*ナビゲーションメニュー矢印*/
.sample3_md::after {
	right: -290px;
}

	.md_explain_img_caption {
		width: 100%;
		text-align: left;
	}
	
	.taste_title {
		    width: 32%;
	}
	.sign_imgbox {
		width: 50%;
	}
	.md_explain_wrap .hq_wrap_margin {
		    margin-bottom: 0;
	}
	.heading01_sub {
		margin-bottom: 1rem;
	}
	.md_product_box {

}
.md_product_box .product_img_box {
	width: 100%;
}
.md_product_box .product_text_box {
	width: 100%;
}
	
/*//////////////////////////////////*/
/*///////ハーベストフェア2025////////*/
/*//////////////////////////////////*/
.sns_wrap {
	display: block;
}
.sns_post {
    width: 100%;
}
.hf2_head3 {
	display: inline-block;
	        line-height: 2;
			        width: 100%;
}
.category_tag {
	margin: 0;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.description_txt ul, .fair_caution_wrap ul {
	font-size: 1.4rem;
}
.fair_lottery_item {
	margin-bottom: 30px;
}
	
/*==========================================*/	
}
/*==========================================*/	



