/* =============================================
  COMPONENTS
============================================= */

.c-article-post{
  display: block;
  height: 100%;
  position: relative;
}

.c-article-post__container {
  position: relative;
}

.c-article-post__thumb {
  overflow: hidden;
  position: relative;
  margin-bottom:12px;
  transition:box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform:translate3d(0, 0 ,0);

}

.c-article-post:hover .c-article-post__thumb{
  transform:translate3d(-10px,-10px,0);
  box-shadow:8px 8px 0px 0px #ffd6cd;
}

.c-article-post__thumb::after {
  content: '';
  display: block;
  padding-top: 61.8%;
}

.c-article-post__thumb img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-article-post__cat {
  background: #ca5f5f;
  color: #fff;
  line-height: 2;
  padding: 0 .5em;
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 6px;
}

.c-articlep-blog-single-meta__date {
  align-self: center;
  display: inline-block;
  letter-spacing: .05em;
  line-height: 1;
  font-size: 1.8rem;
}

.c-article-post__ttl {
  margin-top:12px;
}

.c-articlesgrid-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-articlesgrid-col2__item {
  flex-basis: 48%;
}
.c-articlesGrid--col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-articlesGrid--col3__item {
  flex-basis: 31%;
}

.c-articlesGrid--col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-articlesGrid--col4__item {
  flex-basis: 22.6%;
}

.c-articlesGrid--col4__item:not(:last-child) {
  margin-right: 3.2%;
}

.c-breadcrumbs {
  background:#fff;
}

.c-breadcrumbs__items {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 10vw 16px 10vw;
}

.c-breadcrumbs__item:not(:last-child) {
  margin-right: 1em;
}

.c-breadcrumbs__item:not(:last-child)::after {
  content: '\003e';
  display: inline-block;
  margin-left: 1em;
}

.c-breadcrumbs__link {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.c-breadcrumbs__link::before {    
  content: '';
  position: absolute;
  background: #fffc00;
  width: 100%;
  height: 80%;
  top: calc(50% - 40%);
  left: 0;
  z-index: -1;
  transition: transform .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale3d(0, 1 ,1);
  transform-origin: left;
}

.c-breadcrumbs__link.is-hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: left;
}

.c-btn.is-state-animation{
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
}

.c-btn.is-state-animation.is-animated{
  opacity: 1;
}

.c-btn{
  width: 320px;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size:1.8rem;
  background: #222;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  transition: transform .5s cubic-bezier(.075, .82, .165, 1);
  z-index: 6;
}

.c-btn__link{
  border-radius: 50px;
  z-index:2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px 80px;
  text-align: center;
}

.c-btn__link:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.c-btn-arrow{
  content: "";
  z-index:2;
  position: absolute;
  height: 22px;
  left: 75%;
  top: calc(50% - 11px);
}

.c-btn-arrow.c-btn-arrow-inversion{
  transform:rotate(180deg);
  right: 75%;
  left: auto;
}

.c-btn-arrow__parts, 
.c-btn-arrow__parts2 {
  fill: #ffffff;
}
.c-btn-arrow__parts2 {
  fill-rule: evenodd;
}

.c-btn:before{
  content: "";
  background: #ca5f5f;
  position: absolute;
  top: 0;
  bottom:0;
  left:0;
  right:0;
  transition: transform .8s cubic-bezier(.075, .82, .165, 1);
  transform: scale(0,1);
  transform-origin:left;
}

.c-btn:hover:before{
  transform: scale(1,1);
}

.c-content {
  margin: 5.5vw auto 0;
  z-index: 1;
  position: relative;
}

.c-headline {
  letter-spacing: .05em;
  position: relative;
  text-align: center;
}

.c-headline-en {
  display: inline-block;
  font-size: 3.25vw;
  line-height: 0.5;
  margin: 60px 0 50px;
  position: relative;
  color: #fff;
  border-bottom:3px solid #fff;
}
.c-headline-en:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
  left: 50%;
    position: absolute;
    bottom: -8px;
}

