@charset "UTF-8";
/* CSS Document */

/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 300ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

.align_c{
	text-align: center !important;
}
#article__wrap .sub_title {
    font-size: 2rem;
    font-weight: bold;
    padding: 1.6rem;
    line-height: 1.5;
    margin: 3rem auto 0;
    border-left: #03796a solid 5px;
    background: #fbfbfb;
}
.img_tate img{
    width: 70%;
    margin: 0 auto !important;
}
.container-2col,
.container-3col{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container-2col .column_img,
.magazine-container-box,
.container-2col p{
    margin: 1rem 0!important;
    width: 48%;
}
.container-2col .magazine-container-box .column_img
{
    width: 100%;
}
.container-3col .column_img{
    margin: 1rem 0;
    width: 33%;
}

.card__thumbnail_01 {
    margin: 0;
    order: 0;
    height: 16vw;
    overflow: hidden;
    position: relative;
}
.card__thumbnail_01 img {
    display: block;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.card_block .l-wrapper_01:nth-child(4n+1) .card__header_01 .card__thumbnail_01{
    height: 270px;
}
@media (min-width: 1200px){
    .card__thumbnail_01{
        height: 220px;
    }
}
@media (max-width: 960px){
    .img_tate img{
        width: 100%;
    }
}
@media (max-width: 768px){
    .card__thumbnail_01,
    .card_block .l-wrapper_01:nth-child(4n+1) .card__header_01 .card__thumbnail_01 {
        height: 64vw;
    }
    .container-2col,
    .container-3col {
        flex-direction: column;
    }
    .container-2col .column_img,
    .container-3col .column_img,
    .magazine-container-box,
	.container-2col p{
        width: 100%!important;
    }
}



/*--------------------------------------
  カード型_01
--------------------------------------*/
.column_layout .title_d01 h1 {
	padding: 3px 18px;
	font-size: 1.4rem;
    font-weight: 600;
    background: #252525;
    color: #FFF;
    display: inline-block;
    letter-spacing: 1px;
}
.column_layout .btn_d01 {
	line-height: 1.5;
}

.column_layout .title_d01 {
	margin: 0 0 6rem 0;
}

.title_d01 {
    text-align: center;
	margin: 0px 0 10rem 0;
}
.card_block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
}

.l-wrapper_01 {
  margin: 0 0 5% 3%;
  width: 31.333%;
}
.l-wrapper_01:nth-child(4n+1) {
  width: 100%;
}

.l-wrapper_01:nth-child(4n+1),
.l-wrapper_01:nth-child(4n+2){
  margin: 0 0 5% 0;
}
/*
.l-wrapper_01:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  transition: all .5s;
}*/

.l-wrapper_01 a:hover {
	text-decoration: none;
}

.card_01 {
  background-color: #fff;
  color: #212121;
  text-decoration: none;
}
.card_block .l-wrapper_01:nth-child(4n+1) .card_01 {
 	display: flex;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5.5rem 0;
}

.card_block .l-wrapper_01:nth-child(4n+1) .card__header_01 {
	width: 40%;
}


/* タグ */
.card__title_categrory {
    position: relative;
    width: 100%;
	background-color: #292929;
	color: #fff;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-break: auto;
    line-height: 1.18182em;
	padding: 1% 2%;
    font-weight: 700;
}

.card__title_categrory.tag01 { background-color: #fe6d3e;}
.card__title_categrory.tag02 { background-color: #00aedb;}
.card__title_categrory.tag03 { background-color: #93ca52;}
.card__title_categrory.tag04 { background-color: #e180e1}
	
.card__title_01 {
  font-size: 2rem;
  order: 1;
  margin: 1rem 0 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
}
.card_block .l-wrapper_01:nth-child(4n+1) .card__title_01 {
    font-size: 2.4rem;
    line-height: 1.6;
    margin: 2rem 0 3rem;
}

.card__thumbnail_01 {
  margin: 0;
  order: 0;
}

.card__thumbnail_01 img{
	display: block;
}

.card__image_01 {
  width: 100%;
}
.card_block .l-wrapper_01:nth-child(4n+1) .card__body_01 {
  padding: 0 3.5rem;
	width: 60%;
}

.card__body_01 {
  padding: 1.5rem;
}

.card__text_01 {
  font-size: .8rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0;
}

.card__text2_01 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555;
  text-align: justify;
}

.card__text_01 + .card__text_01 {
  margin-top: .5rem;
}

.p-card__date{
    margin: 2rem 0 1rem;
    font-family: 'Roboto',sans-serif;
    line-height: 1.2;
    letter-spacing: .01em;
    text-align: right;
    opacity: .5;
}
.card__footer_01 {
  padding: 1rem;
  border-top: 1px solid #ddd;
}

.button_01 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  text-align: center;
}

.button_01 a {
  text-decoration: none;
}

.button_01.-compact {
  padding: .5rem 1rem;
  border-radius: .25rem;
  background-color: #4f96f6;
  color: #fff;
  font-weight: bold;
	text-decoration: none;
}

.button_01.-compact:hover,
.button_01.-compact:focus {
  background-color: #6bb6ff;
}


@media (max-width: 768px) {
	.card_block {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.l-wrapper_01 {
	  	width: 100% !important;
    	margin: 0 0 7% 0 !important;
	}
	.card_block .l-wrapper_01:nth-child(4n+1) .card_01 {
		flex-direction: column;
		border-top: none;
		border-bottom: none;
		padding: 0;
	}
	.card_block .l-wrapper_01:nth-child(4n+1) .card__header_01 {
		width: 100%;
	}
	.card_block .l-wrapper_01:nth-child(4n+1) .card__body_01,
	.card__body_01 {
		padding: 2rem 5%;
		width: 100%;
	}
	.card_block .l-wrapper_01:nth-child(4n+1) .card__title_01 {
		font-size: 2rem;
		line-height: 1.6;
		margin: 1rem 0 1.8rem 0;
	}
}


/*--------------------------------------
  コラム詳細ページ
--------------------------------------*/

.article__information {
    display: flex;
    align-items: center;
	justify-content: center;
}
.article__information .p-card__date{
	margin: 0;
}
.article__information .card__title_categrory {
    display: flex;
    align-items: center;
    justify-content: center;
	width: auto;
    height: 25px;
    padding: 0 10px;
    margin-left: 13px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-indent: 0.3em;
    letter-spacing: .2em;
	margin-right: 2rem;
}
.article__title {
    margin: 2rem 5% 0;
}
.article__title h1 {
    font-weight: bold;
	font-size: 3rem;
	text-align: center;
	line-height: 1.6;
}

.mb3em{
	margin-bottom: 3em;
}
.column_wrap .title_d01 p{
    line-height: 1.5;
    letter-spacing: 1px;
	text-align: inherit;
}

.column_wrap{
	max-width: 800px;
	margin: 0 auto;
}
.column_wrap img{
	display: block;
}
.column_wrap p{
	line-height: 2;
	margin: 3rem 0;
	text-align: justify;
}
.column_wrap .kome{
	line-height: 2;
    font-size: 1.3rem;
	border: 1px solid #CCC;
	padding: 2.5rem;
	margin: 3rem 0;
}
.column_mainimg{
	margin: 4rem 2rem 6rem;
}

.column_img{
	margin: 6rem 0;
}
.column_img figcaption{
	font-size: 1.3rem;
	margin-top: 1rem;
}

.title_column {
    font-size: 2.5rem;
    font-weight: bold;
	margin: 14rem 0 3rem;
	border-bottom: 1px solid #252525;
	padding-bottom: 1.6rem;
	line-height: 3.5rem;
}

.title_column.mt0 {
	margin-top: 0;
}

#free_page .profile_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
  padding: 5% 0;
  margin: 10% 0 0;
}

#free_page .profile_wrap .profile_img img {
  display: block;
    width: 260px;
    height: 360px;
  object-fit: cover;
  object-position: 57% 100%;
	margin: 0 2% 0 0;
}

#free_page .profile_wrap .box {
  width: calc(100% - 300px);
}
#free_page .profile_wrap .box h2{
  font-weight: bold;
}
#free_page .profile_wrap .box > p {
	margin: 2rem 0 0 0;
}
#free_page .profile_wrap .box p {
    line-height: 1.85;
}

