@charset "UTF-8";
html,
body {
  height: auto !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}


@media only screen and (max-width: 767px) {
  .header {
    opacity: 1;
    visibility: visible;
  }

  .header.scroll {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1025px) {
  .header {
    /* opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    top: -145px; */
  }

  .header.scroll {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
.content {
  margin-top: 0;
}

br.spc {
  display: none;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  br.spc {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  br.nosp {
    display: none;
  }
}

br.notab {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  br.notab {
    display: none;
  }
}

img.spc {
  display: none;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  img.spc {
    display: inline;
  }
}

@media screen and (max-width: 1024px) {
  img.lpc {
    display: none;
  }
}

.kazari_area {
  z-index: inherit;
}

.kazari_area .above_kazari {
  z-index: inherit;
}

.kazari_area img.tab {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .kazari_area img.tab {
    display: inline;
  }
}

.kv {
}

.kv .slick-dots {
  bottom: 0;
}
.kv__img {
  position: relative;
}

.kv__img .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .kv__img .sp {
    display: inline-block;
  }
  .kv__img .pc {
    display: none;
  }
  .kv .slick-dots {
  bottom: -15px;
  }
}

.kv__img ul li {
  position: relative;
}

.kv__img ul li .acap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 10px;
  text-align: left;
  letter-spacing: normal;
  text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px,
    black -1px -1px 2px;
}

.kv__img ul li .acap.acap2 {
  bottom: 156px;
  right: auto;
  left: 5px;
}

@media screen and (min-width: 768px) {
  .kv__badge {
    position: absolute;
    left: 30px;
    bottom: 0;
  }

  .kv__link {
    transition: .3s;
  }

  .kv__link:hover {
    opacity: .9;
  }
}
@media screen and (max-width: 767px) {
  .kv__badg  {
    margin-bottom: 20px;
  }
}

.kvUspArea {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .kvUspArea {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    padding: 0 5px;
  }
}

.kvBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 960px;
}

.kvBox__item {
  background: rgb(107,107,107);
  background: linear-gradient(90deg, rgba(107,107,107,1) 20%, rgba(153,153,153,1) 50%, rgba(107,107,107,1) 80%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  width: 310px;
  position: relative;
  height: 74px;
}
.kvBox__item::before {
  content: '';
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  top: 2px;
  left: 2px;
  height: 68px;
  width: 304px;
  position: absolute;
}
.kvBox__item--large {
  width: 472px;
}

.kvBox__item--large::before {
  width: 466px;
}
.kvBox .kvBox__txt {
  color: #fff;
  font-size: 20px;
  height: fit-content;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  margin-top: -5px;
}

.kvBox .kvBox__txt--huge {
  
}

.kvBox__item .xl {
  font-size: 23px;
  letter-spacing: .05em;
}

.kvBox .kvBox__txt--xl {
  letter-spacing: .03em;
  line-height: .8;
  padding-top: 0;
}

.kvBox .kvBox__txt--mid {

}

.kvBox .kvBox__txt--noPad {
  padding-top: 0;
}

.kvBox__item .cap {
  font-size: 12px;
}

.kvBox__item .cap--right {
  display: block;
  padding-left: 13px;
  text-align: left;
  margin-bottom: -8px;
}

@media screen and (max-width: 767px) {
  .kvBox__item .cap--right {
    margin-bottom: -4px;
  }
}

.kvBox__item .small {
  font-size: 14px;
  letter-spacing: 0;
}

.kvBox__item .mid {
  font-size: 20px;
}

.kvBox__item .large {
  font-size: 23px;
}

.kvBox__item .wLarge {
  margin-left: -.6em;
}

@media screen and (min-width: 768px) {
  .kvBox__item .wLarge {
    font-size: 18px;
  }
}

.kvBox__item .num {
  font-size: 34px;
  font-family: 'Didot',serif;
  font-style: italic;
}

.kvBox__item .kvBox__txt--xl .num {
  font-size: 34px;
  font-family: 'Didot',serif;
  font-style: italic;
}

.kvBox .kvBox__txt--huge .num {
  font-size: 36px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  letter-spacing: .05em;
}

.kvBox__item .color--gold {
  color: #e8d099;
}

.kvBox__item .cap--abs {
  font-size: 10px;
  position: absolute;
  top: 27%;
  right: 3%;
}

.kvBox__item span.sp {
  display: inline;
}

@media screen and (max-width: 767px) {
  .kvBox__item span.sp {
    display: none;
  }
}


@media screen and (min-width: 767px) {
  .kvBox__item:nth-child(n+4) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .kvBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }
  
  .kvBox__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    height: 60px;
    width: 49%;
  }

  .kvBox__item::before {
    left: 50%;
    transform: translateX(-50%);
    top: 2px;
    content: '';
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    height: 54px;
    width: 97%;
    position: absolute;
  }
  
  .kvBox .kvBox__txt {
    border: none;
    font-size: 12px;
    height: fit-content;
    line-height: 1.1;
    letter-spacing: 0;
    margin-top: -4px;
  }
  
  .kvBox .kvBox__txt--mid {
    line-height: 1.3;
  }
  
  .kvBox .kvBox__txt--xl {
    letter-spacing: 0;
    line-height: .8;
  }

  .kvBox .kvBox__txt--noPad {
    padding-top: 3px;
  }
  
  .kvBox__item .cap {
    font-size: 9px;
    letter-spacing: -1.4px;
  }

  .kvBox__item .cap--right {
    padding-left: 10px;
  }
  
  .kvBox__item .small {
    font-size: 8px;
    letter-spacing: -1.1px;
  }
  
  .kvBox__item .large {
    font-size: 14px;
    letter-spacing: .05em;
  }

  .kvBox__item .xl {
    font-size: 16px;
    letter-spacing: .05em;
  }

  .kvBox__item .num {
    font-size: 20px;
  }
  
  .kvBox__item .kvBox__txt--xl .num {
    font-size: 18px;
    letter-spacing: 0;
  }

  .kvBox .kvBox__txt--huge .num {
    font-size: 20px;
  }

  .kvBox__item .cap--abs {
    font-size: 8px;
    position: absolute;
    top: 48%;
    right: 27%;
  }
}

.kv .link__area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .kv .link__area {
    display: none;
  }
}
.kv .link___area__logo {
  position: absolute;
  width: 216px;
  top: 30px;
  left: 30px;
}
.kv .hdr_right > div {
  float: left;
}
.kv .hdr_right .pnav > div {
  display: inline-block;
  vertical-align: bottom;
}
.kv .hdr_right .pnav a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
  color: #888888;
  background: rgba(255,255,255,.6);
}
.kv .hdr_right .pnav > div:first-child a {
  padding-left: 50px;
  padding-right: 10px;
}
.kv .hdr_right .pnav a::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #888888;
  position: absolute;
  left: 0;
  top: 52%;
  transition: 0.3s;
  box-shadow: 0px 0px 15px -5px #777777;
}
.kv .hdr_right .pnav > div:first-child a::after {
  left: 20px;
}
.kv .hdr_right .pnav a.hover {
  color: #b89332;
}
.kv .hdr_right .pnav a.hover::after {
  background: #b89332;
}
.kv .hdr_right .cv .request {
  color: #fff;
  background: #a61c4d;
  transition: 0.3s;
  height: 70px;
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.kv .hdr_right .cv .request::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s;
}
.kv .hdr_right .cv .request.hover::after {
  background: rgba(255, 255, 255, 0.3);
}
.kv .hdr_right .cv .reserve {
  color: #fff;
  background: #8a6929;
  transition: 0.3s;
  height: 70px;
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.kv .hdr_right .cv .reserve::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s;
}
.kv .hdr_right .cv .reserve.hover::after {
  background: rgba(255, 255, 255, 0.3);
}