.c-headline-jp {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
}

.c-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  -ms-grid-rows: auto 0 auto 40px 1fr;
  grid-template-columns: 1fr 40px 1fr;
  grid-template-rows: auto 0 auto 40px 1fr;
}

.c-grid__headline {
  font-size: 2rem;
  -ms-grid-column: 1;
  grid-column: 1/4;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  grid-row: 1/2;
  -ms-grid-row-span: 1;
  margin-bottom: 40px;
  padding: 16px;
  position: relative;
}

.c-grid__headline.is-state-animation {
  opacity: 0;
  transition: opacity 1.2s;
}

.c-grid__headline.is-state-animation.is-animated {
  opacity: 1;
}

.c-grid__eyecatch {
  -ms-grid-column: 1;
  grid-column: 1/4;
  -ms-grid-column-span: 4;
  -ms-grid-row: 3;
  grid-row: 3/5;
  -ms-grid-row-span: 2;
}

.c-grid__side {
  -ms-grid-column: 3;
  grid-column: 3/4;
  -ms-grid-column-span: 1;
  -ms-grid-row: 3;
  grid-row: 3/4;
  -ms-grid-row-span: 1;
}

.c-grid__content {
  -ms-grid-column: 1;
  grid-column: 1/4;
  -ms-grid-column-span: 3;
  -ms-grid-row: 5;
  grid-row: 5/6;
  -ms-grid-row-span: 1;
}

.c-grid__desc {
  background:#fff;
  padding-bottom: 40px;
}



.c-grid__txt > :not(:first-child) {
  margin-top: 1em;
}
.c-grid__desc > :last-child{
  margin-bottom:0;
}

.c-grid__txt a {
  text-decoration: underline;
  -webkit-text-decoration-color: #fafafa;
  text-decoration-color: #fafafa;
}

.c-note{
  margin:0 80px 40px;
}
.c-note-min{
	font-size:80%;
}
.c-note a {
  text-decoration: underline;
  -webkit-text-decoration-color: #fafafa;
  text-decoration-color: #fafafa;
}

.c-pagetop {
  bottom: 8px;
  height: 56px;
  position: fixed;
  right: 8px;
  width: 56px;
  z-index: 100;
}

.c-pagetop__btn {
  align-items: center;
  background: rgba(34, 34, 34, .8);
  border-radius: 4px;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  left: 0;
  transform: scale3d(1, 1, 1);
  position: absolute;
  top: 0;
  transform: scale3d(.9, .9, 1);
  transition: background .3s, transform .5s, opacity .5s;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 1;
}

.c-pagetop[aria-hidden] .c-pagetop__btn {
    opacity: 0;
    transform: scale3d(.9, .9, 1);
    visibility: hidden;
}

.c-picture {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.c-picture.is-state-animation:before{
  transform: scale3d(0, 1, 1);
  transform-origin: left;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1) .4s;
}

.c-picture.is-state-animation.is-animated:before{
  transform: scale3d(1, 1, 1);
}

.c-picture__container {
  position: relative;
  z-index: 0;
}

.c-picture__container::after {
  content: '';
  display: block;
  padding-top: 61.8%;
}

.c-picture__container.is-state-animation {
  transform: translate3d(-100%, 0, 0);
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}

.c-picture__container.is-state-animation::before {
  background: #a57754;
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale3d(1, 1, 1);
  transform-origin: right;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1) .4s;
  width: 100%;
  z-index: 1;
}

.c-picture__container.is-state-animation.is-animated {
  transform: translate3d(0, 0, 0);
}

.c-picture__container.is-state-animation.is-animated::before {
  transform: scale3d(0, 1, 1);
}

