@charset "UTF-8";

/* Main */
@media (max-width: 767px){
  #main{
    display: flex !important;
    flex-direction: column;
  }
  .section-intro{
    order: 1;
  }
  .section-road{
    order: 2;
  }
  .btn-shop{
    order: 3;
  }
  .section-news{
    order: 4;
  }
  .section-product{
    order: 8;
  }
  .section-act{
    order: 5;
  }
  .section-recommend{
    order: 6;
  }
  .section-takumi{
    order: 7;
  }
  .section-sns{
    order: 9;
  }
}
@media (min-width: 768px){
}



/* Intro */
.intro-copy{
  font-weight: bold;
}
@media (max-width: 767px){
  .section-intro{
    position: relative;
    height: calc(100vh - 78px);
  }
  .section-intro > .container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
    height: 100%;
  }
  .intro-title,
  .intro-copy{
    position: relative;
    z-index: 2;
  }
  .intro-title{
    margin-bottom: 15px;
  }
  .intro-title img{
    width: 88.5vw;
    height: auto;
  }
  .intro-copy{
    margin: 0;
    color: #fff;
    letter-spacing: .4em;
    font-size: 1.4rem;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
  }
  .intro-scroll{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -34px;
  }
  .intro-scroll img{
    width: 69px;
    height: auto;
  }
}
@media (min-width: 768px){
  .section-intro{
    position: relative;
    height: 100vh;
  }
  .section-intro > .container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
    height: 100%;
  }
  .intro-title,
  .intro-copy{
    position: relative;
    z-index: 2;
  }
  .intro-title{
    margin-top: 13vh;
    margin-bottom: 50px;
  }
  .intro-title img{
    width: 561px;
    height: auto;
  }
  .intro-copy{
    margin: 0;
    color: #fff;
    letter-spacing: .4em;
    font-size: 2.8rem;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
  }
  .intro-scroll{
    display: none;
  }
}

