.fs-preview-header { display: none; }
/*お気に入りボタン削除*/
.fs-c-button--addToWishList--icon{ display: none; }

.fs-c-button--carousel {
/*カルーセル矢印の色(PC)*/
  color: #808080;
}

@media screen and (max-width: 768px) {
.fs-c-button--carousel {
/*カルーセル矢印の色(sp)*/
  color: #222;
}
}

/*商品詳細原材料テーブルl_detailarea*/
.l_detailarea table th {
    border: 1px solid #eae9e8;
    padding: 15px 0;
    line-height: 2;
    text-align: center;
    width: 21.7%;
}

.l_detailarea table td {
    border-top: 1px solid #eae9e8;
    border-right: 1px solid #eae9e8;
    border-bottom: 1px solid #eae9e8;
    padding: 15px 4.2%;
    line-height: 1.85;
}

.l_detailarea02 table th {
    border: 1px solid #eae9e8;
    padding: 15px 0;
    line-height: 2;
    text-align: center;
    width: 21.7%;
}

.l_detailarea02 table td {
    border-top: 1px solid #eae9e8;
    border-right: 1px solid #eae9e8;
    border-bottom: 1px solid #eae9e8;
    padding: 15px 4.2%;
    line-height: 1.85;
}

/*ご利用ガイドh4*/
.spe_box01 h4 {
		font-weight: bold;
		margin: 20px 0 10px;
	}

/*ご利用ガイド時間帯リスト*/
.spe_box01 ul{
		display:flex;
	}
	.spe_box01 li{
	padding:10px;
	margin-right: 1.5%;
	margin-top:1%;
    text-align: center;
    border: 1px solid #d3d2d0;
    background-color: #fdfdfd;
}
@media screen and (max-width: 768px) {
    .spe_box01 li {
        width: 20%;
        font-size: 10px;
        margin-top: 5%;
    }
}

/*ご利用ガイドクレジットカード画像*/
@media screen and (max-width: 768px) {

.spe_box01 img.cregit {
		width: 90% !important;
	}
}

/*ご利用ガイド注文の流れ*/
.spe_box01 .cart-flow h4 {
		font-weight: bold;
		margin:20px 0;
	}
	.spe_box01 .cart-flow h4 span {
	    background-color: #aaa;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        line-height: 2.1;
        border-radius: 5px;
        margin-right: 1em;
        padding: 0 0.5em;
        font-weight: normal;
        letter-spacing: 0.07em;
    }

/*ヘッダ検索ボタン*/
.fs-p-inputGroup {
  border: 1px solid #808080;
  background: #808080;
}
.fs-p-inputGroup__button {
  background: #808080;
}

/*商品一覧カテゴリメニュー上マージン（SP)*/
.fs-p-sideMenu {
  margin: 20px 0;
}

.rh_down ul li {
    font-size: 1.3rem;
}

/*ご利用ガイドのし（PC&SP）*/
@media screen and (min-width: 751px) {
    .noshi_img {
        margin-bottom: 60px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    
    .noshi_img .item {
        width: 27.7%;
        margin-right: 4.6%;
    }

    .noshi_img .item:first-child {
        width: 28.9%;
    }

    .noshi_img .item .text {
        margin-top: 20px;
    }

    .noshi_img .item .text strong {
        font-size: 16px;
    }

    .noshi ul {
        margin-top: 49px;
    }
}
@media screen and (max-width: 750px) {
    .noshi_img {
        margin-top: 15px;
    }

    .noshi_img .item {
        width: 100%;
    }

    .noshi_img .item img {
        width: 100%!important;
    }

    .noshi_img .item:not(:first-child) {
        margin-top: 20px;
    }

    .noshi_img .item .text {
        margin-top: 10px;
    }

    .noshi_img .item .text strong {
        font-size: 14px;
    }

    .noshi ul {
        margin-top: 30px;
    }
}

/*本文テキストをくっきりさせる*/
body {
	font-weight: 500;
	}

/*SPメニュー調整*/
	.sp_nav {
		margin-bottom: 15%!important;
	}

.sp_snav .products {
		border-top: 1px solid #c8c8c8;
	}


/*商品詳細商品名マージン（SP)*/
.fs-c-productNameHeading {
    margin-bottom: 10%;
}

/*商品詳細商品説明タブ切り替え（SP)*/
@media screen and (max-width: 768px) {
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 1px solid #e9e8e8;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
border-top: 1px solid #eae9e8;
    border-left: 1px solid #eae9e8;
    border-right: 1px solid #eae9e8;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 10px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #e9e8e8;
  color: #000;
}
#exp-1{
  margin-bottom:40px;
}
}

