@charset "utf-8";
/* CSS Document */
/* top.css */

.u-color__bg--base {
  background: var(--c-lgr)!important;
}
.mvslider .p-kv_slider__track__list__item__inner:before {
  content: none;
}
.mvslider .p-kv_slider__nav {
  display: none;
}
.mvslider .p-kv_slider__track__list__item__inner {
  background-image: var(--slider-sp);
  padding-top: calc(940 / 750 * 100%);
}

@media screen and (min-width:750px){
  .mvslider .p-kv_slider__track__list__item__inner {
    background-image: var(--slider-pc);
  padding-top: clamp(500px,calc(840 / 1500 * 100%),840px);
  }
}



/*-------------------------------------------------------------------------------------*/


/* fixbtn */
#fixbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  opacity: 1;
  transition: all 1.2s ease;
  filter: blur(0px);
}
#fixbtn.fixbtn--hidden {
  opacity: 0;
  bottom: clamp(-100px,calc(100 / 750 * 100vw * -1),-50px);  
  filter: blur(1px);
}
#fixbtn .fixbtn__item {
  display: block;
  box-sizing: border-box;
  width: calc(630 / 750 * 100%);
  background: var(--c-gr);
  color: var(--c-wh);
  text-align: center;
  font-size: clamp(18px,calc(36 / 750 * 100vw),36px);
  font-weight: 500;
  margin: 0 auto 10px;
  padding: calc(30 / 750 * 100%);
  border-radius: 50px;
  transform: scale(1);
  transition: all .5s ease;
  border: 1px solid var(--c-lgr);
}
#fixbtn .fixbtn__item:hover {
  transform: scale(1.02);
}
@media screen and (min-width:750px){

  #fixbtn .fixbtn__item {
    width: 300px;
    font-size: 20px;
    padding: 15px;
  }
}

/*-------------------------------------------------------------------------------------*/


/* about */
.about {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: calc(80 / 750 * 100%) calc( 40 / 750 * 100%) clamp(0px,calc(80 / 750 * 100vw),80px);
  overflow: hidden;
}
.about__box {
  position: relative;
  z-index: 3;
  margin: clamp(0px,calc(10 / 750 * 100vw),10px) auto 0;
  z-index: 2;
}
.about h2 ,
.about__box p {
  position: relative;
  display: block;
  z-index: 3;
}
.about__box:after {
  content: "Aidish";
  color: #fff;
  text-align: center;
  font-size: clamp(135px,calc(270 / 750 * 100vw),270px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%,50%,0);
  z-index: 1;
}
.about__box p  {
  text-align: center;
  font-weight: 400;
}

@media screen and (min-width:750px){
  .about {
    padding: 60px 20px 150px;
  }
  .about__box {
    margin: 0 auto;
  }
  .about__box:after {
    content: "Aidish";
    font-size: 200px;
    transform: translate3d(-50%,45%,0);
    line-height: 200px;
  }
  .about__box p  {
    line-height: calc(36 / 16 * 1em);
  }
}

/*-------------------------------------------------------------------------------------*/


