@charset "utf-8";

/***************************************************
  common.css
  ***************************************************/


/* 焼肉部 商品紹介詳細ページ
------------------------------------------------------------ */
body {
  -webkit-text-size-adjust: 100%;
}
.contents-products-inner{
  width: 96%;
  max-width: 1076px;
  margin: 0 auto;
}
.bg-products01 {
  background: url(/sp/yakiniku/products/p_shared/img/bg_01.jpg) repeat center;
  background-size: cover;
}
.bg-products02 {
  background: url(/sp/yakiniku/products/p_shared/img/bg_02.jpg) repeat center;
  background-size: cover;
}
a.btn-01{
  display: block;
  width: 300px;
  height: 56px;
  border: 1px solid #707070;
  text-align: center;
  line-height: 53px;
  margin: 45px auto 98px;
  background-image: url("/shared/img/svg/ar08.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-color: #fff;
}
a.btn-01:hover{
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  background-image: url("/shared/img/svg/ar02.svg");
}
a.btn-02{
  margin: 0 auto 30px;
  color: #c51426;
  border-color: #c51426;
  background-image: url("/shared/img/svg/ar01.svg");
}
a.btn-02:hover{
  background-color: #c51426;
}
@media only screen and (max-width: 640px) {
  a.btn-01{
    width: 100%;
    height: 45px;
    line-height: 43px;
    background-position: center right 4px;
    font-size: 13px;
    margin: 35px auto 49px;
  }
  .bg-products01 {
    background: none;
  }
  .bg-products02 {
    background: none;
  }
  .contents-products-inner{
    padding: 0 13px;
    width: 100%;
    max-width: 100%;
  }
}
.mainvisual a{
  display: block;
  position: relative;
}
.mainvisual img.only-pc{
  width: 100%;
}
.mainvisual {
  overflow: hidden;
}
.box-buttan {
  padding-top: 34px;
  padding-bottom: 50px;
}
.cm-border{
  border-top: 1px solid #918769;
}
.box-cm {
  margin-bottom: 150px;
  padding-top: 53px;
  text-align: center;
}
.area-main-txt{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.area-main-txt.oroshi{
  background-image: url(/sp/yakiniku/products/oroshi/img/img_main02_pc.jpg);
}
.area-main-txt.tare{
  background-image: url(/sp/yakiniku/products/tare/img/img_main02_pc.jpg);
}
.area-main-txt.ouen{
  background-image: url(/sp/yakiniku/products/ouen/img/img_main02_pc.png);
}
.area-main-txt.gokuuma{
  background-image: url(/sp/yakiniku/products/gokuuma/img/img_main02_pc.jpg);
}
.box-main-txt {
  text-align: center;
  line-height: 35px;
}
.box-main-txt p {
  font-size: 18px;
}
.box-main-txt p.brown{
  color: #701800;
}
.box-main-txt p span {
  font-size: 21px;
  color: #e10000;
}
.products-area {
  padding-top: 50px;
}
.products-image {
  float: left;
  width: 32%;
  text-align: center;
  padding-left: 6%;
}
/* カルーセル */
ul.carousel{
  width: 96%;
  max-width: 1200px;
  margin: 70px auto 90px;
  padding: 0 20px;
}
.carousel li a{
  display: block;
  box-sizing: border-box;
  outline: none;
  background-color: #FFFFFF;
}
.carousel li a:hover{
  text-decoration: none;
}
.carousel li img{
  width: 100%;
  height: auto;
  padding: 10px 30px 0;
}
.info-area-bottom .carousel li img{
  padding:0;
}
.carousel li p.carousel-text-black{
  display: block;
  text-align: center;
  color: #231815;
  font-weight: bold;
  font-size: 15px;
  padding: 17px 20px 50px;
  background: url(/shared/img/svg/ar07.svg)no-repeat center bottom 20px;
  background-size: 18px 11px;
}
.carousel li p.carousel-text-yellow{
  display: block;
  font-size: 13px;
  padding: 0 28px 20px;
  text-align: left;
}
.carousel li a{
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=145, Strength=2);
  text-align: center;
}
.carousel.carousel-products.list-anchor.products-slider li a {
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=145, Strength=2);
  text-align: center;
}
.carousel.carousel-products.list-anchor.products-slider li {
  padding: 2px 13px;
}
.carousel li{
  padding: 2px 9px ;
}
.slick-prev:before{
  content: "";
  display: block;
  left: 0;
  background: url("/shared/img/svg/cur01.svg")no-repeat;
  width: 18px;
  height: 30px;
}
.slick-next:before{
  content: "";
  display: block;
  right: 0;
  background: url("/shared/img/svg/cur02.svg")no-repeat;
  width: 18px;
  height: 30px;
}
.slick-prev{
  left: 0;
}
.slick-next{
  right: 0;
}
.slick-dots{
  left: 0;
  right: 0;
  margin: auto;
  bottom: -45px;
  display: none!important;
}
.slick-dots li{
  width: 20px;
  padding: 0;
}
.slick-dots li button{
  width: 0;
  height: 0;
  padding: 0;
}
.slick-dots li button:before{
  content: "";
  width: 13px;
  height: 13px;
  background: url("/shared/img/dot_carousel_off.png");
  background-size: 13px 13px;
  opacity: 1;
  right: 0;
  left: 0;
  margin: auto;
}
.slick-dots li.slick-active button:before{
  background: url("/shared/img/dot_carousel_on.png");
  background-size: 13px 13px;
}
.carousel-products .slick-prev,
.carousel-products .slick-next{
  width: 15px;
  height: 24px;
  z-index: 1;
}
.carousel-products .slick-prev{
    background: url(/shared/img/svg/cur01.svg)no-repeat;
    background-size: 15px 24px;
    left: -12px;
}
.carousel-products .slick-next{
    background: url(/shared/img/svg/cur02.svg)no-repeat;
    background-size: 15px 24px;
    right: -12px;
}