/*商品詳細商品説明タブ切り替え（PC)*/
@media screen and (min-width: 769px) {
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 1px solid #e9e8e8;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
border-top: 1px solid #eae9e8;
    border-left: 1px solid #eae9e8;
    border-right: 1px solid #eae9e8;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab3_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 10px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #e9e8e8;
  color: #000;
}
#exp-1{
  margin-bottom:40px;
}
}

/*商品詳細商品説明タブ切り替え3つ用（SP)*/
@media screen and (max-width: 768px) {
/*タブ切り替え全体のスタイル*/
.tabs3 {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab3_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 1px solid #e9e8e8;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
border-top: 1px solid #eae9e8;
    border-left: 1px solid #eae9e8;
    border-right: 1px solid #eae9e8;
}
.tab3_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab3_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 10px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs3 input:checked + .tab3_item {
  background-color: #e9e8e8;
  color: #000;
}
}
/*商品詳細商品説明タブ切り替え3つ用（PC)*/
@media screen and (min-width: 769px) {
/*タブ切り替え全体のスタイル*/
.tabs3 {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab3_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 1px solid #e9e8e8;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
border-top: 1px solid #eae9e8;
    border-left: 1px solid #eae9e8;
    border-right: 1px solid #eae9e8;
}
.tab3_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 10px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs3 input:checked + .tab3_item {
  background-color: #e9e8e8;
  color: #000;
}
}

/*マイページボタン表示調整（sp)*/
@media screen and (max-width: 768px) {
.fs-c-accountService {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fs-c-accountService > li {
  width: 48%;
  padding: 8px 0 0 2%;
  flex-basis: auto;
}
}

/*商品詳細項目選択肢入力欄*/
.r_detailarea .pro_num input {
  width: 100%!important;
  text-align: left!important;
  padding: 8px!important;
}
.r_detailarea02 .pro_num input {
  width: 100%!important;
  text-align: left!important;
  padding: 8px!important;
}
.fs-c-productSelection__name {
  font-size: 1.4rem;
  text-align: left;

}

/*オプション価格項目選択肢入力欄*/
.fs-c-productOption__name, .fs-c-productOption__comment {
  font-size: 1.4rem;
}
.fs-c-productOption__option {
  margin: 0 0 20px;
}
/*商品説明商品紹介を一列に*/
ul.set_list li {
  width:100%!important;
}

/*汎用マージン*/
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mt60{
	margin-top:60px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mb60{
	margin-bottom:60px;
}

/*パンくずリスト下マージン*/
.fs-c-breadcrumb__list {
  margin-bottom: 20px;
}

/*カートボックス内商品説明文*/
#exp-2{
  margin-bottom:40px;
  font-size: 14px;
}
.r_detailarea .pro_name h1 span{
  font-size: 26px;
}
.fs-c-productPrice{
padding: 0!important;
}

/*カートボックス内SNSボタン*/
.fs-p-footerSnsLink {
  margin: 40px 0 20px;
}
.fs-p-snsArea {
  margin: 40px 0 20px;
}
.fs-c-button--primary {
  width: 100%!important;
  font-size: 16px;
  border-radius: 4px;
}

/*下層のｈ1用*/
h1#h1_sec {
  padding: 192px 0 82px !important;
}