/* concept */
.concept {
  box-sizing: border-box;
  padding:  calc(80 / 750 * 100%) 0;
  position: relative;
  overflow: hidden;
}
.concept__box {
  box-sizing: border-box;
  display: block;
  padding: calc(20 / 750 * 100%) calc(40 / 750 * 100%);
}
.concept__box .concept__image {
  position: relative;
  display: block;
  width: 100%;
}
.concept__box .concept__textbox {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.concept__box .concept__subtitle {
  text-align: center;
  margin: calc(80 / 750 * 100%) auto calc(60 / 750 * 100%);
  --fs:40;
  font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
  font-weight: 500;
  line-height: calc(60 / 40 * 1em);
}
.concept__box .concept__text {
  margin: calc(60 / 750 * 100%) auto calc(60 / 750 * 100%);
}
.concept__box p {
  margin: calc(26 / 750 * 100%) auto;
  white-space: nowrap;
}
.concept__box .concept__items {
  display: block;
  width: calc(610 / 670 * 100%);
  margin: 0 auto;
}
.concept .concept__items--full {
  display: block;
  width: calc(610 / 750 * 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.concept__dec {
  background: url(img/concept_deco_01.webp) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  width: calc(600 / 750 * 100%);
  padding-bottom: calc(600 / 750 * 100%);
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%,50%,0) rotate(0deg);
  -webkit-animation-name: roll;
  -moz-animation-name: roll;
  -o-animation-name: roll;
  animation-name: roll;
  -webkit-animation-duration: 15s;
  -moz-animation-duration: 15s;
  -o-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes roll {
  from, 0% {
    -webkit-transform: translate3d(-50%,50%,0) rotate(0deg);
    -ms-transform: translate3d(-50%,50%,0) rotate(0deg);
    -o-transform: translate3d(-50%,50%,0) rotate(0deg);
    transform: translate3d(-50%,50%,0) rotate(0deg);
  }
  to, 100% {
    -webkit-transform: translate3d(-50%,50%,0) rotate(-360deg);
    -ms-transform: translate3d(-50%,50%,0) rotate(-360deg);
    -o-transform: translate3d(-50%,50%,0) rotate(-360deg);
    transform: translate3d(-50%,50%,0) rotate(-360deg);
  }
}

@media screen and (min-width:750px){
  .concept {
    box-sizing: border-box;
    padding:  80px 0;
    position: relative;
    overflow: hidden;
  }
  .concept__box {
    box-sizing: border-box;
    display: block;
    padding: 40px 20px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1140px;
    z-index: 3;
    margin: 0 auto;
  }
  .concept__box .concept__image {
    position: relative;
    display: block;
    width: calc(600 / 1100 * 100%);
    max-width: 600px;
    z-index: 3;
  }
  .concept__box .concept__textbox {
    text-align: left;
    width: calc(450 / 1100 * 100%);
    max-width: 450px;
    margin: 0;
  }
  .concept__box .concept__subtitle {
    font-size: 30px;
    text-align: left;
    margin: 0 auto 30px;
    white-space: nowrap;
  }
  .concept__box .concept__text {
    margin: 30px auto;
  }
  .concept__box p {
    margin: 20px auto;
    max-width: 450px;
    text-align: left;
    line-height: calc(36 / 16 * 1em);
  }
  .concept__box .concept__items {
    display: block;
    width: calc(530 / 500 * 100%);
    margin: 0 auto;
    transform: translate3d(-10%,15%,0);
    max-width: 530px;
  }
  .concept__dec {
    width: 600px;
    padding-bottom: 600px;
  }
  .concept .concept__items--full {
    width: 524px;
  }
}

/*-------------------------------------------------------------------------------------*/



/* vegetable */
.vegetable {
  display: block;
  position: relative;
  padding: calc(80 / 750 * 100%) 0;
}
.vegetable__box {
  display: block;
}
.vegetable__box .vegetable__item {
  display: block;
  position: relative;
  width: calc(670 / 750 * 100%);
  margin: 0 auto;
}
.vegetable__box .vegetable__item:nth-child(odd) {
  margin-left: 0;
}
.vegetable__box .vegetable__item:nth-child(even) {
  margin-right: 0;
}
.vegetable__box .vegetable__image {
  display: block;
  margin: 0 auto;
  z-index: 2;
}
.vegetable__box .vegetable__textbox {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 3;
  box-sizing: border-box;
  padding: calc(70 / 670 * 100%) calc(40 / 670 * 100%) ;
}
.vegetable__box .vegetable__num {
  background: var(--c-gr);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  height: clamp(40px,calc(80 / 750 * 100vw),80px);
  width: clamp(40px,calc(80 / 750 * 100vw),80px);
  border-radius: clamp(40px,calc(80 / 750 * 100vw),80px);
  font-size: clamp(20px,calc(40 / 750 * 100vw),40px);
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%,-75%,0);
}
.vegetable__box .vegetable__num span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  position: relative;
  height: clamp(40px,calc(80 / 750 * 100vw),80px);
}
.vegetable__box .vegetable__num span:after {
  content: "";
  display: block;
  height: clamp(10px,calc(20 / 750 * 100vw),20px);
  width: clamp(3px,calc(5 / 750 * 100vw),5px);
  background: var(--c-gr); 
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%,50%,0);
}
.vegetable__box .vegetable__sttl {
  text-align: center;
  font-size: clamp(20px,calc(40 / 750 * 100vw),40px);
  font-weight: 500;
  line-height: calc(50 / 40 * 1em);
  margin: 0 auto clamp(15px,calc(30 / 750 * 100vw),30px);
}
.vegetable__box .vegetable__sttl span.vegetable__sttl--min {
  font-size: calc(30 / 40 * 1em);
  display: block;
}

