@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans");

a, a img {
  transition-duration: 0.5s;
}
a:hover, a img:hover {
  transition-duration: 0.5s;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#page-body {
  position: relative;
/*   width: 100%; */
  height: 100%;
  overflow: hidden;
}

.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 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;
}
@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;
}

.main-text{
  text-align: center;
  margin: 30px 0px;
  padding: 0 5%;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 2.1em;
}
.main-text h3{
  font-size: 14px;
  margin: 0 auto 25px;
}
.main-text h4{
  font-family: 'A-OTF-RyuminPro-Medium', 'Noto Serif JP', serif;
  font-size: 24px;
  line-height: 34px;
  margin: 0 auto 35px;
}
.main-text h4 span{
  font-size: 21px;
  letter-spacing: 0.1em;
}
.main-text div{
  margin: 0 auto 75px;
}
.brand-text{
  font-size: 12px;
  color: #5e5e5e;
  line-height: 28px;
}
.item_block h5{
  font-family: 'A-OTF-RyuminPro-Light', 'Noto Serif JP', serif;
  font-size: 81px;
  line-height: 81px;
  margin: 0 0 30px;
}
.item_block p{
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 40px;
    font-weight: 500;
}

@media screen and (min-width: 690px){
  .main-text{
    text-align:center;
    margin: 0 0 160px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
  }
  .main-text .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 ul li {
  margin-bottom: 2%;
  font-size: 0.8em;
}
.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-size: 1.1em;
  font-weight: bold;
  line-height: 1.7em;
}
.item_block .item_area .item_text ul li a span {
  display: inline;
  padding-bottom: 0.6%;
  border-bottom: 1px solid #000;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.13em;
}
p.coupon_label{
  font-size: 13px;
  font-weight: 500;
}
p.coupon_label span{
  background-color: #95b3f8;
  padding: 3px 5px;
}
@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-right: 5%;
  }
  .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;
}

.coupon{
  text-align: center;
  margin: 0 auto 0;
}
.coupon h4{
  font-size: 28px;
  margin: 0 auto 40px;
  font-weight: bold;
}
.coupon p{
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto 20px;
  font-weight: 500;
}
.coupon .coupon_code{
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 45px;
}
.coupon .coupon_code span{
  font-size: 24px;
  background-color: #95b3f8;
  padding: 2px;
  margin: 0 0 0 10px;
}
.btn-clipboard:hover{
  color: #767676 !important;
}
.coution{
  font-size: 13px;
  color: #767676;
  text-align: center;
  margin: 0 auto 95px;
}
#coupon__banner{
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 20;
}
.end-btn{
  width: 85%;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 100px;
  text-align: center;
  color: #fff;
}
.end-btn a{
  display: inline-block;
  width: 100%;
  background-color: #464646;
  padding: 20px;
  color: #fff;
}

.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) {

  .p-main .p-header{
    margin: 0 0 10vw;
}
  .item_block{
    margin: 0 auto 30vw;
  }
  .item_block .item_area{
    width: 90%;
    margin: 0 auto 12vw;
  }
  .item_block h5{
    font-size: 45px;
    line-height: 45px;
    margin: 8vw 0 3vw;
  }
  .item_block p{
    margin: 0 0 4vw;
  }
  .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;
  }
  .coupon{
    margin: 20vw auto 0;
  }
  .coupon h4{
    font-size: 1.8em;
    margin: 0 auto 5vw;
  }
  .coupon .coupon_code{
    font-size: 1.3em;
    margin: 0 auto 7vw;
  }
  .coupon .coupon_code span{
    font-size: 1.4em;
  }
  .coupon p{
    font-size: 1.1em;
    line-height: 170%;
    margin: 0 auto 7vw;
  }
  .coution{
    font-size: 1em;
    margin: 0 auto 17vw;
  }
  .end-btn{
    font-size: 1.2em;
    margin: 0 auto 15vw;
  }

  #coupon__banner{
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
  }

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

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

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: inline;
  }
}