/*商品詳細変更*/
@media screen and (min-width: 769px) {
	.l_detailarea02 {
		width: calc(100% - 40% - 30px)!important;
		padding-right: 30px;
		float: left;
	}
	.l_detailarea02 .pro_name h1 span{
		font-size: 2.8rem;
		font-weight: bold;
		margin-bottom: 48px;
		line-height: 160%;
	}
	.r_detailarea02 .pro_name h1 span{
		font-size: 2.8rem;
		font-weight: bold;
		margin-bottom: 48px;
		line-height: 160%;
	}
	.l_detailarea02 .pro_txt p {
		margin-bottom: 30px;
	}
	.l_detailarea02 .pro_txt p span {
		font-weight: bold;
		color: #4b3615;
		display: block;
		margin-bottom: 8px;
	}
	.r_detailarea02 {
		float: right;
		width: 42%!important;
		box-sizing: border-box;
		border: none!important;
		padding: 0px 40px 40px!important;
		background-color: #fff;
	}
	.r_detailarea02 .num_txt {
		text-align: right;
		color: #ff4242;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.r_detailarea02 .pro_num {
		text-align: right;
		margin-bottom: 24px;
	}
	.r_detailarea02 .pro_num span {
		font-weight: bold;
	}
	
	.r_detailarea02 .pro_num span.soldout_txt {
		font-size: 3.0rem;
		color: #ff5e3e;
	}
	.r_detailarea02 .pro_num input {
		width: 92px;
		height: 36px;
		border: 1px solid #cccccc;
		box-sizing: border-box;
		background-color: #fff;
		padding: 0 20px;
		font-size: 1.6rem;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Hiragino Sans, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align: right;
	}
	.r_detailarea02 .pro_price {
		font-weight: bold;
		color: #ff5e3e;
		text-align: right;
		margin-bottom: 24px;
	}
	.r_detailarea02 .pro_price span {
		font-size: 2.5rem;
	}
	.r_detailarea02 .cart_s_txt {
		font-size: 1.2rem;
		line-height: 160%;
		margin-bottom: 20px;
	}
	.r_detailarea02 input[type="submit"] {
		width: 100%;
		height: 50px;
		background-color: #3eb43e;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Hiragino Sans, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align: center;
		line-height: 50px;
		border: none;
		margin-bottom: 20px;
	}
	.r_detailarea02 input[type="submit"]:hover {
		cursor: pointer;
		opacity: 0.8;
	}
	.r_detailarea02 .cart_tokutei {
		font-size: 1.4rem;
	}
	.r_detailarea02 .cart_tokutei a {
		text-decoration: underline;
	}
#product_image_area02 {
		max-width: 700px;
		padding: 130px 0 20px;
		background-color: #fff;
	}

}
.r_detailarea02 .fs-c-productNameHeading__copy {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.57;
    display: block;
}

@media screen and (max-width: 768px) {
	.l_detailarea02 {
		width: 100%;
	}
	.l_detailarea02 .pro_name h1 {
		margin-bottom: 10px;
	}
	.l_detailarea02 .pro_name h1 span {
		font-size: 2.35rem;
		margin-bottom: 20px;
		line-height: 140%;
	}
	.l_detailarea02 .pro_txt p {
		margin-bottom: 30px;
	}
	.l_detailarea02 .pro_txt p span {
		font-weight: bold;
		color: #4b3615;
		display: block;
		margin-bottom: 10px;
	}
.l_detailarea02 .fs-c-productCarouselMainImage__expandButton {
  display: none;
}
.l_detailarea02 .fs-c-slick .slick-prev {
  display: none!important;
}

.l_detailarea02 .fs-c-slick .slick-next {
  display: none!important;
}

.l_detailarea02 .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.l_detailarea02 .fs-c-button__label{
		font-size: 1.5rem;
}
.l_detailarea02 .fs-c-button--primary {
    height: 60px;
}
.l_detailarea02 .fs-p-productDescription,.fs-p-productDescription--short{
    width: 90%;
    margin: 0 auto;
}



	
	.r_detailarea02 {
		width: 90%;
		max-width: 380px;
		box-sizing: border-box;
		border: none;
		padding: 0px;
		margin: 0 auto;
		margin-top: 40px;
		background-color: #fff;
	}
	.r_detailarea02 .num_txt {
		text-align: right;
		color: #ff4242;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.r_detailarea02 .pro_num {
		text-align: right;
		margin-bottom: 24px;
	}

	.r_detailarea02 .pro_num span {
		font-weight: bold;
	}
	.r_detailarea02 .pro_num span.soldout_txt {
		font-size: 3.0rem;
		color: #ff5e3e;
	}
	.r_detailarea02 .pro_num input {
		width: 92px;
		height: 36px;
		border: 1px solid #cccccc;
		box-sizing: border-box;
		background-color: #fff;
		padding: 0 20px;
		font-size: 1.6rem;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Hiragino Sans, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align: right;
	}
	.r_detailarea02 .pro_price {
		font-weight: bold;
		color: #ff5e3e;
		text-align: right;
		margin-bottom: 24px;
	}
	.r_detailarea02 .pro_price .fs-c-price__value {
		font-size: 2.4rem;
	}
/*
	.r_detailarea02 .pro_price span {
		font-size: 2.4rem;
	}
*/
	.r_detailarea02 .cart_s_txt {
		font-size: 1.2rem;
		line-height: 160%;
		margin-bottom: 20px;
	}
	.r_detailarea02 input[type="submit"] {
		width: 100%;
		height: 50px;
		background-color: #3eb43e;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Hiragino Sans, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align: center;
		line-height: 50px;
		border: none;
		margin-bottom: 20px;
	}
	.r_detailarea02 input[type="submit"]:hover {
		cursor: pointer;
		opacity: 0.8;
	}
	.r_detailarea02 .cart_tokutei {
		font-size: 1.4rem;
	}
	.r_detailarea02 .cart_tokutei a {
		text-decoration: underline;
	}
}