.vegetable__slider {
  width: 100%;
  height: 0;
  padding-bottom: calc(300 / 750 * 100%);
  margin: clamp(0px,calc(20 / 750 * 100vw),20px) auto;
  background-image: url(img/slider_vegetable.webp);
  background-repeat: repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: calc(100% - 100vw) 0;
  -webkit-animation-name: bgloop;
  -moz-animation-name: bgloop;
  -o-animation-name: bgloop;
  animation-name: bgloop;
  -webkit-animation-duration: 100s;
  -moz-animation-duration: 100s;
  -o-animation-duration: 100s;
  animation-duration: 100s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

}
@keyframes bgloop {
  from, 0% {
    background-position: 0 0;
  }
  to, 100% {
    background-position: calc(100% - clamp(0px,100vw,750px)) 0;
  }
}

@media screen and (min-width:750px){
  .vegetable {
    padding:60px 0;
  }
  .vegetable__box {
    display: block;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .vegetable__box .vegetable__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 80px auto;
  }
  .vegetable__box .vegetable__item:nth-child(1) .vegetable__text ,
  .vegetable__box .vegetable__item:nth-child(3) .vegetable__text ,
  .vegetable__box .vegetable__item:nth-child(5) .vegetable__text {
    max-width: 450px;
    
  }
  .vegetable__text p {
    line-height: calc(36 / 16 * 1em);
  }
  .vegetable__box .vegetable__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .vegetable__box .vegetable__item:nth-child(odd) {
    margin-left: auto;
  }
  .vegetable__box .vegetable__item:nth-child(even) {
    margin-right: auto;
  }
  .vegetable__box .vegetable__image {
    width: calc(670 / 1240 * 100%);
    max-width: 670px;
    padding-bottom: clamp(170px,calc(340 / 1240 * 100%),340px);
    position: relative;
  }
  .vegetable__box .vegetable__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .vegetable__box .vegetable__textbox {
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 3;
    box-sizing: border-box;
    padding: 0 20px;
    width: calc(530 / 1240 * 100%);
    max-width: 530px;
  }
  .vegetable__box .vegetable__num {
    background: var(--c-gr);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    height: 70px;
    width: 70px;
    border-radius: 70px;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    top: auto;
    left: auto;
    transform: translate3d(0,0,0);
    margin: 0 auto 40px;
  }
  .vegetable__box .vegetable__num span {
    height: 70px;
  }
  .vegetable__box .vegetable__num span:after {
    content: "";
    height: 20px;
    width: 4px;
  }
  .vegetable__box .vegetable__sttl {
    text-align: center;
    font-size: 30px;
    line-height: calc(40 / 30 * 1em);
    margin: 0 auto 20px;
  }
  .vegetable__text {
    max-width: 420px;
    margin: 0 auto;
  }
  .vegetable__box .vegetable__sttl span.vegetable__sttl--min {
    font-size: 20px;
    display: block;
  }

  .vegetable__slider {
    width: 100%;
    height: 0;
    padding-bottom: 300px;
    margin:40px auto;

  }
}

/*-------------------------------------------------------------------------------------*/
/* scene */

.scene {
  background: #f4f2ef;
}
.scene__box {
  display: block;
  box-sizing: border-box;
  padding: clamp(40px,calc(80 / 750 * 100vw),80px) clamp(25px,calc(50 / 750 * 100vw),50px) clamp(20px,calc(40 / 750 * 100vw),40px);
}
.scene .scene__title {
  text-align: center;
  font-weight: normal;
  font-weight: 1em;
  margin: 0 auto clamp(10px,calc(20 / 750 * 100vw),20px);
  text-align: center;
  border-radius: clamp(10px,calc(20 / 750 * 100vw),20px) clamp(10px,calc(20 / 750 * 100vw),20px) 0 0;
  border: clamp(1px,calc(2 / 750 * 100vw),2px) solid #387d39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 100%;
  height: clamp(40px,calc(80 / 750 * 100vw),80px);
  
  
}
.scene .scene__title span {
  --fs: 40;
  font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px)); 
  color: #387d39;
  font-weight: 500;
}
.scene .scene__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
.scene .scene__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: clamp(10px,calc(20 / 750 * 100vw),20px);
  box-sizing: border-box;
  padding: clamp(20px,calc(40 / 750 * 100vw),40px) 0;
}
.scene .scene__item + .scene__item {
  border-top: 1px solid #387d39;
}
.scene .scene__item .scene__image {
  width: clamp(55px,calc(110 / 750 * 100vw),110px);
}
.scene .scene__item .scene__image--01 img {
  display: block;
  width: clamp(44px,calc(88 / 750 * 100vw),88px);
  margin: 0 auto;
}
.scene .scene__item .scene__image--02 img {
  display: block;
  width: clamp(37px,calc(74 / 750 * 100vw),74px);
  margin: 0 auto;
}
.scene .scene__item .scene__image--03 img {
  display: block;
  width: clamp(44px,calc(88 / 750 * 100vw),88px);
  margin: 0 auto;
}
.scene .scene__item .scene__subtitle span {
  color: #387d39;
  --fs: 24;
  font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
  
}
.scene .scene__item p {
  --fs: 20;
  font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
  line-height: calc(34 / 20 * 1em);
}
.scene .scene__textbox {
  width: calc(100% - clamp(65px,calc(130 / 750 * 100vw),130px));
}


