@charset 'UTF-8';
.tsuide-content{
  margin-top:200px;
}
@media screen and (max-width: 750px){
  .tsuide-content{
    margin-top: 78px;
}}

.tsuide-ttl{
  text-align: center;
  margin-bottom: 50px;
  font-size:20px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 750px){
  .tsuide-ttl{
    margin-bottom: 30px;
    font-size: 18px;
}}

.tsuide-wrapper p,.tsuide-wrapper span,.tsuide-content p,.tsuide-content span{
  line-height: 1.8;
  margin: 0;
}
.tsuide-ttl>span{
  padding-bottom:1rem;
  background-image : linear-gradient(to right, #E6D2AE, #E6D2AE 10px, transparent 10px, transparent 20px);
  background-size: 20px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.sp-br{
  display: none;
}
@media screen and (max-width: 580px){
  .sp-br{
    display: block;
}}
/* about ---------------------------*/
.tsuide-about p{
  text-align: center;
}
.tsuide-point ul{
  display:flex;
  justify-content: space-between;
  width: 100%;
  margin: 100px 0;
}
@media screen and (max-width: 580px){
  .tsuide-point ul{
    display: block;
    margin: 30px 0;
}}
.tsuide-point li{
  width: 30%;
}
@media screen and (max-width: 580px){
  .tsuide-point li{
    width: 100%;
    max-width: 200px;
    margin: 0 auto 20px;
}}
.tsuide-point img{
  width: 100%;
  height: auto;
}
/* ボタン -------------------------*/
.tsuide-btn ul{
  display: flex;
  justify-content: space-between;
}
.tsuide-btn li{
width: 30%;
background-color: #fff;
border:2px solid #CF9F58;
border-radius: 5px;
text-align: center;
position: relative;
}

@media screen and (max-width: 580px){
  .tsuide-btn li{
    width: 32%;
}}
.tsuide-btn li a{
  display: block;
  height: 100%;
  width: 100%;
  padding:15px 10px;
  transition: .3s;
}
@media screen and (max-width: 580px){
  .tsuide-btn li a{
    padding:10px 5px 20px 5px;
}}
.tsuide-btn li a:hover{
  background-color: #CF9F58;
  color:#fff;
}
.tsuide-btn span{
  font-weight: 700;
  font-size: 12px;
}
.tsuide-btn p{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.tsuide-btn li::before{
	content: "";
	position: absolute;
	right: 15%;
	top:45%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #231815;
	border-right: 2px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  transition: .3s;
}
@media screen and (max-width: 580px){
.tsuide-btn li::before{
  right: 47%;
	top:75%;
  -webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}}
.tsuide-btn li:hover::before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
/* オススメ -----------------------*/
.item-box{
  width: 100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:50px;
}
@media screen and (max-width:560px){
  .item-box{
    display: block;
}}
.s-nd{
  flex-direction: row-reverse;
}

.item-box img{
  width: 50%;
  height: auto;
}
@media screen and (max-width:560px){
  .item-box img{
    width:100%; 
}}

.info{
  width:45%;
}
@media screen and (max-width:560px){
.info{
  width:100%; 
  padding: 10px 0 0 0;
}}

.item-ttl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width:560px){
  .item-ttl{
    margin-bottom: 10px;
  }}

.item-ttl img{
  max-width: 100px;
  width: 25%;
  height: auto;
}
@media screen and (max-width:560px){
  .item-ttl img{
    max-width:70px; 
    width: 20%;
  }}
.osusume-ttl{
  width: 70%;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width:560px){
  .osusume-ttl{
    width: 75%;
  }}
/* 手順 ---------------------------*/
.tsuide-sliders{
  width:100%;
  margin:0 auto;
  opacity: 0;
  position:relative;
}

.tsuide-slider{
  padding:0 5px;
  width: 100%;
  height: 100%;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
.tsuide-slider-contents{
width: 100%;
height: 100%;
border-radius: 10px;
background-color: #F0EBDC;
padding:50px 30px;
text-align: center;
}
@media screen and (max-width: 750px){
  .tsuide-slider-contents{
    padding:20px 15px;
}}

.slick-initialized{
 opacity: 1
}
.step-title{
  font-size:25px;
  font-family: adrianna, sans-serif;
  font-weight: 600;
  color:#CF9F58;
}

.tsuide-slider-contents img {
  width: 100%;
  height:auto;
  border: 1px solid #c7c7c7;
  margin: 10px 0 20px;
}
.tsuide-pc-last{
  border: none !important;
}
@media screen and (max-width:479px){
  .tsuide-slider-contents img {
    width: 80%;
    border: none;
    margin: 0 auto 10px;
  }}
@media screen and (max-width:479px){
  .tsuide-pc{
    display: none!important;
}}
.tsuide-sp{
  display: none!important;
}
@media screen and (max-width:479px){
  .tsuide-sp{
    display: block!important;
  }}
  
  .slick-next:before,.slick-prev:before{
    display: none;
  }
  .slick-prev, 
  .slick-next {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    display: block;
  border-top: 5px solid #CF9F58;
  border-right: 5px solid #CF9F58;
  transition: .2s ease-out border;
  z-index: 4;
}
@media screen and (max-width:750px){
  .slick-prev, 
  .slick-next{
    display: none!important;
}}
.slick-prev {
  left: -20px;
  transform: translateX(-50%) rotate(-135deg);
}

.slick-next {
  right: -40px;
  transform: translateX(-50%) rotate(45deg);
}
.slick-prev:hover,
.slick-next:hover{
opacity: .5;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .5;
}
.flow-txt{
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  display:inline-block;
}
.flow-txt-p{
  padding-bottom:2px;
  border-bottom:3px solid #CF9F58;
}
.tsuide-attention{
  font-size: 13px;
  opacity: .8;
  font-weight: 500;
  text-align: left;
  display:inline-block;
}
/* ドットナビゲーションの設定 */
.dots{
  width: 100%;
}
.original-dots {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 60%;
  min-width: 252px;
  max-width: 500px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width:479px){
  .original-dots{
    margin-bottom: 20px;
}}
.original-dots:before {
  content: "";
  width: 90%;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  background: #E6D2AE;
  z-index: -9999;
}

.original-dots li {
  list-style-type: none;
}

.original-dots li button {
  border: 2px solid #CF9F58;
  border-radius: 50%;
  background-color: #fff;
  font-family: adrianna, sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #CF9F58;
  margin: 0 8px;
  margin: auto;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
}

.original-dots li:hover,
.original-dots li button:hover {
  cursor: pointer;
}
.original-dots li:focus,
.original-dots li button:focus,
.original-dots li.slick-active button {
  background-color: #CF9F58;
  color: #fff;
}
/* FAQ ----------------------------*/
.tsuide-content dl{
  width: 100%;
}
.tsuide-faq{
  width: 100%;
  margin-bottom: 30px;
}
.tsuide-faq:last-child{
  margin-bottom: 0px;
}
.faq-list-q,.faq-list-a{
  width:100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  padding:2rem 5%;
}
.faq-list-q{
  background-color: #E6D2AE;
  border-radius: 5px;
  padding:2rem 5%;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-list-q p,.faq-list-a p{
  width: 90%;
}

.tsuide-faq div{
  color: #CF9F58;
  font-family: adrianna, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 1000px;
  margin-right: 1.2rem;
}
.faq-list-a div{
  background-color: #CF9F58;
  color:#fff;
}

.faq-list-a span{
  border-bottom:1px solid #231815;
}
.faq-list-a span:hover{
 opacity: .5;
}
/* 対象コース ----------------*/
.taisho-course{
  width: 100%;
  background-color: #F0EBDC;
  padding:30px 10px;
  font-weight: 700;
  text-align: center;
  margin-bottom:30px;
  margin-top:10px;
}
.taisho-ttl{
  text-align: left;
  font-size:18px;
  font-weight: 700;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px){
  .taisho-ttl{
    font-size:16px;
}}
.taisho-course span{
  padding-right: 10px;
  vertical-align: top;
}
.taisho-course p{
 display: inline-block;
 text-align: left;
}

.tokusyu_a_content {
    padding-top: 0!important;
    width: 100%!important;
}
/* 商品スライド */
@media screen and (min-width: 751px){
.pickup_cat_inner {
    width: 100%;
}}
@media screen and (min-width: 751px){
.pickup_cat_title_wrap {
    margin-bottom: 20px;
}}
@media screen and (max-width: 750px){
.pickup_cat_title_wrap {
    margin-bottom: 15px;
}}
@media screen and (max-width: 750px){
.pickup_cat_title_wrap {
    margin-right: 0;
    margin-left: 0;
}}
.pickup_cat_title_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 751px){
.pickup_cat_title strong {
    font-size: 20px;
    font-weight: bold;
}}
@media screen and (max-width: 750px){
.pickup_cat_title strong {
    font-size: 15px;
    font-weight: bold;
}}
.pickup_cat_title strong {
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.pickup_cat_more a {
  position: relative;
  padding-right: 1em;
  color: #a7a6a3;
}
@media screen and (max-width: 750px){
.pickup_cat_more a {
    font-size: 11px;
}}
.pickup_cat_more a::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 88%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #a7a6a3;
  border-right: 1px solid #a7a6a3;
}
@media screen and (min-width: 751px){
.pickup_cat_content button.rcmd-slick-disabled {
    display: none!important;
}}
@media screen and (min-width: 751px){
.pickup_cat_content .rcmd-slick-prev {
    top: 0;
    left: 0;
    transform: translate(0);
    width: 44px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
}}
@media screen and (min-width: 751px){
.pickup_cat_content .rcmd-slick-prev::before {
    width: 12px;
    height: 12px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: translate(-30%, -50%) rotate(-135deg);
    transform: translate(-30%, -50%) rotate(-135deg);
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}}
@media screen and (max-width: 750px){
  .pickup_cat_content_wrap {
    padding-left: 0;
    overflow-X: scroll;
}}
@media screen and (max-width: 750px){
.pickup_cat_content {
    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;
}}
@media screen and (min-width: 751px){
.pickup_cat_content .rcmd-slick-list {
    padding-right: 15%;
}}
@media screen and (max-width: 750px){
.pickup_cat_item {
    width: 36.3%;
    min-width: 36.3%;
    max-width: 260px;
}}
@media screen and (min-width: 751px){
.pickup_cat_item .text_wrap {
    padding: 20px 11% 28px;
}}
@media screen and (max-width: 750px){
.pickup_cat_item .text_wrap {
    padding: 10px 7.7% 14px;
}}
.pickup_cat_item .text_wrap {
  background-color: #fff;
}
@media screen and (min-width: 751px){
.pickup_cat_item .text_wrap span.product_name {
    font-size: 12px;
    min-height: 2.6em;
    margin-bottom: 18px;
}}
@media screen and (max-width: 750px){
.pickup_cat_item .text_wrap span.product_name {
    font-size: 11px;
    min-height: 3.9em;
    margin-bottom: 12px;
}}
.pickup_cat_item .text_wrap span.product_name {
  display: block;
  line-height: 1.3;
}
@media screen and (min-width: 751px){
.pickup_cat_item .text_wrap span.item_price {
    font-size: 12px;
}}
@media screen and (max-width: 750px){
.pickup_cat_item .text_wrap span.item_price {
    font-size: 10px;
    letter-spacing: 0;
}}
.pickup_cat_item .text_wrap span.item_price {
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 751px){
.pickup_cat_content .rcmd-slick-next {
    top: 0;
    right: 0;
    transform: translate(0);
    width: 44px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
}}
@media screen and (min-width: 751px){
.pickup_cat_content .rcmd-slick-next::before {
    width: 12px;
    height: 12px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: translate(20%, -50%) rotate(45deg);
    transform: translate(20%, -50%) rotate(45deg);
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
}}