@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@import url("https://use.typekit.net/amn5vur.css");


.element--hover {
  cursor: pointer;
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), -webkit-transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
  transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), -webkit-transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
}

.element--hover:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.03) translateY(-0.5rem);
      -ms-transform: scale(1.03) translateY(-0.5rem);
          transform: scale(1.03) translateY(-0.5rem);
}

.element--hover:active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 16px 16px rgba(0, 0, 0, 0.15), 8px 32px 32px rgba(0, 0, 0, 0.15);
}

a.btnNew {
  margin: 0 auto;
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  background-color: #000000;
  color: #FFFFFF !important;
}

a.btnNew:link, a.btnNew:active, a.btnNew:hover, a.btnNew:visited {
  color: inherit;
  text-decoration: none;
}

a.btnNew::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
      -ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
          transform: rotate(45deg) translateX(-5px) translateY(5px);
}

/* Project */

a :hover{
  opacity: .7;
    transition: all .3s linear 0s;
}
.p-main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  position: relative;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 20px;
  max-width: 1170px;
  margin: 0 auto 10vw;
  overflow: hidden;
  /* Random Fade on slick 用 */
}
@media (min-width: 992px) {
  .p-main {
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto 70px;
  }
}
.p-main * {
  box-sizing: border-box;
}
.p-main p {
}
.p-main a {
  transition: all .3s linear 0s;
  text-decoration: none;
}
.p-main a:hover, .p-main a:focus, .p-main a:visited {
  color: inherit;
  opacity: .7;
  text-decoration: none;
}
.p-main ul li img {
  width: 100%;
  margin: 0 auto;
  max-width: max-content;
}
.p-main .p-header {
  margin: 10% auto 10%;
}
@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*================================================================================

state

================================================================================*/
.is-fade-in {
  transition: opacity 0.2s linear;
  opacity: 1;
}

.is-fade-out {
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}

.is-fade-out--long {
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

.is-nav-on {
  display: table-cell !important;
  vertical-align: middle;
  height: 100vh;
  padding: 20vh 0;
}

.is-fixed {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 98%;
  width: calc(100% - 10px);
}

@media (min-width: 768px) {
  .is-fixed {
    width: 100%;
  }
}

.is-nav-on {
  display: block !important;
  vertical-align: middle;
  height: 100vh;
}

.is-hidden {
  overflow: hidden;
}

#read_credit{
  text-align: center;
  margin: 30px 0px;
  padding: 0 5%;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2.1em;
}
#read_credit h3{
  font-size: 14px;
  margin: 0 auto 25px;
}
#read_credit h4{
  font-family: gill-sans-nova,sans-serif;
  margin: 0 auto 10%;
}
#read_credit h4 span.itemname{
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  display: inline-block;
  margin: 0 0 2% 0;
  font-weight: bold;
  color: #333333;
}
#read_credit h4 span.itemname .subname{
  font-size: 22px;
}
#read_credit h4 .text_brand{
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #8b8b8b;
  line-height: 1.0em;
  display: inline-block;
  margin: 0 0 2% 0;
}
#read_credit h4 .price{
  font-size: 20px;
  line-height: 1.0em;
  display: inline-block;
  margin: 0 0 2% 0;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333333;
}
#read_credit h4 .price .text_credit{
  font-size: 16px;
  letter-spacing: 0.1em;
}
#read_credit h4 .sizecolor{
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.0em;
  display: inline-block;
  margin: 0 0 1% 0;
}
#read_credit h4 .sizecolor > span{
  display: inline-block;
  width: 35px;
  height: 13px;
  margin: 0 5px 0 0;
}
#read_credit h4 .sizecolor > span.ivory{
  background: #ece6d5;
}
#read_credit h4 .sizecolor > span.red{
  background: #ea4832;
}
#read_credit h4 .sizecolor > span.navy{
  background: #1c366c;
}
#read_credit div{
  margin: 0 auto 75px;
}
.brand-text{
  font-size: 12px;
  color: #5e5e5e;
  line-height: 28px;
}
.ttl{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
  margin: 0 0 30px;
}
  .item_block{
    margin: 0 auto 30vw;
  }
  .item_block .item_area{
    width: 90%;
    margin: 0 auto 12vw;
  }
  .item_block .item_area .item_text_read{
    margin: 0 0 30px 0;
  }
.item_block h5{
  font-family: gill-sans-nova,sans-serif;
  font-size: 81px;
  line-height: 81px;
}
.item_block p{
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}

@media screen and (min-width: 690px){
  #read_credit{
    text-align:center;
    margin: 0 0 160px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
  }
  #read_credit .whenever {
    font-size: 1.7em;
  }
}
.item_block {
  width: 90%;
  margin: 0 auto;
}
.item_block h3 {
  width: 80%;
  position: relative;
  z-index: 999;
  margin-bottom: 5%;
}
.item_block .item_area {
  width: 80%;
  margin: 10% auto 20%;
}
.area_2{
  position: relative;
  top: 0;
}

  .item_block .item_area .item_text_read{
    margin: 0 0 50px 0;
  }