/*おすすめ商品リスト*/
.fs-c-featuredProduct {
    width: calc(100% - 10%);
    max-width: 1280px;
    min-width: 1110px;
    margin: 0 auto;	
	}
.fs-c-featuredProduct .fs-c-productListCarousel__list__item {
		flex-basis: 322px;
		max-width: 200px;
		min-width: 200px;
		margin: 0 8px 30px;
		background-color: #fff;
		box-shadow: 4px 6px 0 rgba(191, 191, 191, 0.7);
	}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
		border-bottom: none;
		font-size: 2.0rem;
		font-weight: bold;
		border-left: 8px solid #333;
		padding-left: 18px;
		margin-bottom: 32px;
		color: #333;
}
@media screen and (max-width: 768px) {
.fs-c-featuredProduct {
	width: 90%;
	min-width: 345px;
	margin: 0 auto;
	}
}

/*=================================================================*/
/*	業務用フォーム */
/*=================================================================*/

.business-list{
	margin-bottom:40px;
}
.business-list li{
	display: inline-block;
	margin-bottom:20px;
	width:13%;
	margin-right:1%;
	}
.business-list li span {
    display: block;
    font-size: 90%;
    line-height: 120%;
    margin-top: 5px;
    text-align: center;
}
@media screen and (max-width: 768px) {
.business-list{
    margin-bottom:40px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.business-list li{
    display: inline-block;
    margin-bottom: 5%;
    width: 30%;
    margin-right:1%;
}
.business-list li span {
    display: block;
    font-size: 80%;
    line-height: 120%;
    margin: 5px auto 0;
    text-align: left;
    width: 90%;
}
}

/*=================================================================*/
/*	カート内の商品数 */
/*=================================================================*/
.rh_down {
  position: relative;
}
.number .fs-client-cart-count {
  background: #E25B33;
  border-radius: 1em;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  padding: 0.25em 0.4em;
  position: absolute;
  top: -5px;
  right: 41px;
}
@media screen and (max-width: 768px) {
.rh_down {
  position: relative;
}
.number .fs-client-cart-count {
  background: #E25B33;
  border-radius: 1em;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  padding: 0.25em 0.4em;
  position: absolute;
  top: -5px;
  right: -5px;
}
}

/*=================================================================*/
/*	パンくず */
/*=================================================================*/
.fs-c-breadcrumb {
    font-size: 1.2rem;
    width: calc(100% - 10%);
    max-width: 1280px;
    min-width: 1110px;
    margin: 0 auto;
    padding-top: 140px;
}
.search_list .fs-c-breadcrumb {
    padding-top: 0px;
}
@media screen and (max-width: 768px) {
.fs-c-breadcrumb {
    width: calc(100% - 10%);
    margin: 0 auto;
    padding: 0;
    max-width: 90%;
    min-width: 90%;
    font-size: 0.9rem;
}
.fs-c-breadcrumb__list {
    margin-bottom: 0px;
}
}

/*=================================================================*/
/*	お客様の声（SP) */
/*=================================================================*/

@media screen and (max-width: 768px) {
.container02 #exp-1,h2,.fs-c-productReview {
		width: 90%!important;
		margin: 20px auto!important;
	}
}