#anchor1 {
  margin-top:-20px;
  padding-top:80px;
}
#anchor2 {
  margin-top:-20px;
  padding-top:80px;
}
#anchor3 {
  margin-top:-20px;
  padding-top:80px;
}
@media only screen and (max-width: 640px) {
  #anchor1 {
    margin-top:0px;
    padding-top:45px;
  }
  #anchor2 {
    margin-top:0px;
    padding-top:45px;
  }
  #anchor3 {
    margin-top:0px;
    padding-top:45px;
  }
}
@media only screen and (max-width: 640px) {
  .mainvisual a:after{
    top: inherit;
    right: inherit;
    bottom: 10px;
    left: 0px;
  }
  .mainvisual a:hover img{
    opacity: 1.0;
  }
  ul.carousel{
    padding: 0;
    margin: 30px 0 34px;
  }
  ul.carousel.carousel-products{
    width: 100%;
    max-height: 100%;
  }
  .carousel li p.carousel-text-yellow {
    padding: 0 15px 22px;
    font-size: 13px;
  }
  .carousel li p.carousel-text-red{
    font-size: 15px;
    padding: 0 27px 0 5px;
    background: url(/shared/img/svg/ar_down_red.svg)no-repeat center right 10px;
    margin: 16px 0 10px 0;
  }
  .carousel li a{
    padding-bottom: 8px;
  }
  .carousel li img{
    padding: 10px 20px 0;
  }
  .carousel li p.carousel-text-black{
    padding: 15px 15px 45px;
  }
  .area-main-txt{
    padding: 25px 0 35px;
    font-size: 15px;
    margin-top: 0;
  }
  .area-main-txt.oroshi{
    background-image: url(/sp/yakiniku/products/oroshi/img/img_main02_sp.jpg);
  }
  .area-main-txt.tare{
    background-image: url(/sp/yakiniku/products/tare/img/img_main02_sp.jpg);
  }
  .area-main-txt.ouen{
    background-image: url(/sp/yakiniku/products/ouen/img/img_main02_sp.jpg);
  }
  .area-main-txt.gokuuma{
    background-image: url(/sp/yakiniku/products/gokuuma/img/img_main02_sp.jpg);
  }
}

