@charset "UTF-8";

@font-face {
  font-family:"Allegro";
  src:url("../font/ALLEGRO.eot?") format("eot"),
  url("../font/ALLEGRO.woff") format("woff"),
  url("../font/ALLEGRO.ttf") format("truetype"),
  url("../font/ALLEGRO.svg#Allegro") format("svg");
  font-weight:normal;font-style:normal;
  font-display: block;
}

#Contents{
  overflow-x: hidden;
}

/*------共通------*/
.breadcrumb__list {
    padding-bottom: 1.6rem;
}

.main-area{
  margin: 0 auto 7rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.14;
  color: #212121;
}
.main-area *{
  letter-spacing: 0.1em;
}
.main-area img{
  width: 100%;
}
.main-area a{
  display: block;
}
.main-area h3{
  font-family: 'Playfair Display', serif;
  font-size: 3.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
/*------mv------*/
.mv{
  width: 120rem;
  margin: 0 auto 13rem;
}
.mv .lead{
  margin-top: 2rem;
}

/*------item_links------*/
.item_links{
  text-align: center;
  margin-bottom: 13rem;
}
.item_links .links_ttl{
  font-family: 'Playfair Display', serif;
  line-height: 1;
  font-size: 3.4rem;
  margin-bottom: 8rem;
}
.item_links ul{
  display: flex;
  justify-content: center;
}
.item_links ul li{
  width: 32rem;
  margin: 0 4rem;
  position: relative;
}
.item_links .links_num {
  position: absolute;
  top: -5rem;
  left: -7rem;
  font-family: 'Allegro', cursive;
  font-size: 8rem;
  letter-spacing: 0;
  line-height: 1;
  z-index: 1;
}
.item_links .links_num::before {
  content: "";
  width: 11.6rem;
  height: 5rem;
  background: #fff;
  border-bottom: 1px solid #212121;
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  transform: rotate(-43deg);
  z-index: -1;
}
.item_links .links_check {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  width: 100%;
  bottom: 4rem;
}
.item_links a:hover .links_check::after {
  content: "";
  border-right: 1.2rem solid transparent;
  border-top: 1.4rem solid #000;
  border-left: 1.2rem solid transparent;
  position: absolute;
  bottom: -2.3rem;
  width: 2.4rem;
  left: 0;
  right: 0;
  margin: auto;
}

/*------contents共通------*/
/*item_title*/
.contents .item_title{
  display: flex;
  justify-content: center;
  line-height: 1;
  position: relative;
  margin-bottom: 13rem;
}
.contents .item_title::before {
  content: "";
  background: #fff0e2;
  display: block;
  width: 100vw;
  height: 50rem;
  position: absolute;
  z-index: -1;
  top: 10rem;
  left: 0;
}
.contents .item_title h2{
  text-align: center;
  font-size: 1.8rem;
  width: 64rem;
  margin-top: 23rem;
}
.contents .item_title h2 .title_num{
  font-family: 'Allegro', cursive;
  font-size: 18rem;
  letter-spacing: 0;
  color: #b5885c;
  line-height: 0.5;
  display: inline-block;
  margin-left: -7rem;
  margin-bottom: 5rem;
}
.contents .item_title h2 .title_logo{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  font-family: Avenir,san-serif;
  margin-bottom: 3rem;
}
.contents .item_title h2 .title_logo .logo{
  width: 15rem;
}
.contents .item_title h2 .title_logo .x{
  width: 2rem;
  margin: 0 2.5rem;
}
.contents .item_title .title_img{
  width: 56rem;
  box-shadow: 0 4px 40px 0 rgba(106, 106, 106, .4);
}

/*pickup*/
.pickup{
  font-family: 'Playfair Display', serif;
  width: 114rem;
  margin: 0 auto 10rem;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pickup::before,
.pickup::after {
  content: "";
  background-image: url(../imgs/txt_left.png);
  position: absolute;
  background-size: 100%;
  width: 1rem;
  height: 23rem;
  left: -3rem;
  top: 0;
}
.pickup::after {
  background-image: url(../imgs/txt_right.png);
  left: inherit;
  top: inherit;
  right: -3rem;
  bottom: 0;
}
.pickup .pickup_img{
  width: 50rem;
}
.pickup .pickup_txt{
  text-align: center;
  line-height: 1;
  width: 50rem;
}
.pickup .pickup_txt .pickup_icon{
  background: #b5885c;
  color: #fff;
  font-size: 3.4rem;
  letter-spacing: 0.2em;
  width: 21rem;
  display: inline-block;
  padding: 0.4rem 0 0.6rem;
  margin-bottom: 2.5rem;
}
.pickup .pickup_txt .pickup_name{
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho","Noto Sans CJK",'Noto Serif JP',serif;
  font-size: 2.6rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.pickup .pickup_txt .pickup_price{
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
}
.pickup .pickup_txt .pickup_price span{
  font-size: 1.3rem;
}
.pickup .pickup_txt .pickup_size{
  font-size: 1.6rem;
  margin-bottom: 6rem;
}
.pickup .pickup_txt .pickup_buy {
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  display: inline-block;
  position: relative;
}
.pickup .pickup_txt .pickup_buy::before,
.pickup .pickup_txt .pickup_buy::after {
  content: "";
  width: 1px;
  height: 3rem;
  background: #212121;
  position: absolute;
  left: -10rem;
}
.pickup .pickup_txt .pickup_buy::after {
  left: inherit;
  right: -10rem;
}
.pickup .pickup_txt .pickup_buy span{
  position: relative;
}
.pickup .pickup_txt .pickup_buy span::before,
.pickup .pickup_txt .pickup_buy span::after{
  content: "";
  border-top: 0.8rem solid transparent;
  border-left: 1rem solid #000;
  border-bottom: 0.8rem solid transparent;
  position: absolute;
  top: 34%;
  left: 2.5rem;
  opacity: 0;
}
.pickup .pickup_txt .pickup_buy:hover span::before,
.pickup .pickup_txt .pickup_buy:hover span::after{
  opacity: 1;
}
.pickup .pickup_txt .pickup_buy:hover span::after{
  left: 5rem;
  transition-delay: 0.2s;
}

/*point*/
.point {
    width: 120rem;
    margin: 0 auto 9rem;
}
.point ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.point ul li {
    width: 58.5rem;
}
.point ul li:nth-child(n+3) {
    margin-top: 3rem;
}
.point .point_txt{
    width: 48rem;
    margin: auto;
    position: relative;
}
.point .point_txt h3{
    display: block;
    margin-bottom: 3rem;
}
.point .point_txt::before,
.point .point_txt::after {
    content: "";
    width: 5rem;
    height: 1px;
    background: #fff;
    background: #000;
    display: block;
    position: absolute;
    top: -3.5rem;
    left: -5rem;
    transform: rotate(-45deg);
    z-index: -1;
}
.point .point_txt::after{
    top: inherit;
    left: inherit;
    bottom: -3.5rem;
    right: -5rem;
}
.point .point_comment {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    justify-content: space-between;
}
.point .point_comment .comment_icon {
    background: #f6f6f6;
    border-radius: 50%;
    width: 13rem;
    height: 13rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.67;
}
.point .point_comment .comment_txt {
    width: 103.5rem;
}

/*coordinate*/
.coordinate {
    position: relative;
    margin-bottom: 13rem;
    padding-bottom: 13rem;
}
.coordinate::before {
    content: "";
    background: #fff0e2;
    height: 34rem;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}
.coordinate h3{
    width: 120rem;
    margin: 0 auto 3rem;
}
.coordinate ul {
  display: none;
}
.coordinate ul.slick-slider {
  display: block;
  margin-bottom: 0;
}
.coordinate li img {
    width: 91% !important;
    margin: auto;
}
.coordinate .slick-dots li button {
    display: inherit;
    width: inherit;
    height: inherit;
    padding: 0;
}
.coordinate .slick-dots li button::before{
  content: "";
  background: #fff;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  opacity: 1;
  border-radius: 50%;
}
.coordinate .slick-dots li.slick-active button::before {
  background: #212121;
}
.coordinate .slick-dots{
    margin-top: 3.5rem;
    bottom: inherit;
}
.coordinate .slick-dots li {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 1.5rem;
}


/*------02------*/
.contents._02 .item_title{
  flex-direction: row-reverse;
}
.contents._02 .item_title::before {
    background: #fdf3db;
}
.contents._02 .item_title h2 .title_num {
    color: #ce9e2c;
}
.contents._02 .pickup .pickup_txt .pickup_icon {
    background: #ce9e2c;
}
.contents._02 .coordinate::before {
    background: #fdf3db;
}


/*------03------*/
.contents._03 .item_title::before {
    background: #e7efe0;
}
.contents._03 .item_title h2 .title_num {
    color: #667a4e;
}
.contents._03 .pickup .pickup_img {
    width: 55rem;
    padding: 6.5rem 0;
}
.contents._03 .pickup .pickup_txt .pickup_icon {
    background: #667a4e;
}
.contents._03 .coordinate {
    margin-bottom: 11rem;
}
.contents._03 .coordinate::before {
    background: #e8efe0;
}


/*------PROJECT STORY------*/
.story{
  text-align: center;
  margin: 0 auto 12rem;
}
.story h3{
    margin-bottom: 5.5rem;
}
.story ul{
    display: flex;
    justify-content: center;
}
.story ul li {
    width: 38rem;
    margin: 0 1.3rem;
}

/*------insta------*/
.insta {
    background: #f6f6f6;
    padding: 8rem 0;
    margin-bottom: 11rem;
}
.insta .insta_inner{
    display: flex;
    width: 100rem;
    margin: auto;
}
.insta .insta_inner .insta_img{
    width: 28rem;
    margin-right: 3.5rem;
}
.insta h3 {
    margin-top: 2rem;
}
.insta h3 span{
    display: block;
    font-family: initial;
    font-size: 1.8rem;
    margin: 1.5rem 0 2rem;
}
.insta .insta_txt a {
    width: 19rem;
    position: relative;
    margin-top: 2.5rem;
}
.insta .insta_txt a picture {
    position: absolute;
}
.insta .insta_txt a picture.insta_btn_hover{
  opacity: 0;
}
.insta .insta_txt a:hover picture.insta_btn_hover {
    opacity: 1;
}


/*------bottom_items------*/
.bottom_items{
  margin-bottom: 12rem;
  text-align: center;
}
.bottom_items ul{
    display: flex;
    justify-content: center;
    margin-bottom: 7rem;
}
.bottom_items .all_btn{
    display: inline-block;
    line-height: 1;
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
}
.bottom_items .all_btn::before {
    content: "|";
    margin-right: 7rem;
}
.bottom_items .all_btn::after {
    content: "|";
    margin-left: 7rem;
}







@media screen and (max-width:768px) {

/*------共通------*/
.breadcrumb__list {
    padding-bottom: calc(9 * (100vw / 375));
}

.main-area{
  margin: 0 auto;
  font-size: calc(26 * (100vw / 750));
  line-height: 1.76;
}
.main-area h3{
  font-size: calc(60 * (100vw / 750));
}
/*------mv------*/
.mv {
width: 100%;
margin: 0 auto calc(100 * (100vw / 750));
}
.mv .lead{
  margin: calc(50 * (100vw / 750)) calc(20 * (100vw / 750)) 0;
}

/*------item_links------*/
.item_links{
  margin-bottom: calc(120 * (100vw / 750));
}
.item_links .links_ttl{
  font-size: calc(60 * (100vw / 750));
  margin-bottom: calc(80 * (100vw / 750));
}
.item_links ul{
  display: block;
}
.item_links ul li {
    width: calc(605 * (100vw / 750));
    margin: 0 auto calc(70 * (100vw / 750));
}
.item_links .links_num {
  top: calc(-55 * (100vw / 750));
  left: calc(-70 * (100vw / 750));
  font-size: calc(90 * (100vw / 750));
}
.item_links .links_num::before {
    width: calc(145 * (100vw / 750));
    height: calc(50 * (100vw / 750));
    bottom: calc(5 * (100vw / 750));
    left: calc(-5 * (100vw / 750));
}
.item_links .links_check {
  font-size: calc(24 * (100vw / 750));
  bottom: calc(50 * (100vw / 750));
}
.item_links a:hover .links_check::after,
.item_links a .links_check::after {
    content: "";
    border-right: calc(15 * (100vw / 750)) solid transparent;
    border-top: calc(18 * (100vw / 750)) solid #000;
    border-left: calc(15 * (100vw / 750)) solid transparent;
    position: absolute;
    bottom: calc(-30 * (100vw / 750));
    width: calc(30 * (100vw / 750));
    left: 0;
    right: 0;
    margin: auto;
}

/*------contents共通------*/
/*item_title*/
.contents .item_title{
  flex-direction: column-reverse;
  margin-bottom: calc(95 * (100vw / 750));
}
.contents .item_title::before {
  height: calc(500 * (100vw / 750));
  top: calc(105 * (100vw / 750));
}
.contents .item_title h2 {
    font-size: calc(26 * (100vw / 750));
    width: 100%;
    margin-top: calc(55 * (100vw / 750));
}
.contents .item_title h2 .title_num{
  font-size: calc(251 * (100vw / 750));
  margin-left: calc(-70 * (100vw / 750));
  margin-bottom: calc(45 * (100vw / 750));
}
.contents .item_title h2 .title_logo{
  font-size: calc(50 *(100vw / 750));
  margin-bottom: calc(25 *(100vw / 750));
}
.contents .item_title h2 .title_logo .logo{
  width: calc(220 *(100vw / 750));
}
.contents .item_title h2 .title_logo .x {
    width: calc(25 *(100vw / 750));
    margin: 0 calc(30 *(100vw / 750));
}
.contents .item_title .title_img{
  width: calc(560 * (100vw / 750));
  margin: auto;
}

/*pickup*/
.pickup{
  width: calc(645 * (100vw / 750));
  margin: 0 auto calc(120 * (100vw / 750));
  flex-direction: column;
}
.pickup::before, .pickup::after {
    width: calc(16 * (100vw / 750));
    height: calc(375 * (100vw / 750));
    left: calc(-30 * (100vw / 750));
    background-repeat: no-repeat;
}
.pickup::after {
  right: calc(-30 * (100vw / 750));
  left: inherit;
}
.pickup .pickup_img {
    width: calc(600 * (100vw / 750));
    margin: calc(30 * (100vw / 750)) auto;
}
.pickup .pickup_txt{
  width: 100%;
}
.pickup .pickup_txt .pickup_icon{
  font-size: calc(48 * (100vw / 750));
  width: calc(300 * (100vw / 750));
  padding: calc(4 * (100vw / 750)) 0 calc(6 * (100vw / 750));
  margin-bottom: calc(30 * (100vw / 750));
}
.pickup .pickup_txt .pickup_name{
  font-size: calc(34 * (100vw / 750));
  line-height: 1.67;
  margin-bottom: calc(22 * (100vw / 750));
}
.pickup .pickup_txt .pickup_price {
    font-size: calc(34 * (100vw / 750));
    margin-bottom: calc(20 * (100vw / 750));
}
.pickup .pickup_txt .pickup_price span{
  font-size: calc(22 * (100vw / 750));
}
.pickup .pickup_txt .pickup_size {
    font-size: calc(26 * (100vw / 750));
    margin-bottom: calc(55 * (100vw / 750));
}
.pickup .pickup_txt .pickup_buy {
  font-size: calc(32 * (100vw / 750));
  margin-bottom: calc(100 * (100vw / 750));
}
.pickup .pickup_txt .pickup_buy::before,
.pickup .pickup_txt .pickup_buy::after {
  height: calc(40 * (100vw / 750));
  left: calc(-120 * (100vw / 750));
}
.pickup .pickup_txt .pickup_buy::after {
  left: inherit;
  right: calc(-120 * (100vw / 750));
}
.pickup .pickup_txt .pickup_buy span::before,
.pickup .pickup_txt .pickup_buy span::after{
    border-top: calc(10 * (100vw / 750)) solid transparent;
    border-left: calc(12 * (100vw / 750)) solid #000;
    border-bottom: calc(10 * (100vw / 750)) solid transparent;
    top: 34%;
    left: calc(44 * (100vw / 750));
    opacity: 1;
}
.pickup .pickup_txt .pickup_buy span::after{
  left: calc(65 * (100vw / 750));
}

/*point*/
.point {
    width: 100%;
    margin: 0 auto calc(100 * (100vw / 750));
}
.point ul{
    flex-direction: column;
}
.point ul li:nth-child(n+3) {
    margin-top: 0;
}
.point ul li {
    width: calc(710 * (100vw / 750));
}
.point ul li:nth-child(1) {
    order: 2;
}
.point ul li:nth-child(2) {
    order: 1;
}
.point ul li:nth-child(3) {
    order: 3;
}
.point ul li:nth-child(4) {
    order: 4;
    margin-top: calc(20 * (100vw / 750));
}
.point .point_txt{
    width: calc(650 * (100vw / 750));
    margin: calc(85 * (100vw / 750)) auto calc(135 * (100vw / 750));
}
.point .point_txt h3{
    margin-bottom: calc(25 * (100vw / 750));
}
.point .point_txt::before,
.point .point_txt::after {
    width: calc(55 * (100vw / 750));
    top: calc(-20 * (100vw / 750));
    left: calc(-35 * (100vw / 750));
}
.point .point_txt::after {
    top: inherit;
    left: inherit;
    bottom: calc(-20 * (100vw / 750));
    right: calc(-35 * (100vw / 750));
}
.point .point_comment {
    flex-direction: column;
    margin-top: calc(35 * (100vw / 750));
}
.point .point_comment .comment_icon {
    width: calc(200 * (100vw / 750));
    height: calc(200 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
    line-height: 1.64;
    margin-bottom: calc(30 * (100vw / 750));
}
.point .point_comment .comment_txt {
    width: calc(710 * (100vw / 750));
}

/*coordinate*/
.coordinate {
    margin-bottom: calc(120 * (100vw / 750));
    padding-bottom: calc(150 * (100vw / 750));
}
.coordinate::before {
    height: calc(340 * (100vw / 750));
}
.coordinate h3 {
    width: 100%;
    margin: 0 auto calc(45 * (100vw / 750));
    text-align: center;
}
.coordinate .slick-dots li button::before{
  width: calc(20 * (100vw / 750));
  height: calc(20 * (100vw / 750));
}
.coordinate .slick-dots{
    margin-top: calc(50 * (100vw / 750));
}
.coordinate .slick-dots li {
    width: calc(20 * (100vw / 750));
    height: calc(20 * (100vw / 750));
    margin: 0 calc(15 * (100vw / 750));
}


/*------02------*/
.contents._02 .item_title{
  flex-direction: column-reverse;
}


/*------03------*/
.contents._03 .pickup .pickup_img {
    width: calc(600 * (100vw / 750));
    padding: 0;
}
.contents._03 .coordinate {
    margin-bottom: calc(100 * (100vw / 750));
}


/*------PROJECT STORY------*/
.story{
  margin: 0 auto calc(110 * (100vw / 750));
}
.story h3{
    margin-bottom: calc(60 * (100vw / 750));
}
.story ul{
    display: block;
}
.story ul li {
    width: calc(535 * (100vw / 750));
    margin: 0 auto calc(50 * (100vw / 750));
}

/*------insta------*/
.insta {
    padding: calc(90 * (100vw / 750)) 0 calc(100 * (100vw / 750));
    margin-bottom: calc(100 * (100vw / 750));
}
.insta .insta_inner{
    display: block;
    width: calc(650 * (100vw / 750));
}
.insta .insta_inner .insta_img {
    width: calc(400 * (100vw / 750));
    display: block;
    margin: 0 auto calc(40 * (100vw / 750));
}
.insta h3{
    text-align: center;
}
.insta h3 span {
    font-size: calc(30 * (100vw / 750));
    margin: calc(35 * (100vw / 750)) auto;
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.insta .insta_txt a {
    width: 100%;
    margin-top: calc(50 * (100vw / 750));
}
.insta .insta_txt a picture {
    position: inherit;
}
.insta .insta_txt a picture.insta_btn_hover{
  display: none;
}


/*------bottom_items------*/
.bottom_items{
  margin-bottom: calc(90 * (100vw / 750));
}
.bottom_items ul{
    flex-wrap: wrap;    
    margin-bottom: calc(55 * (100vw / 750));
}
.bottom_items ul li{
    width: calc(325 * (100vw / 750));
}
.bottom_items .all_btn{
    font-size: calc(32 * (100vw / 750));
}
.bottom_items .all_btn::before {
    margin-right: calc(100 * (100vw / 750));
}
.bottom_items .all_btn::after {
    margin-left: calc(100 * (100vw / 750));
}
.bottom_items .all_btn span{
    position: relative;
}
.bottom_items .all_btn span::before,
.bottom_items .all_btn span::after{
    content: "";
    border-top: calc(10 * (100vw / 750)) solid transparent;
    border-left: calc(12 * (100vw / 750)) solid #000;
    border-bottom: calc(10 * (100vw / 750)) solid transparent;
    top: 34%;
    left: calc(30 * (100vw / 750));
    opacity: 1;
    position: absolute;
}
.bottom_items .all_btn span::after{
  left: calc(55 * (100vw / 750));
}
}

