@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: "scarlet-wood", sans-serif;
font-weight: 700;
font-style: normal;
    text-align: center;
    font-size: 280%;
}

#original_wrapper h3 {
font-family: "scarlet-wood", sans-serif;
font-weight: 700;
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;}

/*キャプション*/
.p5 {
    padding: 0 5px;
}/*テキストは幅いっぱいにすると読みにくいので、左右の余白をあける*/

/*訴求ポイント*/
.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: "scarlet-wood", sans-serif;
font-weight: 700;
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: "scarlet-wood", sans-serif;
font-weight: 700;
font-style: normal;
    text-align: center;
    font-size: 250%;
	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: "scarlet-wood", sans-serif;
font-weight: 700;
font-style: normal;
    text-align: center;
    font-size: 160%;
}
.title p.small {
    font-size: 90%;
    margin-top: 20px;
}}
/*==================================================
ランダムにテキスト出現する
===================================*/
.TextRandomAnime span{
  opacity: 0;
  padding:0.1rem;
}
.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;
}

/*素材についての注意書きに掲載する画像*/
.caution {margin: 5px 0 0;width: 30%;}
@media (min-width: 768px) {.caution {width: 15%;}}


/*-----インスタアイコン-----*/
#original_wrapper .icon {
    border: solid 1px #d2ca85;
    width: 90%;
}

@media (min-width: 768px) {
    #original_wrapper .icon {
    width: 60%;
}}


/*-----直書きから移行-----*/
.bnr_chiicaquilting {display: none;}
.bnr_heartknit {display: none;}
.kiharu_62786435_newcolor {display: none;}
.original_bnr { display: none;}
@media(min-width: 1200px) {
.chiica_62941400_top {
    max-width: 1216px!important;
    margin:0 auto!important;
}}

/*-----LIMITED PRICE テキスト-----*/
.limited_p {font-size: 150%; color: #c38181; font-weight: bold; margin: 10px 0;}
@media (min-width: 768px) {.item video { width: 94%;}}


/*-----モーダル設定ここから-----*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-button {
    color: #666666;
    background-color: #eeeeee;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 12px 2px;
    max-width:300px;
    text-decoration: none;
    border-radius: 10px;
    border: solid 1px #333;
}
.explan-video a {
    color: #333!important;
    text-decoration: none!important;
}

.modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.modal-button:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(https://isook.itembox.design/item/src/campaign/20250314_comochisalope/play.svg);
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 2px 5px;
}
.close-thin:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(https://isook.itembox.design/item/src/campaign/20250314_comochisalope/close-thin.svg);
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 2px 5px;
}

/*ラベルホバー時*/
.modal-button:hover {
  color: #FFFFFF;
  background-color: #666666;
  transition: .6s;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 80%;
    max-width: 600px;
    padding: 10px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal_title {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding: 0;
}

.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title:before{
	border-bottom: 4px solid #6bb6ff;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title:after{
	border-bottom: 4px solid #c8e4ff;
	width: 100%;
}

.modal-content p {
  margin: 10px 0 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: -35px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
/*-----モーダル設定ここまで-----*/