@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;
}


/* == ここから追加 ============================================= */
.p-main h2 {
  margin: 0 auto 120px;
}
.p-main h2 img {
  width: 100%;
}

.main-contents {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 200px;
}
.main-sec {
  text-align: center;
  font-size: 18px;
  line-height: 2.1em;
  letter-spacing: 0.05em;
}
.main-sec h3 {
}
.main-sec ul {
  width: 100%;
  max-width: 400px;
  margin: 40px auto 30px auto;
  text-align: center;
}
.main-sec li {
  display: inline-flex;
  align-items: baseline;
  font-weight: bold;
  margin: 0 auto 10px;
}
.main-sec li span {
  font-size: 15px;
  font-weight: normal;
}
.main-sec p {
  font-size: 18px;
  letter-spacing: 0.05em;
}

.line {
  width: 25px;
  height: 1px;
  background: #000;
  margin: 0 0 80px;
}

.navi-sec {
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}

.read-sec {
  width: 100%;
  margin: 0 auto 40px;
}
.read-sec ul {
  display: inline-flex;
  align-items: center;
}
.read-sec ul li {
  width: 25%;
  height:auto;
  padding: 2% 3% 2% 0;
  margin: 0 auto;
  border: none;
}
.coordinate02 .read-sec ul li {
  width: 75%;
  height:auto;
  padding: 2% 3% 2% 0;
  margin: 0 auto;
  border-right: 2px solid #a9c9d3;
}
#feminine .read-sec ul li {
  border-right: 2px solid #d0afb6;
}
#chic .read-sec ul li {
  border: none;
}
#daily .read-sec ul li {
  border-right: 2px solid #ebddc0;
}
#holiday .read-sec ul li {
  border: none;
}
.read-sec ul li+ li {
  width: 75%;
  padding: 2% 0 2% 3%;
  margin: 0 auto;
  border-left: 2px solid #a9c9d3;
}
#chic .read-sec ul li+ li {
  border-left: 2px solid #d0afb6;
}
#holiday .read-sec ul li+ li {
  border-left: 2px solid #ebddc0;
}
.coordinate02 .read-sec ul li+ li {
  width: 25%;
  padding: 2% 0 2% 3%;
  margin: 0 auto;
  border: none;
}
#feminine .read-sec ul li+ li {
  border: none;
}
#daily .read-sec ul li+ li {
  border: none;
}
.read-sec img {
}
.coordinate02 .read-sec img {
  margin: 0 auto;
}
.read-sec p {
  padding: 0 0 0 0;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.09em;
}
.coordinate02 .read-sec p {
  padding: 0 0 0 0;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.09em;
}

.item-contents {
  display: flex;
  margin: 60px 0 0 0;
}
.item-sec {
  width: 100%;
  margin: 0 3%;
}
.item-sec:first-child {
  width: 50%;
  margin: 0 3% 0 0;
}
.item-sec:last-child {
  width: 100%;
  margin: 0 0 0 3%;
}
.item-sec ul {
  width: 50%;
  display: -webkit-inline-box;
  justify-content: space-between;
  margin: 0 0 10px;
}
.item-sec ul li {
  width: 100%;
  margin: 0 auto;
}
.item-sec:first-child ul li {
  width: 180%;
  margin: 0 auto;
}
.item-sec h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin: 0 0 5px;
}
.item-sec p {
  margin: 0;
}
.item-sec p a {
  font-size: 16px;
  line-height: 28px;
}
.item-sec p.credit a {
  font-size: 13px;
  line-height: 23px;
}

.image-sec {
  margin: 0 0 40px;
}
.image-sec ul {
  display: flex;
  justify-content: space-between;
}
.image-sec ul li {
    width: 32%;
}
.image-sec p {
  margin: 40px auto 80px auto;
  font-size: 16px;
  line-height: 28px;
}