@media screen and (min-width:750px){
  .scene__box {
    display: block;
    box-sizing: border-box;
    padding: 100px 0;
    max-width: 1080px;
    margin: 0 auto;    
  }
  .scene .scene__title {
    margin: 0 auto 50px;
    height: 70px;
    max-width: 650px;
    border-width: 1px;
  }
  .scene .scene__title span {
    font-size: 30px;
  }
  .scene .scene__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-direction: row;
    gap: 0;
    box-sizing: border-box;
    padding: 0 40px;
  }
  .scene .scene__item {
    width: calc((100% - 2px) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    flex-direction: column;
    gap: clamp(10px,calc(20 / 750 * 100vw),20px);
    box-sizing: border-box;
    padding: 0 clamp(20px,calc(40 / 750 * 100vw),40px);
  }
  .scene .scene__item + .scene__item {
    border-left: 1px solid #387d39;
    border-top: none;

  }
  .scene .scene__item .scene__image {
    width: 100%;
    height: 70px;
  }
  .scene .scene__item .scene__image--01 img {
    width: 63px
  }
  .scene .scene__item .scene__image--02 img {
    width: 53px;
  }
  .scene .scene__item .scene__image--03 img {
    width: 63px;
  }
  .scene .scene__item .scene__subtitle {
    margin: 10px auto;
    text-align: center;
  }
  .scene .scene__item .scene__subtitle span {
    font-size: 24px;
  }
  .scene .scene__item p {
    font-size: 14px;
    line-height: 30px;
  }
  .scene .scene__textbox {
    width: 100%;
  }
  
}





/*-------------------------------------------------------------------------------------*/


/* plan */

.plan {
  display: block;
  margin: 0 auto;
  padding: calc(80 / 750 * 100%) calc(40 / 750 * 100%);
}
.plan__image {
  margin:clamp(0px,calc(20 / 750 * 100vw),20px) auto clamp(0px,calc(80 / 750 * 100vw),80px);
  border-radius: clamp(10px,calc(20 / 750 * 100vw),20px);
  overflow: hidden;
  padding-bottom: calc(440 / 670 * 100%);
  height: 0;
  width: 100%;
  position: relative;
}
.plan__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}

.plan__list {
  display: block;
  margin: clamp(0px,calc(60 / 750 * 100vw),60px) auto;
  width: clamp(0px,calc(650 / 750 * 100vw),650px);
}
.plan__list .plan__item {
  --itemcolor: var(--c-gr);
  width: 100%;
  border-radius:clamp(10px,calc(20 / 750 * 100vw),20px) clamp(10px,calc(20 / 750 * 100vw),20px) 0 0;
  border: 1px solid var(--itemcolor);
  background: #f4f2ef;
  margin: calc(40 / 750 * 100%) auto;
  position: relative;
  overflow: hidden;
}
.plan__list .plan__catch {
  background: var(--itemcolor);
  box-sizing: border-box;
  color: var(--c-wh);
  font-size: clamp(15px,calc(30 / 750 * 100vw),30px);
  font-weight: 500;
  text-align: center;
  padding: calc(20 / 750 * 100%);
}
.plan__list .plan__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  box-sizing: border-box;
  padding: calc(30 / 650 * 100%) 0 calc(20 / 650 * 100%);
  font-size: clamp(25px,calc(50 / 750 * 100vw),50px);  
  font-weight: 500;
}
.plan__list .plan__teiki {
  background: #bbb6b1;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0.15em 1.2em;
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
  border-radius: 2em;
  margin-right: 0.5em;
  font-weight: 400;
}
.plan__list .plan__num {
  font-size: calc(80 / 50 * 1em);
  line-height: calc(50 / 80 * 1em);
  margin-top: -0.22em;
  font-weight: 400;
}
.plan__list .plan__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 calc(30 / 670 * 100%) calc(30 / 670 * 100%);
  text-align: center;
}
.plan__list .plan__price--kihon {
  background: #e8e5e1;
  border-radius: clamp(20px,calc(40 / 750 * 100vw),40px);
  box-sizing: border-box;
  padding: calc(20 / 590 * 100%) calc(10 / 590 * 100%);
  width: calc(290 / 590 * 100%);
}
.plan__list .plan__pricettl {
  box-sizing: border-box;
  padding: calc(20 / 590 * 100%) calc(10 / 590 * 100%);
  border-bottom: 1px solid #d7cfc6;
}
.plan__list .plan__pricetext {
  color: var(--itemcolor);
  box-sizing: border-box;
  padding: calc(20 / 290 * 100%) 0;
}
.plan__list .plan__price__isshoku {
  font-size: calc(22 / 26 * 1em);
  font-weight: 500;
}
.plan__list .plan__price__isshoku span {
  font-weight: 400;
}
.plan__list .plan__price__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  position: relative;
}
.plan__list .plan__price--kihon .plan__price__num :after {
  content: "";
  display: block;
  display: none!important;
  width: 100%;
  height: 3px;
  background: #231815;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0) rotate(14deg) scaleX(0.8);
}

