@charset "utf-8";
/* CSS Document */

/*fade-in*/
 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

/*h1.fs-c-heading { display: none;}*/
.sale-bnr { display: none;} 

#original_wrapper h2 {
font-family: "p22-morris-golden", sans-serif;
font-weight: 400;
font-style: normal;
    text-align: center;
    font-size: 280%;
}

#original_wrapper h3 {
font-family: "p22-morris-golden", sans-serif;
font-weight: 400;
font-style: normal;
text-align: center;
font-size: 180%;
padding:0;
margin:0 0 15px;
letter-spacing: 0.1em;
text-decoration: underline 3px #d2ca85;
}

@media (min-width: 768px) {
#original_wrapper h3 {
font-size: 200%;
margin:50px 0 15px;
}}

#original_wrapper h4 {text-align: center;font-size: 130%;padding:0;margin: 0 auto;background-color: initial;color: #666;font-weight: bold; text-decoration: underline #c38181;}

.topimg{
    width: 100vw;
    max-width: 1216px;
    margin-right: auto;
    margin-left: auto;
}
.contents_wrap{color: #000000;}
.contents_wrap h2{/*font-family: 'Noto Serif JP', serif;*/text-align: center;font-size: 200%;}

/*テキストリンク*/
#original_wrapper a {color: #9f1e14;text-decoration: underline;}
#original_wrapper a:hover {color: #F44336;text-decoration: underline;}

/*訴求ポイント*/
.box {display: flex;margin: 50px 0 100px;}
.box p{color: #666;}
.box .product:first-child {margin: 50px 50px 0 0;}
.box .product:last-child {margin: 100px 0;}
.imagebox {margin: 100px 0;}
.img_l {width: 80%;margin: auto;}
.img_r {margin-left: 30%;}
.img_01 {padding: 50px 5px 0 0; width: 110%;}
.img_02 {padding: 50px 0 0 5px; width: 80%; margin: 0 auto;}
.img_03 {padding: 50px 5px 0 0; width: 110%;}
.img_04 {padding: 50px 0 0 5px; width: 80%; margin: 0 auto;}
.text_02,.text_04{width: 100%; max-width: 100%;}
.textsp_02,.textsp_04{display: none;}

/*サブタイトル*/
.subtitle {text-align: center;}
.subtitle p {font-size: 180%;}

/*リード*/
.lead {margin: 20px 0 50px;text-align: center;}
.lead p {text-align: center; font-size: 130%;line-height: 1.7em;}

/*アイテムmoreボタン*/
.item {
    position: relative;
    display: flex;
}

p.more_l {
    position: absolute;
    bottom: 0;
	left: 0;
    width: 25%;
    margin: 0 8px;
}
p.more_l2 {
    position: absolute;
    bottom: 18%;
	left: 0;
    width: 25%;
    margin: 0 8px;
}
p.more_r {
    position: absolute;
    bottom: 0;
	right: 0;
    width: 25%;
    margin: 0 8px;
}
p.more2 {
    position: absolute;
    width: 25%;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    }


/*プロフィール*/
.profile {margin: 50px auto;}

.intro {background-color: #eee;border-radius: 10px;padding: 20px;text-align: center;width: 60%;margin: 0 auto;}

.intro a {display: block;}

.intro img {width: 20%;}

.intro h3 {font-size: 130%;margin-bottom: 30px;}

.intro p {text-align: center;}

/*商品2カラム*/
.items {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  overflow: auto;
  padding: 0;
}
.items li {
  width: 33.33%;
  padding: 15px 0.2em;
  list-style: none;
}
.items li a img {
  display: block;
  width: 100%;
  height: auto;
}

/*商品*/
.item_box {text-align: center;}
.item_box p.number {
    font-size: 200%;
    font-family: 'Noto Serif JP', serif;
	margin: 30px 0 15px;
}
.item_box p.name {
	margin: 10px 0;
	font-weight: bold;
	font-size: 120%;
}
.item_box p.text {
    font-size: 90%;
    color: #666;
}
.item_box p.item-text {
    font-size: 110%;
    color: #666;
}
.item_box p.novelty {
font-size: 100%;
    color: #666;
    text-align: left;
    max-width: 800px;
    margin: 15px auto 30px;
}
.item_box .item {
    margin-bottom: 80px;
}

/*BUYボタン*/
.btn_buy {
    font-size: 150%!important;
    color: #7c664a!important;
    background-color: #fff!important;
    border: 1px solid #7c664a!important;
	width: 30%!important;
	min-width:  30%!important;
	text-decoration: none;
	margin: 0 auto;
}
.btn_buy a {display: block; color: #7c664a!important;}

/*スマホのみ改行*/
.btn_buy a {
	text-decoration: none;
}

/*スペシャル*/
.special h3 {
    margin: 0 auto;
    text-align: center;
    background-color: #999;
    padding: 10px;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 150%;
}

.special {
    margin: 100px auto;
    border: solid #999 2px;
    padding: 5px;
    text-align: center;
    font-size: 150%;
}

span.bgcolor {
    background-color: #8bc34a3b;
}

/*ロゴ*/
.logo_special {
    width: 10%;
	margin: 0 auto;
}

/*PCの横幅*/
section.product {
    margin: 0 auto;
    width: 80%;
    margin-bottom: 20px;
}

.kome {
    text-align: center;
    font-size: 180%;
    font-family: 'Noto Sans JP';
    margin: 100px 0;
    padding: 50px 0;
    border: dashed 1px #000;
}

/*対象アイテムはこちら*/
.period .item_link {
    margin: -2% 0;
    padding: 0;
    width: 26%;
    position: absolute;
    right: 0;
}



/*スマホ設定*/
@media (max-width: 768px) {

/*訴求ポイント*/
.box {display: block;margin: 10px 0; margin-bottom: 80px;}
.box p {letter-spacing: 0.1em;}
.imagebox {margin: 30px 0;}
.box .product:first-child {margin: 0;}
.box .product:last-child {margin: 0;}
.img_l {margin: 0 auto;}
.img_r {margin-left: 50px;}
/*.img_01 {padding: 20px 0 0 20px; width: 100%;}*/
.img_01 {padding: 0; width: 100%;}
/*.img_02 {padding: 5px 100px 0 0; width: 100%; margin: 0;}*/
.img_02 {padding: 0; width: 100%; margin: 0;}
.img_03 {padding: 20px 20px 0 0; width: 100%;}
.img_04 {padding: 5px 0 0 100px; width: 100%; margin: 0;}
.text_02,.text_04{display: none;}
.textsp_02,.textsp_04{display: block; width: 100%; max-width: inherit;}

.br::before {
    content: "\A";
    white-space: pre;
}

.topimg{
margin: 0 calc(50% - 50vw);
width: 100vw;
max-width: inherit;
}

#original_wrapper h2 {
font-family: "p22-morris-golden", sans-serif;
font-weight: 400;
font-style: normal;
    text-align: center;
    font-size: 160%;
}

/*サブタイトル*/
.subtitle {text-align: center;}
.subtitle p {font-size: 130%;}

/*リード*/
.lead p {text-align: center; font-size: 100%;line-height: 1.5em;}

/*プロフィール*/
.intro {background-color: #eee;border-radius: 10px;padding: 20px;text-align: center;margin: 0;width: 100%;}

.intro img {width: 30%;}

.intro h3 {font-size: 130%;margin-bottom: 30px;}

/*.intro p {text-align: justify;}*/

/*商品*/
.item_box p.name {
	margin: 10px 0;
	font-weight: bold;
	font-size: 100%;
}
.item_box p.item-text {
    font-size: 90%;
    color: #666;
}


/*スペシャル*/
.special h3 {
    margin: 0 auto;
    text-align: center;
    background-color: #999;
    padding: 5px;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 150%;
}

.special {
    margin: 30px 0;
    border: solid #999 1px;
    padding: 5px;
    text-align: center;
    font-size: 120%;
}

.kome {
    font-size: 80%;
}

/*ロゴ*/
.logo_special {
    width: 20%;
	margin: 0 auto;
}

/*アイテムmoreボタン*/
.item {
    position: relative;
    display: block;
}

p.more_l {
    position: absolute;
    bottom: 0;
	left: 0;
    width: 25%;
    margin: 0 8px;
}
p.more_l2 {
    position: absolute;
    bottom: 18%;
	left: 0;
    width: 25%;
    margin: 0 8px;
}
p.more_r {
    position: absolute;
    bottom: 0;
	right: 0;
    width: 25%;
    margin: 0 8px;
}
section.product {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: inherit;
    margin-bottom: 20px;
}

/*スマホは横幅いっぱい*/
section.product {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: inherit;
    margin-bottom: 20px;
}

.kome {
    text-align: center;
    font-size: 100%;
    font-family: 'Noto Sans JP';
    margin: 50px 0;
    padding: 10px;
    border: dashed 1px #000;
}

/*対象アイテムはこちら*/
.period .item_link {width: 40%;position: absolute;right: 0;}
}


/*バラバラに出てくるテキスト*/
/*========= レイアウトのためのCSS ===============*/
.title {
    margin: -10px 0 50px;
}
.title p{
font-family: "p22-morris-golden", sans-serif;
font-weight: 400;
font-style: normal;
    text-align: center;
    font-size: 300%;
	line-height: 1em;
}
.title p.small {
    font-size: 150%;
    margin-top: 30px;
}

@media (max-width: 768px) {
.title {
    margin: -20px 0 20px;
}
.title p{
font-family: "p22-morris-golden", sans-serif;
font-weight: 400;
font-style: normal;
    text-align: center;
    font-size: 160%;
}
.title p.small {
    font-size: 90%;
    margin-top: 20px;
}}
/*==================================================
ランダムにテキスト出現する
===================================*/
.TextRandomAnime span{
  opacity: 0;
}
.TextRandomAnime.appearRandomtext span{ 
  animation:text_randomanime_on .5s ease-out forwards;
}

@keyframes text_randomanime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

.TextRandomAnime.appearRandomtext span:nth-child(2n) {
  animation-delay: .5s;/* spanのついた2の倍数の文字列の変化を0.5秒遅らせる*/
}
.TextRandomAnime.appearRandomtext span:nth-child(3n+1) {
  animation-delay: .15s;/* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
}

/*共通*/
p.small {
    font-size: 100%;
}/*フォントサイズ小さく*/


/*説明文*/
.explain {
    text-align: center;
    font-size: 100%;
    margin: 15px 0 50px;
}
@media (max-width: 768px) {
.explain {
    text-align: center;
    font-size: 90%;
    margin: 15px 0 30px;
}}

/*区切り線*/
.original_hr {
    border-bottom: dashed 1px #ccc;
    margin-bottom: 30px;
}

/*BUYボタンボタ*/
img.buybtn {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 25%;
}

/*画像のみのsectionのmargin指定*/
.imgonly {margin: -20px 0 60px;}
@media (max-width: 768px) {
.imgonly {margin: -10px 0 35px;}}

/*価格に吹き出し*/
.limited_p h4 {
    position: relative!important;
    padding: 5px 0 2px!important;
    border-radius: 30px!important;
    background-color: #c38181!important;
    color: white!important;
    font-weight: bold!important;
    font-size: 130%!important;
    width: 25%!important;
    margin: 10px auto!important;
    text-decoration: none!important;
}

@media (min-width: 768px) {.limited_p h4 {width: 13%!important;}}

.limited_p h4:before {
    position: absolute!important;
    top: 100%!important;
    left: 20px!important;
    height: 0!important;
    width: 0!important;
    border-style: solid!important;
    border-color: transparent!important;
    border-top-color: #c38181!important;
    border-width: 6px!important;
    content: ""!important;
}


p.limited_price {
    font-size: 150%!important;
    padding: 10px 0 0;
}
span.bigprice {
    color: #c38181;
    font-size: 180%!important;
    font-weight: bold;
}

/*-----LIMITED PRICE テキスト-----*/
.limited_p {font-size: 150%; color: #c38181; font-weight: bold; margin: 10px 0;}
@media (min-width: 768px) {.item video { width: 94%;}}

/*素材についての注意書きに掲載する画像*/
.caution {margin: 5px 0 0;width: 30%;}
@media (min-width: 768px) {.caution {width: 15%;}}