.pc-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}
.sp-only {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
body {
  color: #333;
  font-size: 1.6rem;
  background: #f8f7eb;
  overflow-x: hidden;
}
img {
  vertical-align: bottom;
}
.serif {
  font-family: "Shippori Mincho", serif;
}
.alphabet {
  font-family: "Poppins", sans-serif;
}
.contents {
  position: relative;
  padding: 80px 20px 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contents {
    margin-left: auto;
    padding: 0 140px 0 0;
    width: calc(100% - 300px);
  }
}
.common-vertical-title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 60px;
  color: #374e69;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .common-vertical-title {
    padding: 60px 12px 0;
    font-size: 3.5rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.15em;
    line-height: 1;
  }
}
.common-vertical-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 40px;
  background: url(/images/kodawari/ico-scallop_light.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .common-vertical-title::before {
    width: 60px;
    height: 48px;
  }
}
.supplement-text {
  color: #374e69;
  font-size: 1.4rem;
  line-height: 1.714;
}
.foot-switch-btn {
  display: block;
  padding: 24px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: left;
  background: #374e69;
  border-radius: 20px;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@media screen and (min-width: 992px) {
  .foot-switch-btn {
    margin: 0 auto;
    padding: 42px 20px;
    max-width: 700px;
    font-size: 3.6rem;
    text-align: center;
    border-radius: 100px;
  }
}
.foot-switch-btn span {
  position: relative;
  display: inline-block;
  padding-left: 56px;
}
.foot-switch-btn:hover {
  background: #265893;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.foot-switch-btn:hover .foot-switch-btn__icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transform-origin: 50% 62.5%;
  transform-origin: 50% 62.5%;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.foot-switch-btn__icon {
  position: absolute;
  top: 20%;
  left: 0;
  width: 36px;
  height: 46px;
}
@media screen and (min-width: 992px) {
  .foot-switch-btn__icon {
    top: 0;
  }
}
.foot-switch-btn__wrap {
  margin: 60px 0;
}
@media screen and (min-width: 992px) {
  .foot-switch-btn__wrap {
    margin: 100px 0;
  }
}
.line-pr-area {
  position: relative;
  padding: 30px 0;
  border-top: solid 1px #aaa99d;
}
@media screen and (min-width: 992px) {
  .line-pr-area {
    padding: 30px 60px;
  }
}
.line-pr-area__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .line-pr-area__wrap {
    gap: 40px;
  }
}
.line-pr-area__logo {
  margin: 0 auto 30px;
  width: 80px;
}
.line-pr-area__content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .line-pr-area__content {
    width: calc(100% - 120px);
  }
}
.line-pr-area__title {
  color: #374e69;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .line-pr-area__title {
    font-size: 2.8rem;
    line-height: 1.429;
    text-align: left;
  }
}
.line-pr-area__text {
  margin-top: 20px;
  color: #374e69;
}
.line-pr-area__btn {
  display: block;
  margin: 20px 0 0;
  padding: 22px 20px;
  color: #374e69;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border: solid 4px #00b833;
  border-radius: 100px;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@media screen and (min-width: 992px) {
  .line-pr-area__btn {
    margin: 40px 0 0;
    font-size: 2.4rem;
  }
}
.line-pr-area__btn span {
  display: inline-block;
  padding-left: 44px;
  background: url(/images/kodawari/ico-plus.png) no-repeat;
  background-position: 0 50%;
  background-size: 24px 24px;
}
.line-pr-area__btn:hover {
  color: #fff;
  background: #00b833;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.line-pr-area__btn:hover span {
  background: url(/images/kodawari/ico-plus_w.png) no-repeat;
  background-position: 0 50%;
  background-size: 24px 24px;
}
.line-pr-area__seagull {
  display: none;
}
@media screen and (min-width: 992px) {
  .line-pr-area__seagull {
    display: block;
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 160px;
    height: auto;
  }
}
.seagull__right-side {
  position: absolute;
  top: -100px;
  right: -20px;
  width: 80px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .seagull__right-side {
    top: 0;
    right: -140px;
    width: 120px;
  }
}
.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition:
    opacity 0.8s,
    -webkit-transform 0.8s;
  transition:
    opacity 0.8s,
    -webkit-transform 0.8s;
  transition:
    opacity 0.8s,
    transform 0.8s;
  transition:
    opacity 0.8s,
    transform 0.8s,
    -webkit-transform 0.8s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.js-fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition:
    opacity 0.8s,
    -webkit-transform 0.4s;
  transition:
    opacity 0.8s,
    -webkit-transform 0.4s;
  transition:
    opacity 0.8s,
    transform 0.4s;
  transition:
    opacity 0.8s,
    transform 0.4s,
    -webkit-transform 0.4s;
}
.js-fadeDown.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.js-fadeIn-r {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition:
    opacity 0.8s,
    -webkit-transform 0.8s;
  transition:
    opacity 0.8s,
    -webkit-transform 0.8s;
  transition:
    opacity 0.8s,
    transform 0.8s;
  transition:
    opacity 0.8s,
    transform 0.8s,
    -webkit-transform 0.8s;
}
.js-fadeIn-r.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.js-fadeIn-l {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition:
    opacity 0.8s,
    -webkit-transform 0.8s;
  transition:
    opacity 0.8s,
    -webkit-transform 0.8s;
  transition:
    opacity 0.8s,
    transform 0.8s;
  transition:
    opacity 0.8s,
    transform 0.8s,
    -webkit-transform 0.8s;
}
.js-fadeIn-l.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@-webkit-keyframes dimlyAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dimlyAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dimly {
  -webkit-animation-name: dimlyAnime;
  animation-name: dimlyAnime;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.js-right-seagull {
  opacity: 0;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}
@media screen and (min-width: 768px) {
  .js-right-seagull {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.js-right-seagull.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.header {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  background: #213979;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 280px 50px 60px;
    width: 26vw;
    max-width: 260px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 10px 0;
    height: auto;
  }
}
.header__logo {
  position: absolute;
  top: 14px;
  left: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__logo {
    top: 60px;
    left: 50px;
  }
}
.header__logo span {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__logo span {
    display: block;
    font-size: 1.4rem;
  }
}
.header__logo img {
  display: block;
  margin-bottom: 5px;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    width: 16vw;
    max-width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .nav {
    position: fixed;
    right: -80vw;
    top: 0;
    width: 80vw;
    height: 100vh;
    padding-top: 60px;
    background-color: #45bdcf;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_list-item {
    text-align: left;
    padding: 0 14px;
  }
  .nav_list-item a {
    display: block;
    padding: 20px 5px 10px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    font-weight: 600;
  }
  .nav_list-item a::before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50px;
  }
  .hamburger {
    position: absolute;
    right: 14px;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .hamburger_border {
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 24px;
  }
  .hamburger_border_bottom {
    top: 30px;
    color: #fff;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, 0);
  }
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    top: 14px;
    background-color: #213979;
  }
  .nav-open .hamburger_border_center {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    top: 14px;
    left: 2%;
    background-color: #213979;
  }
  .nav-open .hamburger_border_bottom {
    display: none;
    top: 20px;
    color: #213979;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer;
  }
}
@media only screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
  .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline: auto;
    width: 65%;
  }
  .nav_list-item {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .nav_list-item:first-child {
    margin-right: 35%;
  }
  .nav_list-item a {
    color: #aaa99d;
    font-size: 2rem;
    font-weight: 400;
    font-weight: 600;
    opacity: 1;
  }
  .nav_list-item a::before {
    content: "";
    display: inline-block;
    margin: 0 0 10px 3px;
    width: 14px;
    height: 14px;
    background: #aaa99d;
    border-radius: 50px;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
  }
  .nav_list-item a:hover {
    color: #374e69;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
  }
  .nav_list-item a:hover::before {
    background: #374e69;
  }
  .nav_list-item a.active {
    color: #374e69;
  }
  .nav_list-item a.active::before {
    background: #374e69;
  }
}
.footer {
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  .footer {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .footer__wrap {
    position: fixed;
    top: 40px;
    right: 0;
    margin-left: auto;
    width: 140px;
    height: 370px;
  }
}
.copyright {
  margin-bottom: 30px;
  color: #aaa99d;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.5em;
}
@media only screen and (min-width: 769px) {
  .copyright {
    display: inline-block;
    width: 370px;
    -webkit-transform-origin: 45px 200%;
    transform-origin: 45px 200%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
#pagetop {
  margin-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  #pagetop {
    position: fixed;
    bottom: 6vh;
    right: 50px;
    z-index: 10;
    width: 40px;
    height: auto;
    z-index: 1000;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
}
@media only screen and (min-width: 769px) {
  #pagetop:hover {
    bottom: 7vh;
  }
}
#pagetop a {
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
  width: 90%;
  color: #aaa99d;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@media only screen and (min-width: 769px) {
  #pagetop a {
    padding: 20px 10px 30px;
    letter-spacing: 0.5em;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
#pagetop a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid #aaa99d;
  border-top: 0;
}
@media only screen and (min-width: 769px) {
  #pagetop a::before {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
#pagetop a:hover {
  color: #fff;
  background: #aaa99d;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
#pagetop a:hover::before {
  border-bottom: 8px solid #fff;
}
@-webkit-keyframes scroll-animation {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes scroll-animation {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.foot-scroll-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-animation: scroll-animation 80s infinite linear 1s both;
  animation: scroll-animation 80s infinite linear 1s both;
}
.foot-scroll-img__item {
  width: 50vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .foot-scroll-img__item {
    width: 25vw;
  }
}
.foot-scroll-img__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .foot-scroll-img__wrap {
    margin-top: 100px;
  }
}
.main-visual {
  position: relative;
  margin: 0 calc(50% - 50vw) 100px;
  min-height: 530px;
  background: url(/images/kodawari/mv_sp.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .main-visual {
    margin: 0 0 200px;
    min-height: 800px;
    background: url(/images/kodawari/mv_pc.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 0 0 10px 10px;
  }
}
.main-title span {
  display: block;
  padding: 10px;
  color: #374e69;
  font-size: 3rem;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  line-height: 1;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .main-title span {
    font-size: 5rem;
  }
}
.main-title .word01 {
  position: absolute;
  top: 30px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .main-title .word01 {
    top: 40px;
    right: 50px;
  }
}
.main-title .word02 {
  position: absolute;
  top: 30px;
  right: 80px;
}
@media screen and (min-width: 768px) {
  .main-title .word02 {
    top: 40px;
    right: 130px;
  }
}
.main-wind {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-wind {
    display: block;
    position: absolute;
    bottom: 30px;
    left: -120px;
    width: 90px;
    height: auto;
  }
}
.main-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .main-lead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 40px;
    background: url(/images/kodawari/ico-wind.png) no-repeat;
    background-position: 100% 0;
    background-size: 90px auto;
    margin-bottom: 200px;
  }
}
.main-lead__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 992px) {
  .main-lead__text {
    padding-top: 80px;
  }
}
.main-lead__title {
  margin-left: 20px;
  color: #374e69;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .main-lead__title {
    min-height: 584px;
    font-size: 5rem;
  }
}
.main-lead p {
  color: #374e69;
  letter-spacing: 0.3em;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .main-lead p {
    line-height: 2;
  }
}
.main-lead__img {
  margin-left: calc(50% - 60vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .main-lead__img {
    margin-left: calc(100% - 100vw);
    width: 100vw;
  }
}
.season-products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .season-products {
    gap: 60px;
    margin-bottom: 200px;
  }
}
.season-products__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .season-products__content {
    width: calc(100% - 120px);
  }
}
.season-products__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.season-products__img figure {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .season-products__img figure {
    width: calc(50% - 20px);
  }
}
.season-products__img img {
  border-radius: 10px;
}
.season-products__title {
  margin: 30px 0;
  color: #374e69;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .season-products__title {
    font-size: 3rem;
  }
}
.season-products__title span {
  display: block;
  margin-bottom: 10px;
  padding: 8px 30px;
  max-width: 160px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  background: #eb6ba4;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .season-products__title span {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 12px 30px;
    font-size: 2.4rem;
  }
}
.season-products__price {
  margin-bottom: 20px;
  font-size: 3.6rem;
  font-weight: 700;
}
.season-products__price span {
  font-size: 1.8rem;
}
.season-products__contents {
  background: url(/images/kodawari/bg_season.png) no-repeat;
  background-position: 50% 70%;
  background-size: 300px auto;
}
@media screen and (min-width: 768px) {
  .season-products__contents {
    padding-bottom: 40px;
    background-position: 95% 0;
    background-size: 40% auto;
  }
}
@media screen and (min-width: 1488px) {
  .season-products__contents {
    background-size: 35% auto;
  }
}
.season-products__contents p {
  color: #374e69;
  line-height: 1.875;
}
.season-products__contents .text-space {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .season-products__contents .text-space {
    margin-top: 30px;
  }
}
.season-products__contents .caution {
  display: block;
  margin-top: 10px;
  color: #374e69;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .season-products__contents .caution {
    margin-top: 20px;
  }
}
.season-products__btn {
  display: block;
  margin: 0 auto;
  padding: 22px 20px;
  max-width: 600px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  background: #374e69;
  border: solid 4px #374e69;
  border-radius: 80px;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@media screen and (min-width: 992px) {
  .season-products__btn {
    padding: 40px 20px;
    font-size: 3rem;
  }
}
.season-products__btn span {
  display: inline-block;
  padding-left: 60px;
  background: url(/images/kodawari/ico_cart.png) no-repeat;
  background-position: 0 50%;
  background-size: 40px auto;
}
.season-products__btn:hover {
  color: #374e69;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.season-products__btn:hover span {
  background: url(/images/kodawari/ico_cart_b.png) no-repeat;
  background-position: 0 50%;
  background-size: 40px auto;
}
.season-products__btn--wrap {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .season-products__btn--wrap {
    margin-top: 40px;
    background: url(/images/kodawari/ico-wind.png) no-repeat;
    background-position: 100% 20%;
    background-size: 90px auto;
  }
}
.season-products__seagull {
  display: none;
}
@media screen and (min-width: 992px) {
  .season-products__seagull {
    display: block;
    position: absolute;
    bottom: 0;
    left: -8vw;
    width: 126px;
    height: auto;
  }
}
.all-year-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .all-year-products {
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .all-year-products__content {
    width: calc(100% - 120px);
  }
}
.all-year-products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .all-year-products__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 100px;
  }
}
.all-year-products__item:last-of-type {
  margin-bottom: 0;
}
.all-year-products__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .all-year-products__img {
    width: 46.5%;
    max-width: 430px;
  }
}
.all-year-products__img img {
  border-radius: 10px;
}
.all-year-products__img figure:last-of-type {
  position: relative;
}
.all-year-products__img figure:last-of-type::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .all-year-products__img figure:last-of-type::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 90px;
    height: 59px;
    background: url(/images/kodawari/ico-wind.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.all-year-products__inner {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .all-year-products__inner {
    margin-top: 0;
    width: calc(100% - 10vw);
  }
}
.all-year-products__title {
  padding-bottom: 10px;
  color: #374e69;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: solid 1px #aaa99d;
}
@media screen and (min-width: 768px) {
  .all-year-products__title {
    font-size: 3rem;
  }
}
.all-year-products__price {
  margin: 20px 0 40px;
  color: #374e69;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .all-year-products__price {
    margin: 20px 0;
    font-size: 3.6rem;
  }
}
.all-year-products__price span {
  font-size: 1.8rem;
}
.all-year-products__btn {
  display: block;
  margin: 0 auto;
  padding: 22px 20px;
  max-width: 600px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  background: #45bdcf;
  border: solid 4px #45bdcf;
  border-radius: 80px;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@media screen and (min-width: 768px) {
  .all-year-products__btn {
    padding: 24px 20px;
    font-size: 2rem;
  }
}
.all-year-products__btn span {
  display: inline-block;
  padding-left: 50px;
  background: url(/images/kodawari/ico_cart.png) no-repeat;
  background-position: 0 50%;
  background-size: 40px auto;
}
.all-year-products__btn:hover {
  color: #45bdcf;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.all-year-products__btn:hover span {
  background: url(/images/kodawari/ico_cart_lb.png) no-repeat;
  background-position: 0 50%;
  background-size: 40px auto;
}
.all-year-products__btn--wrap {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .all-year-products__btn--wrap {
    margin: 30px 0;
  }
}
.all-year-products__text {
  color: #374e69;
}
@media screen and (min-width: 768px) {
  .all-year-products__text {
    line-height: 1.875;
  }
}
.all-year-products__text span {
  font-size: 1.4rem;
}
.all-year-products__spec {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .all-year-products__spec {
    margin-top: 30px;
  }
}
.all-year-products__spec dl dt {
  color: #374e69;
  font-weight: 700;
}
.all-year-products__spec dl dt::before {
  content: "■";
  display: inline-block;
  margin-right: 4px;
}
.all-year-products__spec dl dd {
  margin-bottom: 6px;
  color: #374e69;
  line-height: 1.625;
}
.shop-btn {
  display: block;
  padding: 24px 12px;
  color: #374e69;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  border-radius: 20px;
  border: solid 4px #45bdcf;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@media screen and (min-width: 992px) {
  .shop-btn {
    margin: 0 auto;
    padding: 42px 20px;
    max-width: 700px;
    font-size: 3rem;
    text-align: center;
    border-radius: 100px;
  }
}
.shop-btn span {
  display: inline-block;
  padding: 0 40px 0 56px;
  background:
    url(/images/kodawari/ico_cart_lb.png) no-repeat,
    url(/images/kodawari/ico-blank.png) no-repeat;
  background-position:
    0 45%,
    100% 45%;
  background-size:
    40px 32px,
    28px 20px;
}
.shop-btn:hover {
  color: #fff;
  background: #45bdcf;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.shop-btn:hover span {
  background:
    url(/images/kodawari/ico_cart.png) no-repeat,
    url(/images/kodawari/ico-blank_w.png) no-repeat;
  background-position:
    0 45%,
    100% 45%;
  background-size:
    40px 32px,
    28px 20px;
}
.shop-btn__wrap {
  margin: 30px 0 0;
}
@media screen and (min-width: 992px) {
  .shop-btn__wrap {
    margin: 60px 0 0;
  }
}
.summary-main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 calc(50% - 50vw) 40px;
  min-height: 400px;
  background: url(/images/kodawari/summary_mv_sp.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .summary-main-visual {
    margin: 0 0 100px;
    background: url(/images/kodawari/summary_mv_pc.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 0 0 10px 10px;
  }
}
.summary-main-title {
  display: inline-block;
  padding: 15px 20px;
  color: #374e69;
  font-size: 2.4rem;
  font-weight: 600;
  background: #fff;
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 992px) {
  .summary-main-title {
    font-size: 4rem;
  }
}
.summary-point {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .summary-point {
    margin-bottom: 100px;
  }
}
.summary-point__lead-copy {
  margin-bottom: 40px;
  color: #374e69;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .summary-point__lead-copy {
    margin-bottom: 60px;
    font-size: 2.8rem;
    line-height: 1.643;
    background: url(/images/kodawari/ico-wind.png) no-repeat;
    background-position: 0 0;
    background-size: 90px 58px;
  }
}
.summary-point__title {
  margin-bottom: 10px;
  color: #374e69;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .summary-point__title {
    margin-bottom: 20px;
    font-size: 4rem;
  }
}
.summary-point__title .decoration {
  display: block;
  margin-bottom: 10px;
  padding: 8px 36px;
  max-width: 160px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: #eb6ba4;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
.summary-point__title .size-small {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .summary-point__title .size-small {
    font-size: 3rem;
  }
}
.summary-point p {
  color: #374e69;
  line-height: 1.75;
}
.summary-point__l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .summary-point__l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
}
.summary-point__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .summary-point__r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 40px;
    margin: 60px 0;
  }
}
.summary-point__img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .summary-point__img {
    width: 46%;
  }
}
.summary-point__item {
  position: relative;
  margin: 20px 0 60px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .summary-point__item {
    margin-top: 0;
    width: 50%;
    background: url(/images/kodawari/ico-wind.png) no-repeat;
    background-position: 100% 5%;
    background-size: 90px 58px;
  }
}
.summary-point__seagull {
  display: none;
}
@media screen and (min-width: 768px) {
  .summary-point__seagull {
    position: absolute;
    bottom: -100px;
    right: 0;
    display: block;
    width: 130px;
    height: auto;
  }
}
.summary-flow {
  position: relative;
  margin: 0 calc(100% - 100vw);
  padding: 60px 0;
  background: #45bdcf;
}
@media screen and (min-width: 768px) {
  .summary-flow {
    margin: 170px calc(100% - 100vw) 100px;
    padding: 100px 0;
  }
}
.summary-flow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4vh;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(/images/kodawari/bg_pattern.png) repeat-x;
  background-position: 50% 0;
  background-size: auto 40px;
}
@media screen and (min-width: 768px) and (max-width: 1310px) {
  .summary-flow::before {
    top: -3.4vh;
    height: 40px;
  }
}
@media screen and (min-width: 1311px) {
  .summary-flow::before {
    top: -5vh;
    height: 70px;
    background-position: 0 0;
    background-size: contain;
  }
}
.summary-flow__inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .summary-flow__inner {
    margin-left: auto;
    padding: 10px 140px 10px 10px;
    width: calc(100% - 300px);
  }
}
.summary-flow__title {
  position: relative;
  padding-left: 60px;
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .summary-flow__title {
    padding-left: 80px;
    font-size: 3.6rem;
  }
}
.summary-flow__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 40px;
  background: url(/images/kodawari/ico-scallop_dark.png) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .summary-flow__title::before {
    width: 60px;
    height: 48px;
  }
}
.summary-flow__tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .summary-flow__tab-wrap {
    gap: 40px;
    margin-top: 60px;
  }
}
.summary-flow__tab-wrap .tab-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.summary-flow__tab-wrap .tab-label {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .summary-flow__tab-wrap .tab-label {
    width: 48%;
  }
}
.summary-flow__tab-wrap .tab-label a {
  display: block;
  margin-bottom: 20px;
  padding: 16px;
  width: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 50px;
}
.summary-flow__tab-wrap .tab-label a:hover {
  color: #374e69;
  background: #fff;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.summary-flow__tab-wrap .tab-label a.select {
  color: #374e69;
  background-color: #fff;
}
.summary-flow__tab-wrap .tab-contents-wrap .tab-contents {
  display: none;
  position: relative;
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
}
.summary-flow__tab-wrap .tab-contents-wrap .tab-contents.is_show {
  display: block;
}
.summary-flow__tab-wrap .tab-btn-bottom {
  margin-top: 60px;
}
.summary-flow__about {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .summary-flow__about {
    padding: 40px 60px;
  }
}
.summary-flow__about-title {
  margin-bottom: 20px;
  color: #374e69;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .summary-flow__about-title {
    font-size: 3rem;
    line-height: initial;
  }
}
.summary-flow__about-title span {
  display: inline-block;
  padding-left: 50px;
  background: url(/images/kodawari/ico-about.png) no-repeat;
  background-position: 0 0;
  background-size: 40px 40px;
}
.summary-flow__about p {
  color: #374e69;
  text-align: center;
  line-height: 1.75;
}
.summary-flow__text {
  color: #374e69;
  text-align: center;
  line-height: 1.75;
}
.summary-flow__list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .summary-flow__list {
    margin-top: 60px;
  }
}
.summary-flow__list--title {
  margin-bottom: 10px;
  color: #374e69;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.summary-flow__list--title span {
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  width: 40px;
  height: 40px;
  background: #374e69;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 50px;
}
.summary-flow__list--type-a {
  position: relative;
  margin: 0 auto 60px;
  padding: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .summary-flow__list--type-a {
    width: 80.809%;
  }
}
.summary-flow__list--type-a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  left: 47%;
  transform: translateX(-47%);
  -webkit-transform: translateX(-47%);
  -ms-transform: translateX(-47%);
  width: 20px;
  height: 0;
  background: #374e69;
}
@media screen and (min-width: 768px) {
  .summary-flow__list--type-a::before {
    left: 48.5%;
    transform: translateX(-48.5%);
    -webkit-transform: translateX(-48.5%);
    -ms-transform: translateX(-48.5%);
    width: 30px;
  }
}
.summary-flow__list--type-a:last-of-type {
  margin-bottom: 0;
}
.summary-flow__list--type-a:last-of-type::before {
  display: none;
}
.summary-flow__list--type-a.js-flow-line::before {
  height: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition:
    transform 0.6s,
    -webkit-transform 0.6s;
}
.summary-flow__list--type-a.js-flow-line.is-inview::before {
  height: 60px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.summary-flow__list--type-b {
  position: relative;
  margin-bottom: 60px;
}
.summary-flow__list--type-b::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  left: 47%;
  transform: translateX(-47%);
  -webkit-transform: translateX(-47%);
  -ms-transform: translateX(-47%);
  width: 20px;
  height: 0;
  background: #374e69;
}
@media screen and (min-width: 768px) {
  .summary-flow__list--type-b::before {
    left: 48.5%;
    transform: translateX(-48.5%);
    -webkit-transform: translateX(-48.5%);
    -ms-transform: translateX(-48.5%);
    width: 30px;
  }
}
.summary-flow__list--type-b:last-of-type {
  margin-bottom: 0;
}
.summary-flow__list--type-b:last-of-type::before {
  display: none;
}
.summary-flow__list--type-b.js-flow-line::before {
  height: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition:
    transform 0.6s,
    -webkit-transform 0.6s;
}
.summary-flow__list--type-b.js-flow-line.is-inview::before {
  height: 60px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.summary-flow__list--type-b .summary-flow__img {
  width: 50%;
}
.summary-flow__list--type-b .summary-flow__img--left img {
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
  .summary-flow__list--type-b .summary-flow__img--left img {
    border-radius: 10px 0 0 0;
  }
}
.summary-flow__list--type-b .summary-flow__img--right img {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .summary-flow__list--type-b .summary-flow__img--right img {
    border-radius: 0 10px 0 0;
  }
}
.summary-flow__list--type-b .summary-flow__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .summary-flow__list--type-b .summary-flow__img-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.summary-flow__list--type-b .summary-flow__contents {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 10px 10px;
}
.summary-flow__list--type-c {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .summary-flow__list--type-c {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.summary-flow__list--type-c::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  left: 47%;
  transform: translateX(-47%);
  -webkit-transform: translateX(-47%);
  -ms-transform: translateX(-47%);
  width: 20px;
  height: 0;
  background: #374e69;
}
@media screen and (min-width: 768px) {
  .summary-flow__list--type-c::before {
    left: 48.5%;
    transform: translateX(-48.5%);
    -webkit-transform: translateX(-48.5%);
    -ms-transform: translateX(-48.5%);
    width: 30px;
  }
}
.summary-flow__list--type-c:last-of-type {
  margin-bottom: 0;
}
.summary-flow__list--type-c:last-of-type::before {
  display: none;
}
.summary-flow__list--type-c.js-flow-line::before {
  height: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition:
    transform 0.6s,
    -webkit-transform 0.6s;
}
.summary-flow__list--type-c.js-flow-line.is-inview::before {
  height: 60px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.summary-flow__list--type-c .summary-flow__img {
  width: 100%;
}
.summary-flow__list--type-c .summary-flow__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
  .summary-flow__list--type-c .summary-flow__img {
    width: 50%;
  }
  .summary-flow__list--type-c .summary-flow__img img {
    border-radius: 10px 0 0 10px;
  }
}
.summary-flow__list--type-c .summary-flow__contents {
  padding: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .summary-flow__list--type-c .summary-flow__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 20px;
    width: 50%;
    border-radius: 0 10px 10px 0;
  }
}
.summary-flow__type-title {
  margin-top: 30px;
  padding: 10px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .summary-flow__type-title {
    margin-top: 60px;
  }
}
.company-profile {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .company-profile {
    margin-bottom: 100px;
  }
}
.company-profile__map {
  margin: 0 calc(50% - 50vw) 60px;
}
@media screen and (min-width: 768px) {
  .company-profile__map {
    margin: 0 0 60px;
    width: 100%;
  }
}
.company-profile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .company-profile__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 60px;
    margin-top: 40px;
  }
}
.company-profile__content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .company-profile__content {
    width: calc(100% - 120px);
  }
}
.company-profile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border-top: solid 1px #aaa99d;
}
.company-profile__list dt {
  padding: 10px 0 0;
  width: 100%;
  color: #374e69;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .company-profile__list dt {
    padding: 20px 10px;
    width: 15%;
    border-bottom: solid 1px #aaa99d;
  }
}
.company-profile__list dd {
  padding: 10px 0;
  width: 100%;
  color: #374e69;
  border-bottom: solid 1px #aaa99d;
}
@media screen and (min-width: 992px) {
  .company-profile__list dd {
    padding: 20px 0;
    width: 85%;
  }
}
.company-profile__list dd a {
  color: #374e69;
  text-decoration: underline;
}
.company-profile__list dd a:hover {
  color: #45bdcf;
  text-decoration: none;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: url(/images/kodawari/teaser_bg.jpg) no-repeat;
  background-position: 85% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .teaser {
    background-position: 50% 50%;
  }
}
.teaser_contents {
  margin: 0 auto;
  padding: 30px 20px;
  width: 90%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
@media screen and (min-width: 768px) {
  .teaser_contents {
    padding: 40px;
    max-width: 750px;
  }
}
.teaser_title {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .teaser_title {
    margin-bottom: 60px;
    font-size: 5rem;
  }
}
.teaser_title span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .teaser_title span {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
.teaser_text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .teaser_text {
    font-size: 1.8rem;
  }
}
.teaser_text-space {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .teaser_text-space {
    margin-top: 30px;
  }
}
.teaser_btn {
  display: block;
  margin: 0 auto;
  padding: 18px 20px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .teaser_btn {
    max-width: 400px;
    font-size: 1.8rem;
  }
}
.teaser_btn-space {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .teaser_btn-space {
    margin: 40px 0 60px;
  }
}
.teaser_btn-white {
  color: #333;
  background: #fff;
}
.teaser_btn-white:hover {
  color: #fff;
  background: #333;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.teaser_btn-blue {
  margin-top: 10px;
  color: #fff;
  background: #3fc1c9;
}
@media screen and (min-width: 768px) {
  .teaser_btn-blue {
    margin-top: 20px;
  }
}
.teaser_btn-blue:hover {
  color: #3fc1c9;
  background: #fff;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.teaser_copyright {
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .teaser_copyright {
    font-size: 1.4rem;
  }
}
.acMenu dt {
  cursor: pointer;
  display: block;
}
.acMenu dd {
  display: none;
}
.award-list {
  margin-top: -60px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .award-list {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.award-list_title {
  position: relative;
  padding-left: 50px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .award-list_title {
    padding-left: 100px;
    font-size: 3rem;
    line-height: 1;
  }
}
.award-list_title span {
  display: block;
  color: #d0c097;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  .award-list_title span {
    margin-top: 20px;
  }
}
.award-list_title::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #d0c097;
}
@media screen and (min-width: 768px) {
  .award-list_title::before {
    width: 80px;
  }
}
.award-list_title::after {
  position: absolute;
  top: 45%;
  right: 0;
  content: "";
  display: block;
  width: 26px;
  height: 14px;
  background: url(/images/kodawari/arrow_brown.svg) no-repeat;
  background-position: 90% 50%;
  background-size: 26px 14px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.award-list_title-bg {
  padding: 30px 0;
  background: #937e48;
}
.award-list_title-bg:hover {
  opacity: 0.8;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.award-list_title-bg .inner {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
}
.award-list_title-bg.active .award-list_title::after {
  position: absolute;
  top: 45%;
  right: 0;
  content: "";
  display: block;
  width: 26px;
  height: 14px;
  background: url(/images/kodawari/arrow_brown.svg) no-repeat;
  background-position: 90% 50%;
  background-size: 26px 14px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.award-list_contents {
  padding: 20px;
  background: #f1efea;
}
@media screen and (min-width: 768px) {
  .award-list_contents {
    padding: 40px 0 60px;
  }
}
.award-list_awardee {
  position: relative;
  margin: 40px 0 0;
  padding: 20px;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .award-list_awardee {
    margin: 40px auto 0;
    padding: 40px 60px 60px;
    max-width: 1200px;
  }
}
.award-list_awardee:first-of-type {
  margin-top: 0;
}
.award-list_wappen {
  position: absolute;
  top: -6px;
  left: 10px;
  max-width: 126px;
}
@media screen and (min-width: 1160px) {
  .award-list_wappen {
    top: -10px;
    left: 20px;
    width: 21%;
    max-width: 210px;
  }
}
.award-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .award-list_item {
    margin-left: auto;
    width: 88%;
    max-width: 880px;
  }
}
.award-list_photo {
  margin-left: auto;
  max-width: 160px;
}
@media screen and (min-width: 1160px) {
  .award-list_photo {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .award-list_photo {
    margin-left: 0;
    margin-right: 40px;
    max-width: 240px;
  }
}
.award-list_wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .award-list_wrap {
    width: 60%;
    max-width: 600px;
  }
}
.award-list_name-company {
  margin-top: 30px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .award-list_name-company {
    margin-top: 0;
    font-size: 3rem;
  }
}
.award-list_name-copy {
  display: block;
  color: #937e48;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .award-list_name-copy {
    font-size: 1.8rem;
  }
}
.award-list_name-sub {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .award-list_name-sub {
    font-size: 1.6rem;
  }
}
.award-list_name-ceo {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .award-list_name-ceo {
    margin-top: 40px;
    font-size: 3rem;
  }
}
.award-list_name-ceo span {
  display: block;
  color: #937e48;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .award-list_name-ceo span {
    font-size: 1.8rem;
  }
}
.award-list_btn {
  display: block;
  margin-top: 30px;
  padding-bottom: 12px;
  width: 100%;
  color: #333;
  font-weight: 500;
  background: url(/images/kodawari/btn_arrow.svg) no-repeat;
  background-position: 100% 45%;
  background-size: 24px 8px;
  border-bottom: solid 1px #937e48;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
@media screen and (min-width: 768px) {
  .award-list_btn {
    margin-top: 40px;
    width: 300px;
  }
}
.award-list_btn:hover {
  opacity: 0.7;
  background: url(/images/kodawari/btn_arrow.svg) no-repeat;
  background-position: 98% 45%;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.award-list_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .award-list_movie {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.award-list_movie .thumbnail {
  display: block;
  margin-top: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .award-list_movie .thumbnail {
    margin-top: 0;
    max-width: 700px;
  }
}
.award-list_movie-area {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .award-list_movie-area {
    margin-top: 0;
    padding-top: 45.25%;
    max-width: 700px;
  }
}
.award-list_movie-embed,
.award-list_movie-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.award-list_summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}
.award-list_summary-list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .award-list_summary-list {
    margin-top: 0;
    width: 700px;
  }
}
.award-list_summary-list th {
  padding: 10px 0;
  width: 30%;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 768px) {
  .award-list_summary-list th {
    width: 15%;
    font-size: 1.6rem;
  }
}
.award-list_summary-list td {
  padding: 10px 0;
  width: 70%;
  font-size: 1.4rem;
  border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 768px) {
  .award-list_summary-list td {
    width: 85%;
    font-size: 1.6rem;
  }
}
.award-list_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}
.award-list_profile-list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .award-list_profile-list {
    margin-top: 0;
    width: 700px;
  }
}
.award-list_profile-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}
.award-list_profile-list li::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #d0c097;
  border-radius: 50%;
}