/*=================================================================*/
/*	キャンペーンページ*/
/*=================================================================*/

ul.campaign{
  
}
ul.campaign li{
  list-style: disc;
  margin-left: 1.6em;
}

/* ------------------------------------------  
BUTTON
------------------------------------------ */
p.btn {
    margin: 16px auto;
    clear: both;
    line-height: 1.45em;
}

p.btn.txt_r {
    text-align: right;
}

.btn a {
    display: inline-block;
    min-width: 180px;
    text-decoration: none;
    font-size: 96%;
    padding: 7px 32px;
    background-color: #168200;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
}


.btn a:hover {
    opacity: 0.7;
    color: #fff;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.btn a:visited{
    color: #fff;
  }

.ori_img_campaign,.ori_img_campaign1{
	display: flex;
	gap: 10px;
	justify-content: center;
}

.img_waku img{
	border: 1px solid #dfdfdf;
}

@media screen and (max-width: 768px) {
.ori_img_campaign{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.ori_img_campaign img{
	width: calc(50% - 14px) !important; /* gap padding分を引く */
	padding: 0px;
}
.ori_img_campaign1{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.ori_img_campaign1 img{
	width: 100%!important; /* gap padding分を引く */
	padding: 0px;
}
.other_ttl {
		width: 100%!important;
}
/*=================================================================*/
/*	h2 */
/*=================================================================*/
	h2 {
		margin-left: 0px!important;
	}
}

p.catch{
	font-size: 120%;
	width: 1000px;
	margin: 0 auto;
	letter-spacing: 0.02em;
	font-weight: bold;
	line-height: 1.75em;
	text-align: center;
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 0.5em; /* 線の太さ */
	text-decoration-color: rgb(255 0 0 / 21%); /* 線の色 */
	text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */

}
p.catch a {
    text-decoration: none !important;
}
@media screen and (max-width: 768px) {
	p.catch{
		width: 100%;
		text-align: left;
		font-size: 100%;
	}
}

h1#h1_sec_no {
  padding: 0px 0 82px !important;
}
@media screen and (max-width: 768px) {
  h1#h1_sec_no {
    padding: 0 !important;
    margin: 0;
  }
}















.btn{
    /* display: inline-block; */
    outline: 0;
    position: relative;
    border: 1px solid;
    border-radius: 4px;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 20px 60px;
    min-height: 51px;
    font-size: 14px;
    line-height: 40px;
}
.btn:hover{
    opacity: 0.7;
}
.btnFluid {
    width: 100%;
}
.btnPrimary{
    border-color: #11C2A3 !important;
    background-color: #11C2A3;
    color: #fff !important;
}
.Container{
    padding:50px 0 70px 0;
}
.egift_page {
    text-align: center;
    margin:auto;
    font-family: "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.egift_page--button {
    max-width: 678px;
    margin:auto;
    padding:32px 0px;
}
    
.egift_page--top {
    position: relative;
    max-width: 900px;
    margin:auto;
    padding:32px 0px;
    }