.credit-sec {
  margin: 0 auto 200px auto;
  font-size: 16px;
  line-height: 28px;
}
.credit-secc p {
  margin: 40px auto 100px auto;
  font-size: 16px;
  line-height: 28px;
}
.credit-sec .credit {
  width: 310px;
  margin-bottom: 20px;
}
.Price {
  font-size: 18px;
}
.tax {font-size: 13px;}
.buy{
  float: right;
  padding: 1px 15px 2px;
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  line-height: 2.0em;
  font-size: 13px;
}

.hidden-phone {
  display: block;
}
br.hidden-phone {
  display: inline;
}
.visible-phone {
  display: none;
}



/* == PageDesign smp ============================================= */
@media screen and (max-width: 768px) {
.p-main h2 {
  width: 100%;
  margin: 0 0 8vw;
}

.main-contents {
  width: 90%;
  margin: 0 auto 80px;
}
.main-sec {
  max-width: 500px;
  margin: 0 auto 10vw;
}
.main-sec h3 {
  width: 66%;
  margin: 0 0 30px;
}
.main-sec ul {
  width: 100%;
  max-width: -webkit-fill-available;
  margin: 0 auto 30px;
  text-align: left;
}
.main-sec li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto 10px;
}
.main-sec li span {
  font-size: 13px;
  font-weight: normal;
}
.main-sec li img {
  width: 25px;
}
.main-sec p {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}

.line {
  width: 20px;
  margin: 0 0 10vw;
}

.navi-sec {
  width: 100%;
  margin: 0 auto 40px;
}
.navi-sec ul {
  display: flex;
  justify-content: space-between;
}
.navi-sec li {
    width: 50%;
}
.navi-sec img {
  width: 60%;
  max-width: 245px;
}

.read-sec {
  width      : 100%;
  max-width  : 500px;
  margin     : 0 auto 40px;
}
.read-sec ul {
  display: block;
  justify-content: space-between;
}
.read-sec ul li:first-child {
  width: 100%;
  padding: 0 0 6% 0;
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid #a9c9d3;
}
.image-sec p {
  margin: 20px auto 40px auto;
  font-size: 14px;
  line-height: 28px;
}
.credit-sec {
  width      : 100%;
  max-width  : 500px;
  margin     : 0 auto;
}
.credit-secc p {
  margin: 40px auto 100px auto;
  font-size: 16px;
  line-height: 28px;
}
.credit-sec .credit {
  width: 100%;
  margin-bottom: 20px;
}
.Price {
  font-size: 15px;
}
.tax {
  font-size: 13px;
}
.buy{
  float: right;
  padding: 2px 15px 4px;
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  font-size: 11px;
}

#feminine .read-sec ul li:first-child {
  border-bottom: 2px solid #d0afb6;
}
#daily .read-sec ul li:first-child {
  border-bottom: 2px solid #ebddc0;
}
.coordinate02 .read-sec ul li {
  width: 100%;
  padding: 0 0 6% 0;
  margin: 0 auto;
  border: none;
  border-bottom: 2px solid #a9c9d3;
}
#feminine .read-sec ul li {
  border: none;
}
#chic .read-sec ul li {
  border: none;
  border-bottom: 2px solid #d0afb6;
}
#daily .read-sec ul li {
  border: none;
}
#holiday .read-sec ul li:first-child {
  border: none;
  border-bottom: 2px solid #ebddc0;
}
.read-sec ul li+ li {
  width: 100%;
  padding: 4% 0 0 0;
  border: none;
}
.coordinate02 .read-sec ul li+ li {
  width: 100%;
  text-align: center;
  padding: 4% 0 0 0;
  border: none;
}
#feminine .read-sec ul li+ li {
  border: none;
}
#chic .read-sec ul li+ li {
  border: none;
}
#daily .read-sec ul li+ li {
  border: none;
}
#holiday .read-sec ul li+ li {
  border: none;
}
.read-sec p{
  font-size: 13px;
  line-height: 26px;
}
.coordinate02 .read-sec p {
  padding: 0 0 0 0;
  font-size: 13px;
  line-height: 26px;
  text-align: left;
}