.info-area {
  float: right;
  width: 68%;
  padding-right: 11%;
}
.col-2 {
  width: 100%!important;
}
.col-3 {
  width: 100%!important;
}
.info-area-bottom {
  width: 100%;
  clear: both;
  padding-top: 0px;
  margin: 0 auto;
}
.col-2 .slick-track {
  margin: 0 auto;
}
.info-area-bottom .column ul {
  margin: 30px auto 20px;
}
.info-area-bottom .column .link-recipe{
  max-width: 707px;
  width: 96%;
  margin: 0 auto;
}
.info-area-bottom .column .link-recipe li{
  width: 48%;
  float: left;
  padding: 0;
}
.info-area-bottom .column .link-recipe li:nth-child(2n){
  float: right;
}
.info-area-bottom ul li p.carousel-text-ttl {
  text-align: left;
  padding: 10px 28px;
  font-size: 20px;
  font-weight: bold;
}
.info-area .ttl-01 {
  font-size: 40px;
  border-bottom: 2px solid #918769;
  padding-bottom: 7px;
  margin-bottom: 11px;
}
p.prducts-sub-txt {
  margin: 5px 0 17px;
  color: #E10000;
  font-size: 24px;
  font-weight: bold;
}
.col2 {
  float: left;
  width: 48%;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  margin-right: 4%;
}
.col2:last-child {
  margin-right: 0;
}