.plan__list .plan__price__num span {
  font-size: clamp(40px,calc(80 / 750 * 100vw),80px);  
  font-weight: 500;
  line-height: 1em;
}
.plan__list  .plan__price__yen span {
  font-size: clamp(25px,calc(50 / 750 * 100vw),50px);  
  font-weight: 500;
  line-height: 1em;
}
.plan__list .plan__price__yen__rubi {
  font-size: clamp(8px,calc(16 / 750 * 100vw),16px);  
  font-weight: 400;
}
.plan__list .plan__price__tax {
  position: relative;
  font-size: clamp(11px,calc(22 / 750 * 100vw),22px);  
  margin: calc(10 / 290 * 100%) auto 0;
  width: calc(210 / 290 * 100%);
  line-height: 1.25em;
  box-sizing: border-box;
  padding-left: 0.8em;
}
.plan__list .plan__price--shokai {
  background: #ffffff;
  border-radius: clamp(20px,calc(40 / 750 * 100vw),40px);
  box-sizing: border-box;
  padding: calc(20 / 590 * 100%) calc(10 / 590 * 100%);
  width: calc(290 / 590 * 100%);
}
.plan__list .plan__price__tax:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-top: 1px solid var(--itemcolor);
  border-left: 1px solid var(--itemcolor);
  border-bottom: 1px solid var(--itemcolor);
}
.plan__list .plan__price__tax:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  border-top: 1px solid var(--itemcolor);
  border-right: 1px solid var(--itemcolor);
  border-bottom: 1px solid var(--itemcolor);
}

@media screen and (min-width:750px){
  .plan {
    display: block;
    margin: 0 auto;
    padding:80px 0;    
  }
  .plan__image {
    margin: 40px auto 80px;
    border-radius: 20px;
    padding-bottom: 400px;
    width: 600px;
  }

  .plan__list {
    display: block;
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap:16px;
    width: 100%;
    max-width: 1220px;
  }
  .plan__list .plan__item {
    border: 2px solid var(--itemcolor);
    border-radius:20px 20px 0 0;
    width: 390px;
    margin: 0;
  }
  .plan__list .plan__catch {
    font-size: 22px;
    padding: 10px 0;
  }
  .plan__list .plan__name {
    padding: 30px 0 20px;
    font-size: 30px;  
  }
  .plan__list .plan__teiki {
    padding: 0.15em 1em;
    font-size: 16px;
  }
  .plan__list .plan__num {
    font-size: 50px;
  }
  .plan__list .plan__price {
    padding: 0 30px 30px;
  }
  
.plan__list .plan__price--kihon .plan__price__num :after {
  content: "";
  transform: translate3d(-50%,-50%,0) rotate(14deg) scaleX(1.1);
}

  .plan__list .plan__price--kihon {
    border-radius: 40px;
    padding: 20px;
    width: 160px;
  }
  .plan__list .plan__pricettl {
    box-sizing: border-box;
    padding: 0 0 10px;
    font-size: 18px;
    border-bottom: 1px solid #d7cfc6;
  }
  .plan__list .plan__pricetext {
    color: var(--itemcolor);
    box-sizing: border-box;
    padding: calc(20 / 290 * 100%) 0;
  }
  .plan__list .plan__price__isshoku {
    font-size: 14px;
  }
  .plan__list .plan__price__num span {
    font-size: 50px; 
  }
  .plan__list  .plan__price__yen span {
    font-size: 30px; 
  }
  .plan__list .plan__price__yen__rubi {
    font-size: 12px; 
    white-space: nowrap;
    word-break: keep-all;
  }
  .plan__list .plan__price__tax {
    position: relative;
    font-size: 14px;  
    margin: 10px auto 0;
    width: 100%;
  }
  .plan__list .plan__price--shokai {
    border-radius: 40px;
    padding: 20px;
    width: 160px;
  }
}