.namecard .authorName{
	display: block;
    font-weight: bold;
    letter-spacing: .02em;
    font-size: 2.2rem;
}
.namecard .position{
	font-size: 1.3rem;
}

.fs-c-button--addToCart--variation.fs-c-button--primary {
    border-radius: 4px;
    background: #03796a;
    border: 1px solid #03796a;
    font-weight: 700;
    padding: 1.2em 0.4em;
    box-shadow: 0 3px 6px 0px #cecece;
	width: 100%;
	max-width: 450px;
    margin: 3em auto 5em;
    display: block;
	font-size: 1.7rem;
	min-width: auto;
}
.fs-c-button--addToCart--variation.fs-c-button--primary .fs-c-button__label {
    background: url(../img/icon/icon_cart_w.png) no-repeat center left;
    background-size: 22px auto;
    padding: 6px 0 6px 30px;
    display: inline-block;
	color: #FFF;
}
@media (max-width: 980px) {
    .column_mainimg{
        margin: 4rem 0 6rem;
    }
	
	.title_column {
		margin: 10rem 0 3rem;
	}
}

@media (max-width: 768px) {
	.fs-c-button--addToCart--variation.fs-c-button--primary {
		padding: 1em 0.4em;
		margin: 1em auto 4em;
	}
	#free_page.column_layout {
    	padding: 0 !important;
	}
	.column_layout .fs-c-breadcrumb {
		padding: 2rem 5% 4rem !important;
	}
	.column_mainimg {
		margin: 2rem 0rem 4rem;
	}
	.column_wrap {
		margin: 0 5%;
	}
	.column_layout .title_d01 {
		margin: 0 5% 4rem;
	}
	.column_layout .title_d01 h1 {
		margin: 0;		
	} 
	.column_wrap p{
		word-break: break-word;
		margin: 2rem 0;
	}
	
	.article__title {
	    margin: 1rem 3% 0;
	}
	.article__title h1 {
		margin: 0;
		font-size: 2.4rem;
	}
    .title_column {
        font-size: 2.2rem;
		margin: 7rem 0 3rem;
    }
  .column_img {
      margin: 4rem 0;
  }
  #free_page .profile_wrap .profile_img img {
    display: block;
    width: 140px;
    height: 180px;
    object-fit: cover;
    object-position: 57% 100%;
      margin: 0 2% 0 0;
  }

  #free_page .profile_wrap .box {
    width: calc(100% - 160px);
  }
  .namecard .authorName{
    font-size: 1.8rem;
  }
}


