@charset "UTF-8";
/* Scss Document */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: -apple-system, brandon-grotesque, Helvetica, Arial, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "游ゴシック体", Yu Gothic, "Yu Gothic", sans-serif;
  background: #fff;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.9;
  /*letter-spacing: 0.05em;*/
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media only screen and (min-width: 415px) {
  /* Tablet */
}
@media only screen and (min-width: 769px) {
  /* Laptop PC */
  body {
    font-size: 18px;
  }
}
ul li {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
}

a {
  color: #e09400;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  a {
    transition: 0.2s;
  }
}
h1, h2, h3, h4, h5, h6, h7, h8 {
  font-weight: normal;
}

/* clearfix
-------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.sp_none {
  display: none !important;
}

@media only screen and (min-width: 415px) {
  /* Tablet */
}
@media only screen and (min-width: 769px) {
  /* Laptop PC */
  .pc_none {
    display: none !important;
  }

  .sp_none {
    display: inline-block !important;
  }
}
.Libre_Baskerville {
  font-family: 'Libre Baskerville', serif;
}

/*
.Brandon_Grotesque__Light{
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
}
*/
/* アニメーション */
.single-item + .single-item {
  margin-top: 0px;
}

.u-fade-type-up {
  transform: translateY(100px);
  opacity: 0;
}

.u-fade {
  opacity: 0;
}

.u-fade-type-up.is-active,
.u-fade.is-active,
.u-up.is-active {
  transition: .6s;
  transform: translateY(0);
  opacity: 1;
}

/* ---------------------------------------------------
 Loding
--------------------------------------------------- */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #f3ede6;
  text-align: center;
  color: #4b4b4b;
}
#splash #splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash #splash_logo img {
  width: 140px;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ---------------------------------------------------
 XXXXXXX
--------------------------------------------------- */
#Wrapper {
  width: 100%;
}

.common_contents {
  width: 100%;
}

h1 {
  text-align: center;
  width: 100%;
  padding: 40px 0;
}
h1 img {
  width: 28%;
}

.intro {
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}

.Collection__A,
.Collection__B {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
.Collection__A .main_img,
.Collection__B .main_img {
  padding-top: 58px;
}
.Collection__A .collection_number,
.Collection__B .collection_number {
  position: absolute;
  top: 0;
  padding-left: 10%;
}
.Collection__A .collection_number img,
.Collection__B .collection_number img {
  height: 68px;
  width: auto;
}
.Collection__A .collection_number span,
.Collection__B .collection_number span {
  font-size: 10px;
  line-height: 50px;
  padding: 8px;
}
.Collection__A .movie,
.Collection__B .movie {
  overflow: hidden;
  width: 72%;
  margin-top: 20px;
  /* Vimeo */
}
.Collection__A .movie .Vimeo_box,
.Collection__B .movie .Vimeo_box {
  position: relative;
  /*padding: 166.67% 0 0 0;*/
  padding: 122.3% 0 0 0;
}
.Collection__A .movie .Vimeo_box iframe,
.Collection__B .movie .Vimeo_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.Collection__A .sub_img,
.Collection__B .sub_img {
  width: 44%;
}
.Collection__A .name,
.Collection__B .name {
  font-size: 1.3em;
  line-height: 1.4;
}
.Collection__A .price,
.Collection__B .price {
  margin-bottom: 40px;
  padding-top: 10px;
}

.Collection__A .main_img {
  padding-left: 4%;
}
.Collection__A .sub_img {
  float: right;
  margin: 20px 7% 0 0;
}
.Collection__A .credit {
  float: left;
  margin: 30px 0 0 5%;
  width: 40%;
}

.Collection__B .main_img {
  padding-right: 4%;
}
.Collection__B .movie {
  margin-left: 28%;
}
.Collection__B .sub_img {
  float: left;
  margin: 20px 0 0 7%;
}
.Collection__B .credit {
  float: right;
  margin: 30px 5% 0 0;
  width: 37%;
}

.buy a {
  letter-spacing: 0.5em;
  border: 1px solid #ccc;
  padding: 14px 14px 14px 19px;
  color: #4b4b4b;
}

@media only screen and (min-width: 980px) {
  /* Laptop PC */
  .common_contents {
    padding: 0 15% !important;
  }

  h1 {
    padding: 80px 0 60px;
  }
  h1 img {
    width: 10%;
    min-width: 140px;
  }

  .intro {
    margin-bottom: 140px;
  }

  .Collection__A,
  .Collection__B {
    margin-bottom: 180px;
  }
  .Collection__A .content_1,
  .Collection__B .content_1 {
    width: 56%;
  }
  .Collection__A .content_2,
  .Collection__B .content_2 {
    width: 36%;
  }
  .Collection__A .main_img,
  .Collection__B .main_img {
    padding: 0 !important;
  }
  .Collection__A .collection_number,
  .Collection__B .collection_number {
    position: static;
    padding-left: 0;
    margin: 30px 0;
  }
  .Collection__A .collection_number img,
  .Collection__B .collection_number img {
    height: 128px;
  }
  .Collection__A .collection_number span,
  .Collection__B .collection_number span {
    display: none;
  }
  .Collection__A .movie,
  .Collection__B .movie {
    width: 64%;
  }
  .Collection__A .sub_img,
  .Collection__B .sub_img {
    width: 100%;
    margin: 10vw 0 0 0 !important;
    float: none !important;
  }
  .Collection__A .credit,
  .Collection__B .credit {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .Collection__A .name,
  .Collection__B .name {
    font-size: 1.4em;
  }

  .Collection__A .content_1 {
    float: right;
  }
  .Collection__A .content_2 {
    float: left;
  }
  .Collection__A .movie {
    margin: 3vw 0 0 0;
  }

  .Collection__B .content_1 {
    float: left;
  }
  .Collection__B .content_2 {
    float: right;
  }
  .Collection__B .movie {
    margin: 3vw 0 0 36%;
  }

  .buy a {
    letter-spacing: 0.3em;
    padding: 24px 34px 24px 39px;
  }
  .buy a:hover {
    color: #000;
    border: 1px solid #000;
  }
}
/* ---------------------------------------------------
 Gift Set & Wrapping
--------------------------------------------------- */
.s-title {
  font-size: 2em;
  padding-bottom: 10px;
}

@media only screen and (min-width: 980px) {
  .s-title {
    font-size: 2.2em;
    padding-bottom: 30px;
  }
}
#Gift_set {
  background: #f6f6f6;
  padding: 40px 0 60px;
  margin-top: 60px;
}
#Gift_set .common_contents {
  padding: 0 6%;
}
#Gift_set .tx {
  margin-top: 20px;
}
#Gift_set .tx .ditail_btn {
  text-align: center;
  margin-top: 40px;
}
#Gift_set .tx .ditail_btn a {
  border: 1px solid #ccc;
  letter-spacing: 0.1em;
  padding: 20px 30px 20px 35px;
  color: #4b4b4b;
}