/*-------------------------------------------------------------------------------------*/


/* merit */
.merit {
 background: #fff;
  margin: clamp(30px,calc(60 / 750 * 100vw),60px) auto;
}
.merit__box {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
.merit__box .merit__list {
  box-sizing: border-box;
  padding: 0 clamp(5px,calc(10 / 750 * 100vw),10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.merit__box .merit__item {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-direction: column;
}
.merit__box .merit__item + .merit__item:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #9bbe9c;
}

.merit__box .merit__image {
  display: block;
  margin: 0 auto;
  width: clamp(40px,calc(80 / 750 * 100vw),80px);
}
.merit__box .merit__textbox {
  text-align: center;
  color: #387d39;
}
.merit__box .merit__subtitle {
  --fs: 24;
  font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
  line-height: calc(40 / 24 * 1em);
  font-weight: 500;
  margin: clamp(8px,calc(16 / 750 * 100vw),16px) auto;
}
.merit__box .merit__textbox p {
  --fs: 20;
  font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
  line-height: calc(34 / 20 * 1em);
}
.merit__box .merit__notes {
  margin-top: clamp(15px,calc(30 / 750 * 100vw),30px);
}
.merit__box .merit__notes p {
  color: #387d39;
  text-align: justify;
  --fs: 18;
  font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
  line-height: calc(30 / 18 * 1em);
}

.rank-info {
  background: #f4f2ef;
  display: block;
  margin: clamp(40px,calc(80 / 750 * 100vw),80px) auto clamp(50px,calc(100 / 750 * 100vw),100px);
}
.rank-info .rank-info__item {
}
.rank-info .rank-info__titlebox {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
 -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: calc(690 / 750 * 100%);
  margin: 0 auto;
  height: clamp(75px,calc(150 / 750 * 100vw),150px);
}
.rank-info .rank-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  --fs:40;
  font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
  line-height: calc(60 / 40 * 1em);
  color: #231815;
  font-weight: 500;
  gap: clamp(10px,calc(20 / 750 * 100vw),20px);
}
.rank-info .rank-info__title img {
  width: clamp(27px,calc(54 / 750 * 100vw),54px);
}
.rank-info .rank-info__link {
  display: block;
  background: #387d39;
  color: #fff;
}
.rank-info .rank-info__linktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: clamp(10px,calc(20 / 750 * 100vw),20px);
  --fs:20;
  font-size: clamp(calc((var(--fs)/ 2) * 1px), calc(var(--fs)/ 750 * 100vw), calc(var(--fs)* 1px));
  font-weight: 500;
  line-height: calc(34 / 20 * 1em);
  padding: clamp(5px,calc(10 / 750 * 100vw),10px);
  box-sizing: border-box;
  
}
.rank-info .rank-info__linktext img {
  width: clamp(15px,calc(30 / 750 * 100vw),30px);
}

@media screen and (min-width:750px){
  .merit {
    margin: 100px auto;
  }
  .merit__box {
    max-width: 1100px;
    padding: 0px;
  }
  .merit__box .merit__list {
    padding: 0;
  }
  .merit__box .merit__item {
    flex-direction: row;
    gap: 40px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .merit__box .merit__item + .merit__item:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #9bbe9c;
  }
  .merit__box .merit__image {
    margin: 0;
    width: 80px;
  }
  .merit__box .merit__textbox {
    text-align: center;
    color: #387d39;
    
  }
  .merit__box .merit__subtitle {
    font-size: 24px;
    line-height: calc(40 / 24 * 1em);
    margin: 0 auto 10px;;
  }
  .merit__box .merit__subtitle br{
    display: none;
  }
  .merit__box .merit__textbox p {
    font-size: 18px;
  }
  
  .merit__box .merit__notes {
    margin: 30px auto;
    max-width: 1040px;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .merit__box .merit__notes p {
    font-size: 14px;
    line-height: calc(24 / 14 * 1em);
  }

  .rank-info {
    margin: 100px auto;
    padding-top: 10px;
    padding-bottom: 30px;
    box-sizing: border-box;
    display: block;
    width: 690px;
  }
  .rank-info .rank-info__titlebox {
    height: 80px;
  }
  .rank-info .rank-info__title {
    font-size: 30px;
    line-height: calc(50 / 30 * 1em);
    gap: 20px;
  }
  .rank-info .rank-info__title img {
    width: 38px;
  }
  .rank-info .rank-info__link {
    width: 420px;
    margin: 0 auto;
  }
  .rank-info .rank-info__linktext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 15px;
    font-size: 18px;
    padding: 5px;
    box-sizing: border-box;

  }
  .rank-info .rank-info__linktext img {
    width: 18px;
  }
  .rank-info__link {
    transition: all .5s ease;
    transform: scale(1);
    }
  .rank-info__link:hover {
    transform: scale(1.02);
    }
}