.slide-main{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.slide-main::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../img/bg-home-intro.png") 0 0 repeat;
  width: 100%;
  height: 100%;
}
.slide-main-item{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.slide-main .slick-list,
.slide-main .slick-track{
  height: 100%;
}
@media (max-width: 767px){
}
@media (min-width: 768px){
}



/* Button Shop */
.btn-shop a{
  display: block;
  background: rgba(255,255,255,.6) url("../img/icon-arrow.svg") no-repeat;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  transition: all .4s;
}
.btn-shop a:hover{
  opacity: .7;
}
@media (max-width: 767px){
  .btn-shop{
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .btn-shop a{
    background-color: #f0f0f0;
    background-position: right 70px center;
    background-size: auto 8px;
    border-radius: 8px;
    padding-top: 24px;
    padding-right: 40px;
    padding-bottom: 23px;
    line-height: 1;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: .2em;
  }
}
@media (min-width: 768px){
  .btn-shop{
    position: absolute;
    top: 89.5vh;
    left: 54px;
    line-height: 1;
  }
  .btn-shop a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: right 10px center;
    background-size: 12px auto;
    padding-right: 23px;
    width: 212px;
    height: 50px;
    font-size: 1.4rem;
    letter-spacing: .2em;
    border-radius: 8px;
  }
}



/* Road */
.section-road-wrapper{
  margin: 0;
}
.section-road-heading{
  border-right-style: solid;
  border-right-color: #D1C5A2;
  font-size: 1.3rem;
}
.section-road-content{
  margin: 0;
  letter-spacing: .1em;
}
@media (max-width: 767px){
  .section-road{
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .section-road-wrapper{
    position: relative;
  }
  .section-road-heading{
    position: absolute;
    top: 0;
    left: 0;
    border-right-width: 4px;
    width: 100px;
    line-height: 1;
    letter-spacing: .1em;
  }
  .section-road-content{
    font-size: 1.2rem;
  }
  .section-road-content .time,
  .section-road-content .text{
    display: block;
  }
  .section-road-content .time{
    margin-bottom: 10px;
    margin-left: 120px;
    padding-left: 15px;
    line-height: 1;
  }
  .section-road-content .text{
    line-height: 1.5;
	  padding-top: 20px;
  }
}
@media (min-width: 768px){
  .section-road{
    margin-top: 15px;
    margin-bottom: 22px;
  }
  .section-road > .container{
    width: 1100px;
  }
  .section-road-wrapper{
    display: flex;
  }
  .section-road-heading{
    border-right-width: 5px;
    width: 120px;
    text-align: center;
    letter-spacing: .2em;
  }
  .section-road-content{
    padding-left: 22px;
    font-size: 1.3rem;
  }
  .section-road-content .time,
  .section-road-content .text{
    display: inline-block;
  }
  .section-road-content .time{
    margin-right: 40px;
  }
}



/* News */
.section-news-heading{
  line-height: 1;
}
.section-news-heading .ja{
  font-size: 1.7rem;
  letter-spacing: .3em;
}
.section-news-heading .en{
  font-size: 1.4rem;
  letter-spacing: .2em;
}
@media (max-width: 767px){
  .section-news{
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-news > .container{
    border: 5px solid #F8F5ED;
    background: #FDFCF8;
    padding: 10px 23px 20px 23px;
  }
  .section-news-heading{
    margin-bottom: 22px;
    text-align: center;
  }
}
@media (min-width: 768px){
  .section-news{
    margin: 0 auto 30px auto;
    padding-right: 5px;
    padding-left: 5px;
    /*width: 1100px;*/
  }
  .section-news > .container{
    margin: 0 auto;
    border: 5px solid #EDE9DF;
    padding: 20px 26px 30px 26px !important;
    width: auto;
  }
  .section-news-heading{
    margin-bottom: 20px;
  }
}

.news-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-list a{
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity .4s;
}
.news-list a:hover{
  opacity: .7;
}
.news-list-category{
  border-radius: 3px;
  line-height: 1;
}
.news-list-category.information{
  background-color: #FDF2D5;
}
.news-list-category.event{
  background-color: #D9F7D7;
}
.news-list-category.webshop{
  background-color: #FFD8D8;
}
.news-list-category.other{
  background-color: #f5f5f5;
}
.news-list-thumb{
  float: left;
}
.news-list-text{
  overflow: hidden;
}
.news-list-text .date{
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .1em;
}
.news-list-text .text{
  font-size: 1.3rem;
  letter-spacing: .1em;
}
@media (max-width: 767px){
  .news-list > li{
    margin-bottom: 20px;
  }
  .news-list > li:last-child{
    margin-bottom: 0;
  }
  .news-list a{
    position: relative;
    display: flex;
  }
  .news-list-category{
    position: absolute;
    top: 0;
    left: 130px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 122px;
    font-size: 1.3rem;
    text-align: center;
  }
  .news-list-thumb{
    flex: 0 0 122px;
    margin-right: 8px;
    /*width: 122px;*/
  }
  .news-list-text{
    flex-basis: auto;
    overflow: hidden;
    padding-top: 38px;
    height: 122px;
    font-size: 1.3rem;
  }
  .news-list-text .date{
    margin-bottom: 10px;
  }
  .news-list-text .text{
    overflow: hidden;
    height: calc( 1.5em * 3 );
    line-height: 1.5;
  }
}
@media (min-width: 768px){
  .news-list{
    display: flex;
  }
  .news-list > li{
    margin-left: 2.3%;
    flex: 0 0 31.8%;
  }
  .news-list > li:first-child{
    margin-left: 0;
  }
  .news-list-category{
    display: table;
    margin-bottom: 5px;
    padding: 7px 20px;
    font-size: 1.3rem;
  }
  .news-list-thumb{
    width: 61%;
  }
  .news-list-thumb img{
    width: 100%;
    height: auto;
  }
  .news-list-text{
    padding-top: 12px;
    padding-left: 15px;
  }
  .news-list-text .date{
    margin-bottom: 12px;
  }
}




/* Product */
.section-product{
  background: #fdfcf8 url("../img/bg-home-product.png") left bottom no-repeat;
}
.section-product-heading .nav a{
  display: block;
  text-decoration: none;
  color: inherit;
}
.section-product-lead{
  font-weight: 600;
}

.shop-link-btn{
  text-align: center;
  margin-top: 50px;
  width: 100%;
  background: #fd9b9c;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #fd9b9c;
  border: dashed 1px #FFF;
}

.shop-link-btn:hover{
  border: dotted 1px #FFF;
}

.shop-link-btn a{
  text-decoration: none;
  font-weight: 900;
  color: #fff;
  display: block;
  padding: 20px 40px;
}

.shop-link-btn span{
  margin:0 auto;
}

@media (max-width: 767px){
  .section-product{
    padding-top: 38px;
    padding-bottom: 40px;
  }
  .section-product > .container{
    padding-right: 0;
    padding-left: 0;
  }
  .section-product-header{
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-product-heading{
    margin-top: 0;
    margin-bottom: 35px;
    border: 1px solid #000;
  }
  .section-product-heading .heading{
    padding: 20px 0;
    font-size: 2rem;
    letter-spacing: .2em;
    text-align: center;
    font-weight: bold;
  }
  .section-product-heading .heading br{
    display: none;
  }
  .section-product-heading .nav{
    border-top: 1px solid #000;
  }
  .section-product-heading .nav a{
    text-align: center;
  }
  .section-product-heading .nav a span{
    background: url("../img/icon-arrow.svg") right center no-repeat;
    background-size: auto 7px;
    padding-right: 18px;
    height: 40px;
    line-height: 40px;
    letter-spacing: .2em;
    font-size: 1.4rem;
  }
  .section-product-lead{
    margin-bottom: 52px;
    font-size: 1.4rem;
    letter-spacing: .09em;
    text-align: center;
  }
  .shop-link-btn{
    width:80%;
    margin: 50px auto;
  }
}
@media (min-width: 768px){
  .section-product{
    padding-top: 47px;
    padding-bottom: 72px;
  }
  .section-product > .container{
    padding-right: 5px;
    /*padding-left: 53px;*/
    /*width: 1100px;*/
  }
  .section-product-header{
    position: relative;
    float: left;
    z-index:10000;
    margin-right: 6.896552%;
    margin-left: 4.568966%;
    width: 24.137931%;
  }
  .section-product-heading{
    margin-top: 0;
    margin-bottom: 40px;
    border: 1px solid #000;
    width: 168px;
  }
  .section-product-heading .heading{
    padding-top: 20px;
    padding-bottom: 25px;
    height: 266px;
    font-size: 3rem;
    letter-spacing: .15em;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .section-product-heading .nav{
    border-top: 1px solid #000;
  }
  .section-product-heading .nav a{
    text-align: right;
  }
  .section-product-heading .nav a span{
    background: url("../img/icon-arrow.svg") right 15px center no-repeat;
    background-size: auto 8px;
    padding-right: 30px;
    height: 40px;
    line-height: 40px;
    letter-spacing: .2em;
    font-size: 1.5rem;
  }
  .section-product-lead{
    font-size: 1.4rem;
    letter-spacing: .09em;
    margin-bottom: 50px;
  }
}

.list-product{
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product a{
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity .7;
}
.list-product a:hover{
  opacity: .7;
}
.list-product .category{
  position: absolute;
  left: 0;
  margin: 0;
  border-bottom: 3px solid #D1C5A2;
  background-color: #fff;
  padding-right: 18px;
  padding-left: 18px;
  height: 35px;
  line-height: 35px;
  font-size: 1.4rem;
  letter-spacing: .2em;
  font-weight: bold;
}
.list-product .maker{
  text-align: center;
}
.list-product .name{
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}
.list-product .desc{
  margin: 0;
}
@media (max-width: 20000px){
  .list-product{
    padding-left: 33px;
  }
  .list-product li{
    width: 310px;
  }
  .list-product li a{
    display: block;
    padding: 21px 13px 0 13px;
  }
  .list-product .category{
    top: 0;
    left: 13px;
  }
  .list-product .image{
    margin-bottom: 15px;
  }
  .list-product .image img{
    width: 100%;
    height: auto;
  }
  .list-product .maker{
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .list-product .name{
    margin-bottom: 12px;
    font-size: 1.6rem;
    letter-spacing: .05;
  }
  .list-product .desc{
    font-size: 1.3rem;
  }
  .list-product .btn{
    position: absolute;
    top: 500px;
    margin-top: 15px;
    text-align: center;
    font-size: 1.4rem;
  }
  .list-product .btn span{
    display: inline-block;
    background: #ffd8d8 url("../img/icon-arrow.svg") right 32px center no-repeat;
    background-size: auto 8px;
    padding: 20px 64px 20px 40px;
    line-height: 1;
  }
  .list-product .slick-prev{
    display: none !important;
  }
  .list-product .slick-next{
    position: absolute;
    top: 141px;
    right: 13px;
    border: none;
    background: #fff url("../img/icon-slide-next.svg") center center no-repeat;
    background-size: auto 18px;
    width: 26px;
    height: 43px;
    font-size: 0;
  }
}
/*
@media (min-width: 768px){
  .list-product{
    display: flex;
    padding-right: 10px;
    letter-spacing: .1em;
  }
  .list-product > li{
    width: 261px;
  }
  .list-product > li:first-child{
    margin-right: 105px;
  }
  .list-product .category{
    position: absolute;
    top: -26px;
    left: 0;
    margin: 0;
    border-bottom: 3px solid #D1C5A2;
    background-color: #fff;
    padding-right: 18px;
    padding-left: 18px;
    height: 35px;
    line-height: 35px;
    font-size: 1.4rem;
    letter-spacing: .2em;
    font-weight: bold;
  }
  .list-product .image{
    margin-bottom: 15px;
  }
  .list-product .maker{
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .list-product .name{
    margin-bottom: 18px;
    font-size: 1.5rem;
    letter-spacing: normal;
  }
  .list-product .desc{
    font-size: 1.4rem;
  }
  .list-product .btn{
    display: none;
  }
}
*/


/* Activities */
.section-act{
  background-color: #eaeeef;
  background-image: url("../img/bg-home-activities.png");
  background-repeat: no-repeat;
}
.section-act-header{
  text-align: center;
  font-weight: bold;
}
.section-act-text,
.section-act-heading{
  line-height: 1;
  letter-spacing: .2em;
}
.section-act-text{
  font-size: 1.4rem;
}
.section-act-heading{
  position: relative;
  margin-bottom: 50px;
  font-weight: bold;
}
.section-act-heading::after{
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  display: block;
  margin-left: -31px;
  background-color: #D1C5A2;
  width: 62px;
  height: 5px;
}
.section-act-lead{
  letter-spacing: .1em;
  font-weight: 600;
}
@media (max-width: 767px){
  .section-act{
    background-position: right 110px;
    padding-top: 52px;
    padding-bottom: 50px;
  }
  .section-act-heading{
    margin-bottom: 42px;
    font-size: 2rem;
  }
  .section-act-lead{
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px){
  .section-act{
    background-position: right 90px top 60px;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .section-act > .container{
    width: auto;
  }
  .section-act-text{
    margin: 0 0 20px 0;
  }
  .section-act-heading{
    font-size: 3rem;
  }
  .section-act-lead{
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}

.menu-act{
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-act a{
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.menu-act .meguru a{
  background-image: url("../img/img-home-act-meguru.jpg");
}
.menu-act .tsukuru a{
  background-image: url("../img/img-home-act-tsukuru.jpg");
}
.menu-act .taberu a{
  background-image: url("../img/img-home-act-taberu.jpg");
}
.menu-act .kau a{
  background-image: url("../img/img-home-act-kau.jpg");
}
.menu-act .menu-item .bg{
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all .6s;
}
.menu-act .menu-item a:hover .bg{
  visibility: hidden;
  opacity: 0;
}
.menu-act .menu-item.meguru .bg{
  background-image: url("../img/bg-home-act-meguru.png");
}
.menu-act .menu-item.tsukuru .bg{
  background-image: url("../img/bg-home-act-tsukuru.png");
}
.menu-act .menu-item.taberu .bg{
  background-image: url("../img/bg-home-act-taberu.png");
}
.menu-act .menu-item.kau .bg{
  background-image: url("../img/bg-home-act-kau.png");
}
.menu-act .menu-item .label,
.menu-act .menu-item .text{
  position: relative;
  z-index: 1;
}
@media (max-width: 767px){
  .menu-act{
  }
  .menu-act .menu-item{
    margin-bottom: 10px;
    height: 180px;
  }
  .menu-act .menu-item a{
    display: flex;
    align-items: center;
    padding: 26px;
  }
  .menu-act .menu-item .bg{
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all .6s;
  }
  .menu-act .menu-item .label,
  .menu-act .menu-item .text{
    margin: -20px 0 0 0;
    background: rgb(255,255,255,.85);
    height: 100px;
  }
  .menu-act .menu-item .label{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 94px;
    /*letter-spacing: .7em;*/
    font-size: 1.7rem;
    font-weight: bold;
    border-radius: 5px 0 0 5px;
    text-align: center;
  }
  .menu-act .menu-item .icon{
    order: 1;
    height: auto;
  }
  .menu-act .menu-item.meguru .icon{
    width: 26px;
  }
  .menu-act .menu-item.tsukuru .icon{
    width: 28px;
  }
  .menu-act .menu-item.taberu .icon{
    width: 28px;
  }
  .menu-act .menu-item.kau .icon{
    width: 26px;
  }
  .menu-act .menu-item .label span{
    order: 2;
  }
  .menu-act .menu-item .text{
    display: flex;
    align-items: center;
    flex-basis: auto;
    border-radius: 0 5px 5px 0;
    padding-right: 20px;
    line-height: 1.6;
    font-size: 1.3rem;
  }
  .menu-act .menu-item .more{
    position: absolute;
    bottom: 5px;
    width: calc(100% - 52px);
    text-align: center;
    font-size: 1.4rem;
  }
  .menu-act .menu-item .more span{
    background: url("../img/icon-arrow.svg") right center no-repeat;
    background-size: auto 8px;
    padding-right: 22px;
  }
}
@media (min-width: 768px){
  .menu-act{
    display: flex;
    justify-content: space-between;
  }
  .menu-act .menu-item{
    width: 24%;
    height: 386px;
  }
  .menu-act .menu-item a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    text-align: center;
  }
  .menu-act .menu-item .label{
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin: 0 0 50px 0;
    padding: 10px 6px 15px 6px;
    height: 150px;
    letter-spacing: .7em;
    font-size: 1.7rem;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  }
  .menu-act .menu-item .icon{
    height: auto;
    max-width: none;
  }
  .menu-act .menu-item.meguru .icon{
    width: 26px;
  }
  .menu-act .menu-item.tsukuru .icon{
    width: 28px;
  }
  .menu-act .menu-item.taberu .icon{
    width: 28px;
  }
  .menu-act .menu-item.kau .icon{
    width: 26px;
  }
  .menu-act .menu-item .text{
    visibility: hidden;
    opacity: 0;
    margin: 0;
    background: #fff;
    padding: 15px 5px;
    font-size: 1.4rem;
    letter-spacing: .1em;
    text-align: center;
    width: 100%;
    transition: all .7s;
  }
  .menu-act .menu-item a:hover .text{
    visibility: visible;
    opacity: 1;
  }
  .menu-act .menu-item .more{
    display: none;
  }
}



/* Recommend */
.section-recommend{
  background-color: #FAF8F4;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.section-recommend-heading{
  position: relative;
  margin-bottom: 50px;
  letter-spacing: 0.15em;
  font-weight: bold;
}
.section-recommend-heading::after{
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  display: block;
  background-color: #D1C5A2;
  width: 62px;
  height: 5px;
}
@media (max-width: 767px){
  .section-recommend{
    background-image: url("../img/bg-home-recommend-sp.png");
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-recommend-heading{
    font-size: 2rem;
    text-align: center;
  }
  .section-recommend-heading::after{
    left: 50%;
    margin-left: -31px;
  }
  .section-recommend-lead{
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    font-weight: 600;
    letter-spacing: .09em;
  }
  .section-recommend-lead br{
    display: none;
  }
}
@media (min-width: 768px){
  .section-recommend{
    background-image: url("../img/bg-home-recommend.png");
    padding-top: 55px;
    padding-bottom: 62px;
  }
  .section-recommend > .container{
    padding-right: 4% !important;
    padding-left: 4% !important;
    width: auto;
  }
  .section-recommend-heading{
    font-size: 3rem;
  }
  .section-recommend-lead{
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
}

.recommend-menu{
  display: flex;
  margin: 0;
  border-bottom: 2px solid #d3dbdd;
  padding: 0;
  list-style: none;
}
.recommend-menu a{
  display: block;
  border: 2px solid #D4DBDD;
  line-height: 1;
  text-decoration: none;
  color: inherit;
}
.recommend-menu .is-active a,
.recommend-menu a:hover{
  position: relative;
  border: 2px solid #fd9b9c;
  background: #fd9b9c;
  color: #fff;
}
.recommend-menu .is-active a::after,
.recommend-menu a:hover::after{
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11.5px 0 11.5px;
  border-color: #fd9b9c transparent transparent transparent;
}
@media (max-width: 767px){
  .recommend-menu{
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 22px;
  }
  .recommend-menu li{
    width: 23%;
  }
  .recommend-menu a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100%;
    font-size: 1.3rem;
    text-align: center;
  }
  .recommend-menu .is-active a::before,
  .recommend-menu a:hover::before{
    content: "";
    position: absolute;
    bottom: -6px;
    display: block;
    background-color: #ffd8d8;
    height: 2px;
    width: 100%;
  }
  .recommend-menu .is-active a::after,
  .recommend-menu a:hover::after{
    margin-left: -11px;
    border-color: #ffd8d8 transparent transparent transparent;
  }
}
@media (min-width: 768px){
  .recommend-menu{
    justify-content: flex-end;
    margin-bottom: 20px;
    padding-bottom: 2px;
  }
  .recommend-menu li{
    margin-left: 10px;
  }
  .recommend-menu a{
    padding: 5px 10px 5px 15px;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
  .recommend-menu .is-active a,
  .recommend-menu a:hover{
  }
  .recommend-menu .is-active a::after,
  .recommend-menu a:hover::after{
    bottom: -15px;
    margin-left: -11px;
  }
}

.recommend-content-body .heading{
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .08em;
}
.recommend-content-body .text p{
  margin: 0;
}
.recommend-content-body .more{
  font-size: 1.4rem;
}
.recommend-content-body .more a{
  display: inline-block;
  background: #ffd8d8 url("../img/icon-arrow.svg") right 45px center no-repeat;
  background-size: 13px auto;
  padding: 14px 70px 14px 45px;
  line-height: 1;
  border-radius: 3px;
  letter-spacing: .2em;
  text-decoration: none;
  color: inherit;
  transition: all .4s;
}
.recommend-content-body .more a:hover{
  opacity: .7;
}
@media (max-width: 767px){
  .recommend-content-image{
    margin-bottom: 22px;
  }
  .recommend-content-body{
    flex-basis: auto;
  }
  .recommend-content-body .heading{
    margin-bottom: 20px;
    font-size: 1.7rem;
    text-align: center;
  }
  .recommend-content-body .text{
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .recommend-content-body .more{
    margin-top: 20px;
    text-align: center;
  }
}
@media (min-width: 768px){
  .recommend-content{
    display: flex;
    align-items: center;
  }
  .recommend-content-image{
    flex: 0 0 43%;
  }
  .recommend-content-body{
    flex-basis: auto;
    padding-left: 54px;
  }
  .recommend-content-body .heading{
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .recommend-content-body .text{
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .recommend-content-body .more{
    margin-top: 30px;
  }
}



/* Takumi */
.section-takumi-header .heading{
  line-height: 1;
  font-weight: bold;
}
.section-takumi-header .more a{
  display: inline-block;
  border-bottom: 1px dashed #000;
  background: #fff url("../img/icon-arrow.svg") right center no-repeat;
  background-size: 13px auto;
  text-decoration: none;
  color: inherit;
}
.section-takumi-image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.takumi-header-title,
.takumi-header-name,
.takumi-header-copy{
  font-weight: bold;
}
.takumi-header-number,
.takumi-header-title,
.takumi-header-name{
  line-height: 1;
}
.takumi-header-number .vol{
  letter-spacing: .18em;
}
.takumi-header-number .num{
  position: relative;
  bottom: -2px;
  font-weight: bold;
}
.takumi-text p{
  margin: 0;
}
.takumi-more a{
  display: inline-block;
  background: #fff url("../img/icon-arrow.svg") right 45px center no-repeat;
  background-size: 13px auto;
  padding: 14px 70px 14px 45px;
  line-height: 1;
  text-decoration: none;
  color: inherit;
  transition: all .4s;
  font-size: 1.4rem;
  letter-spacing: .2em;
}
.takumi-more a:hover{
  opacity: .7;
}
@media (max-width: 767px){
  .section-takumi{
    background: url("../img/bg-home-takumi-sp.png") left bottom no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .section-takumi-header{
  }
  .section-takumi-header .heading{
    margin-bottom: 15px;
    font-size: 2rem;
    text-align: center;
  }
  .section-takumi-header .more{
    margin-bottom: 28px;
    text-align: center;
  }
  .section-takumi-header .more a{
    display: inline-block;
    border-bottom: 5px solid #d1c5a2;
    background: url("../img/icon-arrow.svg") right center no-repeat;
    background-size: auto 8px;
    padding-right: 26px;
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
  .section-takumi-image{
    margin-bottom: 25px;
    width: 100%;
    height: 100vw;
  }
  .section-takumi-content{
  }
  .takumi-header{
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .takumi-header-number{
    order: 1;
  }
  .takumi-header-number .vol{
    font-size: 1.5rem;
  }
  .takumi-header-number .num{
    font-size: 3rem;
  }
  .takumi-header-title{
    order: 3;
    margin-bottom: 15px;
    font-size: 2rem;
    letter-spacing: .4em;
  }
  .takumi-header-name{
    order: 4;
    margin-bottom: 20px;
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
  .takumi-header-copy{
    order: 2;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .takumi-text{
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .takumi-more{
    margin-top: 20px;
    text-align: center;
  }
}
@media (min-width: 768px){
  .section-takumi{
    background: url("../img/bg-home-takumi.jpg") center center no-repeat;
    background-size: cover;
  }
  .section-takumi > .container{
    position: relative;
    display: flex;
    padding-right: 0;
    padding-left: 0;
    width: auto;
    height: 540px;
  }
  .section-takumi-header{
    position: absolute;
    top: 32px;
    right: 4%;
    background: url("../img/bg-home-takumi-header.png") right top no-repeat;
    padding-top: 40px;
    padding-right: 45px;
  }
  .section-takumi-header .heading{
    margin-bottom: 10px;
    font-size: 3rem;
    letter-spacing: .15em;
  }
  .section-takumi-header .more{
    text-align: right;
  }
  .section-takumi-header .more a{
    padding-right: 30px;
    font-size: 1.3rem;
  }
  .section-takumi-image{
    flex: 0 0 47.155172%;
  }
  .section-takumi-content{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex-basis: auto;
    padding-right: 4%;
    padding-bottom: 24px;
    padding-left: 4%;
    width: 100%;
  }
  .takumi-header-number{
    margin-bottom: 20px;
  }
  .takumi-header-number .vol{
    font-size: 1.8rem;
  }
  .takumi-header-number .num{
    font-size: 3.6rem;
  }
  .takumi-header-title{
    margin-bottom: 15px;
    font-size: 2rem;
    letter-spacing: .2em;
  }
  .takumi-header-name{
    margin-bottom: 20px;
    font-size: 2.4rem;
    letter-spacing: .09em;
  }
  .takumi-header-copy{
    font-size: 1.8rem;
    letter-spacing: .07em;
    font-weight: bold;
  }
  .takumi-text{
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .takumi-more{
    margin-top: 20px;
  }
}



/* SNS */
.section-sns{
  background-color: #f8f5ec;
}
.section-sns-text{
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
}
.section-sns a{
  transition: opacity .4s;
}
.section-sns a:hover{
  opacity: .5;
}
@media (max-width: 767px){
  .section-sns{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-sns-text{
    margin-top: 24px;
    line-height: 1.64;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px){
  .section-sns{
    background-image: url("../img/bg-home-sns.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-top: 68px;
    padding-bottom: 66px;
  }
  .section-sns-text{
    margin-top: 26px;
    line-height: 1;
    font-size: 1.7rem;
  }
}

.menu-sns{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px){
  .menu-sns li{
    margin-right: 20px;
    margin-left: 20px;
  }
  .menu-sns img{
    width: auto;
    height: 48px;
  }
}
@media (min-width: 768px){
  .menu-sns li{
    margin-right: 24px;
    margin-left: 24px;
  }
  .menu-sns img{
    width: auto;
    height: 48px;
  }
}