/*--------------------------------------
  商品一覧レイアウト
--------------------------------------*/
.c_itemlist_box {
 	margin: 6rem 0;
	border-bottom: 1px solid #CCC;
}
.c_itemlist_box.c_first {
 	margin-top: 10rem;	
}

.c_itemlist_box > .flexbox {
	flex-flow: row-reverse;
	-webkit-flex-flow: row-reverse;
}

.c_itemlist_box .fs-c-button--addToCart--variation.fs-c-button--primary {
	margin: 3em auto 4.5em;
}

.c_item_detail {
	margin: 2rem 0 !important
}
.c_item_name {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
}

.c_item_comment {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	-webkit-flex-wrap: wrap;
}
.fuki_photo {
	text-align: center;
	width: 80px;
	font-size: 1.3rem;
}
.fuki_photo > img {
	border-radius: 120px;
}
.fuki_com {
  width: calc(100% - 100px);
  position: relative;
  padding: 24px;
  background-color: #f4f4f4;
  font-size: 1.6rem;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
  margin-left: 20px;
}
.fuki_com strong {
	font-weight: bold;
	color: #03796a;
}

.fuki_com:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    transform: rotate(45deg);
    top: 22px;
    border-right: 25px solid #f4f4f4;
    border-bottom: 25px solid #f4f4f4;
    left: -5px;
	z-index: -1;
}

.c_item_img {
	width: 40%;
	padding-right: 3rem;
}
.c_item_databox {
	width: 60%;
}