/*-------------------------------------------------------------------------------------*/



/* standard */
.standard__box {
}
.standard__box .standard__list {
  display: block;
}
.standard__box .standard__item {
  --itemcolor: var(--c-gr);
  width: 100%;
  border-radius:clamp(10px,calc(20 / 750 * 100vw),20px) clamp(10px,calc(20 / 750 * 100vw),20px) 0 0;
  border: 1px solid var(--itemcolor);
  margin: calc(40 / 750 * 100%) auto;
  position: relative;
  overflow: hidden;  
  box-sizing: border-box;
  padding: calc(20 / 650 * 100%);
}
.standard__box .standard__catch {
  box-sizing: border-box;
  color: var(--itemcolor);
  font-size: clamp(15px,calc(30 / 750 * 100vw),30px);
  font-weight: 500;
  text-align: center;
  padding: calc(10 / 750 * 100%) 0 calc(20 / 750 * 100%);
  border-bottom: 1px solid;
}
.standard__box .standard__catch span {
}
.standard__box .standard__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  box-sizing: border-box;
  padding: calc(30 / 650 * 100%) 0 calc(20 / 650 * 100%);
  font-size: clamp(25px,calc(50 / 750 * 100vw),50px);  
  font-weight: 500;  
}
.standard__box .standard__name span {
    font-size: calc(80 / 50 * 1em);
  line-height: calc(50 / 80 * 1em);
  margin-top: -0.22em;
  font-weight: 400;
}
.standard__box .standard__price {
  background: var(--c-lgr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  overflow: hidden;
  border-radius: clamp(20px,calc(40 / 750 * 100vw),40px);
  box-sizing: border-box;
  padding: calc(30 / 590 * 100%) 0;
}
.standard__box .standard__price--kihon {
  width: calc(210 / 590 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  border-right: 1px solid #d7cfc6;
}
.standard__box .standard__pricetext {
  color: var(--itemcolor);
  width: calc(370 / 590 * 100%);
}
.standard__box .standard__price__isshoku {
  font-size: calc(22 / 26 * 1em);
  font-weight: 500;
}
.standard__box .standard__pricebox  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.standard__box .standard__pricebox  span {
  font-size: clamp(40px,calc(80 / 750 * 100vw),80px);  
  font-weight: 500;
  line-height: 1em;
}
.standard__box .standard__price__yen {
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  flex-flow: column;
  
}
.standard__box .standard__price__yen span {
  font-size: clamp(25px,calc(50 / 750 * 100vw),50px);  
  font-weight: 500;
  line-height: 1.1em;
}
.standard__box .standard__price__yen  .standard__price__yen__rubi {
  font-size: clamp(8px,calc(16 / 750 * 100vw),16px);  
  font-weight: 400;
}


.standard__box .standard__price__tax {
  position: relative;
  font-size: clamp(11px,calc(22 / 750 * 100vw),22px);  
  margin: calc(10 / 290 * 100%) auto 0;
  width: calc(220 / 370 * 100%);
  line-height: 1.25em;
  box-sizing: border-box;
  padding-left: 0.8em;
}
.standard__box .standard__price__tax:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-top: 1px solid var(--itemcolor);
  border-left: 1px solid var(--itemcolor);
  border-bottom: 1px solid var(--itemcolor);
}
.standard__box .standard__price__tax:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  border-top: 1px solid var(--itemcolor);
  border-right: 1px solid var(--itemcolor);
  border-bottom: 1px solid var(--itemcolor);
}