.gNav--top {
  background: #fff;
  box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 100;
}
.gNav--top ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "メイリオ", sans-serif;
  position: relative;
}
.gNav--top ul li {
  width: 10.4166667%;
  vertical-align: middle;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "メイリオ", sans-serif;
  position: relative;
}

.gNav--top li::after {
  content: '';
    width: 1px;
    height: 50%;
    background: #bababa;
    position: absolute;
    top: 50%;
    right: -10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gNav--top li:last-child::after {
  display: none;
}

.gNav--top li.topList {
  width: 22%;
  position: relative;
  cursor: pointer;
}

.gNav--top li.topList::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: solid 1px #535353;
  border-right: solid 1px #535353;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 0px;
  z-index: 1;
  transition: .4s;
}

.gNav--top li.topList.is-opened::before {
  transform: translateY(-50%) rotate(135deg);
}

.gNav--top li.topList + .innerLink {
  width: 21%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform: translateY(0px);
  opacity: 0;
  z-index: -1;
  transition: .4s;
}

.gNav--top li.topList.is-opened + .innerLink {
  transform: translateY(63px);
  opacity: 1;
}

.gNav--top li.topList + .innerLink .innerLink__item {
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "メイリオ", sans-serif;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  width: 70%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.gNav--top li.topList + .innerLink .innerLink__item.is-off {
  pointer-events: none;
}

.gNav--top li.topList + .innerLink .innerLink__item.is-off span{
  opacity: .4;
}

.gNav--top li.topList + .innerLink .innerLink__item span {
  display: inline-block;
  position: relative;
}

.gNav--top li.topList + .innerLink .innerLink__item span::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #065d56;
  position: absolute;
  display: block;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: .4s;
}

.gNav--top li.topList + .innerLink .innerLink__item:hover span::before {
  opacity: 1;
}

.gNav--top ul li a,
.gNav--top ul li span {
  /* display: block; */
  text-align: center;
  padding: 9px 0;

}
.gNav--top ul li a.current {
  color: #0f653e;
}

.gNav--top li > a.is-off {
  pointer-events: none;
  opacity: .4;
}

.gNav--top ul li > a.hover,
.gNav--top ul li > div > a.hover ,
.gNav--top ul li > div > span.hover {
  color: #0f653e;
}

.gNav--top li.topList a,
.gNav--top li.topList > div > span {
  background-color: #fff!important;
  color: #045738!important;
  font-weight: bolder!important;
  line-height: calc(18/12);
}

.gNav--top li.topList.is-opened + .innerLink .innerLink__item {
  pointer-events: auto;
}

.gNav--top li.topList + .innerLink .innerLink__item:not(:last-child){
  border-bottom: 1px solid #aaaaaa;
}

@media screen and (max-width: 1024px) {
  .gNav--top {
    display: none;
  }
}