@media (max-width: 768px) {
	.c_itemlist_box {
  		margin: 5rem 0;
	}
    .c_itemlist_box.c_first {
        margin-top: 5rem;	
    }
	#free_page .profile_wrap {
		align-items: normal;
		-webkit-align-items: normal;
	}
	#free_page .profile_wrap.c_itemlist_prf .profile_img {
		margin: 0 auto;
	}
	#free_page .profile_wrap.c_itemlist_prf .profile_img img {
		margin: 0 auto 2rem;
	}
	.profile_wrap.c_itemlist_prf .namecard {
		text-align: center;
	}
	#free_page .profile_wrap.c_itemlist_prf .box {
		width: 100%;
	}
	.c_item_name {
        font-size: 1.8rem;
        line-height: 1.4 !important;
	}
    .c_item_img {
        padding-right: 1rem;
    }	
    .c_item_detail{
      	margin: 1rem 0 3rem !important;
		line-height: 1.5 !important;
    }
    .fuki_photo {
        width: 50px;
        font-size: 1.1rem;
		line-height: 1.2;
    }
	.fuki_com {
  		width: calc(100% - 60px);
		 margin-left: 10px;
		font-size: 1.3rem;
		padding: 1.5rem 1.3rem;
	}
	.fuki_com:before {
	    top: 14px;
		left: -2px;
	}
    .c_itemlist_box .fs-c-button--addToCart--variation.fs-c-button--primary {
        margin: 2em auto 3em;
    }
}


/*--------------------------------------
  セット商品用レイアウト
--------------------------------------*/
.title_setitem {
	font-size: 2.6rem;
	font-weight: bold;
	margin: 10rem auto 3rem;
	padding: 1.6rem 5rem;
	line-height: 1.3;
	position: relative;
	display: inline-block;
}

.title_setitem:before, .title_setitem:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #252525;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.title_setitem:before {
  left:0;
}
.title_setitem:after {
  right: 0;
}	
.c_setlist_box {
	padding: 6rem 0;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}
.c_setlist_box.c_first {
	padding-top: 0;
 	margin-top: 4rem;
}
.c_setitem_img {
	width: 50%;
	padding-right: 3rem;
	float: left;
}
.c_setitem_databox {
	width: 50%;
	float: right;
}
.c_setitem_databox > .c_item_comment {
	margin: 4rem 0 0 0;  
}

/* フォーム周り*/
.attention_box {
    border: 2px solid #f00;
    padding: 1rem;
    background: #fff8f8;
}
.attention_box > p {
	margin: 0;
	line-height: 1.5;
}
.setitem_form_box {
	overflow: hidden;
}
.setitem_form_title {
    background: #f4f4f4;
    padding: 1rem;
    font-weight: bold;
}
.setitem_form_wrap {
	padding: 3rem 0;
}
.setitem_form_wrap.c_first {
	padding-top: 0;
}
.setitem_form_img {
	width: 34%;
	padding-right: 3rem;
	float: left;
}
.setitem_form_databox {
	width: 66%;
	float: right;
}
.form_quantity02 {
	width: 66%;	
}
.form_quantity01 {
	width: 66%;
}
.text_input input {
	height: 60px;
	max-width: 150px;
	font-size: 1.8rem;
}
.setitem_form_wrap .title_option01 {
    margin: 0 0 .5rem 0;
    font-size: 1.6rem;
	color: red;
}
.form_option01 {
    margin-bottom: 3rem;
}
.form_option01 td {
	padding: 1rem;
	font-size: 1.4rem;
}
.form_option01 td input {
	cursor: pointer;
}

/* クーポン*/
.coupon_wrap img {
	cursor: pointer;
}

.btn_wrap.size400 .btn_d01 a {
	max-width: 450px;
}


@media (max-width: 600px) {
    .title_setitem {
        font-size: 2rem;
        margin: 7rem auto 3rem;
        padding: 1.6rem 5rem;
    }
    .title_setitem:before, .title_setitem:after {
      width: 34px;
    }

  .c_setlist_box {
      padding: 4rem 0;
  }
  .c_setlist_box.c_first {
      margin-top: 1rem;	
  }
  .c_setitem_img {
      padding-right: 2rem;
  }
  .c_setitem_databox {
	width: 100%;
	float: none;
  }
  .c_setitem_databox > .c_item_name,
  .c_setitem_databox > .c_item_detail {
	float: right;
	width: 50%;	  
  }
  .c_setitem_databox > .c_item_comment {
	  width: 100%;
	  padding: 2rem 0 0 0;
	  margin: 0;
  }
  .c_setitem_databox > .c_item_detail {
		margin: 1rem 0 !important;
	}
    .form_quantity02,
    .form_quantity01 {
        width: 100%;
    }
    .btn_wrap.size400 .btn_d01 a {
        padding-right: 3rem;
    }
	.form_option01.select01 {
        width: 100%;
    }
}
