@charset "UTF-8";
/*!
Theme Name: ef-energy.jp
Theme URI: -
Author: ef-energy.jp
Author URI: ef-energy.jp
Description: ef-energy.jp
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: ef-energy.jp
Tags:
*/
/**
 # Vendor CSS
 */
/**
 # Foundation
 */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

main {
  display: block;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
	SASS Vars
---------------------------------------------------------------------------- */
/*
	CSS Vars
---------------------------------------------------------------------------- */
:root {
  --color-key: #BEA37A;
  --color-secondary: #F4F4F4;
  --color-third: #00913A;
  --color-forth: #7F0073;
  --font-roboto: "Roboto", sans-serif;
  --font-ls-base: 0.06em;
  --container-width: 1248px;
  --grad-main: linear-gradient(45deg, #C94D97 0%, #7F0073 100%);
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Lato", sans-serif;
  color: #4A4A4A;
  text-align: left;
  background-color: #F4F4F4;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0em;
  overflow-wrap: break-word;
  position: relative;
}

.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

.smp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .smp {
    display: block !important;
  }
}

a:focus {
  outline: 0;
}

/**
 # Layout
 */
/*--------------------------------------------------------------
    # content.scss
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    # footer.scss
--------------------------------------------------------------*/
/*
    Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    # header.scss
--------------------------------------------------------------*/
/*  Header
--------------------------------------------------------------*/
.p-header-corp {
  position: relative;
  z-index: 9999;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
}
.p-header-corp .p-header-corp_logo {
  width: 74px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
}
.p-header-corp .p-header-corp_logo:hover {
  opacity: 0.75;
}

.l--header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #FFF;
  height: 85px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.16));
}
.l--header__logo {
  position: absolute;
  left: 50px;
  left: 3.6603221083vw;
  top: 17px;
  width: 318px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
}
.l--header__logo:hover {
  opacity: 0.75;
}
.l--header__logo img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.l--gmenu--list {
  position: absolute;
  right: 50px;
  top: 31px;
  display: flex;
  align-items: center;
}

.l--gmenu--list > li {
  margin-left: 20px;
}