.item_block .item_area .item_text ul li {
  margin-bottom: 2%;
}
.area_2 .item_img{
  position: relative;
  top: -450px;
}
.area_2 .item_text{
  padding: 100px 60px 0 0;
}
.item_block .item_area .item_text ul li.main_item {
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.7em;
}
.item_block .item_area .item_text ul li a span {
  display: inline-block;
  padding-bottom: 0.6%;
  border-bottom: 1px solid #000;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  margin: 0 0 7px 0;
  letter-spacing: 0.13em;

}
.item_block .item_area .item_text ul li.coupon_label {
  display: inline-block;
  background-color: #414073;
  color: #ffffff;
  padding: 0.5% 3%;
}


@media (min-width: 680px) {
  .item_block {
    width: 100%;
  }
  .item_block h3 {
    width: 55%;
    max-width: 630px;
    margin-bottom: 3%;
  }
  .item_block > p {
    width: 45%;
  }
  .item_block .item_area {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .item_block .area_1 {
    flex-direction: row-reverse;
  }
  .item_block .item_area .item_img {
    width: 60%;
    max-width: 605px;
    margin-left: 0;
  }
  .item_block .area_1 .item_img {
    margin-right: 0;
    margin-left: 5%; 
  }
}
.bnr_area {
  width: 90%;
  max-width: 772px;
  margin: 5% auto;
}
.bnr_area li {
  margin-bottom: 5%;
}

.attention-txt-pc{
  margin: 0 auto 5% !important;
}

.u-pc-none{
  display: none;
}
.u-sp-none{
  display: block;
}
br.u-sp-none{
  display: inline;
}

@media (max-width: 978px) {
  .item_block{
    margin: 0 auto 50px;
  }
  .area_2 .item_img{
    top: -200px;
    width: 65%;
  }
  .area_2 .item_text{
    width: 35%;
  }
}


@media (max-width: 768px) {

#read_credit{
  margin: 30px 0px;
  padding: 0 5%;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2.1em;
}
#read_credit h4{
  margin: 0 auto 10%;
}
#read_credit h4 span.itemname{
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.3em;
  margin: 0 0 1% 0;
}
#read_credit h4 span.itemname .subname{
  font-size: 16px;
}
#read_credit h4 .text_brand{
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.0em;
  margin: 0 0 3% 0;
}
#read_credit h4 .price{
  font-size: 15px;
  line-height: 1.0em;
  margin: 0 0 3% 0;
  letter-spacing: 0.05em;
}
#read_credit h4 .price .text_credit{
  font-size: 16px;
  letter-spacing: 0.1em;
}
#read_credit h4 .sizecolor{
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.0em;
  margin: 0 0 1% 0;
}
#read_credit h4 .sizecolor > span{
  width: 26px;
  height: 8px;
  margin: 0 5px 0 0;
}
#read_credit div{
  margin: 0 auto 75px;
}
.item_block p{
    font-size: 12px;
    line-height: 28px;
    font-weight: 500;
}

  .item_block{
    margin: 0 auto 30vw;
  }
  .item_block .item_area{
    width: 90%;
    margin: 0 auto 12vw;
  }
  .item_block .item_area .item_text_read{
    margin: 0 0 30px 0;
  }
  .ttl{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0 0 0;
  }
  .item_block h5{
    font-size: 45px;
    line-height: 45px;
    margin: 8vw 0 3vw;
  }


  .item_block .item_area .item_text ul li.main_item{
    font-size: 1em;
    margin-bottom: 6vw;
  }
  .area_2 .item_img{
    top: 0;
    width: 100%;
    margin: 0 auto 10vw;
  }
  .area_2 .item_text{
    width: 100%;
    padding: 0;
  }

  .u-pc-none{
    display: block;
  }
  .u-sp-none{
    display: none;
  }
  br.u-sp-none{
    display: none;
  }
}




/*================================================================================

ARCHIVE

================================================================================*/