.pic-ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: block;
  padding: 28px 28px 13px;
}
p.pic-des {
  color: #65562D;
  color: #65562d;
  display: block;
  font-size: 13px;
  padding: 0 28px 28px;
}
p.prducts-txt-info {
  margin-bottom: 32px;
  font-size: 16px;
}
p.info-link{
  display: inline-block;
  font-size: 16px;
  margin-bottom: 45px;
  padding-right: 14px;
  background: url("/shared/img/svg/ar08.svg")no-repeat center right;
}
p.info-link a{
  text-decoration: none;
}
ul.carousel {
  margin: 70px auto 70px;
}
.introduction .wrap_in {
  width: 100%;
  overflow: hidden;
  min-height: 300px;
  max-width: 1152px;
}
.introduction .wrap_in .in_title{
  width: 41%;
  float: left;
  background: url(/sp/yakiniku/products/oroshi/img/img-02.png)no-repeat;
  background-size: 100% auto;
  padding-top: 246px;
  padding-bottom: 104px;
  padding-left: 75px;
  padding-right: 76px;
  line-height: 23px;
  letter-spacing: 2px;
}
.introduction .wrap_in .in_img{
  width: 59%;
  float: left;
  position: relative;
  min-height: 448px;
}
.introduction .wrap_in .in_img .in_img1{
  position: absolute;
  width: 341px;
  left: 1%;
  top: 2%;
}
.introduction .wrap_in .in_img .in_img2{
  position: absolute;
  width: 402px;
  left: 7%;
  top: 48%;
}
.introduction .wrap_in .in_img .in_img3{
  position: absolute;
  width: 262px;
  right: -5px;
  top: 12%;
}
.wrap_description{
  overflow: hidden;
  width: 100%;
  padding-top: 143px;
  max-width: 1173px;
}
.des_title{
  width: 39%;
  float: right;
  background: url(/sp/yakiniku/products/oroshi/img/img-03.png)no-repeat;
  background-size: contain;
  padding-top: 239px;
  padding-bottom: 104px;
  padding-left: 100px;
  padding-right: 49px;
  line-height: 23px;
  letter-spacing: 2px;
  margin-top: 109px;
}
.des_img{
  position: relative;
  width: 61%;
  float: left;
  min-height: 676px;
}
.des_img1{
  position: absolute;
  width: 380px;
}
.des_img2{
  position: absolute;
  width: 380px;
  right: -8%;
}
.des_img3{
  position: absolute;
  width: 380px;
  top: 56%;
}
.des_img4{
  position: absolute;
  width: 380px;
  top: 55%;
  right: -8%;
}
.intro_more{
  text-align: center;
}
.intro_more img{
  max-width: 391px;
  margin-top: 110px;
  margin-bottom: 83px;
}
.in_img3_sp{
  display: none;
}
@media only screen and (min-width: 640px) {
  ul.link-recipe li figure{
    content: "";
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  ul.link-recipe figure img{
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
  }
  ul.link-recipe li:hover figure img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.4;
    background: #000;
  }
  ul.link-recipe a:hover{
    background: rgba(146, 135, 105, 0.2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
  }
}
@media screen and (min-width:641px) and ( max-width:850px) {
  .box-move-inner-01 {
    width: 100%;
    max-width: inherit;
  }
  .box-move-inner-02 {
    width: 100%;
    max-width: inherit;
  }
  .introduction .wrap_in .in_title {
    background-size: 100% auto;
  }
}
@media screen and (min-width:641px) and ( max-width:940px) {
  .introduction .wrap_in .in_img .in_img1 {
    width: 51%;
  }
  .introduction .wrap_in .in_img .in_img2 {
    width: 61%;
  }
  .introduction .wrap_in .in_img .in_img3 {
    width: 40%;
  }
}
@media screen and (min-width:641px) and ( max-width:1150px) {
  .des_title .dt_desc {
    padding: 15px 15px;
  }
  .des_img1 {
    width: 55%;
  }
  .des_img2 {
    width: 55%;
  }
  .des_img3 {
    width: 55%;
  }
  .des_img4 {
    width: 55%;
  }
}
@media only screen and (max-width: 640px) {
  .box-main-txt p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .box-main-txt p.white{
    color: #fff;
  }
  .box-main-txt p span {
    font-size: 14px;
  }
  .box-main-txt {
    margin:0;
    text-align: left;
    line-height: 27px;
  }
  .info-area,.products-image{
    float: none;
  }
  .info-area{
    width: 100%;
    padding: 0;
  }
  .info-area-bottom {
    width: 100%;
  }
  .contents-inner.top-line{
    padding: 0;
  }
  .products-area{
    padding: 12px 17px 0;
    border-top: #c9c3b5 1px solid;
  }
  .info-area .ttl-01 {
    font-size: 24px;
    border: none;
    text-align: center;
  }
  p.prducts-sub-txt{
    font-size: 14px;
  }
  p.prducts-txt-info{
    font-size: 13px;
    margin-bottom: 16px;
  }
  p.prducts-txt-info + a.btn-01{
    margin: 25px 0 30px;
  }
  .products-image{
    margin: 0 auto;
    width: 75%;
    padding: 0;
  }
  .products-image img {
    width: 100%;
  }
  p.info-link{
    font-size: 12px;
    text-align: right;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .column .col2{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .pic-ttl{
    padding: 15px 14px 10px;
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
  }
  p.pic-des{
    font-size: 14px;
  }
  .info-area-bottom ul li p.carousel-text-ttl {
    padding: 10px 15px;
    font-size: 15px;
  } 
  .info-area-bottom .column .link-recipe li,.info-area-bottom .column .link-recipe li:nth-child(2n){
    width: 100%;
    float: none;
    margin-bottom: 18px;
  }
  .info-area-bottom .column .link-recipe{
    width: 100%;
  }
  ul.carousel {
    padding: 0;
    margin: 30px 0 34px;
  }
  .introduction .wrap_in .in_title {
    width: 100%;
    float: left;
    background: url(/sp/yakiniku/products/oroshi/img/img-02.png)no-repeat top center;
    background-size: contain;
padding-top: 50%;
    padding-bottom: 24%;
    padding-left: 75px;
    padding-right: 76px;
    line-height: 23px;
    letter-spacing: 2px;
  }
  .introduction .wrap_in .in_img {
    width: 100%;
    float: left;
    position: relative;
    min-height: 448px;
  }
  .introduction .wrap_in .in_img .in_img1 {
    width: 74%;
    position: static;
  }
  .introduction .wrap_in .in_img .in_img2 {
    width: 85%;
    float: right;
    position: static;
    margin-top: -29px;
    margin-bottom: 10px;
  }
  .introduction .wrap_in .in_img .in_img3 {
    display: none;
  }
  .in_img3_sp{
    display: block;
    width: 85%;
  }
  .wrap_description {
    padding-top: 40px;
  }
  .des_title {
    width: 100%;
    background: url(/sp/yakiniku/products/oroshi/img/img-03.png)no-repeat top center;
    background-size: contain;
    padding-top: 50%;
    padding-bottom: 25%;
    padding-left: 14%;
    padding-right: 14%;
    line-height: 23px;
    margin-top: 0;
  }
  .des_img {
    width: 100%;
    min-height: unset;
  }
  .des_img1 {
    position: static;
    width: 100%;
  }
  .des_img2 {
    position: static;
    width: 100%;
  }
  .des_img3 {
    position: static;
    width: 100%;
  }
  .des_img4 {
    position: static;
    width: 100%;
  }
  .intro_more img {
    max-width: 71%;
    margin-top: 45px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 425px) {
  .introduction .wrap_in .in_title {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 54%;
  }
  .des_title {
    padding-left: 5%;
    padding-right: 5%;
  }
}


/* CM情報 */
.move-left{
  width: 48%;
  display: inline-block;
  margin-right: 1.7%;
}
.move-right{
  width: 48%;
  display: inline-block;
  margin-left: 1.7%;
}
.move-inner {
  max-width: 472px;
  max-height: 265px;
  width: 100%;
  margin: 0 auto;
}
.move-inner img{
  cursor: pointer;
}
.box-cm p.ttl-02{
  font-size: 20px;
  margin-bottom: 17px;
}
.box-cm p.text-yellow{
  font-size: 13px;
  color: #65562d;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .move-left,.move-right{
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .box-cm{
    padding-top: 30px;
    margin-bottom: 50px;
  }
  .box-cm p.ttl-02{
    margin-bottom: 10px;
  }
  .box-cm p.text-yellow{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
}

.column .col2 a,.column .col2 a:link{
  text-decoration: none;
}
@media only screen and (min-width: 640px) {
  .info-area-bottom .slick-slide as figure{
    overflow: hidden;
  }
  .info-area-bottom .slick-slide a:hover{
    background: rgba(146, 135, 105, 0.2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .info-area-bottom .slick-slide a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.4;
  }
}
.socialWrap{
  float: right;
}
@media only screen and (max-width: 640px) {
  .socialWrap{
    float: none;
    text-align: center;
    padding-bottom: 40px;
  }
}

ul.col1 {
  width: 398px;
}

@media only screen and (max-width: 640px) {
  ul.col1 {
    width: 100%;
  }
  ul.carousel.col1 a:hover {
    background: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  ul.carousel.col1 a:hover figure img {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    opacity: inherit;
  }
}

ul.carousel.col1 a:hover {
  background: rgba(146, 135, 105, 0.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.carousel.col1 a:hover figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}
ul.carousel.col1 li figure{
 overflow: hidden;
}
a.btn-01.tablink {
  background-image: none;
}
a.btn-01.tablink img{
  margin-left: 20px;
}
.bnr-cp {
  margin-top: 50px;
}
.bnr-cp a{
  display: block;
  margin: 0 auto;
  width: 600px;
}
@media only screen and (max-width: 640px) {
  .bnr-cp {
    margin-top: 30px;
  }
  .bnr-cp a,.bnr-cp img{
    width: 100%;
  }
}

body{
  position: relative;
}
.mordal-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
  display: none;
}
.mordal-conts{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 48%;
  display: none;
}
.box-move {
  width: 48%;
  margin: 0 auto;
  z-index: 1001;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  padding-top: 56.27%;
}
.box-move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.mordal-conts01,.mordal-conts02,.mordal-conts03{
  display: none;
}
.mordal-conts span{
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  position: absolute;
  top: -19px;
  right: -19px;
  z-index: 1002;
}
@media only screen and (max-width: 640px) {
  .mordal-conts{
    width: 80%;
  }
  .mordal-conts span{
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
  }
}
/* slick */
.mainvisual .slick-slide img.only-sp{
  display: none;
}
@media only screen and (max-width: 640px) {
  .mainvisual .slick-slide img.only-pc{
    display: none;
  }
  .mainvisual .slick-slide img.only-sp{
    display: block;
  }
}
/* newcm */
.slick-prev, .slick-next{
  height: 0;
  width: 0;
}
.slick-prev:before,.slick-next:before{
  content: none;
}
.mainvisual + .cm-border{
  border-top: none;
}
.mainvisual + .cm-border .box-cm{
  margin-bottom: 70px;
}
.mainvisual + .cm-border .box-cm p.ttl-02{
  margin-top: 10px;
  margin-bottom: 0;
}
.area-bland-col6 p.ttl-col6{
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.area-bland-col6 p.ttl-col6 span{
  font-size: 15px;
}
.box-cm p.ttl-new-cm{
  font-size: 20px;
  margin-bottom: 20px;
}
.box-cm p.ttl-new-cm span{
  font-size: 15px;
}
ul.box-cm6 li{
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-bottom: 30px;
}
ul.box-cm6 li:nth-child(3n){
  margin-right: 0;
}
ul.box-cm6 li a {
  display: block;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
}
ul.box-cm6 li figure {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
ul.box-cm6 li figure img {
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
ul.box-cm6 li p.ttl-box-cm6 {
  text-align: left;
  padding: 10px 28px;
  font-size: 20px;
  font-weight: bold;
}
ul.box-cm6 li p.txt-box-cm6 {
  color: #65562d;
  display: block;
  font-size: 13px;
  padding: 0 28px 20px;
  text-align: left;
}
@media only screen and (min-width: 641px) {
  ul.box-cm6 li:hover figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.4;
  }
  ul.box-cm6 li:hover a {
    background: rgba(146, 135, 105, 0.2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media only screen and (max-width: 640px) {
  .box-cm p.ttl-new-cm{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .box-cm p.ttl-new-cm span{
    font-size: 13px;
  }
  .mainvisual + .cm-border .box-cm p.ttl-02{
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 40px;
  }
  .mainvisual + .cm-border .box-cm{
    margin-bottom: 0;
  }
  .area-bland-col6 p.ttl-col6{
    font-size: 16px;
  }
  .area-bland-col6 p.ttl-col6 span{
    font-size: 13px;
  }
  ul.box-cm6 li{
    width: 100%;
    margin-right: 0;
    float: none;
  }
  ul.box-cm6 li p.ttl-box-cm6{
    padding: 10px 15px;
    font-size: 18px;
  }
  ul.box-cm6 li p.txt-box-cm6{
    padding: 0 15px 22px;
    font-size: 14px;
  }
}

/* ARエリア
------------------------------------------------------------ */
.area-ar{
  background-color: #f4f3f0;
  padding: 40px 35px 35px;
}
.area-ar p.ttl-ar{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.area-ar .box-link-ar{
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
}
.area-ar .box-link-ar a{
  text-decoration: none;
}
.area-ar .box-link-ar a > img{
  width: 100%;
}
.area-ar .box-link-ar ul{
  display: table;
  padding: 17px 0 20px 8%;
}
.area-ar .box-link-ar li{
  display: table-cell;
  vertical-align: bottom;
}
.area-ar .box-link-ar li:nth-child(1){
  width: 28%;
  padding-right: 2.5%;
}
.area-ar .box-link-ar li:nth-child(2){
  width: 28%;
  padding-right: 1.5%;
  font-weight: bold;
  padding-bottom: 5px;
}
.area-ar .box-link-ar li:nth-child(3){
  width: 16%;
  padding-right: 4%;
  background: url(/shared/img/svg/icon_window.svg)no-repeat top 57% right 15px;
}
.area-ar .box-link-ar li:nth-child(4){
  width: 16%;
  padding-right: 4%;
  background: url(/shared/img/svg/icon_window.svg)no-repeat top 57% right 15px;
}
.area-ar .list-ar-step{
  max-width: 890px;
  margin: 38px auto 0;
}
.area-ar .list-ar-step li{
  float: left;
  width: 30%;
  margin-right: 5%;
  position: relative;
}
.area-ar .list-ar-step li:after{
  content: "";
  width: 13px;
  height: 27px;
  background: url(/sp/asaduke/img/img_ar_05.jpg)no-repeat;
  position: absolute;
  top: 115px;
  right: 106%;
}
.area-ar .list-ar-step li:nth-child(3n){
  margin-right: 0;
}
.area-ar .list-ar-step li:nth-child(3n-2):after{
  content: none;
}
.area-ar .list-ar-step li p.ttl-ar-step{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #e10000;
  display: inline-block;
  padding: 2px 10px 3px;
  margin-bottom: 12px;
}
.area-ar .list-ar-step li .sp-right{
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .area-ar{
    padding: 30px 20px 35px;
  }
  .area-ar p.ttl-ar{
    font-size: 15px;
    margin-bottom: 15px;
  }
  .area-ar .box-link-ar ul{
    display: block;
    padding: 15px 33px;
    background-size: 12px 11px;
  }
  .area-ar .box-link-ar li{
    display: block;
    float: left;
  }
  .area-ar .box-link-ar li:nth-child(1){
    width: 100%;
    padding: 0 10%;
  }
  .area-ar .box-link-ar li:nth-child(2){
    width: 100%;
    padding: 0 10%;
    font-size: 12px;
    margin: 10px 0 7px;
  }
  .area-ar .box-link-ar li:nth-child(3){
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    padding: 0 35px 0 0;
    background-position: center right 0;
  }
  .area-ar .box-link-ar li:nth-child(4){
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    padding: 0 35px 0 0;
    background-position: center right 0;
  }
  .area-ar .list-ar-step{
    width: 100%;
    margin-top: 15px;
  }
  .area-ar .list-ar-step li{
    float: none;
    width: 100%;
    margin-right: 0;
    display: table;
    padding-top: 35px;
  }
  .area-ar .list-ar-step li:first-child{
    margin-top: 0;
  }
  .area-ar .list-ar-step li:after{
    width: 27px;
    height: 13px;
    background: url(/sp/asaduke/img/img_ar_05_sp.jpg)no-repeat;
    background-size: 27px 13px;
    left: 0;
    right: 0;
    top: 13px;
    margin: auto;
  }
  .area-ar .list-ar-step li .sp-left{
    width: 50%;
    display: table-cell;
    padding-right: 3%;
    vertical-align: top;
  }
  .area-ar .list-ar-step li .sp-right{
    width: 50%;
    display: table-cell;
    padding-left: 3%;
    font-size: 13px;
    margin-top: 0;
    vertical-align: top;
    padding-top: 31px;
  }
  .area-ar .list-ar-step li p.ttl-ar-step{
    font-size: 12px;
    padding: 2px 5px 3px;
  }
}
.return-top {
  display: table;
  padding-bottom: 12px;
  width: 100%;
}
.return-top span {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.return-top span a {
  padding-right: 10px;
  background: url(/shared/img/svg/cur02.svg)no-repeat center right;
  background-size: 7px 13px;
  font-weight: bold;
  font-size: 14px;
}
/* その他商品 */
.area-other{
  width: 96%;
  max-width: 1076px;
  margin: 0 auto;
  padding: 130px 0 80px; 
}
.area-other .box-ttl{
  text-align: center;
  margin-bottom: 55px;
}
.area-other p.ttl-other{
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  border-bottom: #c51426 solid 3px;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.area-other p.ttl-other + p{
  font-size: 14px;
  font-weight: bold;
  color: #dddddd;
}
.area-other li{
  width: 22.9375%;
  margin-right: 2.75%;
  float: left;
  border: solid 1px #e2e5ea;
}
.area-other li:nth-child(4n){
  margin-right: 0;
}
.area-other li a{
  text-decoration: none;
  display: block;
  padding: 30px 20px 40px;
}
.area-other li figure{
  text-align: center;
}
.area-other li img{
  width: 80%;
}
.area-other li p{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.area-other li span{
  display: block;
  width: 100%;
  color: #c51426;
  border: #c51426 solid 1px;
  text-align: center;
  padding: 10px 25px 10px 10px;
  background: url(/shared/img/svg/ar01.svg) no-repeat center right 8px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 641px) {
  .area-other li a:hover{
    background: rgba(146, 135, 105, 0.2);
  }
  .area-other li a:hover span{
    background-color: #c51426;
    color: #fff;
    background-image: url(/shared/img/svg/ar02.svg);
  }
  .area-other li div{
    display: table;
    width: 100%;
  }
  .area-other li span{
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 640px) {
  .area-other{
    padding: 50px 15px 15px;
    border-top: #c9c3b5 1px solid;
  }
  .area-other .box-ttl{
    margin-bottom: 40px;
  }
  .area-other p.ttl-other{
    font-size: 18px;
  }
  .area-other p.ttl-other + p{
    font-size: 13px;
  }
  .area-other li{
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .area-other li a{
    padding: 35px 25px 25px;
  }
  .area-other li p{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .area-other li span{
    font-size: 15px;
    font-weight: bold;
  }
}
@media screen and (min-width:641px) and ( max-width:850px) {
  .area-other li a {
    text-decoration: none;
    display: block;
    padding: 20px 15px 25px;
  }
  .area-other li p{
    margin-bottom: 20px;
  }
}