@charset "UTF-8";
/******************************
* tool
******************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.show-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .show-sp {
    display: inherit !important;
  }
}

.show-pc {
  display: inherit !important;
}
@media screen and (max-width: 767px) {
  .show-pc {
    display: none !important;
  }
}

.green {
  position: relative;
}
.green::after {
  position: absolute;
  display: block;
  content: "";
  width: 300px;
  height: 300px;
  z-index: -5;
  background: url("../images/common/green.png") center/auto 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .green::after {
    width: 200px;
    height: 200px;
  }
}
.green--top::after {
  top: -100px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .green--top::after {
    top: -50px;
  }
}
.green--bottom::after {
  bottom: -100px;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .green--bottom::after {
    bottom: -50px;
  }
}

.light-green {
  position: relative;
}
.light-green::after {
  position: absolute;
  display: block;
  content: "";
  width: 300px;
  height: 300px;
  z-index: -5;
  background: url("../images/common/light-green.svg") center/auto 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .light-green::after {
    width: 200px;
    height: 200px;
  }
}
.light-green--top::after {
  top: -100px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .light-green--top::after {
    top: -50px;
  }
}
.light-green--bottom::after {
  bottom: -100px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .light-green--bottom::after {
    bottom: -50px;
  }
}

.strawberry {
  position: relative;
}
.strawberry::after {
  position: absolute;
  display: block;
  content: "";
  width: 300px;
  height: 300px;
  z-index: -5;
  background: url("../images/common/strawberry.svg") center/auto 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .strawberry::after {
    width: 200px;
    height: 200px;
  }
}
.strawberry--top::after {
  top: -100px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .strawberry--top::after {
    top: -50px;
  }
}
.strawberry--bottom::after {
  bottom: -150px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .strawberry--bottom::after {
    bottom: -50px;
  }
}

.deco-title {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}
.deco-title::before {
  display: inline-block;
  position: absolute;
  content: "";
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 45px;
  height: 60%;
  left: -45px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .deco-title::before {
    left: -30px;
  }
}
.deco-title--st::before {
  background-image: url("../images/common/strawberry.svg");
}
.deco-title--gr::before {
  height: 50%;
  background-image: url("../images/common/green-spot.svg");
}
.deco-title--in {
  text-align: left;
}
.deco-title--in.std-btn {
  padding-right: 40px;
  padding-left: 70px;
}
.deco-title--in::before {
  background-image: url("../images/common/insta.png");
  left: 20px;
}

.current {
  position: relative;
  display: inline-block;
}
.current::before {
  display: inline-block;
  position: absolute;
  content: "";
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 45px;
  height: 50%;
  left: -30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url("../images/common/strawberry.svg");
}
@media screen and (max-width: 767px) {
  .current::before {
    left: -24px;
  }
}

.ta-c {
  text-align: center;
}

a,
a img {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
a:hover,
a:hover img,
a img:hover,
a img:hover img {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.7;
}

/******************************
* general
******************************/
html {
  width: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  color: #000;
  line-height: 2.2;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15 px;
  }
}

.container {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .container--nm-sp {
    margin: 0;
  }
}

