@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: "century-gothic", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 280%;
}

.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%;}

/*訴求ポイント*/
.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: 100x 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;}

/*リード*/
.lead {margin-top: 50px;}
.lead p {text-align: center;font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;font-size: 160%;line-height: 2em;font-weight: bold;}

/*アイテムmoreボタン*/
.item {
    position: relative;
}

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: 50px;
}

.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: "century-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 190%;
}

/*リード*/
.lead p {text-align: center;font-family: 'Noto Sans JP', sans-serif;font-size: 120%;line-height: 1.8em;}

/*プロフィール*/
.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;
}

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: 50px;
}

/*スマホは横幅いっぱい*/
section.product {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: inherit;
    margin-bottom: 50px;
}

.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: "century-gothic", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 350%;
	line-height: 1em;
}
@media (max-width: 768px) {
.title {
    margin: -20px 0 20px;
}
.title p{
	font-family: "century-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 160%;
}}
/*==================================================
ランダムにテキスト出現する
===================================*/
.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秒遅らせる*/
}


/*==================================================
次々出てくる目次
===================================*/
/*アンカーリンクの少し上に移動（ヘッダーで隠れる分）*/
a.anchor {display: block;padding-top: 80px;margin-top: -80px;}


/*次々出てくる目次の指定ここから*/	
.thumbnail {
	flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: 0 auto 100px;
    width: 80%;
}

@media (max-width: 768px) {
.thumbnail {margin-bottom: 30px; width: 100%;}}

.thumbnail .icon {
    width: 32%;  /* お好みの幅で指定 */
    padding:5px 0;  /* お好みの幅で指定 */
    /* paddingと合わせてbox-sizingも指定 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}
.icon img {
    width: 100%;
}

/* 最後のコンテンツを左寄せにする指定 */
.thumbnail:after {
    content: "";
    display: block;
    width: 32%;  /* .iconに指定したwidthと同じ幅を指定する */
    height: 0;
}

@media screen and (min-width: 751px){
.thumbnail .icon {
    width: 32%;  /* お好みの幅で指定 */
    padding:10px 0;  /* お好みの幅で指定 */
}
}
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.icon{
  opacity: 0%;
}

/*==================================================
ふわっ
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time02{
animation-delay: 0.2s;
}
.delay-time04{
animation-delay: 0.4s;
}
.delay-time06{
animation-delay: 0.6s;
}
.delay-time08{
animation-delay: 0.8s;
}
.delay-time10{
animation-delay: 1.0s;
}
.delay-time12{
animation-delay: 1.2s;
}
.delay-time14{
animation-delay: 1.4s;
}
.delay-time16{
animation-delay: 1.6s;
}
/*次々出てくる目次の指定ここまで*/	