.content_sec {
  padding: 90px 20px 170px;
  background: url(../imgs/bg_contents.png) no-repeat center top;
  background-size: 1441px auto;
}
@media screen and (max-width: 1218px) {
  .content_sec {
    padding: calc(100vw * 90 / 1218) 20px calc(100vw * 170 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec {
    padding: 30px 0 0px;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .content_sec .sec__info {
    padding: 0 20px;
  }
}
.content_sec .sec__info__wrapper {
  text-align: center;
}
.content_sec .sec__info__wrapper .cap--right{
  margin-left: 450px;
}
.content_sec .sec__info__wrapper sup{
  font-size: 16px;
}
.content_sec .sec__info__wrapper .titA {
  margin-bottom: 50px;
}
@media screen and (max-width: 1218px) {
  .content_sec .sec__info__wrapper .titA {
    margin-bottom: calc(100vw * 50 / 1218);
  }
 
}
@media screen and (max-width: 767px) {
  .content_sec .sec__info__wrapper .titA {
    margin-bottom: 25px;
    line-height: 0;
  }
  .content_sec .sec__info__wrapper .titA img {
    width: 92px;
  }
  .content_sec .sec__info__wrapper .titA span {
    padding: 0 10px;
  }
  .content_sec .sec__info__wrapper .cap--right{
    margin-left: 0;
  }
  .content_sec .sec__info__wrapper sup{
    font-size: 11px;
  }
}
.content_sec .sec__info__wrapper .tit__txt {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.18em;
  margin-top: calc(0px - (((18px * 2) - 18px) / 2));
  margin-bottom: calc(0px - (((18px * 2) - 18px) / 2));
}
@media screen and (max-width: 1218px) {
  .content_sec .sec__info__wrapper .tit__txt {
    font-size: calc(100vw * 18 / 1218);
    margin-top: calc(
      0px - ((((100vw * 18 / 1218) * 2) - (100vw * 18 / 1218)) / 2)
    );
    margin-bottom: calc(
      0px - ((((100vw * 18 / 1218) * 2) - (100vw * 18 / 1218)) / 2)
    );
  }
}
@media screen and (max-width: 767px) {
  .content_sec .sec__info__wrapper .tit__txt {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.content_sec .sec__info__wrapper .tit__big {
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.15em;
  margin: 50px auto;
}
@media screen and (max-width: 1218px) {
  .content_sec .sec__info__wrapper .tit__big {
    font-size: calc(100vw * 46 / 1218);
    margin: calc(100vw * 50 / 1218) auto;
  }
}
@media screen and (max-width: 767px) {
  .content_sec .sec__info__wrapper .tit__big {
    font-size: 30px;
    margin: 20px auto;
  }
}
.content_sec .sec__info__wrapper .info__btn {
  margin-top: 50px;
  max-width: 664px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center; 
  /* justify-content:space-between; */
}
@media screen and (max-width: 1218px) {
  .content_sec .sec__info__wrapper .info__btn {
    margin-bottom: calc(100vw * 50 / 1218);
  }
}
.content_sec .sec__info__wrapper .info__btn--item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: calc(320 / 664 * 100%); */
  width: 100%;
  height: 80px;
  font-size: 20px;
  letter-spacing: 0.16em;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .content_sec .sec__info__wrapper .info__btn {
    display: block;
    margin-top: 30px;
  }
  .content_sec .sec__info__wrapper .info__btn--item {
    width: 100%;
  }
  .content_sec .sec__info__wrapper .info__btn--item:nth-child(n+2) {
    margin-top: 10px;
  }
}
.content_sec .sec__info__wrapper .info__btn--item::before {
  content: "";
  width: calc(100% - (4px * 2));
  height: calc(100% - (4px * 2));
  position: absolute;
  top: 4px;
  left: 4px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.content_sec .sec__info__wrapper .info__btn--item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 100;
  transition: 0.5s;
  pointer-events: none;
}
.content_sec .sec__info__wrapper .info__btn--item:hover:after {
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.content_sec .sec__info__wrapper .info__btn--item.request {
  background-image: linear-gradient( 90deg, rgb(158,27,73) 0%, rgb(168,51,93) 18%, rgb(177,75,112) 50%, rgb(168,51,93) 82%, rgb(158,27,73) 100%);
}
.content_sec .sec__info__wrapper .info__btn--item.result {
  background-image: linear-gradient( 90deg, rgb(138,105,41) 0%, rgb(157,124,59) 18%, rgb(175,142,77) 50%, rgb(157,124,59) 82%, rgb(138,105,41) 100%);
}
.content_sec .sec__info__wrapper .info__btn a {
  color: #fff;
}
@media screen and (max-width: 1218px) {
  .content_sec .sec__info__wrapper .info__btn a {
    width: calc(100vw * 320 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .sec__info__wrapper .info__btn a {
    width: 275px;
  }
}
.content_sec .sec__info__wrapper .info__btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.5s;
}
.content_sec .sec__info__wrapper .info__btn a.hover::after {
  background: rgba(255, 255, 255, 0.3);
}

.content_sec .sec__info__content {
  max-width: 960px;
  width: 100%;
  background: #dedede;
  box-shadow: 4px 3px 10px -2px rgb(0 0 0 / 20%);
  border: 1px solid #cde0d3;
  padding: 8px;
  margin: 80px auto;
}

.content_sec .sec__info__content--inner {
  background: -moz-linear-gradient(left, #f7fcf5 50%, #e9f7e5);
  background: -webkit-linear-gradient(left, #f7fcf5 50%, #e9f7e5);
  background: linear-gradient(to right, #f4f4f4, #e1e1e1);
  border: 1px solid #cde0d3;
  padding: 55px 35px;
}

.content_sec .sec__info__content--txt {
  font-size: 28px;
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 1px solid #333;
}

.content_sec .sec__info__content--wrap {
  margin-bottom: 10px;
}

.sec__info__content--wrap .ranking__ttl {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.1em;
  background: #0f653e;
  background: -moz-linear-gradient(left, #8e8e8e 50%, #747474);
  background: -webkit-linear-gradient(left, #8e8e8e 50%, #747474);
  background: linear-gradient(to right, #8e8e8e, #747474);
  padding: 5px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .content_sec .sec__info__content--inner {
    padding: 30px 10px  20px;
  }

  .content_sec .sec__info__content--txt {
    font-size: 14px;
  }

    .content_sec .sec__info__content--wrap {
      padding: 0 5px;
    }

  .sec__info__content--wrap .ranking__ttl {
    font-size: 14px;
    line-height: 1.2;
    padding: 15px 0;
  }
}

.soldOutArea {
  font-size: 24px;
  letter-spacing: .15em;
}
.soldOutArea .lower {
  margin-top: .25em;
}
.soldOutArea .big {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .soldOutArea {
    font-size: 16px;
    letter-spacing: .15em;
  }
  .soldOutArea .lower {
    margin-top: .25em;
  }
  .soldOutArea .big {
    font-size: 24px;
  }
  .soldOutArea sup {
    vertical-align: text-top;
    display: inline;
    font-size: 10px;
  }
  .soldOutArea .cap {
    margin-top: .5em;
    font-size: 10px;
    text-align: right;
  }
}

.rankingbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.rankingbox__item {}

.rankingbox__item__ttl {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.rankingbox__item__img {}

.rankingbox__cap {
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .rankingbox {
    display: block;
    margin-bottom: 10px;
  }

  .rankingbox__item {
    margin-bottom: 30px;
  }

  .rankingbox__item:last-of-type {
    margin-bottom: 20px;
  }


  .rankingbox__item__ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .rankingbox__cap {
    font-size: 10px;
  }
}

.content_sec .sec__info__virus {
  max-width: 960px;
  width: 100%;
  /* margin-top: 100px; */
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid #999;
  border-top: none;
  padding: 50px 20px;
}
.content_sec .sec__info__virus__mttl {
  font-size: 20px;
  line-height: 1.5;
  left: 0.1em;
  text-align: center;
  margin-top: calc(0px - (((20px * 1.5) - 20px) / 2));
  margin-bottom: calc(0px - (((20px * 1.5) - 20px) / 2));
}
.content_sec .sec__info__virus__sttl {
  font-size: 14px;
  line-height: 1.714285714;
  letter-spacing: 0.18em;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-top: calc(30px - (((14px * 1.714285714) - 14px) / 2));
  margin-bottom: calc(0px - (((14px * 1.714285714) - 14px) / 2));
}
.content_sec .sec__info__virus__sttl .color {
  color: #a61c4d;
}
.content_sec .sec__info__virus__text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #666;
  text-align: center;
  margin-top: calc(30px - (((12px * 1.5) - 12px) / 2));
  margin-bottom: calc(0px - (((12px * 1.5) - 12px) / 2));
}
.content_sec .sec__info__virus__text ul {
  display: inline-block;
  max-width: 634px;
  width: 100%;
}
.content_sec .sec__info__virus__text ul li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.content_sec .sec__info__virus__link {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin-top: calc(30px - (((14px * 1.714285714) - 14px) / 2));
  margin-bottom: calc(0px - (((14px * 1.714285714) - 14px) / 2));
}
.content_sec .sec__info__virus__link a {
  display: inline-block;
  position: relative;
}
.content_sec .sec__info__virus__link a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s;
}
.content_sec .sec__info__virus__link a.hover::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .content_sec .sec__info__virus {
    /* margin-top: 50px; */
    padding: 30px 20px;
  }
  .content_sec .sec__info__virus__mttl {
    font-size: 15px;
    margin-top: calc(0px - (((15px * 1.5) - 15px) / 2));
    margin-bottom: calc(0px - (((15px * 1.5) - 15px) / 2));
  }
  .content_sec .sec__info__virus__sttl {
    font-size: 12px;
    margin-top: calc(20px - (((12px * 1.714285714) - 12px) / 2));
    margin-bottom: calc(0px - (((12px * 1.714285714) - 12px) / 2));
  }
  .content_sec .sec__info__virus__text {
    font-size: 10px;
    margin-top: calc(20px - (((10px * 1.5) - 10px) / 2));
    margin-bottom: calc(0px - (((10px * 1.5) - 10px) / 2));
  }
  .content_sec .sec__info__virus__link {
    font-size: 12px;
    margin-top: calc(20px - (((12px * 1.714285714) - 12px) / 2));
    margin-bottom: calc(0px - (((12px * 1.714285714) - 12px) / 2));
  }
}
.content_sec .content__l_inner {
  max-width: 1264px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .content_sec .content__l_inner .sp_cont_img.sp {
    display: block;
  }
  .content_sec .content__l_inner .sp_cont_img.sp img {
    width: 100%;
  }
}
.content_sec .content__inner {
  max-width: 1178px;
  margin-left: 0;
  margin-right: auto;
  background: #fff;
  padding-top: 62px;
  padding-bottom: 70px;
  padding-left: 220px;
  position: relative;
  box-shadow: 0px 3px 12px -3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1218px) {
  .content_sec .content__inner {
    padding-top: calc(100vw * 62 / 1218);
    padding-bottom: calc(100vw * 70 / 1218);
    padding-left: calc(100vw * 220 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__inner {
    padding: 30px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -5%);
    width: calc(100% - 40px);
  }
  .content_sec .content__inner.third {
    top: 50%;
    transform: translate(-50%, -7%);
  }
}
.content_sec .content__inner .content__ttl--en {
  color: #898989;
  font-size: 80px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 35px;
  top: -30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__inner .content__ttl--en {
    font-size: calc(100vw * 80 / 1218);
    left: calc(100vw * 35 / 1218);
    top: calc(-100vw * 30 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__inner .content__ttl--en {
    display: none;
  }
}
.content_sec .content__inner .content__ttl--small {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.36em;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__inner .content__ttl--small {
    font-size: calc(100vw * 14 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__inner .content__ttl--small {
    font-size: 12px;
  }
}
.content_sec .content__inner .content__ttl--large {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-top: 20px;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__inner .content__ttl--large {
    font-size: calc(100vw * 40 / 1218);
    margin-top: calc(100vw * 25 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__inner .content__ttl--large {
    font-size: 30px;
  }
}
.content_sec .content__inner .content__txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: calc(40px - (((14px * 2) - 14px) / 2));
  margin-bottom: calc(0px - (((14px * 2) - 14px) / 2));
  transform: translateX(10px);
  opacity: 0;
}
.content_sec .content__inner .content__txt.aos-animate {
  transform: translateX(0);
  opacity: 1;
}
.content_sec .content__inner .content__txt__box {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__inner .content__txt {
    font-size: calc(100vw * 14 / 1218);
    margin-top: calc(
      (100vw * 40 / 1218) -
        ((((100vw * 14 / 1218) * 2) - (100vw * 14 / 1218)) / 2)
    );
    margin-bottom: calc(
      0px - ((((100vw * 14 / 1218) * 2) - (100vw * 14 / 1218)) / 2)
    );
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__inner .content__txt {
    font-size: 12px;
    margin-top: 16px;
  }
}
.content_sec .content__inner .content__btn {
  max-width: 156px;
  width: 100%;
  margin-top: 30px;
  transform: translateX(10px);
  opacity: 0;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__inner .content__btn {
    margin-top: calc(100vw * 30 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__inner .content__btn {
    margin-top: 30px;
  }
}
.content_sec .content__inner .content__btn.aos-animate {
  transform: translateX(0);
  opacity: 1;
}
.content_sec .content__inner .content__btn a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  transition: 0.5s;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__inner .content__btn a {
    font-size: calc(100vw * 14 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__inner .content__btn a {
    font-size: 12px;
    width: 94px;
    padding-bottom: 5px;
  }
}
.content_sec .content__inner .content__btn a .arrow {
  position: absolute;
  display: inline-block;
  line-height: 0;
  right: 0;
  top: 28%;
  transform: translateY(-50%);
}
.content_sec .content__inner .content__btn a .arrow .ov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .content_sec .content__inner .content__btn a .arrow {
    width: 28px;
  }
}
.content_sec .content__inner .content__btn a.hover {
  color: #0f653e;
  border-bottom: 1px solid #0f653e;
}
.content_sec .content__inner .content__btn a.hover .arrow .ov {
  opacity: 1;
}
.content_sec .content__inner .content__btn.third {
  margin-top: 60px;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__inner .content__btn.third {
    margin-top: calc(100vw * 60 / 1218);
  }
}
.content_sec .content__inner .content__image {
  position: absolute;
  right: 66px;
  top: -25%;
  width: 46.689303905%;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__inner .content__image {
    right: calc(100vw * 66 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__inner .content__image {
    display: none;
  }
}
.content_sec .content__inner .js-sprit-text span {
  opacity: 0;
  transform: translate(1em, 0) scale(1.2, 1.2);
  transition: opacity 1s linear, transform 1s cubic-bezier(0, 0.6, 0.2, 1);
}
.content_sec .content__inner .js-sprit-text.aos-animate span {
  opacity: 1;
  transform: translate(0, 0);
}
.content_sec .content__wrapper {
  margin-top: 292px;
  position: relative;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__wrapper {
    margin-top: calc(100vw * 292 / 1218);
  }
}
@media screen and (min-width: 639px) and (max-width: 767px) {
  .content_sec .content__wrapper {
    margin-bottom: calc(-100vw * 200 / 750);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__wrapper {
    margin-top: 0;
  }
}
.content_sec .content__wrapper::before {
  content: "";
  width: calc(100vw * 1140 / 1440);
  height: 370px;
  position: absolute;
  right: -20px;
  bottom: -70px;
  background: #ababab;
  background: -moz-linear-gradient(left, #ababab 0%, #ededed 100%);
  background: -webkit-linear-gradient(left, #ababab 0%, #ededed 100%);
  background: linear-gradient(to right, #ababab 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#ededed',GradientType=1 );
  transform: scaleX(0);
  transform-origin: left;
  transition: 1s ease;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__wrapper::before {
    height: calc(100vw * 370 / 1218);
    right: calc(-100vw * 20 / 1218);
    bottom: calc(-100vw * 70 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__wrapper::before {
    content: none;
  }
}
.content_sec .content__wrapper.aos-animate::before {
  transform: scaleX(1);
}
.content_sec .content__wrapper.first {
  margin-top: 200px;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__wrapper.first {
    margin-top: calc(100vw * 200 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__wrapper.first {
    margin-top: 64px;
  }
}
.content_sec .content__wrapper.rev::before {
  left: -20px;
  bottom: -70px;
  transform-origin: right;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__wrapper.rev::before {
    height: calc(100vw * 370 / 1218);
    left: calc(-100vw * 20 / 1218);
    bottom: calc(-100vw * 70 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__wrapper.rev::before {
    content: none;
  }
}
.content_sec .content__wrapper.rev .content__inner {
  max-width: 1178px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  background: #fff;
  padding-top: 62px;
  padding-bottom: 70px;
  padding-left: 670px;
  padding-right: 0px;
  position: relative;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__wrapper.rev .content__inner {
    padding-top: calc(100vw * 62 / 1218);
    padding-bottom: calc(100vw * 70 / 1218);
    padding-left: calc(100vw * 670 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__wrapper.rev .content__inner {
    padding: 30px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -5%);
    width: calc(100% - 40px);
  }
}
.content_sec .content__wrapper.rev .content__inner .content__ttl--en {
  color: #898989;
  font-size: 80px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: 35px;
  top: -30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__wrapper.rev .content__inner .content__ttl--en {
    font-size: calc(100vw * 80 / 1218);
    left: calc(100vw * 35 / 1218);
    top: calc(-100vw * 30 / 1218);
  }
}
.content_sec .content__wrapper.rev .content__inner .content__ttl--small {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.36em;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__wrapper.rev .content__inner .content__ttl--small {
    font-size: calc(100vw * 14 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__wrapper.rev .content__inner .content__ttl--small {
    font-size: 12px;
  }
}
.content_sec .content__wrapper.rev .content__inner .content__ttl--large {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-top: 20px;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__wrapper.rev .content__inner .content__ttl--large {
    font-size: calc(100vw * 40 / 1218);
    margin-top: calc(100vw * 25 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__wrapper.rev .content__inner .content__ttl--large {
    font-size: 30px;
  }
}
.content_sec .content__wrapper.rev .content__inner .content__txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: calc(40px - (((14px * 2) - 14px) / 2));
  margin-bottom: calc(0px - (((14px * 2) - 14px) / 2));
  transform: translateX(10px);
  opacity: 0;
}
.content_sec .content__wrapper.rev .content__inner .content__txt.aos-animate {
  transform: translateX(0);
  opacity: 1;
}
.content_sec .content__wrapper.rev .content__inner .content__txt__box {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__wrapper.rev .content__inner .content__txt {
    font-size: calc(100vw * 14 / 1218);
    margin-top: calc((100vw * 40 / 1218) -((((100vw * 14 / 1218) * 2) - (100vw * 14 / 1218)) / 2)
    );
    margin-bottom: calc(0px - ((((100vw * 14 / 1218) * 2) - (100vw * 14 / 1218)) / 2));
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__wrapper.rev .content__inner .content__txt {
    font-size: 12px;
    margin-top: 16px;
  }
}
.content_sec .content__wrapper.rev .content__inner .content__btn {
  max-width: 156px;
  width: 100%;
  margin-top: 90px;
  transform: translateX(10px);
  opacity: 0;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__wrapper.rev .content__inner .content__btn {
    margin-top: calc(100vw * 30 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__wrapper.rev .content__inner .content__btn {
    margin-top: 30px;
  }
}
.content_sec .content__wrapper.rev .content__inner .content__btn.aos-animate {
  transform: translateX(0);
  opacity: 1;
}
.content_sec .content__wrapper.rev .content__inner .content__btn a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  transition: 0.5s;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__wrapper.rev .content__inner .content__btn a {
    font-size: calc(100vw * 14 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__wrapper.rev .content__inner .content__btn a {
    font-size: 12px;
    width: 94px;
    padding-bottom: 5px;
  }
}
.content_sec .content__wrapper.rev .content__inner .content__btn a .arrow {
  position: absolute;
  display: inline-block;
  line-height: 0;
  right: 0;
  top: 28%;
  transform: translateY(-50%);
}
.content_sec .content__wrapper.rev .content__inner .content__btn a .arrow .ov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .content_sec .content__wrapper.rev .content__inner .content__btn a .arrow {
    width: 28px;
  }
}
.content_sec .content__wrapper.rev .content__inner .content__btn a.hover {
  color: #0f653e;
  border-bottom: 1px solid #0f653e;
}
.content_sec
  .content__wrapper.rev
  .content__inner
  .content__btn
  a.hover
  .arrow
  .ov {
  opacity: 1;
}
.content_sec .content__wrapper.rev .content__inner .content__image {
  position: absolute;
  left: 66px;
  right: auto;
  top: -25%;
}
@media screen and (max-width: 1218px) {
  .content_sec .content__wrapper.rev .content__inner .content__image {
    left: calc(100vw * 66 / 1218);
  }
}
@media screen and (max-width: 767px) {
  .content_sec .content__wrapper.rev .content__inner .content__image {
    display: none;
  }
}
.content_sec .content__wrapper.rev .content__inner .js-sprit-text span {
  opacity: 0;
  transform: translate(1em, 0) scale(1.2, 1.2);
  transition: opacity 1s linear, transform 1s cubic-bezier(0, 0.6, 0.2, 1);
}
.content_sec
  .content__wrapper.rev
  .content__inner
  .js-sprit-text.aos-animate
  span {
  opacity: 1;
  transform: translate(0, 0);
}

.ftr_cv {
  padding-top: 50px;
}
@media only screen and (max-width: 639px) {
  .ftr_cv {
    padding-top: 20px;
  }
}





.sec__info__event {
  max-width: 960px;
  margin:auto;
  position: relative;
}

.sec__info__event .event__badge {
  position: absolute;
  top: 5px;
  left: 12px;
}

.sec__info__event .event__badge img {
  width: 170px;
}

@media only screen and (max-width: 639px) {
  .sec__info__event {
    margin-bottom: 30px;
  }

  .sec__info__event .event__badge {
    top: 19%;
    left: 73%;
  }
  .sec__info__event .event__badge img {
    width: 90px;
  }
}

.sec__info__event--title {
  color: #fff;
  font-size: 36px;
  line-height: 1.1em;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aa8226+0,ccb15a+50,aa8226+100 */
background: #aa8226; /* Old browsers */
background: -moz-linear-gradient(left,  #aa8226 0%, #ccb15a 50%, #aa8226 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #aa8226 0%,#ccb15a 50%,#aa8226 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #aa8226 0%,#ccb15a 50%,#aa8226 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa8226', endColorstr='#aa8226',GradientType=1 ); /* IE6-9 */

}

.inner--title{
  font-size: 36px;
  color: #ac923e;
  margin-bottom: 10px;
}

.inner--title .small{
  font-size: 23px;
}


.sec__info__wrapper.sec__info__event.machinami{
  margin-top: 90px;
}

.machinami .sec__info__event--title {
  font-size: 24px;
  padding: 36px 0 36px 0;
  line-height: 1.5em;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#430504+0,7d130f+50,430504+100 */
  background: #430504; /* Old browsers */
  background: -moz-linear-gradient(left, #430504 0%, #7d130f 50%, #430504 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #430504 0%,#7d130f 50%,#430504 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #430504 0%,#7d130f 50%,#430504 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#430504', endColorstr='#430504',GradientType=1 ); /* IE6-9 */
}

.machinami .sec__info__event--title .mainTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  margin-top: 12px;
}

@media only screen and (max-width: 639px) {
  .machinami .sec__info__event--title .mainTitle {
    flex-direction: column;
    margin-top: 16px;
  }

  .machinami .sec__info__event--title .mainTitle > *  {
    margin-top: 6px;
  }

  .machinami .sec__info__event--title .mainTitle > *:first-child  {
    margin-top: 0;
  }
}

.machinami .sec__info__event--title .small{
  color: #e7d8a7;
  font-size: 12px;
}

.machinami .txt {
  color: #333333;
  font-size: 18px;
}

.machinami .txt .red {
  color: #a61c4d;
  font-size: 20px;
}

.sec__info__event--title span{
  color: #e6e26f;
  font-weight: bold;
  font-size: 32px;
}

.machinami .sec__info__event--title span.accent {
  display: inline-block;
  color: #e7d8a7;
  font-weight: normal;
  font-size: 42px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media only screen and (max-width: 639px) {
  .machinami .sec__info__event--title span.accent {
    font-size: 28px;
  }
}

.machinami .sec__info__event--title span.borderText {
  display: inline-block;
  color: #e7d8a7;
  font-size: 18px;
  padding: 0 12px;
  border-top: 1px solid #e7d8a7;
  border-bottom: 1px solid #e7d8a7;
}

.sec__info__event--title small {
  font-size: 28px;
}
@media only screen and (max-width: 639px) {
  .sec__info__event--title small {
    font-size: 20px;
  }

  .inner--title{
    font-size: 20px;
    margin-bottom: 0px;
  }
  .inner--title .small{
    font-size: 16px;
  }
}
@media only screen and (max-width: 639px) {
  .sec__info__event--title {
    padding: 20px 0;
  }
}
.sec__info__event--title .sp-large {
  color: #fff;
  font-size: 38px;
  line-height: 1.3;
}
@media only screen and (max-width: 639px) {
  .sec__info__event--title .sp-large {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
  }
}
.sec__info__event--title .sp-capOuter {
  display: inline-block;
  position: relative;
}
.sec__info__event--title .sp-capOuter .cap {
  color: #fff;
  position: absolute;
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  top: 105%;
  left: 0;
}

.sec__info__event--title .eventCvButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: calc(320 / 664 * 100%); */
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
  height: 80px;
  font-size: 20px;
  letter-spacing: 0.16em;
  transition: 0.5s;
  background-image: linear-gradient(90deg, rgba(107,107,107,1) 20%, rgba(153,153,153,1) 50%, rgba(107,107,107,1) 80%);
}

* + .eventCvButton {
  margin: 30px auto 0 auto;
}

.sec__info__event--title .eventCvButton .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  margin: 6px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.sec__info__cvTitle {
  text-align: center;
  background: linear-gradient(to right,#01390c 0%, #03732d 50%,#01390c 100%);
  margin-left: -20px;
  margin-right: -20px;
  color: #e7d8a7;
  letter-spacing: 0.11em;
  font-size: 36px;
  padding: 33px 0;
}
@media only screen and (max-width: 639px) {
  .sec__info__cvTitle {
    padding: 20px 0;
    font-size: 21px;
  }
}

.sec__info__event--inner {
  border: #aa8225 solid 1px;
  background: #fff;
}
.sec__info__event--inner .inner--title {
  color: #a61c4d;
}

.sec__info__event--inner .schedule {
  font-size: 26px;
  text-align: left;
  letter-spacing: .1em;
}
@media only screen and (max-width: 639px) {
  .sec__info__event--inner .schedule {
    font-size: 20px;
  }
}

.sec__info__event--inner .schedule.schedule--col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 639px) {
  .sec__info__event--inner .schedule.schedule--col {
    display: block;
  }
}

.sec__info__event--inner .schedule .small {
  font-size: 20px;
}
@media only screen and (max-width: 639px) {
  .sec__info__event--inner .schedule .small {
    font-size: 14px;
  }
}

.sec__info__event--inner .schedule .min {
  font-size: 16px;
  letter-spacing: .1em;
}
@media only screen and (max-width: 639px) {
  .sec__info__event--inner .schedule .min {
    font-size: 12px;
  }
}

.sec__info__event--inner .schedule .middle {
  font-size: 20px;
  letter-spacing: .1em;
}
@media only screen and (max-width: 639px) {
  .sec__info__event--inner .schedule .middle {
    font-size: 16px;
  }
}

.sec__info__event--inner .eventDate .txt {
  font-size: 18px;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventDate .txt {
    font-size: 14px;
    margin: 20px auto 0;
  }
}

.sec__info__event--inner .eventDate .txt .dateTime {
  font-size: 40px;
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.03em;
  line-height: calc(52 / 56);
  font-weight: 600;
}

.sec__info__event--inner .eventDate .txt .dateTime_s {
  font-size: 32px;
  font-weight: 600;
}

.sec__info__event--inner .eventDate .txt .saturday {
  color: #0071a2;
}

.sec__info__event--inner .eventDate .txt .sunday {
  color: #ab010b;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventDate .txt .dateTime {
    font-size: 30px;
  }
  .sec__info__event--inner .eventDate .txt .dateTime_s {
    font-size: 22px;
  }
}

.sec__info__event--inner .eventTitle {
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  padding: 5px 0 8px;
  margin-top: 30px;
}

* + .sec__info__event--inner .eventTitle {
  margin-top: 30px;
}

.sec__info__event--inner .eventTitle .txt {
  font-size: 20px;
  line-height: calc(36 / 20);
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventTitle .txt {
    margin: 0;
  }
}

* + .sec__info__event--inner .eventContents {
  margin-top: 22px;
}

.sec__info__event--inner .eventContents .eventContents__list .eventContents__item {
  text-align: left;
  font-size: 18px;
  margin-top: 6px;
}

.sec__info__event--inner .eventContents .eventContents__list .eventContents__item .cap {
  display: inline-block;
  line-height: calc(22 / 12);
  padding-left: 14px;
}

.sec__info__event--inner .eventContents .eventContents__list .eventContents__item:first-child {
  margin-top: 0px;
}

.sec__info__event--inner .eventContents .eventContents__list .eventContents__item .accentText {
  color: #9a7f45;
}

.sec__info__event--inner .eventContents__txt  {
  margin-top: 20px;
  text-align: left;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContents__txt  {
    margin-bottom: 10px;
  }
}

* + .sec__info__event--inner .eventAnnouncement {
  margin-top: 32px;
}

.sec__info__event--inner .eventAnnouncement {
  background-color: #f5f2ec;
  padding: 3px 0 9px;
}

.sec__info__event--inner .eventAnnouncement .txt .mainText {
  color: #ab010b;
  font-size: 28px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventAnnouncement .txt .mainText {
    font-size: 19px;
    letter-spacing: 0.06em;
  }
}

.sec__info__event--inner .eventAnnouncement .txt .cap {
  line-height: calc(22 / 12);
  display: inline-block;
}

.sec__info__event--inner .eventCvArea {
  margin-top: 30px;
  padding: 0 40px 30px;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCvArea {
    padding: 0 20px 10px;
  }
}

.sec__info__event--inner .eventCvButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: calc(320 / 664 * 100%); */
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
  height: 80px;
  font-size: 20px;
  letter-spacing: 0.16em;
  transition: 0.5s;
  background-image: linear-gradient( 90deg, rgb(138,105,41) 0%, rgb(157,124,59) 18%, rgb(175,142,77) 50%, rgb(157,124,59) 82%, rgb(138,105,41) 100%);
}

.sec__info__event--inner .lead{
  font-size: 26px;
}

.sec__info__event--inner .lead + .eventCvButton{
  margin-top: 32px;
}

.sec__info__event--inner .eventCvButton--silver {
  background-image: linear-gradient(90deg, rgba(107,107,107,1) 20%, rgba(153,153,153,1) 50%, rgba(107,107,107,1) 80%);
}

.sec__info__event--inner .eventCvButton + .txt{
  margin-top: 40px;
}

* + .sec__info__event--inner .eventCvButton {
  margin-top: 20px;
}

.sec__info__event--inner .eventCvButton .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  margin: 6px;
  color: #ffffff;
  border: 1px solid #e7d8a7;
}


.sec__info__event--inner .color--blue {
  color: #0070a1;
}

.sec__info__event--inner .color--red {
  color: #aa020b;
}

.sec__info__event--inner .eventCont__ttl {
  color: #b89332;
  font-size: 22px;
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCont__ttl {
    font-size: 16px;
  }
}
.sec__info__event--inner .eventCont__ttl::before,
.sec__info__event--inner .eventCont__ttl::after {
  content: "";
  background: #b89332;
  width: calc((100% - 9em) / 2);
  height: 1px;
  top: 50%;
  position: absolute;
}
.sec__info__event--inner .eventCont__ttl::before {
  left: 0;
}
.sec__info__event--inner .eventCont__ttl::after {
  right: 0;
}

.sec__info__event--inner .eventCont {
  padding: 0 50px;
  margin-top: 10px;
}
.sec__info__event--inner .eventCont__belongings {
  margin-top: 30px;
}
@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCont__belongings {
    margin-top: 20px;
  }  
}
@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCont {
    padding: 0;
  }
}
.sec__info__event--inner .eventCont__cont {
  text-align: left;
  font-size: 20px;
}
@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCont__cont {
    font-size: 14px;
  }
}
  
.sec__info__event--inner .eventCont__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
}
.sec__info__event--inner .eventCont__list .schedule .small {
  margin-left: 0;
}
.sec__info__event--inner .eventCont__item {
  font-size: 20px;
  position: relative;
  padding-left: 1.2em;
  margin-top: 5px;
  text-align: left;
}
@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCont__item {
    font-size: 14px;
    position: relative;
    padding-left: 1.2em;
    margin-top: 5px;
    text-align: left;
  }
}
.sec__info__event--inner .eventCont__belongings .eventCont__icon {
  background-color: #fff;
  color: #737373;
  font-size: 25px;
}

.sec__info__event--inner .eventCont__icon {
  font-size: 14px;
  color: #fff;
  background: #737373;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 18px;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCont__icon {
    font-size: 10px;
    color: #fff;
    background: #737373;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 14px;
    height: 14px;
    top: -2px;
    text-indent: 0;
    transform: translateY(50%);
  }
}

.sec__info__event--inner .eventCont__cap {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.sec__info__event--inner .contact__cap {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media only screen and (max-width: 639px) {
  .sec__info__event--inner .contact__cap {
    font-size: 10px;
    margin-top: 15px;
  }
  .sec__info__event--title span {
    font-size: 22px;
  }
}

.sec__info__event--inner + .sec__info__event--title {
  margin-top: 40px;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner + .sec__info__event--title {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 640px) {
  .eventWrap--cont .eventDate {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .eventWrap--cont .eventDate .txt:first-child {
    width: 48%;
    padding-right: 20px;
    text-align: right;
  }
  .eventWrap--cont .eventDate .txt:nth-child(2) {
    width: 52%;
    text-align: left;
    margin-top: 10px;
  }
}

.sec__info__event--date {
  margin: auto;
  display: block;
  margin-bottom: 10px;
}

.sec__info__event--date p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
}

.sec__info__event--date dl {
  display: inline-block;
  display: flex;
  max-width: 700px;
  width: 100%;
  line-height: 1.2;
  margin: 0 auto;
}

.sec__info__event--date dl + dl {
  margin-top: 20px;
}

.sec__info__event--date dl dt {
  width: 140px;
  display: inline;
  font-size: 20px;
  position: relative;
  top: 5px;
}

.sec__info__event--date dl dd {
  width: auto;
  display: inline;
  text-align: left;
  font-size: 20px;
}
.sec__info__event--date dl dd .num {
  font-size: 26px;
  color: rgb(51, 51, 51);
}

.sec__info__event--date .borderBox span {
  display: inline-block;
  border: 1px solid #000;
  padding: 3px 8px;
  margin-bottom: 10px;
}

.sec__info__event dl dd .red {
 color: #aa020b;
}
.sec__info__event dl dd .blue {
  color: #0070a1;
}


.sec__info__event--title02 {
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
}
.sec__info__event--title02 span {
  background: #fff;
  display: inline-block;
  padding: 20px;
      color: #aa8225;
    font-size: 22px;
    z-index: 5;
}
.sec__info__event--title02::before {
  content: '';
  width: 100%;
  position: absolute;
  background: #aa8225;
  height: 1px;
  z-index: -1;
  left: 0;
  top: 50%;
  display: block;
}
.sec__info__event--title03 {
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 10;
  display: block;
}
.sec__info__event--title03 span {
background: #fff;
display: inline-block;
padding: 20px;
    color: #aa8225;
  font-size: 22px;
  z-index: 5;
}
.sec__info__event--cont {
  margin: auto;
  display: inline-block;
  margin-bottom: 30px;
}
.sec__info__event--cont .left{
  text-align: left;
  margin: 20px 0;
  font-size: 20px;
}

.sec__info__event--cont ol li {
  color: #0f653e;
  font-size: 20px;
  display: block;
  padding-left: 30px;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
.sec__info__event--cont ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;

}
.sec__info__event--cont ol li:before {
content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #0f653e;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 70%;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;
}
.sec__info__event--cont ol li.none-list:before {
  content: "";
  counter-increment:"";
  }
.sec__info__event--cont ol li .red {
  color: #aa020b;
}
.sec__info__event--cont ol li .cap {
  font-size: 12px;
  color: #333;
  display: block;
}

.sec__info__event--cont ul li {
  color: #0f653e;
  font-size: 20px;
  display: block;
  padding-left: 30px;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
.sec__info__event--cont ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 50px;
}
.sec__info__event--cont ul li:before {
  content: '';
  counter-increment: my-counter;
  background-color: #0f653e;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  color: #ffffff;
  font-size: 70%;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;

}
.sec__info__event--cont ul li .cap {
  font-size: 12px;
  color: #333;
  display: block;
}

/*.sec__info__event--cont ul li::before {
  content:'';
  background: #0f653e;
  position: relative;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
}

.sec__info__event--cont ul li::after {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;

}
*/

.sec__info__event--cont .ttl {
  margin-top: 30px;
  font-size: 16px;
}

.sec__info__event--cont .txt {
  text-align: left;
  font-size: 14px;
  line-height: 2;
}

.sec__info__event--lead {
  color: #0f653e;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.sec__info__event--col {
  display: flex;
  max-width: 700px;
  justify-content: space-between;
  margin: 0 auto 40px;
}

.sec__info__event--txt {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.sec__info__event--img {
  position: relative;
}
.sec__info__event--img .cap {
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.eventWrap {
  background: #faf8f6;
}

.eventWrap--title {
  /* background-color: #30231f; */
  background-color: #9dd17a;
  color: #333333;
  font-size: 24px;
  line-height: 1.5em;
  padding: 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}

/* .eventWrap--title:after {
  background-image: -moz-linear-gradient(0deg, rgb(3, 0, 0) 0%, rgb(155, 155, 155) 50%, rgb(3, 0, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(3, 0, 0) 0%, rgb(155, 155, 155) 50%, rgb(3, 0, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(3, 0, 0) 0%, rgb(155, 155, 155) 50%, rgb(3, 0, 0) 100%);
  content: '';
  inset: 0;
  mix-blend-mode: soft-light;
  opacity: .69;
  position: absolute;
  z-index: -1;
} */

@media only screen and (max-width: 639px) {
  .eventWrap--title {
    padding: 20px 0;
  }
}

.eventWrap--title .mainTitle {
  align-items: center;
  column-gap: 16px;
  display: flex;
  justify-content: center;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-top: 3px
}

@media only screen and (max-width: 639px) {
  .eventWrap--title .mainTitle {
    font-size: 20px;
    letter-spacing: 0;
    padding-top: 0;
  }
}

.eventWrap--title .subTitle {
  font-size: 24px;
}

@media only screen and (max-width: 639px) {
  .eventWrap--title .subTitle {
    font-size: 12px;
  }
}

.eventWrap--cont {
  padding: 30px 80px;
}

@media only screen and (max-width: 639px) {
  .eventWrap--cont {
    padding: 0 20px 30px;
  }  
}

.eventWrap--cont .eventContents__wrapper {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 639px) {
  .eventWrap--cont .eventContents__wrapper {
    flex-direction: column;
  }
}
.eventWrap--cont .eventContents__item {
  display: flex;
  font-size: 18px;
  margin-top: 6px;
  text-align: left;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContents .eventContents__list .eventContents__item {
    font-size: 15px;
    letter-spacing: 0;
  }
}
.eventWrap--cont .eventContents__item .caption {
  color: #000000;
  font-size: 12px;
  line-height: 1.8;
  display: inline-block;
}

.eventWrap--cont .eventContents .eventContents__list {
  margin-bottom: 30px;
  margin-top: 30px;
  width: 48%;
}

@media only screen and (max-width: 639px) {
  .eventWrap--cont .eventContents .eventContents__list {
    margin-bottom: 0;
    width: 100%;
    margin-top: 20px;
  }  
  .eventWrap--cont .eventContents .eventContents__list +  .eventContents__list{
    margin-top: 6px;
  }
  
}
@media only screen and (min-width: 640px) {
  .eventWrap--cont .eventPlace__inner {
    display: flex;
  }
  .eventWrap--cont .eventCaption {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin: 10px auto 0 ;
  }
  .eventWrap--cont .eventCaption.small {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .eventWrap--cont .eventPlace {
    display: flex;
    justify-content: center;
    margin-top: 5px;
  }
  .eventWrap--cont .eventPlace__inner {
    text-align: left;
  }
}

.eventWrap--cont .eventPlace {
  display: flex;
  justify-content: center;
}


.contact {
  display: inline-block;
  margin: 20px auto;
  background: #f6f6f6;
  padding: 40px 0;
  text-align: center;
  width: 100%;
}

.contact__info {
  width: 600px;
  line-height: 1.8;
  background: #fff;
  border: 1px solid #aa8225;
  box-sizing: border-box;
  padding: 20px 0;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
  .contact__info {
    width: 100%;
    font-size: 12px;
    text-align: center;
    letter-spacing: .05em;
    margin: 10px auto 30px;
  }
}

.contact__lead {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .1em;
}
.contact__lead .color {
  font-size: 1.15em;
  color: #aa020b;
}
@media only screen and (max-width: 767px) {
  .contact__lead {
    font-size: 12px;
  }
}

.contact__link--res {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin: 30px auto 20px;
  height: 80px;
  font-size: 20px;
  letter-spacing: 0.16em;
  background: #8a6929;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 20%);
}

.contact__link--res:hover{
  opacity: .7;
}


.contact__link--tel {
  width: 100%;
  margin: 20px auto 10px;
  display: block;
  max-width: 570px;
  pointer-events: none;
}
@media only screen and (max-width: 639px){
  .contact__reserveImg{
    display: block;
    width: calc(300 / 750 * 100%)
  }
  .contact__link--tel {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.contact__img {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .contact__img.limited {
    width: 80%;
  }
}

.slick-dotted.slick-slider {
    margin-bottom: -5px;
  }

@media screen and (max-width: 767px) {
  .sec__info__wrapper.sec__info__event.machinami{
    margin-top: 55px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .sec__info__event--title,
  .machinami .sec__info__event--title {
    color: #e7d8a7;
    font-size: 20px;
    padding: 32px 0 40px;
  }

  .machinami .sec__info__event--title .subTitle {
    color: #ffffff;
    font-size: 16px;
  }

  .machinami .sec__info__event--title .small{
    color: #e7d8a7;
    font-size: 8px;
  }

  .machinami .txt {
    font-size: 14px;
  }
  
  .machinami .txt .red {
    font-size: 18px;
  }


  .sec__info__event--title small {
    font-size: 16px;
    line-height: 1.4em;
  }

  .sec__info__event--title small br {
    display: block;
    content: "";
    margin: -5px 0;
  }

  .sec__info__event--date {
    line-height: .9;
  }

  .sec__info__event--date p {
    font-size: 12px;
    letter-spacing: .07rem;
  }

  .sec__info__event--date dl {
    display: block;
    text-align: left;
    line-height: 1.8;
  }

  .sec__info__event--date dl dt {
    display: block;
    font-size: 16px;
  }

  .sec__info__event--date dl dd {
    width: auto;
    display: inline;
    font-size: 14px;
    padding-right: 14px;
    letter-spacing: 0;
  }
  .sec__info__event--date dl dd .num {
    font-size: 18px;
  }

  .sec__info__event--date .borderBox span {
    margin-top: 10px;
  }

  .sec__info__event--cont ol {
    margin: 0;
  }

  .sec__info__event--cont ol li {
    font-size: 16px;
    letter-spacing: 0;
  }

  .sec__info__event--cont .ttl {
  }

  .sec__info__event--cont .txt {
    letter-spacing: .01rem;
  }

  .sec__info__event--col {
    display: block;
  }
  .sec__info__event--img {
    margin: 20px auto 0;
    width: 235px;
  }
  .contact {
    padding: 30px 10px;
  }


  .contact__link--tel {
    pointer-events: auto;
  }

}

.sec__info__event--title03::before {
  content: '';
  width: 100%;
  position: absolute;
  background: #aa8225;
  height: 1px;
  z-index: 6;
  left: 0;
  bottom: 20%;
  display: block;
}

.sec__info__event--title03::after {
  content: '';
  width: 100%;
  position: absolute;
  background: #aa8225;
  height: 1px;
  z-index: 6;
  left: 0;
  bottom: 15%;
  display: block;
}

.sec__info__cv {
  background: #fff;
  border: 1px solid #999;
  display: block;
  margin: 50px auto;
  max-width: 960px;
  width: 100%;
  padding: 0 0 60px;
  text-align: center;
}
.sec__info__cv.information {
  border-top: none;
  margin: 0 auto;
  padding-bottom: 50px;
}
.sec__info__cv.information .article_wrap {
  padding: 0px 40px;
}
.sec__info__cv.information .information_ttl {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  letter-spacing: .1em;
  font-family: 'EB Garamond', serif;
  background: rgb(62,140,107);
  padding: 27px 15px;
  margin-bottom: 40px;
  background: -moz-linear-gradient(left,  #7d7d7d 0%, #e2e2e2 100%);
  background: -webkit-linear-gradient(left,  #7d7d7d 0%,#e2e2e2 100%);
  background: linear-gradient(to right,  #7d7d7d 0%,#e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e8c6b', endColorstr='#dcf2b8',GradientType=1 );
}
.sec__info__cv.information .more__btn {
  margin-top: 40px;
  padding-right: 40px;
  text-align: right;
}
.sec__info__cv.information .more__btn a {
  display: inline-block;
  position: relative;
  padding-right: 85px;
  padding-bottom: 10px;
}
.sec__info__cv.information .more__btn a::before {
  content: '';
  width: 48px;
  height: 4px;
  position: absolute;
  top: 30%;
  right: 0;
  transition: .3s ease;
  background: url(../imgs/more_arrow.png) no-repeat;
  background-size: cover;
}
.sec__info__cv.information .more__btn a.hover::before {
  right: -10px;
}
.sec__info__cv.information .more__btn a::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333333;
  transition: .3s ease;
}
.sec__info__cv.information .more__btn a.hover::after {
  opacity: 0;
}
.sec__info__cv.information .more__btn a img {
  transform: translateY(-3px);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .sec__info__cv {
      padding: 0 10px;
  }
  .sec__info__cv.information {
    padding-bottom: 30px;
  }
  .sec__info__cv.information .information_ttl {
    padding: 17px 15px;
    font-size: 18px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
  }
  .sec__info__cv.information .article_wrap {
    padding: 0 20px;
  }
  .sec__info__cv.information .more__btn {
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
  }
  .sec__info__cv.information .more__btn a {
    padding-right: 65px;
  }
}

.sec__bnr {
  max-width: 960px;
  margin: 50px auto 60px;
  text-align: center;
}

/* @media screen and (max-width: 767px) {
  .sec__bnr {
    max-width: 330px;
  }
} */

.sec__bnr a {
  display: block;
  background: #fff;
}

.sec__bnr img {
  object-fit: contain;
  transition: .3s;
  box-shadow: 4px 3px 10px -2px rgb(0 0 0 / 20%);
  height: auto
}

@media screen and (max-width: 767px) {
  .sec__bnr img {
    height: calc(255 / 1200 * (100vw - 40px));
  }
}

.sec__bnr a.hover img {
  opacity: .7;
}

.article_wrap {
  text-align: center;
}
.article_wrap .article {
  display: inline-block;
  text-align: left;
}
.article_wrap .article + .article {
  display: none;
}

.featherlight .featherlight-content {
  padding: 0;
  max-width: 100%;
  /* width: 100%; */
  border: none;
  /* display: block; */
  margin: 0;
  background: none;
  max-height: 100%;
  padding: 50px;
  width: 100%;
  max-width: 936px;
}
.featherlight .featherlight-content .article_wrap {
  padding: 10px 30px 0;
  border-bottom: 10px solid white;
  position: relative;
  text-align: left;
  vertical-align: middle;
  overflow: auto;
  border-bottom: 25px solid transparent;
  background: #fff;
  cursor: auto;
  white-space: normal;
  max-height: calc(100vh - 350px);
}
.featherlight .featherlight-content .article_wrap .article {
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
  display: block;
}
.featherlight .featherlight-close-icon {
  font-size: 50px;
  color: white;
  line-height: 50px;
  width: 50px;
  background: none;
  right: 43px;
}
@media only screen and (max-width: 767px) {
  .featherlight {
    padding: 30px 20px;
  }
  .featherlight .featherlight-content {
    padding: 0;
    overflow: visible;
  }
  .featherlight .featherlight-close-icon {
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    top: -25px;
    right: 0;
  }
}

.c-news-tumb {
  flex-direction: column;
  padding: 0 30px;
}
.c-news-tumb > .c-news_data:nth-child(1),
.c-news-tumb > .c-news_data:nth-child(2) {
  width: 100%;
}
.c-news-tumb > .c-news_data:nth-child(1) {
  margin-bottom: 10px;
}
.c-news-tumb > a {
  text-decoration: underline;
}


.bnrArea {
  margin: 0 auto 80px;
  width: 1080px;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .bnrArea  .bnrArea__item:hover {
    opacity: .8;
  }
}

.bnrArea .bnrArea__item {
  display: block;
}

.bnrArea .bnrArea__item:nth-of-type(n+1) {
  margin-top: 50px;
}

.green__bar{
  color: #e7d8a7;
  font-size: 36px;
  padding: 20px;
  line-height: 1.5em;
  text-align: center;
  height: 100px;
  width: 100vw;
  margin-left: -20px;
  background: -moz-linear-gradient(left, #014210 0%, #03702c 50%, #014210 100%);
  background: -webkit-linear-gradient(left, #014210 0%, #03702c 50%, #014210 100%);
  background: linear-gradient(to right,  #014210 0%, #03702c 50%, #014210 100%);
}

@media only screen and (max-width: 767px) {
  .bnrArea {
    margin-bottom: 50px;
    width: 90%;
  }

  .green__bar{
    margin: auto;
    font-size: 26px;
    display: grid;
    place-content: center;
  }
}

.ac {
  margin: 24px 0;
}

.ac__logo {
  margin-top: 6px;
}