.container-content {
  position: relative;
  width: 1200px;
  margin: 8rem auto;
}
.container-content--page {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .container-content {
    width: 100%;
    padding: 0 5%;
    margin: 5rem auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.mid-photo {
  height: 70vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: relative;
  max-height: 630px;
}
@media screen and (max-width: 767px) {
  .mid-photo {
    background-attachment: initial;
    height: 55vh;
  }
}
.mid-photo a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mid-photo a {
    width: 70%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
  }
}
.mid-photo p {
  color: #fff;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mid-photo--top01 {
  background-image: url("../images/top/top-middle-01.jpg");
}
.mid-photo--top02 {
  background-image: url("../images/top/top-middle-02.jpg");
}
.mid-photo--top03 {
  background-image: url("../images/top/top-middle-03.jpg");
}
.mid-photo--top04 {
  background-image: url("../images/top/top-middle-04.jpg");
}
.mid-photo--profile01 {
  background-image: url("../images/about/about-us.jpg");
}
.mid-photo--profile02 {
  background-image: url("../images/about/about-us-brother.jpg");
}
.mid-photo--kinds01 {
  background-image: url("../images/kinds/menu.jpg");
}

.mincho-title {
  font-size: 40px;
  font-size: 2.5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.mincho-title--small {
  font-size: 32px;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .mincho-title {
    font-size: calc(20px + 1.5vw);
  }
}
@media screen and (max-width: 767px) {
  .mincho-title--sm-sp {
    font-size: calc(18px + 1.5vw);
  }
}

em {
  font-size: 1.2em;
}

/******************************
* insta-icon
******************************/
.insta-icon {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .insta-icon {
    position: fixed;
    right: 9px;
    top: 76px;
    left: inherit;
  }
}
.insta-icon a {
  display: block;
}
.insta-icon img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .insta-icon img {
    width: 30px;
  }
}

/******************************
* header
******************************/
.top-header {
  height: 100vh;
  max-height: 80vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 850px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-header {
    height: var(--fullvh);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: initial;
    min-height: initial;
    overflow: hidden;
    max-height: var(--fullvh);
  }
}
.top-header header {
  text-align: center;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top-header header {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: var(--half_fullvh);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.top-header > * {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.top-header--home {
  position: relative;
}
.top-header--home::before {
  position: fixed;
  display: block;
  content: "";
  width: 300px;
  height: 300px;
  top: -116px;
  left: -190px;
  z-index: -5;
  -webkit-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  transform: rotate(110deg);
  background: url("../images/common/light-green.svg") center/auto 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .top-header--home::before {
    position: absolute;
    width: 200px;
    height: 200px;
    left: -130px;
    top: -70px;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
  }
}
.top-header--page {
  width: 25%;
  position: fixed;
  height: 100vh;
  min-width: 350px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-header--page {
    width: initial;
    position: relative;
    height: auto;
    min-width: initial;
    background: none;
  }
}
.top-header--page header {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .top-header--page header {
    height: 23vh;
  }
}
.top-header__page-copy {
  font-size: 36px;
  letter-spacing: -0.5px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.top-header nav ul {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-header nav ul {
    margin-top: 7rem;
  }
}
.top-header nav a {
  text-decoration: none;
  color: #483c38;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .top-header nav a {
    font-size: 14px;
    font-weight: 500;
  }
}
.top-header__logo img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .top-header__logo img {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .top-header__nav {
    position: fixed;
    width: 200px;
    top: 0;
    right: -200px;
    background-color: #483c38;
    height: 100vh;
    z-index: 12;
    overflow: auto;
  }
  .top-header__nav nav ul {
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-header__nav nav a {
    color: #fff;
    text-align: left;
    width: 100%;
    border-bottom: 1px dashed #999;
    font-size: 14px;
  }
  .top-header__nav.show {
    right: 0%;
  }
}
.top-header__copy {
  margin-top: 5rem;
}
.top-header__copy h2 {
  font-size: clamp(24px, 2.2vw, 36px);
}
@media screen and (max-width: 767px) {
  .top-header__copy h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top-header__copy {
    margin-top: 1rem;
  }
}
.top-header__copy-text {
  font-size: 14px;
  line-height: 1.5;
}
.top-header__photo {
  overflow: hidden;
  margin: 0 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 77%;
}
@media screen and (max-width: 767px) {
  .top-header__photo {
    height: var(--half_fullvh);
    position: relative;
    bottom: 20px;
    margin: 0 2px;
  }
}
.top-header__photo img {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top-header__photo img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-header__photo {
    -ms-flex-preferred-size: calc(33.3% - 4px);
    flex-basis: calc(33.3% - 4px);
  }
}
.top-header__text {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .top-header__text {
    width: 85%;
  }
}
.top-header__opener {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  background: url("../images/common/menu-back.png") top right/100% auto
    no-repeat;
}

/******************************
* hamburger
******************************/
.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  z-index: 999;
  line-height: 1;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

#sp-menu-opener.hamburger.is-active {
  background-color: #fff;
  padding: 5px 3px;
  height: 42px !important;
  border: 1px solid #fff;
  top: 9px;
  right: 9px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 25px;
  height: 7px;
  left: 10px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease,
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease,
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/******************************
* titles
******************************/
/******************************
* buttons
******************************/
.std-btn {
  color: #ae0721;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.5;
  padding: 10px 50px;
  margin: 2rem 0;
  display: inline-block;
  border: 1px solid #ae0721;
  background: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .std-btn {
    padding: 10px 30px;
  }
}
.std-btn:hover {
  background: #ae0721;
  color: #fff;
}

/******************************
* cta
******************************/
.cta {
  text-align: center;
  background: url("../images/common/cta-back.jpg") center/cover no-repeat;
  min-height: 35vw;
  padding: 7rem 0;
  font-weight: 700;
  text-shadow: #fff 1px 1px 1px;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 0rem 0;
  }
}
.cta__line {
  display: block;
  margin-top: 3rem;
}
.cta__line img {
  vertical-align: sub;
  width: 250px;
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .cta__line img {
    width: 50%;
    max-width: 250px;
  }
}
.cta__lineqr {
  display: block;
  margin-top: 1rem;
}
.cta__lineqr img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .cta__lineqr img {
    width: 40%;
    max-width: 150px;
  }
}

/******************************
* footer
******************************/
.footer {
  background: url("../images/common/footer-back.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 20rem;
  padding-bottom: 2rem;
}
.footer address {
  font-size: 12px;
  display: block;
  text-align: center;
  margin-bottom: 2rem;
  font-style: normal;
}
.footer__copy {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 10px;
  }
}
.footer__logo {
  width: 30%;
  margin: 5rem auto 1rem;
  display: block;
  max-width: 115px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
  list-style: none;
}
.footer__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

/******************************
* menu
******************************/
.menu header {
  text-align: center;
}

.menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .menu__wrapper {
    display: block;
  }
}

.menu__item {
  margin: 0 3rem;
  background: #fff;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .menu__item {
    margin: 3rem 0rem;
    padding: 1rem;
  }
}
.menu__item dl {
  border-top: 1px dashed #eee;
  padding: 0 2rem;
}
.menu__item dl dt {
  float: left;
  font-weight: 700;
  text-align: left;
  padding: 1rem 0;
}
.menu__item dl dd {
  padding: 1rem 0 1rem 5em;
  font-size: 1.5em;
  border-bottom: 1px dashed #eee;
  font-weight: 700;
}

/******************************
* insta
******************************/
#insta-slide {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #insta-slide {
    margin-top: 2rem;
  }
}