.l--gmenu--list > li > a {
  line-height: 25px;
  display: block;
  padding: 0 35px 0 0;
  font-size: 14px;
  letter-spacing: 0.03em;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
  font-weight: 500;
}
.l--gmenu--list > li > a:link {
  text-decoration: none;
  color: #000;
}
.l--gmenu--list > li > a:visited {
  text-decoration: none;
  color: #000;
}
.l--gmenu--list > li > a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.l--gmenu--list > li > a:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  background: url(../img/icon_arrow_white.svg) center no-repeat #000;
  background-size: 50%;
  background-repeat: no-repeat;
}
.l--gmenu--list > li > a.p__links:after {
  background-color: var(--color-key);
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 1190px) {
  .l--header__logo {
    position: absolute;
    left: 20px;
    left: 1.4641288433vw;
    top: 20px;
    width: 285px;
  }
  .l--gmenu--list {
    right: 20px;
  }
  .l--gmenu--list > li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 990px) {
  .l--header {
    height: 8.5858585859vw;
  }
  .l--header__logo {
    position: absolute;
    left: 2.0202020202vw;
    top: 3.1112737921vw;
    width: 16.4714494876vw;
  }
  .l--gmenu--list {
    right: 2.0202020202vw;
    top: 3.5353535354vw;
  }
  .l--gmenu--list > li {
    margin-left: 2.0202020202vw;
  }
  .l--gmenu--list > li > a {
    line-height: 2.0202020202vw;
    display: block;
    padding: 0 3.0303030303vw 0 0;
    font-size: 1.2121212121vw;
  }
  .l--gmenu--list > li > a:after {
    content: "";
    width: 2.0202020202vw;
    height: 2.0202020202vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header-corp {
    height: 8vw;
  }
  .p-header-corp .p-header-corp_logo {
    width: 19.7333333333vw;
  }
  .l--header {
    height: 18.6666666667vw;
  }
  .l--header__logo {
    left: 6.6666666667vw;
    top: 4.5333333333vw;
    width: 66.6666666667vw;
  }
  .l--gmenu--list {
    display: none;
  }
}
/*  Burger Menu
--------------------------------------------------------------*/
.burger--wrap {
  display: none;
}

.navigation {
  display: none;
}

@media screen and (max-width: 768px) {
  body.scroll-lock {
    overflow: hidden;
    height: 100%;
  }
  .burger--wrap {
    display: block;
  }
  .l--gmenu--list {
    display: none;
  }
  .burger--wrap {
    width: 12.2666666667vw;
    height: 10.6666666667vw;
    top: 3.7333333333vw;
    right: 6.6666666667vw;
    position: absolute;
    z-index: 1250;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  .burger {
    width: 12.2666666667vw;
    height: 6.6666666667vw;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .burger__text {
    position: absolute;
    bottom: 0vw;
    font-size: 3.2vw;
    display: block;
    text-align: center;
    letter-spacing: -0.06em;
  }
  .burger__text-close {
    letter-spacing: 0.06em;
  }
  .burger .line {
    width: 12.2666666667vw;
    height: 1.0666666667vw;
    background: #000;
    transition: 0.3s;
    right: 0;
    position: absolute;
  }
  .burger .line:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: -1.3333333333vw;
    transform: rotate(-7deg);
  }
  .burger .line:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    transform: rotate(-7deg);
    bottom: -1.3333333333vw;
  }
  .burger::before {
    content: "";
    position: absolute;
    width: 12.2666666667vw;
    height: 1.0666666667vw;
    top: 0;
    right: 0;
    background: #000;
    transition: 0.6s;
  }
  .burger::after {
    content: "";
    position: absolute;
    width: 12.2666666667vw;
    height: 1.0666666667vw;
    bottom: 0;
    right: 0;
    background: #000;
    transition: 0.8s;
  }
  .navigation.nav-active {
    display: block;
    animation: show 0.25s linear 0s;
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .navigation {
    display: none;
    opacity: 0;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #FFF;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .navigation .navigation--content {
    background: #FFF;
    border: 1px solid #BEA37A;
    margin: 0 auto;
    top: 2.6666666667vw;
    height: 100%;
    position: relative;
    width: 93.3333333333vw;
    left: 0;
    z-index: 100;
    position: relative;
  }
  .navigation .navigation--content:before {
    content: "";
    width: 24.5973333333vw;
    height: 36.6506666667vw;
    display: block;
    position: absolute;
    background-image: url(assets/images/common/dec__01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
  }
  .navigation .navigation--content:after {
    content: "";
    width: 24.5973333333vw;
    height: 36.6506666667vw;
    display: block;
    position: absolute;
    background-image: url(assets/images/common/dec__01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
  }
  .navigation .navigation--content__inner {
    padding: 5.3333333333vw 9.3333333333vw 9.3333333333vw;
    height: 100%;
    overflow-x: scroll;
  }
  .navigation__logo {
    width: 16vw;
    margin: 0 auto 8vw;
    display: block;
  }
  .navigation__logo img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
  }
  .navigation--content__list > li {
    margin: 0 0 4vw;
  }
  .navigation--content__list > li > a {
    display: block;
    text-align: center;
    padding: 0 0 12vw;
  }
  .navigation--content__list > li > a:link {
    text-decoration: none;
  }
  .navigation--content__list > li > a:visited {
    text-decoration: none;
  }
  .navigation--content__list > li > a:hover {
    text-decoration: none;
  }
  .navigation--content__list > li > a {
    color: #000;
    font-size: 4.2666666667vw;
    font-weight: 500;
    position: relative;
  }
  .navigation--content__list > li > a:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    transform: translateY(-50%) rotate(0deg);
    background: url(../img/icon_arrow_white.svg) center no-repeat #000;
    background-size: 50%;
    background-repeat: no-repeat;
  }
  .navigation--content__list > li > a.p__links:after {
    background-color: var(--color-key);
    transform: translateY(-50%) rotate(90deg);
  }
  .burger-active::before {
    transform: rotate(145deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
    height: 1px;
  }
  .burger-active::after {
    transform: rotate(-145deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
    width: 100%;
    height: 1px;
  }
  .burger-active > .line {
    transform: scale(0);
  }
  .nav-active {
    top: 18.6666666667vw;
    border-top: 2px solid #e7e7e7;
    right: 0;
    opacity: 1;
  }
  .burger-active .line {
    background-color: var(--color-primary);
  }
}
/**
 # Objects -  Module -
 */
/*--------------------------------------------------------------
    # _pager.scss
--------------------------------------------------------------*/
/*
    Pager [Archives]
--------------------------------------------------------------*/
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 48px auto 0;
}
.wp-pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 8px;
  box-sizing: border-box;
  padding: 0;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--font-roboto);
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 50%;
  border: 1px solid var(--color-third);
}
.wp-pagenavi a:link {
  color: var(--color-third);
  text-decoration: none;
}
.wp-pagenavi a:visited {
  color: var(--color-third);
  text-decoration: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: var(--color-third);
}
.wp-pagenavi span.current {
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: var(--font-roboto);
  margin: 0 8px;
  color: #FFF;
  font-weight: 400;
  padding: 0;
  border: none;
  position: relative;
  background-color: var(--color-third);
  width: 32px;
  height: 32px;
}
.wp-pagenavi span.extend {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: var(--font-roboto);
  margin: 0 16px;
  color: var(--main-color);
  font-weight: 400;
  padding: 0;
  border: none;
  position: relative;
  background-color: var(--color-third);
  border: none;
  width: 32px;
  height: 32px;
}
.wp-pagenavi .previouspostslink {
  vertical-align: bottom;
  display: inline-block;
  margin: 0 20px 0 0;
  border-radius: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  text-indent: -9999px;
  background-image: url(assets/images/common/arrow02__wh__left.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 60% center;
}
.wp-pagenavi .previouspostslink:hover {
  border: 1px solid var(--main-color);
  background-color: #FFF;
  background-image: url(assets/images/common/arrow02__bl__left.svg);
}
.wp-pagenavi .previouspostslink {
  display: none;
}
.wp-pagenavi .nextpostslink {
  vertical-align: bottom;
  display: inline-block;
  margin: 0 0 0 20px;
  border-radius: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  text-indent: -9999px;
  background-image: url(assets/images/common/arrow02__wh__right.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 40% center;
}
.wp-pagenavi .nextpostslink:hover {
  border: 1px solid var(--main-color);
  background-color: #FFF;
  background-image: url(assets/images/common/arrow02__bl__right.svg);
}
.wp-pagenavi .nextpostslink {
  display: none;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: 12.3076923077vw auto 0;
  }
  .wp-pagenavi a {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    margin: 0 2.0512820513vw;
    font-size: 4.1025641026vw;
  }
  .wp-pagenavi span.current {
    font-size: 4.1025641026vw;
    margin: 0 2.0512820513vw;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
  .wp-pagenavi span.extend {
    font-size: 4.1025641026vw;
    margin: 0 4.1025641026vw;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
  .wp-pagenavi .previouspostslink {
    margin: 0 5.1282051282vw 0 0;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    background-size: 2.5641025641vw 2.5641025641vw;
    display: none;
  }
  .wp-pagenavi .nextpostslink {
    margin: 0 5.1282051282vw 0 0;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    background-size: 2.5641025641vw 2.5641025641vw;
    display: none;
  }
}
/*
   pager.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .p--news-single-nav {
  margin: 64px 0 0;
}

.edit-post-layout .editor-styles-wrapper .p--single__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav > li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav > li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav > li:last-child {
  padding: 0;
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-index a {
  text-align: center;
  line-height: 1;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px;
  border-bottom: 1px solid var(--color-third);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-index a:link {
  text-decoration: none;
  color: var(--color-third);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-index a:visited {
  text-decoration: none;
  color: var(--color-third);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-index a:hover {
  color: #FFF;
  background-color: var(--color-third);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-prev a {
  text-align: center;
  line-height: 1;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px;
  border-bottom: 1px solid var(--color-third);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-prev a:link {
  text-decoration: none;
  color: var(--color-third);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-prev a:visited {
  text-decoration: none;
  color: var(--color-third);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-prev a:hover {
  color: #FFF;
  background-color: var(--color-third);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-next a {
  text-align: center;
  line-height: 1;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 8px;
  border-bottom: 1px solid var(--color-third);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-next a:link {
  text-decoration: none;
  color: var(--color-third);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-next a:visited {
  text-decoration: none;
  color: var(--color-third);
}
.edit-post-layout .editor-styles-wrapper .p--single__nav-next a:hover {
  color: #FFF;
  background-color: var(--color-third);
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .p--news-single-nav {
    margin: 8.2051282051vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav-index a {
    font-size: 3.0769230769vw;
    padding: 2.0512820513vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav-prev a {
    text-align: center;
    line-height: 1;
    display: block;
    font-size: 3.0769230769vw;
    padding: 2.0512820513vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--single__nav-next a {
    text-align: center;
    line-height: 1;
    display: block;
    font-size: 3.0769230769vw;
    padding: 2.0512820513vw;
  }
}
/*--------------------------------------------------------------
    # _topic_path.scss
--------------------------------------------------------------*/
.l--topicpath {
  padding: 16px 32px;
  position: relative;
  z-index: 5;
  background-color: #F9F9F9;
}
.l--topicpath__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  align-items: center;
}
.l--topicpath span {
  font-size: 1.6rem;
  display: block;
  padding: 0;
}
.l--topicpath span a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l--topicpath span a:link {
  text-decoration: none;
  color: var(--color-primary);
}
.l--topicpath span a:visited {
  text-decoration: none;
  color: var(--color-primary);
}
.l--topicpath span a:hover {
  text-decoration: none;
  color: var(--color-primary);
  opacity: 0.45;
}
.l--topicpath span a {
  display: block;
}
.l--topicpath i {
  margin: 0 8px;
  display: block;
  width: 6px;
  height: 8.73px;
  position: relative;
  background-image: url(assets/images/common/icon__arrow01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .l--topicpath {
    padding: 4.1025641026vw 6.1538461538vw;
  }
  .l--topicpath span {
    font-size: 3.5897435897vw;
  }
  .l--topicpath i {
    margin: 0 2.0512820513vw;
    width: 1.5384615385vw;
    height: 2.2384615385vw;
  }
}
/*
	btn.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .cmn--button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
}
.edit-post-layout .editor-styles-wrapper .cmn--button__wrap a {
  margin: 0 auto;
}
.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li {
  margin: 0;
  padding: 0;
  border: none;
  margin: 0 15px;
}
.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li:last-child {
  margin: 0;
}

.cmn--button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0;
}
.cmn--button__wrap a {
  margin: 0 auto;
}
.cmn--button__wrap li {
  margin: 0 15px;
}
.cmn--button__wrap li:before {
  display: none;
}
.cmn--button__wrap li {
  border: none;
  margin: 0;
  padding: 0;
}
.cmn--button__wrap li:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .cmn--button__wrap {
    display: block;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--button__wrap li {
    margin: 0 0 5.1282051282vw;
  }
  .cmn--button__wrap {
    display: block;
  }
  .cmn--button__wrap li {
    margin: 0 0 5.1282051282vw;
  }
}
.cmn--button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
}
.cmn--button__wrap a {
  margin: 0 auto;
}
.cmn--button__wrap li:before {
  display: none;
}
.cmn--button__wrap li {
  margin: 0;
  padding: 0;
  border: none;
  margin: 0 15px;
}
.cmn--button__wrap li:last-child {
  margin: 0;
}

.cmn--button01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  width: 256px;
  height: 56px;
  position: relative;
  box-sizing: border-box;
  border-radius: 64px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cmn--button01 i {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.cmn--button01 i:before, .cmn--button01 i:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(assets/images/common/icon__arrow03__wh.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cmn--button01 i:before {
  transform: translateX(0);
}
.cmn--button01 i:after {
  transform: translateX(-120%);
}
.cmn--button01 span {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  position: relative;
  color: #FFF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cmn--button01:link, .cmn--button01:visited {
  text-decoration: none;
}
.cmn--button01:hover {
  text-decoration: none;
  opacity: 0.65;
}
.cmn--button01:hover i:before {
  transform: translateX(120%);
}
.cmn--button01:hover i:after {
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .cmn--button01 {
    width: 59.4871794872vw;
    height: 12.3076923077vw;
    border-radius: 16.4102564103vw;
  }
  .cmn--button01 i {
    right: 4.1025641026vw;
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
  .cmn--button01 span {
    font-size: 4.1025641026vw;
  }
}
/**
 # Objects -  project -
 */
/*--------------------------------------------------------------
    # _home.scss
--------------------------------------------------------------*/
/*
    Hero [.h--hero]
--------------------------------------------------------------*/
.h--hero {
  position: relative;
}
.h--hero__images {
  position: relative;
  z-index: 5;
}
.h--hero__images img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.h--hero__title {
  position: absolute;
  z-index: 10;
  width: 38.0673499268vw;
  top: 5.710102489vw;
  left: 50%;
  transform: translate(-50%, 0);
}
.h--hero__title img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

@media screen and (max-width: 768px) {
  .h--hero {
    height: 151.4666666667vw;
  }
  .h--hero__title {
    width: 86.6666666667vw;
    top: 29.3333333333vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .h--hero__title img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
  }
}
/*
    About [.h--about]
--------------------------------------------------------------*/
.h--about {
  margin: 0 0 85px;
  min-height: 828px;
}
.h--about__inner {
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}
.h--about__copy, .h--about__lead {
  position: absolute;
}
.h--about__copy img, .h--about__lead img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.h--about__copy {
  right: 320px;
  top: 75px;
  width: 88px;
}
.h--about__lead {
  left: 430px;
  top: 138px;
  width: 474px;
}
.h--about__photo {
  position: absolute;
  width: 215px;
  height: 215px;
}
.h--about__photo img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.h--about .about__photo01 {
  left: 146px;
  top: 0;
}
.h--about .about__photo02 {
  left: -67px;
  top: 215px;
}
.h--about .about__photo03 {
  right: 0;
  top: 400px;
}
.h--about .about__photo04 {
  right: 214px;
  top: 614px;
}

@media screen and (max-width: 1365px) {
  .h--about {
    min-height: 60.6149341142vw;
  }
  .h--about__inner {
    max-width: 100vw;
  }
  .h--about__copy {
    right: 23.4260614934vw;
    top: 5.4904831625vw;
    width: 6.4421669107vw;
  }
  .h--about__lead {
    left: 31.4787701318vw;
    top: 10.102489019vw;
    width: 34.6998535871vw;
  }
  .h--about__photo {
    position: absolute;
    width: 15.7393850659vw;
    height: 15.7393850659vw;
  }
  .h--about .about__photo01 {
    left: 10.6881405564vw;
    top: 0;
  }
  .h--about .about__photo02 {
    left: -4.9048316252vw;
    top: 15.7393850659vw;
  }
  .h--about .about__photo03 {
    right: 0;
    top: 29.2825768668vw;
  }
  .h--about .about__photo04 {
    right: 15.6661786237vw;
    top: 44.9487554905vw;
  }
}
@media screen and (max-width: 768px) {
  .h--about {
    min-height: 240vw;
  }
  .h--about__inner {
    max-width: initial;
  }
  .h--about__copy {
    right: 13.3333333333vw;
    top: 16vw;
    width: 14.6666666667vw;
  }
  .h--about__lead {
    left: 10.6666666667vw;
    top: 85.3333333333vw;
    width: 78.6666666667vw;
  }
  .h--about__photo {
    position: absolute;
    width: 33.6vw;
    height: 33.6vw;
  }
  .h--about .about__photo01 {
    left: 24.5333333333vw;
    top: 44vw;
  }
  .h--about .about__photo02 {
    left: -8.5333333333vw;
    top: 10.6666666667vw;
  }
  .h--about .about__photo03 {
    right: 33.0666666667vw;
    top: 173.3333333333vw;
  }
  .h--about .about__photo04 {
    right: 0;
    top: 207.2vw;
  }
}
/*
    Recommend [.h--recommend]
--------------------------------------------------------------*/
.h--recommend {
  padding: 85px 0 0;
}
.h--recommend__title {
  max-width: 520px;
  min-height: 130px;
  background-color: #FFF;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.h--recommend__title:before, .h--recommend__title:after {
  content: "";
  position: absolute;
  display: block;
}
.h--recommend__title:before {
  background: url(assets/images/common/pattern__arc01.svg) center no-repeat;
  background-size: cover;
  left: -80px;
  top: -10px;
  width: 126px;
  height: 65px;
}
.h--recommend__title:after {
  background: url(assets/images/common/pattern__arc02.svg) center no-repeat;
  background-size: cover;
  right: -70px;
  bottom: 0;
  width: 98px;
  height: 65px;
}
.h--recommend__title span {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 0.85;
}
.h--recommend__text {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 600;
  margin: 0 0 78px;
}
.h--recommend .c--button {
  margin: 80px auto 0;
}
.h--recommend .js-more-season {
  display: none;
}
.h--recommend .js-season-toggle.is-open i {
  transform: rotate(180deg);
}
.h--recommend .js-season-toggle i {
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.h--season {
  position: relative;
  background: #e9e9e9;
  margin-bottom: 40px;
}
.h--season:last-child {
  margin-bottom: 40px;
}

.h--season__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(5px);
  transform: scale(1.08);
  transform-origin: center;
  width: 100%;
  height: 100%;
}
.h--season__bg--clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  overflow: hidden;
  z-index: 0;
}

.h--season__inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  height: 450px;
  margin: 0 auto;
}

.h--season__card {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: min(100%, 350px);
  background: rgb(255, 255, 255);
  padding: 12px;
  text-decoration: none;
  color: #111;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h--season__card:hover {
  opacity: 0.75;
}

.h--season__card--inner {
  min-height: 330px;
  border: 1px solid #cbb48a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.h--season__title {
  font-size: 32px;
  line-height: 1.4375;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-family: "Shippori Mincho", serif;
}

.h--season__arrow {
  display: inline-block;
  line-height: 1;
  background-image: url(assets/images/common/arrow01__bk.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(0) rotate(0deg);
  width: 48px;
  height: 39px;
  margin-top: 20px;
}

.h--season__label {
  position: absolute;
  top: -15px;
  left: 0;
}
.h--season__label span {
  display: block;
  background: url(assets/images/common/season__title__middle.png) center;
  background-size: 100%;
  background-repeat: repeat-y;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  width: 55px;
  padding: 15px 0;
  font-size: 16px;
  color: #FFF;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Shippori Mincho", serif;
}
.h--season__label span em {
  font-size: 18px;
  font-style: normal;
}
.h--season__label span .is-tcy {
  text-combine-upright: all;
  letter-spacing: 0;
  display: inline-block;
  transform: translateY(-3px);
}
.h--season__label span:before, .h--season__label span:after {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 55px;
  height: 14px;
}
.h--season__label span:before {
  background-image: url(assets/images/common/season__title__upper.png);
  background-position: center top;
  top: -13px;
  left: 0;
}
.h--season__label span:after {
  background-image: url(assets/images/common/season__title__under.png);
  background-position: center top;
  bottom: -13px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .h--recommend {
    padding: 0;
  }
  .h--recommend__title {
    max-width: 86.6666666667vw;
    min-height: 18.1333333333vw;
    margin: 0 auto 7.4666666667vw;
  }
  .h--recommend__title:before {
    left: -4vw;
    top: -5.3333333333vw;
    width: 21.7786666667vw;
    height: 11.2186666667vw;
  }
  .h--recommend__title:after {
    right: -3.7333333333vw;
    bottom: 2.6666666667vw;
    width: 17.0533333333vw;
    height: 11.2213333333vw;
  }
  .h--recommend__title span {
    font-size: 4.8vw;
    line-height: 0.6923076923;
  }
  .h--recommend__text {
    max-width: 73.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    letter-spacing: 0.03em;
    text-align: left;
    margin: 0 auto 16vw;
  }
  .h--recommend__text br {
    display: none;
  }
  .h--season {
    margin-bottom: 2.6666666667vw;
  }
  .h--season:last-child {
    margin-bottom: 10.6666666667vw;
  }
  .h--season__bg--clip {
    height: 66.6666666667vw;
  }
  .h--season__inner {
    max-width: initial;
    height: 66.6666666667vw;
  }
  .h--season__card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: block;
    width: 73.3333333333vw;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.6vw;
  }
  .h--season__card--inner {
    min-height: 38.6666666667vw;
    gap: 0;
  }
  .h--season__title {
    font-size: 4.8vw;
    line-height: 1.3888888889;
    padding: 5.3333333333vw 0 0;
  }
  .h--season__arrow {
    display: inline-block;
    width: 8.4853333333vw;
    height: 6.7093333333vw;
    margin-top: 4vw;
  }
  .h--season__label {
    position: absolute;
    top: 9.3333333333vw;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 58.6666666667vw;
    z-index: 10;
  }
  .h--season__label span {
    display: block;
    background: url(assets/images/common/season__title__middle__smp.png) center;
    background-size: contain;
    background-repeat: repeat-x;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 9.6vw;
    font-size: 3.2vw;
    line-height: 1;
    writing-mode: inherit;
    padding: 0;
  }
  .h--season__label span em {
    font-size: 4.2666666667vw;
  }
  .h--season__label span .is-tcy {
    text-combine-upright: all;
    letter-spacing: 0;
    display: inline-block;
    transform: none;
  }
  .h--season__label span:before, .h--season__label span:after {
    content: "";
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 2.6666666667vw;
    height: 9.6vw;
  }
  .h--season__label span:before {
    background-image: url(assets/images/common/season__title__left__smp.png);
    background-position: center top;
    top: 0;
    left: -2.4vw;
  }
  .h--season__label span:after {
    background-image: url(assets/images/common/season__title__right__smp.png);
    background-position: center top;
    bottom: inherit;
    top: 0;
    left: inherit;
    right: -2.4vw;
  }
}
/*
    Advertisement [.h--adv]
--------------------------------------------------------------*/
.h--adv {
  padding: 0 32px 115px;
}
.h--adv__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.h--adv .c--button {
  margin: 0 auto;
}
.h--adv .c--title__level3 {
  margin: 0 0 15px;
}
.h--adv__banner {
  width: 520px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h--adv__banner:hover {
  opacity: 0.45;
}
.h--adv__banner img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

@media screen and (max-width: 768px) {
  .h--adv {
    padding: 0 13.3333333333vw 16vw;
  }
  .h--adv__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .h--adv .c--button {
    margin: 0 auto 13.3333333333vw;
  }
  .h--adv .c--title__level3 {
    margin: 0 0 2.6666666667vw;
  }
  .h--adv__banner {
    width: 73.3333333333vw;
  }
}
/*
    Topics [.topics]
--------------------------------------------------------------*/
.h--topics {
  padding: 0 32px 150px;
}
.h--topics__inner {
  max-width: 1144px;
  margin: 0 auto;
  background-color: #FFF;
}
.h--topics__cinner {
  padding: 70px 150px 150px;
}
.h--topics .c--title__level3 {
  margin: 0 0 50px;
}
.h--topics__title {
  font-size: 32px;
  letter-spacing: 0.03em;
  margin: 0 0 50px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  text-align: center;
}
.h--topics__text {
  font-size: 20px;
  letter-spacing: 0.08em;
  margin: 0 0 50px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.9;
}
.h--topics--nav {
  margin: 0 0 40px;
}
.h--topics--nav__list {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.h--topics--nav__box {
  width: 147px;
  height: 147px;
  background-color: #CCC;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
}
.h--topics--nav__box:link {
  text-decoration: none;
}
.h--topics--nav__box:visited {
  text-decoration: none;
}
.h--topics--nav__box:hover {
  text-decoration: none;
  opacity: 0.75;
}
.h--topics--nav__box em {
  display: block;
  padding: 0 0 5px;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
.h--topics--nav__box.report {
  background-color: #DA7F70;
}
.h--topics--nav__box.preparation {
  background-color: #5A6946;
}
.h--topics--nav__box.hint {
  background-color: #BEA37A;
}
.h--topics--nav__box i {
  height: 23.46px;
  width: 18.55px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 30px;
  background-image: url(assets/images/common/arrow01__wh.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(0) rotate(0deg);
}
.h--topics--nav__box__inner {
  width: 129px;
  height: 129px;
  border: 1px solid #FFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.h--topics--section {
  margin: 0 auto 100px;
  max-width: 800px;
}
.h--topics--section:last-child {
  margin: 0 auto;
}
.h--topics__ctitle {
  background-color: #CCC;
  margin: 0 0 25px;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.h--topics__ctitle.report {
  background-color: #DA7F70;
}
.h--topics__ctitle.preparation {
  background-color: #5A6946;
}
.h--topics__ctitle.hint {
  background-color: #BEA37A;
}
.h--topics__ctitle:before, .h--topics__ctitle:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFF;
  display: block;
  position: absolute;
}
.h--topics__ctitle:before {
  top: 6px;
}
.h--topics__ctitle:after {
  bottom: 6px;
}
.h--topics--card {
  display: flex;
  flex-wrap: wrap;
}
.h--topics--card > li {
  width: 30%;
  margin: 0 5% 30px 0;
}
.h--topics--card > li:nth-child(3n) {
  margin: 0 0 30px;
}
.h--topics--card__photo {
  aspect-ratio: 1/1;
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin: 0 0 15px;
}
.h--topics--card__photo img {
  transform: scale(1);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h--topics--card__box {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h--topics--card__box:hover img {
  transform: scale(1.05);
}
.h--topics--card__box:link {
  text-decoration: none;
}
.h--topics--card__box:visited {
  text-decoration: none;
}
.h--topics--card__box:hover {
  text-decoration: none;
  opacity: 0.75;
}
.h--topics--card__text {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  color: #000;
}
.h--topics .c--button {
  cursor: pointer;
}
.h--topics .c--button i {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.h--topics .c--button.is-open i {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .h--topics {
    padding: 0 6.6666666667vw 21.3333333333vw;
  }
  .h--topics__inner {
    max-width: initial;
  }
  .h--topics__cinner {
    padding: 10.6666666667vw 6.6666666667vw 16vw;
  }
  .h--topics .c--title__level3 {
    margin: 0 0 6.6666666667vw;
  }
  .h--topics__title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    margin: 0 0 8vw;
  }
  .h--topics__text {
    font-size: 4.2666666667vw;
    letter-spacing: 0.03em;
    margin: 0 auto 10.6666666667vw;
    text-align: left;
    line-height: 1.75;
    width: 73.3333333333vw;
  }
  .h--topics__text br {
    display: none;
  }
  .h--topics--nav {
    margin: 0 0 10.6666666667vw;
  }
  .h--topics--nav__list {
    gap: 2.1333333333vw;
  }
  .h--topics--nav__box {
    width: 24vw;
    height: 24vw;
  }
  .h--topics--nav__box em {
    padding: 0 0 1.3333333333vw;
    font-size: 3.2vw;
  }
  .h--topics--nav__box i {
    height: 3.8533333333vw;
    width: 3.048vw;
    bottom: 4.8vw;
  }
  .h--topics--nav__box__inner {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
  .h--topics--section {
    margin: 0 auto 16vw;
    max-width: initial;
  }
  .h--topics__ctitle {
    margin: 0 0 4vw;
    padding: 4vw 0;
    font-size: 4.2666666667vw;
  }
  .h--topics__ctitle:before {
    top: 1.6vw;
  }
  .h--topics__ctitle:after {
    bottom: 1.6vw;
  }
  .h--topics--card {
    display: flex;
    flex-wrap: wrap;
  }
  .h--topics--card > li {
    width: 33.3333333333vw;
    margin: 0 5.6vw 6.6666666667vw 0;
  }
  .h--topics--card > li:nth-child(3n) {
    margin: 0 5.6vw 6.6666666667vw 0;
  }
  .h--topics--card > li:nth-child(2n) {
    margin: 0 0 6.6666666667vw;
  }
  .h--topics--card__photo {
    aspect-ratio: 1/1;
    width: 100%;
    height: 33.3333333333vw;
    margin: 0 0 4vw;
  }
  .h--topics--card__photo img {
    transform: scale(1);
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    height: auto;
  }
  .h--topics--card__box {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .h--topics--card__box:hover img {
    transform: scale(1);
  }
  .h--topics--card__text {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
  .h--topics .c--button {
    cursor: pointer;
  }
  .h--topics .c--button i {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .h--topics .c--button.is-open i {
    transform: rotate(180deg);
  }
}
/* PC */
@media (min-width: 769px) {
  .h--topics--section:not(.is-open) .h--topics--card > li:nth-child(n+4) {
    display: none;
  }
}
/* SP */
@media (max-width: 768px) {
  .h--topics--section:not(.is-open) .h--topics--card > li:nth-child(n+5) {
    display: none;
  }
}
/*--------------------------------------------------------------
    # _pages.scss
--------------------------------------------------------------*/
/*
    Config & Common
--------------------------------------------------------------*/
.l--common--nav {
  padding: 0 32px;
  margin: 0 0 136px;
}
.l--common--nav__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0 40px;
}
.l--common--nav__button {
  width: 270px;
  height: 70px;
  box-sizing: content-box;
  border: 1px solid #FFF;
  border-radius: 36px;
  background-color: #000;
  display: flex;
  margin: 0 auto;
  align-items: center;
  filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.3));
}
.l--common--nav__button span {
  display: block;
  padding: 0 27px 0 50px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
.l--common--nav__button i {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #000;
  background: url(../img/icon_arrow_white.svg) center no-repeat;
  background-size: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #FFF;
}
.l--common--nav__button {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l--common--nav__button:link {
  text-decoration: none;
}
.l--common--nav__button:hover {
  text-decoration: none;
  opacity: 0.75;
}
.l--common--nav__button:visited {
  text-decoration: none;
}

.l--common--banner {
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l--common--banner:hover {
  opacity: 0.75;
}
.l--common--banner {
  width: 48.5%;
}
.l--common--banner img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.c--button {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: #FFF;
  max-width: 280px;
  min-height: 50px;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c--button:link {
  text-decoration: none;
}
.c--button:visited {
  text-decoration: none;
}
.c--button:hover {
  text-decoration: none;
  opacity: 0.45;
}
.c--button span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-right: 14px;
}
.c--button i {
  background-image: url(../img/icon_arrow_bk.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(0deg);
  width: 15.8px;
  height: 20px;
}

.c--button-type01__list {
  display: flex;
  justify-content: center;
}
.c--button-type01 {
  display: flex;
  align-items: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c--button-type01:link {
  text-decoration: none;
}
.c--button-type01:visited {
  text-decoration: none;
}
.c--button-type01:hover {
  text-decoration: none;
  opacity: 0.45;
}
.c--button-type01 i {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  border-radius: 50%;
  transform: rotate(90deg);
  background-image: url(../img/icon_arrow_bk.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
}
.c--button-type01 span {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
  color: #000;
}

.c__fontmincho {
  font-family: "Shippori Mincho", serif;
}

.c__fontyu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.c--title__level3 {
  text-align: center;
  color: var(--color-key);
  font-weight: 700;
  font-size: 18px;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.c--title__level3:before, .c--title__level3:after {
  content: "";
  width: 13.5px;
  height: 15px;
  display: block;
  background-image: url(assets/images/common/tittle__dec01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c--title__level3:before {
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .l--common--nav {
    padding: 0 6.6666666667vw;
    margin: 0 0 21.3333333333vw;
  }
  .l--common--nav__inner {
    max-width: initial;
    padding: 0 0 8vw;
    flex-direction: column;
  }
  .l--common--nav__button {
    width: 60.5333333333vw;
    height: 14.9333333333vw;
    border-radius: 9.6vw;
  }
  .l--common--nav__button span {
    display: block;
    padding: 0 2.4vw 0 10.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .l--common--nav__button i {
    width: 5.6vw;
    height: 5.6vw;
  }
  .l--common--banner {
    display: block;
    margin: 0 0 4vw;
  }
  .l--common--banner:last-child {
    margin: 0;
  }
  .l--common--banner {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .l--common--banner:hover {
    opacity: 0.75;
  }
  .l--common--banner img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
  }
  .l--common--banner__images {
    width: 86.6666666667vw;
    display: block;
  }
  .c--button {
    padding: 0 4vw;
    max-width: 74.6666666667vw;
    min-height: 13.3333333333vw;
  }
  .c--button span {
    font-size: 4.2666666667vw;
    margin-right: 2.3466666667vw;
  }
  .c--button i {
    width: 4.2106666667vw;
    height: 5.3253333333vw;
  }
  .c--button-type01__list {
    display: flex;
    justify-content: center;
  }
  .c--button-type01 {
    display: flex;
    align-items: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .c--button-type01:link {
    text-decoration: none;
  }
  .c--button-type01:visited {
    text-decoration: none;
  }
  .c--button-type01:hover {
    text-decoration: none;
    opacity: 0.45;
  }
  .c--button-type01 i {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    border-radius: 50%;
    transform: rotate(90deg);
    background-image: url(../img/icon_arrow_bk.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .c--button-type01 span {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 5px;
    border-bottom: 1px solid #000;
    color: #000;
  }
  .c--title__level3 {
    font-size: 4.2666666667vw;
    gap: 5.3333333333vw;
  }
  .c--title__level3:before, .c--title__level3:after {
    content: "";
    width: 3.5973333333vw;
    height: 3.992vw;
  }
  .c--title__level3:before {
    transform: rotate(90deg);
  }
}
/*
    Column Detail
--------------------------------------------------------------*/
.c--hero {
  position: relative;
  margin: 0 0 150px;
}
.c--hero__images {
  position: relative;
  z-index: 5;
}
.c--hero__images img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.column--section {
  padding: 0 32px 120px;
}
.column--section__inner {
  max-width: 1230px;
  margin: 0 auto;
}
.column--section__title {
  margin: 0 0 55px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}
.column--section__text {
  margin: 0 0 100px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 2.5;
  text-align: center;
}

.column--card {
  display: flex;
  flex-wrap: wrap;
}
.column--card > li {
  width: 30.081300813%;
  margin: 0 4.8780487805% 60px 0;
}
.column--card > li:nth-child(3n) {
  margin: 0 0 60px;
}
.column--card__photo {
  aspect-ratio: 370/500;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0 0 22px;
}
.column--card__photo img {
  z-index: 5;
  transform: scale(1);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.column--card__caption {
  position: absolute;
  right: 40px;
  top: -30px;
  z-index: 10;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  min-width: 70px;
  padding: 17.5px 0;
  font-size: 28px;
  color: #000;
  line-height: 1.4375;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.15em;
}
.column--card__caption span {
  font-size: 18px;
}
.column--card__box {
  position: relative;
  display: block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.column--card__box:link {
  text-decoration: none;
}
.column--card__box:visited {
  text-decoration: none;
}
.column--card__box:hover {
  text-decoration: none;
  opacity: 0.75;
}
.column--card__box:hover img {
  transform: scale(1.05);
}
.column--card__text {
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 15px;
  color: #000;
}
.column--card__links {
  display: inline-block;
  color: var(--color-key);
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 5px;
  border-bottom: 1px solid var(--color-key);
}

.column--closing {
  margin: 0 0 160px;
}
.column--closing__text {
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  line-height: 2.5;
  text-align: center;
}

.column--pager {
  padding: 0 32px 70px;
}
.column--pager__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 34px;
}
.column--pager__title {
  display: block;
  min-width: 0;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.column--pager__title:link {
  text-decoration: none;
}
.column--pager__title:visited {
  text-decoration: none;
}
.column--pager__title:hover {
  text-decoration: none;
  opacity: 0.45;
}
.column--pager__title--prev {
  text-align: right;
}
.column--pager__title--next {
  text-align: left;
}
.column--pager__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  flex-shrink: 0;
}
.column--pager__navlink {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.column--pager__navlink:link {
  text-decoration: none;
}
.column--pager__navlink:visited {
  text-decoration: none;
}
.column--pager__navlink:hover {
  text-decoration: none;
  opacity: 0.45;
}
.column--pager__navlink i {
  display: block;
  width: 30px;
  height: 27px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.column--pager__navlink--prev i {
  background-image: url(assets/images/common/arrow01__bk.svg);
  transform: rotate(180deg);
}
.column--pager__navlink--next i {
  background-image: url(assets/images/common/arrow01__bk.svg);
}
.column--pager__line {
  display: block;
  width: 1px;
  height: 20px;
  background: #000;
}

.column--links {
  padding: 0 32px 90px;
}
.column--links__inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c--hero {
    margin: 0 0 21.3333333333vw;
  }
  .column--section {
    padding: 0 13.3333333333vw 21.3333333333vw;
  }
  .column--section__inner {
    max-width: initial;
  }
  .column--section__title {
    margin: 0 0 10.1333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
  .column--section__text {
    margin: 0 0 16vw;
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: 0.03em;
    text-align: left;
  }
  .column--section__text br {
    display: none;
  }
  .column--card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .column--card > li {
    width: 73.3333333333vw;
    margin: 0 0 10.6666666667vw;
  }
  .column--card > li:nth-child(3n) {
    margin: 0 0 10.6666666667vw;
  }
  .column--card__photo {
    aspect-ratio: 275/360;
    width: 100%;
    height: 96vw;
    margin: 0 0 4vw;
  }
  .column--card__photo img {
    z-index: 5;
    transform: scale(1);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }
  .column--card__caption {
    right: 8vw;
    top: -5.3333333333vw;
    min-width: 13.3333333333vw;
    padding: 3.3333333333vw 0;
    font-size: 5.8666666667vw;
  }
  .column--card__caption span {
    font-size: 3.2vw;
  }
  .column--card__text {
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
    margin: 0 0 4vw;
  }
  .column--card__links {
    font-size: 3.7333333333vw;
    padding: 0 0 1.3333333333vw;
  }
  .column--closing {
    padding: 0 13.3333333333vw;
    margin: 0 0 21.3333333333vw;
  }
  .column--closing__text {
    font-size: 4.2666666667vw;
    line-height: 2;
    text-align: left;
  }
  .column--pager {
    padding: 0 13.3333333333vw 21.3333333333vw;
  }
  .column--pager__inner {
    max-width: initial;
    margin: 0 auto;
    display: block;
    grid-template-columns: none;
  }
  .column--pager__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vw;
    flex-shrink: 0;
  }
  .column--pager__navlink {
    display: block;
    font-size: 3.7333333333vw;
  }
  .column--pager__navlink--prev {
    text-align: left;
    width: 30.6666666667vw;
  }
  .column--pager__navlink--next {
    text-align: right;
    width: 30.6666666667vw;
  }
  .column--pager__navlink--next span {
    flex-direction: row-reverse;
  }
  .column--pager__navlink span {
    display: flex;
    align-items: center;
  }
  .column--pager__navlink span b {
    font-weight: 500;
  }
  .column--pager__navlink em {
    font-style: normal;
    display: block;
    margin: 4.2666666667vw 0 0;
    line-height: 1.4285714286;
  }
  .column--pager__navlink i {
    display: block;
    width: 8vw 0 0;
    height: 6.1333333333vw 0 0;
  }
  .column--pager__navlink--prev i {
    background-image: url(assets/images/common/arrow01__bk.svg);
    transform: rotate(180deg);
    margin-right: 5.3333333333vw;
  }
  .column--pager__navlink--next i {
    background-image: url(assets/images/common/arrow01__bk.svg);
    margin-left: 5.3333333333vw;
  }
  .column--pager__line {
    display: block;
    width: 1px;
    height: 21.3333333333vw;
    background: #000;
  }
  .column--links {
    padding: 0 32px 90px;
  }
  .column--links__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
/**
 # Objects -  utility -
 */
/*--------------------------------------------------------------
    # _utility.scss
--------------------------------------------------------------*/
.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------
    # _animation.scss
--------------------------------------------------------------*/
/*
    Opening
--------------------------------------------------------------*/
body.preload .overlay--content {
  opacity: 0;
}

body.loaded .overlay--content {
  opacity: 1;
  transition: 1.05s cubic-bezier(0.86, 0, 0.07, 1);
}

/*
    home [keyvisual]
--------------------------------------------------------------*/
body.preload .rh--kev-title {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1s;
  filter: blur(10px);
  will-change: opacity, transform;
}

body.loaded .rh--kev-title {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  will-change: opacity, transform;
}

/*
    Common
--------------------------------------------------------------*/
.parallax--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.parallax--bg.para--photo01 {
  background-image: url(assets/images/pages/home/kv__bg01.jpg);
}
.parallax--bg.para--photo02 {
  background-image: url(assets/images/pages/home/feature__py__bg01.jpg);
}
.parallax--bg.para--photo03 {
  background-image: url(assets/images/pages/product/step__bg01.jpg);
}

.parallax--trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.to-up-ani {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s cubic-bezier(0.3, 0.2, 0.3, 1) 0s;
}

.to-up-ani.lazyloaded {
  opacity: 1;
  transform: translateY(0);
}

.lazyloaded .to-left-ani {
  transform: translateX(0%);
}

.lazyloaded .to-right-ani {
  transform: translateX(0%);
}

.to-left-ani {
  transform: translateX(-101%);
  transition: transform 0.6s;
  transition-delay: 0.3s;
  overflow: hidden;
  display: block;
}

.to-right-ani {
  transform: translateX(101%);
  transition: transform 0.6s;
  transition-delay: 0.3s;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 768px) {
  .parallax--bg.para--photo01 {
    background-image: url(assets/images/pages/home/kv__bg01__smp.jpg);
  }
  .parallax--bg.para--photo02 {
    background-image: url(assets/images/pages/home/feature__py__bg01__smp.jpg);
  }
  .parallax--bg.para--photo03 {
    background-image: url(assets/images/pages/product/step__bg01.jpg);
  }
}
/*# sourceMappingURL=style.css.map */