.egift_page--top--text {
    color: #000000;
    font-size: 32px;
}
.egift_page--section1 {
    padding: 60px 20px 20px;
}
.egift_page--section1--title {
    font-size: 25px;    
}
.egift_page--section1--text {
    padding: 32px;
    font-size: 16px;
    line-height:2em;
}
.egift_page--section1--explanation {
    padding: 20px 0
}
.egift_page--section2 {
    padding: 50px 0;
}
.egift_page--section2--title {
    font-size: 25px;
}
.egift_page--section2--content {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.egift_page--section2--content--1,
.egift_page--section2--content--2,
.egift_page--section2--content--3 {
    padding: 0 15px;
    width: 370px;
}
.egift_page--section2--content--1--text,
.egift_page--section2--content--2--text,
.egift_page--section2--content--3--text {
    font-size: 14px;
    padding: 10px 10px;
    min-height:118px;
    font-family: "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height:2em;
}
.egift_page--section3 {
    padding-bottom: 50px;
}
.egift_page--section3--title {
    font-size: 25px;
}
.egift_page--section3--content {
padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.egift_page--section3--content--1,
.egift_page--section3--content--2,
.egift_page--section3--content--3 {
    padding: 0 15px;
    width: 370px;
}
.egift_page--section3--content--1--text,
.egift_page--section3--content--2--text,
.egift_page--section3--content--3--text {
    font-size: 14px;
    padding: 10px 10px;
    min-height:118px;
    font-family: "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height:2em;
}

.visible-xs {
    display: none;
}
.invisible-xs {
    display: inline;
}

.egift_page--faq{
    max-width: 1100px;
    padding: 60px 20px 20px;
    margin: auto;
}
.egift_page--faq--title {
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 32px 0;
}
.egift_page--faq--accordion {
    margin: auto;
    margin-bottom: 7px;
    border-bottom: 1px solid #bdbdbd;
}
.egift_page--faq--accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%2311c2a3%3B%22%2F%3E%0A%3C%2Fsvg%3E');    background-position: right calc(2em - 7px) center;
    background-size: 22px;
    background-repeat: no-repeat;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.egift_page--faq--accordion summary::-webkit-details-marker {
    display: none;
}

.egift_page--faq--accordion summary::before,
.egift_page--faq--accordion summary::after {
    position: absolute;
    right: calc(2em + 2.5px);
    width: 3px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.egift_page--faq--accordion summary::before {
    rotate: 90deg;
}

.egift_page--faq--accordion summary::after {
    transition: rotate .3s;
}

.egift_page--faq--accordion[open] summary::after {
    rotate: 90deg;
}

.egift_page--faq--accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    text-align: left;
}

.egift_page--faq--accordion[open] p {
    transform: none;
    opacity: 1;
}

.anygift-explain-modal__section__img[src*="step04"] + .anygift-explain-modal__section__text {
  font-size: 0 !important;
}

.anygift-explain-modal__section__img[src*="step04"] + .anygift-explain-modal__section__text::before {
  content: '通常eギフトの有効期限は5日/チケットの有効期限は180日です。お相手が入力し忘れた場合、 あなたの住所に商品を届けます。';
  font-size: 12px !important;
  display: block;
}

@media screen and (max-width: 768px) {
    .egift_page--top--text {
        font-size: 14px;
    }
    .egift_page--note {
        font-size: 20px;
    }
    .egift_page--section1--title {
        font-size: 24px;
    }
    .egift_page--section1--content {
        font-size: 14px;
    }
    .egift_page--section1--text {
        font-size: 14px;
    }
    .egift_page--section1--features {
        padding: 10px 0   
    }
    .egift_page--section1--explanation {
        padding: 10px 0
    }
    .egift_page--section2--title {
        font-size: 24px;
    }
    .egift_page--section2--content {
        padding: 20px  0;
        font-size: 14px;
        display: block;
    }
    .egift_page--section2--content--1,
    .egift_page--section2--content--2,
    .egift_page--section2--content--3 {
        padding: 20px 0;
        margin: 0 auto;
        width: 100%;
    }
    .egift_page--section2--content img {
        padding-bottom: 18px;
    }
    .egift_page--section3--title {
    font-size: 24px;
    }
    .egift_page--section3--content {
        padding: 20px  0;
        font-size: 14px;
        display: block;
    }
    .egift_page--section3--content--1,
    .egift_page--section3--content--2,
    .egift_page--section3--content--3 {
        padding: 20px 0;
        margin: 0 auto;
        width: 100%;
    }
    .egift_page--section3--content img {
        padding-bottom: 18px;
    }
    .visible-xs {
        display: inline;
    }
    .invisible-xs {
        display: none;
    }
    .egift_page--faq--title {
        font-size: 24px;
      }
  
    .egift_page--faq--accordion summary {
        text-align: left;
        padding: 1em 4em 1em 2em;  
    }    
}