.c-picture__body {
  background: transparent center center / cover no-repeat;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-picture__source {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}

.c-pricetable-col2 .c-pricetable__ttl{
  width: 31%;
}

.c-pricetable-col2 .c-pricetable__txt{
  width: 68%;
}

.c-priceTable__body__border-bottom{
  margin: 0 60px;
}

.c-priceTable__headline {
  background-color: #EFEFEF;
  background-image:repeating-linear-gradient(-45deg,#fff, #fff 4px,transparent 0, transparent 8px);
  padding: 28px;
  text-align: center;
  font-size:2rem;
}

.c-priceTable__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:0 20px 20px;
  border-bottom:#efefef 1px solid;
  margin-bottom: 20px;
}

.c-priceTable__body.is-state-animation {
  opacity: 0;
  transform:translate3d(0,-10%,0);
  transition:opacity 1.2s,transform .4s;
}

.c-priceTable__body.is-state-animation.is-animated {
  opacity: 1;
  transform:translate3d(0,0,0);
}



body.ua-ie .c-priceTable__row,
body.ua-edge .c-priceTable__row {
  margin-right: 1px;
}


.c-pricetable__ttl {
  font-weight: 800;
  width: calc((100% / 5) * 4);
}

.c-pricetable__txt{
  text-align: left;
	font-size: 1.3rem;
  width:calc((100% / 5) * 4);
}

.c-pricetable__desc {
  text-align: center;
  width: calc(100% / 5);
}

.c-pricetable__desc:last-of-type {
  text-align: right;
}


.c-privacy {
  font-size: 1.4rem;
  height: 360px;
  margin-bottom: 64px;
  overflow-y: auto;
  padding: 0 32px 32px;
}

.c-privacy::-webkit-scrollbar {
  background: rgba(250, 250, 250, .1);
  border-radius: 0;
  overflow: hidden;
  width: 4px;
}

.c-privacy::-webkit-scrollbar-button {
  display: none;
}

.c-privacy::-webkit-scrollbar-thumb {
  background: #a57754;
  border-radius: 0;
  overflow: hidden;
}

.c-privacy__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

.c-privacy__txt {
  margin-bottom: 32px;
}

.c-privacy__listItem:not(:last-child) {
  margin-bottom: 32px;
}

.c-privacy__listTtl {
  border-bottom: 2px solid #fafafa;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.c-privacy__order {
  counter-reset: order 0;
}

.c-privacy__orderItem {
  padding-left: 32px;
  position: relative;
}

.c-privacy__orderItem::before {
  content: counter(order) '.';
  counter-increment: order 1;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}

.c-privacy__order.is-brackets .c-privacy__orderItem::before {
  content: '(' counter(order) ')';
}

.c-privacy__order.is-child .c-privacy__orderItem::before {
  content: counter(order, lower-roman) '';
}

.c-privacy__orderItem:not(:last-child) {
  margin-bottom: 16px;
}

.c-privacy__orderTxt {
  margin-bottom: 16px;
}

.c-section {
  overflow: hidden;
  position: relative;
  width: 60vw;
  margin: 0 auto;
  z-index: 5;
  padding: 5.5vw 0;
}

.c-section__grid--single {
  padding-right: 5%;
}

.c-section__grid--single > :not(:first-child) {
  margin-top: 48px;
}

.c-section__grid--col2 {
  position: relative;
}

.c-section__grid__item-left {
  width: 44vw;
  position: relative;
  padding-top: 5rem;
  display: inline-block;
}

.c-section__grid__item-right {
  width: 45vw;
  margin-left:-4vw;
  display: inline-block;
}

.c-section__grid__item-right > :not(:first-child) {
  margin-top: 40px;
}

.c-bgline__ttl{
  background-color: #EFEFEF;
  background-image:repeating-linear-gradient(-45deg,#fff, #fff 4px,transparent 0, transparent 8px);
  padding: 58px 0 20px;
}


.is-jp-top .c-bgline__ttl__txt{
  margin-top: -92px;
  margin-bottom: 16px;
	padding:0 15px;
}

.is-en-top.c-bgline__ttl{
  padding: 20px 20px 20px;
}

.is-en-top .c-bgline__ttl__txt{
  margin-top: -56px;
  font-size:6.5rem;
  line-height: 1.2;
}

.is-en-top .c-bgline__ttl__txt-small{
  /* margin-top: -20px; */
}

.is-jp-only .c-bgline__ttl__txt{
  margin-top:-92px;
}

.c-bgline__ttl__txt{
  font-size: 4rem;
  width: 100%;
  margin-top:-65px;
  line-height: 1.6;
  display: block;
  text-align: center;
  z-index: 2;
  position: relative;
}

.c-bgline__ttl__txt-small{
  font-size:2rem;
  display: block;
  text-align: center;
	padding: 0 15px;
}

.c-picture__graW:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,.5) 100%); 
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,.5) 100%); 
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,.5) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); 
  z-index: 1;
}