.item-sec {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 40px;
}
.item-sec:first-child {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 40px;
}
.item-sec:last-child {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 40px;
}
.item-sec ul {
  display: flex;
  width: 100%;
  margin: 0 0 0;
}
.item-sec ul li {
  width: 49%;
  margin: 0;
}
.item-sec:first-child ul li {
  width: 49%;
  margin: 0;
}
.item-sec h4 {
  font-size: 14px;
  margin: 0;
}
.item-sec p a {
  font-size: 14px;
  line-height: 26px;
}
.item-sec p.credit a {
  font-size: 12px;
  line-height: 21px;
}
.item-contents {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 40px auto 0 auto;
}

.image-sec {
  margin: 0 0 4%;
  overflow: hidden;
}
.image-sec ul {
  display: -webkit-box;
}
.image-sec ul li {
  width: 30%;
  margin-right: 5%;
}

.hidden-phone {
  display: none;
}
br.hidden-phone {
  display: none;
}
.visible-phone {
  display: block;
}
}
/* == ここまで追加 ============================================= */



/* == couponここから ============================================= */
.p-main .coupon__information {
  width: 100%;
  max-width: 780px;
  background: #e1845b;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 1%;
  color: #ffffff;
  margin: 0 auto 160px;
}
.p-main .coupon__information .coupon__information h3 {
  width: 50%;
  margin: 0 auto 5%;
  text-align: center;
}
.coupon__information .coupon_code {
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto 3% auto;
  padding: 3% 0 1%;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 0.6em;
}
.coupon__information .coupon_code span.btn-clipboard {
  font-size: 45px;
  line-height: 1.7em;
  letter-spacing: 0.15em;
}
.coupon__information .coupon_terms {
  margin: 0 auto;
  width: 90%;
}
.coupon__information .coupon_terms p {
  font-size: 23px;
  font-weight: bold;;
}
.coupon__information .coupon_terms ul {
  font-size: 13px;
  font-weight: 300;
}
.coupon__information .coupon_terms ul li {
  margin:0 auto 0.5%;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.coupon__information img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-main .coupon__information {
    padding: 0 0 4%;
    margin: 0 auto 20vw;
  }
  .coupon__information .coupon_code {
    font-size: 12px;
  }
  .coupon__information .coupon_code span.btn-clipboard {
    font-size: 25px;
  }
  .coupon__information .coupon_terms p {
    font-size: 14px;
  }
  .coupon__information .coupon_terms ul li {
    font-size: 12px;
  }
  .coupon__information img {
    width: 100%;
  }
}
/* クリップボードにコピー */
.btn-clipboard {
  display: inline-block;
}
.btn-clipboard:hover {
  cursor:pointer;
  color: #e2e055;
}
.clipboard-success {
  display: none;
  margin: 0 0 0 8px;
  font-size: .9em;
}
/* == couponここまで ============================================= */