.insta header {
  text-align: center;
}

.insta .std-btn {
  margin: 0;
}

.insta .splide__pagination {
  bottom: -30px;
}

.insta .splide__pagination__page.is-active {
  background: #ae0721;
}

.insta__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .insta__body {
    display: block;
  }
}
.insta__body figure {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.insta__body figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.insta__item {
  padding: 0 3rem;
  background: rgba(72, 60, 56, 0.05);
  padding: 4rem;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .insta__item {
    margin-bottom: 4rem;
    padding: 2rem 4rem;
  }
}
.insta__item figure img {
  width: 100%;
}

.insta__item-gal {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  margin-bottom: 0.5%;
  background: #fff;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.insta__time {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  /* display: none; */
}
.insta__time.show {
  display: block;
}

.insta__caption {
  font-size: 14px;
  font-size: 0.8em;
  padding: 0 0.3rem;
  margin-bottom: 1rem;
  /* display: none; */
}
.insta__caption.show {
  display: block;
}
.insta__ttl {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.insta__loading {
  width: 30px;
  display: block;
  margin: 3rem auto;
}
@media screen and (max-width: 767px) {
  .insta__loading {
    width: 15px;
  }
}
.insta__loading.hide {
  display: none;
}

/******************************
* video
******************************/
.video {
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .video {
    height: auto;
    min-height: 70vw;
    padding: 1rem 2rem;
    margin-bottom: 0;
  }
}
.video__copy {
  text-align: center;
  width: 100%;
  color: #fff;
}
.video video {
  width: auto;
  min-height: 100%;
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video::after {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background: url(../images/common/video_mask.png) repeat;
}
.video.nob {
  height: 35vw;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .video.nob video {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .video.nob {
    height: 50vw;
  }
}
.video.nob::after {
  background: none;
}

.news_list {
  list-style: none;

  display: table;
}

.news_list__item {
  border-bottom: 1px solid #306738;
  line-height: 1.8;
  flex: 0 0 50%;
  padding: 30px;
}

.news_list__item em {
  color: #ef3138;
  font-size: 1.3em;
  margin-bottom: 0.8rem;
  display: inline-block;
}
.news_list__item strong {
  font-size: 1.2em;
}
.news_flex {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  margin: 1rem auto;
  max-width: 900px;
  gap: 30px;
}

.news_flex img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .news_flex {
    flex-direction: column;
  }
  .news_flex img {
    width: 80%;
  }
}
.new-info {
  background: #ef3138;
  color: #fff;
  font-size: 0.8em;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  line-height: 1;
  border-radius: 5px;
  margin-left: 0.2rem;
}
/******************************
* color
******************************/
.c_red {
  color: #ef3138;
}