.c-rotate__ttl {
  position: absolute;
  font-size:6.25vw;
  z-index: 5;
  line-height: 1;
  left: 0;
  margin-top: -1rem;
  transform: translate3d(0,0,0) rotate(270deg);
  transform-origin: left top;
}

.c-rotate__ttl.is-state-animation {
  transition:opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity:0;
}

.c-rotate__ttl.is-state-animation.is-animated {
  opacity: 1;
}

h4{
  position: relative;
  z-index: 1;
}

.c-block{
  margin-bottom: 80px;
}

.c-block:last-child{
  margin-bottom:0;
}

.c-leftbg-top:before{
    content: "";
    background-image: repeating-linear-gradient(-45deg,#ffd6cd, #ffd6cd 4px,transparent 0, transparent 8px);
    position: absolute;
    width: 86vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
} 

.c-leftbg-bottom{
  position: relative;
  margin-bottom: 0;
}

.c-leftbg-bottom:after{
    content: "";
    background: #ffd6cd;
    position: absolute;
    width: 86vw;
    height: 90%;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.c-rightBg{
    position:relative;
}

.c-rightBg:before {
    content: "";
    background-color: #ffe5e5;
    background-image: repeating-linear-gradient(-45deg,#f1a1a2, #f1a1a2 4px,transparent 0, transparent 8px);
    position: absolute;
    width: 86vw;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}

.c-rightBg:after {
    content: "";
    background: #e58888;
    position: absolute;
    width: 86vw;
    height: 80%;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.c-gmap{
  position: relative;
  overflow: hidden;
  height: 0;
}

.c-gmap iframe{
  width: 100% !important;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


@media screen and (max-width: 1199px) {
  .c-articlesGrid--col4::after {
    content: '';
    display: block;
    flex-basis: 48%;
  }

  .c-articlesGrid--col4__item {
    flex-basis: 48%;
    margin-bottom: 32px
  }

  .c-articlesGrid--col4__item:not(:last-child) {
    margin-right: 0;
  }

  .c-articlesGrid--col4__item:nth-child(odd) {
    margin-right: 4%;
  }


  .c-breadcrumbs__items{
    padding-left:5vw;
    padding-right:5vw;
  }

  .c-btn{
    width: 70vw;
    margin: 0 auto;
  }
  .c-btn__link{
    padding:9px 15%;
  }

  .c-btn-arrow{
    left: 85%;
    height: 20px;
    top: calc(50% - 10px);
  }

  .c-btn-arrow.c-btn-arrow-inversion{
    right: 85%;
    height: 25%;
    left: auto;
  }

  .c-rotate__ttl{
   position: static;
   margin-left: -0.5%;
   margin-bottom:20px;
  }

  .c-content {
    margin-top: 60px;
  }

  .c-rotate__ttl:before{
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 18%;
    left: 0;
    background: #222;
  }

  .c-rotate__ttl.is-state-animation{
    transform:translate3d(0,0,0) rotate(0deg);
    opacity: 0;
    animation: none;
  }
  .c-rotate__ttl.is-state-animation.is-animated{
    transform:translate3d(0,0,0) rotate(0deg);
    opacity: 1;
    animation: none;
  }

  .c-rotate__ttl .c-section__ttl__txt{
    display: block;
    line-height: 1.2;
  }

  .c-rotate__ttl .c-section__ttl__txt:after{
    content: '';
    position: absolute;
    height:3px;
    width: 100%;
    left: 0;
    bottom: 28%;
    display: block;
    background: #222;
  }

  .c-articlesgrid-col2__item:nth-child(odd){
    margin-right: 0;
  }

  .c-section__grid--col2{
    display: flex;
    flex-wrap: wrap;
  }

  .c-section__grid__item-right{
    order:1;
    width:100vw;
    z-index: 0;
    position: relative;
    margin-left: 0;
    margin-bottom: -138px;
  }

  .c-section__grid__item-left{
    order:2;
    width:100vw;
    padding-top: 0;
    background:#fff;
    margin-top: 138px;
  }

  .c-leftbg-top:before {
    width: 100%;
    top: calc(6.25vw + 34px);
    height: calc(100% - 6.25vw - 34px);
  }

  .c-leftbg-bottom:after{
    width: 100%;
    height: 80%;
  }

  .c-rightBg:before {
    width: 100%;
    top: calc(6.25vw + 34px);
    height: calc(100% - 6.25vw - 34px);
  }

  .c-rightBg:after {
    width: 100%;
  }

  .c-priceTable__body {
    margin: 20px 0 0;
  }
  .c-note{
    margin: 0 18px 40px;
  }
  .c-section{
    width:100%;
    padding: 35px 16px 35px;
  }
	
	.c-picture__container .c-picture__body {
		background-color: transparent;
	}
	.c-picture__container.u-noimage::after {
		padding-top: 175px;
	}
  .c-grid__desc{
    padding-bottom: 20px;
  }
  .c-grid__desc > :not(:first-child):not(.c-priceTable__headline) {
    margin-top: 20px;
    padding:0 16px;
  }

  .c-bgline__ttl__txt-small{
    /* margin-top:10px; */
  }
  .is-en-top.c-bgline__ttl{
    /* padding: 40px 0 20px; */
    font-size:4rem;
  }

  .is-jp-top .c-bgline__ttl__txt{
    font-size: 4rem;
    margin-top: -92px;
  }
  .is-en-top .c-bgline__ttl__txt{
    font-size:4rem;
    margin-top: -42px;
    /* margin-bottom: 16px; */
  }
  .is-jp-only .c-bgline__ttl__txt{
    font-size: 4rem;
  }
  .c-headline-en{
    font-size:6vw;
  }
}

@media screen and (max-width: 991px) {


  .c-headline-en {
    margin: 48px 0;
  }

  .c-headline-jp {
    font-size: 1.6rem;
  }

  .c-grid__headline {
    font-size: 1.6rem;
    margin-bottom: 32px;
    padding: 12px;
  }

  .c-pagetop {
    height: 48px;
    width: 48px;
  }

  .c-pagetop__btn::after {
    height: 24px;
    width: 24px;
  }

  .c-priceTable__row.is-col2 {
    justify-content: flex-end;
  }

  .c-pricetable__ttl {
    padding: 0;
    width: 100%;
  }
  .c-pricetable__txt{
    width:100%;
		font-size: 1.2rem;
  }
  .c-pricetable-col2 .c-pricetable__ttl{
    width: 100%;
  }
  .c-pricetable-col2 .c-pricetable__txt{
    width: 100%;
  }

  .c-pricetable__desc {
    width: 100%;
  }

  .c-pricetable__desc:not(:last-of-type) {
    margin-right: 1em;
  }

  .c-privacy {
    margin-bottom: 40px;
    padding: 0 16px 32px;
  }

  .c-privacy__ttl {
    font-size: 1.8rem;
  }

  .c-privacy__listTtl {
    font-size: 1.4rem;
  }



  .c-section__grid--single {
    padding-right: 10%;
  }

  .c-section__grid--col2 {
    padding: 0;
  }

  .c-section__ttl {
    font-size: 4.8rem;
    line-height: 1.3;
  }

  .c-section__ttl__txt::after {
  }

  .c-section__subttl {
    font-size: 2rem;
    margin-bottom: -1rem;
  }


}
@media screen and (max-width: 767px) {
  .c-note{
    margin: 0 0 40px;
  }
  .c-btn{
    font-size:1.4rem;
  }

  .c-btn__link{
    padding: 13px 20%;
  }

  .c-btn-arrow {
    right: 0;
    left: auto;
    height: 16px;
    top:calc(50% - 8px);
  }

  .c-btn-arrow.c-btn-arrow-inversion {
    left: 10%;
    right: auto;
  }

  .c-section__grid__item-right{
    margin-bottom: calc(-5vw - 25px - 25px);
  }

  .c-section__grid__item-left{
    margin-top: calc(5vw + 25px + 25px);
  }

  .c-articlesgrid-col2__item {
    margin-top: 16px;
    width: calc(50% - 8px);
  }
  .c-articlesGrid--col4__item:not(:first-of-type) {
    margin-top: 16px;  
  }
  .c-articlesGrid--col4__item{
    flex-basis: 100%;
    margin-right:0;
  }
	.c-articlesGrid--col4__item:nth-child(odd) {
			margin-right: 0;
	}
  .c-pagetop {
    height: 36px;
    width: 36px;
  }

  .c-pagetop__btn::after {
    height: 20px;
    width: 20px;
  }

  .c-gmap iframe {
  }
  .c-priceTable__row{
    padding: 0 0 20px;
  }
  .c-priceTable__row:last-child{
    /* padding-bottom: 0;
    margin-bottom: 0;
    border: none; */
  }
  .c-priceTable__headline {
    padding: 12px 16px;
    font-size: 1.6rem;
  }
  .c-section__subttl {
    font-size: 1.8rem;
  }
  .c-article-post__container{
    display: flex;
		justify-content: space-between;
  }
  .c-article-post__thumb{
 		flex-basis: 40%;
    margin-right: 3%;
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 29%;
    height: 0;
  }
	.c-article-post__txt-data{
		flex-basis: 57%;
	}
  .c-article-post__cat{
    font-size:1.3rem;
    letter-spacing: -0.05rem;
    text-align: center;
    margin-right:0;
  }
  .c-articlep-blog-single-meta__date{
    font-size: 1.3rem;
  }
  .c-article-post__ttl{
  }
  .c-block {
    margin-bottom: 40px;
  }
	.c-picture__container.u-noimage::after {
		padding-top: 65px;
	}
  p.c-rotate__ttl{
    font-size:14vw;
  }
  .c-leftbg-top:before {
    top: 22vw;
    height: calc(100% - 22vw);
  }
  .c-rightBg:before {
    top: 22vw;
    height: calc(100% - 22vw);
  }
  .c-bgline__ttl__txt-small{
    font-size: 1.3rem;
  }
  .is-jp-top .c-bgline__ttl__txt {
    font-size:2rem;
    margin-top: -75px;
  }
  .is-en-top .c-bgline__ttl__txt{
    margin-top: -36px;
    font-size: 3rem;
  }
  .is-jp-only.c-bgline__ttl{
    padding-bottom: 10px;
  }
  .is-jp-only .c-bgline__ttl__txt{
    font-size:2rem;
    margin-top: -74px;
  }
}

@media screen and (max-width: 543px) {
  .c-articlesgrid-col2 {
    display: block;
  }

  .c-articlesgrid-col2__item {
    width: 100%;
  }

  .c-articlesgrid-col2__item:nth-child(odd) {
    margin-right: 0;
  }

  .c-articlesGrid--col4 {
    display: block;
  }

  .c-articlesGrid--col4__item:nth-child(odd) {
    margin-right: 0;
  }
}