/* == TOWNHOUSEのすべてのアイテムをみる ここまで ============================================= */
.p-main .c-linkButton {
  position: relative;
  display: block;
  max-width: 450px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #fff;
  background-color: #0071e3;
  border: 2px solid #0071e3;
  border-radius: 3px;
  padding: 13px;
  margin: 0 auto 12px;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.p-main .c-linkButton:hover {
  color: #fff;
  background-color: #1462b1;
  border: 2px solid #1462b1;
}
@media screen and (min-width: 768px) {
  .p-main .c-linkButton {
    margin: 0 10px 12px 0;
    width: 300px;
    display: inline-block;
  }
}

  .p-main .c-linkButton_large {
    position: relative;
    display: block;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #fff;
    background-color: #8F929A;
    border-radius: 4px;
    max-width: 450px;
    padding: 18px;
    margin: 0 auto 12px;
    text-align: center;
    text-decoration: none !important;
    line-height: 1.5;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
  }
  .p-main .c-linkButton_large:hover {
    opacity: 0.7;
    color: #fff;
  }

  .p-main .c-linkButton_midium {
    position: relative;
    display: block;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #fff;
    background-color: #8F929A;
    border-radius: 4px;
    max-width: 450px;
    padding: 18px;
    margin: 0 auto 12px;
    text-align: center;
    text-decoration: none !important;
    line-height: 1.5;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
  }
  @media screen and (min-width: 768px) {
    .p-main .c-linkButton_midium {
      max-width: 375px;
    }
  }
  .p-main .c-linkButton_midium:hover {
    opacity: 0.7;
    color: #fff;
  }
  
.kt_border {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #000;   /* 線色 */
   width: 30px;         /* 高さ(※古いIE用) */
   height: 1px;         /* 高さ(※古いIE用) */
   margin: 60px auto;
}

  .p-main .p-link {
    margin: 4% 0 4%;
  }
  .p-main a.p-btn {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 1.4em 0;
    background-color: #000;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #FFFFFF;
  }
  @media (max-width: 768px) {
  .p-main a.p-btn {
  }
}
@media screen and (max-width: 480px) {
  .p-main a.p-btn {
    font-size: 12px;
  }
}
/* == TOWNHOUSEのすべてのアイテムをみる ここまで ============================================= */




/* == KEITH ブランドトップに戻る ここから ============================================= */
.kt_btn p,
.kt_btn_margin p {
    padding: 1.4em 0;
    width: 90%;
    max-width: 500px;
    text-align: center;
    margin: 0 auto 1vw;
    font-size: 18px;
    background-color: #000;
    color: #fff;
    transition: all 0.5s;
}

.kt_btn p a, .kt_btn_margin p a {
    color: #fff !important;
}

.style_btn p:hover,
.kt_btn p:hover,
.kt_btn_margin p:hover{
  opacity: .7;
}

.kt_btn_margin p {
    margin: 0 auto 160px;
}
@media screen and (max-width: 768px) {

  .style_btn p,
  .kt_btn p{
      margin: 0 auto 2vw;
  }

  .kt_btn_margin p{
      margin: 0 auto 20vw;
  }

  .style_wapper .style {
      height: 575px;
      bottom: 8%;
      right: 0%;
  }

  .style_btn p {
      font-size: 19px;
  }

}
@media screen and (max-width: 480px) {
  .style_btn p,
    .kt_btn p,
    .kt_btn_margin p{
        font-size: 12px;
    }
}
/* == KEITH ブランドトップに戻る ここまで ============================================= */




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

画像の切替

================================================================================*/
 /*=== 3枚画像 ================================= */
.slide,.slide2 {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 500px;
  height: 750px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
@media (max-width: 768px) {
.slide,.slide2 {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 500px;
  height     : 750px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
.image-sec {
  width      : 100%;
  max-width  : 500px;
  margin     : 0 auto;
}
}
@media (max-width: 500px) {
.slide,.slide2 {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 100%;
  height: 480px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
.image-sec {
  width      : 100%;
  max-width  : 320px;
  margin     : 0 auto;
}
.read-sec {
  width      : 100%;
  max-width  : 320px;
  margin     : 0 auto 40px auto;
}
.credit-sec {
  width      : 100%;
  max-width  : 320px;
  margin     : 0 auto 80px auto;
}
}
@media (max-width: 375px) {
.slide,.slide2 {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 100%;
  height: 420px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
.image-sec {
  width      : 100%;
  max-width  : 280px;
  margin     : 0 auto;
}
}
 /*=== 画像の設定 ======================================= */
 .slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : auto;
  object-fit: cover;
  opacity    : 0;
  animation  : slideAnime 10s ease infinite;
  top: 0;
}
.image-sec li img {
  width      : 100%;
}
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 5s }

 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
   25% { opacity: 1 }
  50% { opacity: 1 }
  75% { opacity: 0 }
 100% { opacity: 0 }
}

a.disabled{
    pointer-events: none;
}