@media screen and (min-width:750px){
  .standard__box {
    max-width: 1140px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
  }
  .standard__box .standard__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
    gap: 20px;
  }
  .standard__box .standard__item {
    --itemcolor: var(--c-gr);
    width: 340px;
    border-radius: 20px 20px 0 0;
    border: 2px solid var(--itemcolor);
    margin: 0;
    position: relative;
    overflow: hidden;  
    box-sizing: border-box;
    padding:20px;
  }
  .standard__box .standard__catch {
    box-sizing: border-box;
    color: var(--itemcolor);
    font-size: 20px;
    letter-spacing: 0.02em;
    padding: 2px 0 18px;
    border-bottom: 2px solid;
  }
  .standard__catch span {
    position: relative;
    margin: auto -20px auto;
    display: inline-block;
  }
  .standard__box .standard__name {
    padding: 30px 0 20px;
    font-size: 26px;  
  }
  .standard__box .standard__name span {
    font-size: 56px;
  }
  .standard__box .standard__price {
    background: var(--c-lgr);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    border-radius: clamp(20px,calc(40 / 750 * 100vw),40px);
    box-sizing: border-box;
    padding: calc(30 / 590 * 100%) 0;
    width: 230px;
    margin: 0 auto;

  }
  .standard__box .standard__price--kihon {
    width: 160px;
    border-bottom: 2px solid #d7cfc6;
    margin: 0 auto 10px;
    border-right: none;
    padding-bottom: 6px;
    
  }
  .standard__box .standard__pricetext {
    width: 100%;
  }
  .standard__box .standard__price__isshoku {
    font-size: 14px;
  }
  .standard__box .standard__pricebox  span {
    font-size: 50px;
    position: relative;
    margin-right: -8px;
  }
  .standard__box .standard__price__yen {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
    flex-flow: column;

  }
  .standard__box .standard__price__yen span {
    font-size: 30px;
  }
  .standard__box .standard__price__yen  .standard__price__yen__rubi {
    font-size: 12px;
  }


  .standard__box .standard__price__tax {
    position: relative;
    font-size: 14px;  
    margin: 10px auto ;
    width: 150px;
    line-height: 1.25em;
    box-sizing: border-box;
    padding-left: 0.8em;
  }
}

/*-------------------------------------------------------------------------------------*/



/* news */
.news__area {
  display: block;
  margin: 0 auto;
  padding: calc(80 / 750 * 100%) calc(40 / 750 * 100%);
}
.news__area .news__title {
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  margin-bottom: clamp(0px,calc(30 / 750 * 100%),30px);
}
.news__area .news__title span {
  font-size: clamp(40px,calc(80 / 750 * 100vw),80px);
  font-weight: 500;
  color: var(--c-gr);
  margin-right: 0.4em;
  line-height: 1em;
}
.news__area .news__icon {
  width: clamp(24px,calc(48 / 750 * 100vw),48px);
}
.news__area .news__box {
}
.news__area .news__image {
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: clamp(10px,calc(20 / 750 * 100vw),20px);
  overflow: hidden;
  height: 0;
  padding-bottom: calc(380 / 670 * 100%);
}
.news__area .news__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}
.news__area .news__list {
  display: block;
}
.news__area .news__item {
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid var(--c-be);
  padding: calc(50 / 670 * 100%) 0;
}
.news__area .news__date {
  color: var(--c-gr);
  font-size: calc(20 / 26 * 1em);
  margin-bottom: 1em;
}
.news__area .news__link:hover {
  text-decoration: underline;
  text-underline-offset: .3em;
  color: var(--c-gr);
}
.news__area .news__more {
  margin: calc(40 / 650 * 100%) auto;
  text-align: right;
}

@media screen and (min-width:750px){
  .news__area {
    padding: 80px 20px 140px;
    max-width: 1140px;
  }
  .news__area .news__title span {
    font-size: 60px;
    margin-right: 50px;
  }
  .news__area .news__icon {
    width: 48px;
  }
  .news__area .news__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .news__area .news__image {
    position: relative;
    display: block;
    margin: 0px 0 0;
    border-radius: 20px;
    padding-bottom: clamp(115px,calc(330 / 1100 * 100%),330px);
    width: calc(470 / 1100 * 100%);
    max-width: 470px;
    
  }
  .news__area .news__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
  }
  .news__area .news__list {
    width: calc(570 / 1100 * 100%);
    max-width: 570px;
    font-size: 16px;
    line-height: calc(36 / 16 * 1em);
  }
  .news__area .news__item {
    display: block;
    box-sizing: border-box;
    border-bottom: 2px solid var(--c-be);
    padding: 20px 0;
  }
  .news__area .news__item:first-child {
    padding-top: 0;
  }
  .news__area .news__date {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 20px;
  }
  .news__area .news__more {
    margin: 40px auto 0;
    text-align: right;
  }
}

/*-------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------*/