.bnr_area {
  width: 100%;
  max-width: 1170px;
  margin-top: 200px;
  border-top: solid 1px #d4d4d4;
  text-align: center;
}
.bnr_area h3 {
  font-family: gill-sans-nova,sans-serif;
  margin: 120px auto 80px;
  font-size: 3.1em;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.bnr_area ul {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bnr_area li {
  width: 49%;
  max-width: 400px;
}
@media (max-width: 768px) {
  .bnr_area {
    width: 100%;
    max-width: 1170px;
    margin-top: 80px;
    border-top: solid 1px #d4d4d4;
    text-align: center;
  }
  .bnr_area h3 {
  font-family: gill-sans-nova,sans-serif;
    margin: 80px auto 40px;
    font-size: 28px;
  }
  .bnr_area ul {
    width: 100%;
    max-width: 860px;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bnr_area li {
    width: 80%;
    max-width: 400px;
    margin: 20px auto; 
  }
}




/*================================================================================

Utility

================================================================================*/
.u-hide_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.u-clearfix:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-clear,
.clear {
  clear: both;
}

.u-fluid_img,
.fluid_img {
  max-width: 100%;
  height: auto;
}

.u-flo--left {
  float: left;
}

.u-flo--right {
  float: right;
}

.u-text--left {
  text-align: left;
}

.u-text--_right {
  text-align: right;
}

.u-text--center {
  text-align: center;
}

.u-font--xs {
  font-size: 60%;
}

.u-font--s {
  font-size: 80%;
}

.u-none {
  display: none;
}

@media (min-width: 768px) {
  .u-sm-inline {
    display: inline;
  }
}

@media (min-width: 1025px) {
  .u-md-inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .u-sm-block {
    display: flex;
  }
}

@media (min-width: 768px) {
  .u-sm-inherit {
    display: inherit;
  }
}

@media (min-width: 1025px) {
  .u-md-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-sm-table {
    display: table;
  }
}

@media (min-width: 1025px) {
  .u-md-table {
    display: table;
  }
}

@media (min-width: 544px) {
  .u-xs-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sm-none {
    display: none;
  }
}

@media (min-width: 1025px) {
  .u-md-none {
    display: none;
  }
}

.u-font-xs {
  font-size: 60%;
}

.u-font-sm {
  font-size: 80%;
}

.u-font-md {
  font-size: 100%;
}

.u-font-lg {
  font-size: 120%;
}

.u-font-xl {
  font-size: 140%;
}

.u-pos-relative {
  position: relative;
}



/* ==================
  btn_area
====================*/
.btn_area{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10%;
}

.btn_area a{
  display: inline-block;
  width: 100%;
  background: #333333;
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  color: #fff !important;
  transition: 0.3s;
}
.btn_area a:hover{
  background-color: #a5a4ef;
  transition: 0.5s;
}
@media (max-width: 768px) {
.btn_area{
  width: 85%;
}
.btn_area a{
  font-size: 14px;
  padding: 3% 0;
}
}
/*==========================
  coupon
==========================*/
.campaign_area{
  border-top: 1px solid #cbcbcb;
  max-width: 1055px;
}

.contents_wrap {
  padding: 7.8% 0 0;
  margin: -4% auto 0;
}
#coupon__banner{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
#coupon__banner .coupon_pc{
  display: block;
}
#coupon__banner .coupon_smp{
  display: none;
}
.coupon{
  text-align: center;
  margin: 0 auto 0;
}
.contents_wrap .coupon h4{
  font-size: 28px;
  margin: 0 auto 40px;
  font-weight: bold !important;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif !important;
}
.coupon p{
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto 20px;
  font-weight: 500;
}
p.coupon_label{
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  background-color: #009889;
  margin: 0 auto 40px;
  padding: 1px 2px;
}
.coupon .coupon_code{
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 45px;
}
.coupon .coupon_code span{
  font-size: 24px;
  letter-spacing: 0.08em;
  background-color: #a5a4ef;
  padding: 0px 25px 2px;
  margin: 0 0 0 10px;
}
.coupon .coupon_code span.clipboard-success {
  font-size: 0.8em;
  background-color: #ffffff;
  color: #333333;
}
.btn-clipboard:hover{
  color: #bfddd9 !important;
}
.coution{
  font-size: 13px;
  color: #767676;
  text-align: center;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
p.coupon_label{
  line-height: 26px;
  margin: 0 auto 6vw;
}

#coupon__banner{
  position: fixed;
  bottom: 0%;
  right: 0;
  top: unset;
}
#coupon__banner .coupon_pc{
  display: none;
}
#coupon__banner .coupon_smp{
  display: block;
  margin: 0 auto;
}
#coupon__banner .coupon_smp img{
  width: 100%;
}
  .coupon{
    margin: 13vw auto 0;
    max-width: 100%;
  }
  .coupon h4{
    font-size: 1.8em;
    line-height: 1.5;
    margin: 0 auto 6vw;
  }
  .coupon p{
    font-size: 1.0em;
    line-height: 170%;
    margin: 0 auto 7vw;
  }
  .coution{
    font-size: 0.9em;
    margin: 0 auto 17vw;
  }
.contents_wrap .coupon h4{
  font-size: 28px;
  margin: 0 auto 20px;
  font-weight: bold !important;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif !important;
}
.coupon .coupon_code{
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto 20px;
}
.coupon .coupon_code span{
  font-size: 20px;
  letter-spacing: 0.08em;
  background-color: #a5a4ef;
  padding: 2px 15px;
  margin: 0 0 0 10px;
}

}