@media only screen and (min-width: 1160px) {
  #Gift_set {
    padding: 80px 0 160px;
    margin-top: 200px;
  }
  #Gift_set .gift_img {
    width: 62%;
    float: left;
  }
  #Gift_set .tx {
    margin-top: 2%;
    float: right;
    width: 32%;
  }
  #Gift_set .tx .ditail_btn {
    text-align: left;
  }
  #Gift_set .tx .ditail_btn a {
    border: 1px solid #ccc;
    padding: 20px 40px 20px 45px;
    color: #4b4b4b;
  }
  #Gift_set .tx .ditail_btn a:hover {
    border: 1px solid #000;
    color: #000;
  }
}
#Wapping {
  padding: 0 6%;
  margin-top: 40px;
}
#Wapping .detail_tx {
  padding: 10px 0;
}
#Wapping ul.price_list li {
  padding: 14px 0;
  border-top: 1px dashed #eee;
}
#Wapping ul.price_list li .wapping_name {
  float: left;
}
#Wapping ul.price_list li .buy {
  float: right;
  margin-top: 14px;
}
#Wapping ul.price_list li .buy a {
  padding: 10px 14px 10px 19px;
}
#Wapping .note {
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: 10px;
}
#Wapping .note img {
  width: 1.4em;
}

@media only screen and (min-width: 980px) {
  #Wapping {
    margin-top: 120px;
  }
  #Wapping .wapping_img {
    width: 55%;
    float: left;
  }
  #Wapping .right_box {
    width: 40%;
    float: right;
  }
  #Wapping .detail_tx {
    padding: 0 0 20px;
  }
  #Wapping ul.price_list li {
    padding: 14px 0;
  }
  #Wapping ul.price_list li .wapping_name .w-price {
    font-size: .8em;
  }
  #Wapping ul.price_list li .buy a {
    padding: 10px 24px 10px 29px;
    letter-spacing: .2em;
  }
  #Wapping .note {
    font-size: .8em;
  }
}
/* ---------------------------------------------------
 Footer
--------------------------------------------------- */
#page_top {
  width: 40px;
  display: block;
  margin: 40px auto;
}
#page_top a {
  opacity: .3;
}

footer {
  padding: 30px 0;
}
footer .Kastane_logo {
  width: 25%;
  margin: 0 auto 10px;
}
footer .copyright {
  font-size: .8em;
  text-align: center;
}

@media only screen and (min-width: 980px) {
  #page_top {
    margin: 120px auto 60px;
  }
  #page_top a:hover {
    opacity: 1;
  }

  footer {
    padding: 60px 0;
  }
  footer .Kastane_logo {
    width: 140px;
    margin: 0 auto 20px;
  }
  footer .copyright {
    font-size: .8em;
    text-align: center;
  }
}
