@charset "utf-8";

/* =============================================================

	Base

* ============================================================= */
html {
  font-size: 62.5%;
}
/* html {
  font-size: 93.75%;
  font-size: 15px;
}

@media screen and (min-width: 1680px) {
  html {
    font-size: 100%;
    font-size: 16px;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 113.33%;
    font-size: 17px;
  }
} */
.story-container {
  --rem-base: 15px;
}
@media screen and (min-width: 1680px) {
  .story-container {
    --rem-base: 16px;
  }
}
@media screen and (min-width: 1800px) {
  .story-container {
    --rem-base: 17px;
  }
}

#taiken,
._taiken,
.single-taiken .editor-area {
  --color-base: #004d9f;
}
#people,
._people,
.single-people .editor-area {
  --color-base: #00964f;
}
#life,
._life,
.single-life .editor-area {
  --color-base: #d60a30;
}
#shop,
._shop,
.single-shop .editor-area {
  --color-base: #f2a729;
}

.story-container {
  color: #1a1a1a;
  /* font-family: Arial, Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-ideograph; /* for IE */
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased;

  padding-top: 50px;
}
.story-container#s_bottom {
  padding-top: 0;
}
.story-container#s_bottom > .c-container {
  margin-top: 3em;
}

/* story用エディタスタイル */
.editor-area h2.wp-block-heading {
  text-align: center;
}
.editor-area > h2.wp-block-heading::before {
  content: "";
  display: block;
  width: 6vw;
  min-width: 60px;
  max-width: 75px;
  aspect-ratio: 1/1;
  margin: 0.5em auto 1.25em;
  background: url(../images/storyicon_taiken.svg) no-repeat center / contain;
}
.single-taiken .editor-area > h2.wp-block-heading::before {
  background: url(../images/storyicon_taiken.svg) no-repeat center / contain;
}
.single-life .editor-area > h2.wp-block-heading::before {
  background: url(../images/storyicon_life.svg) no-repeat center / contain;
}
.single-people .editor-area > h2.wp-block-heading::before {
  background: url(../images/storyicon_people.svg) no-repeat center / contain;
}
.single-shop .editor-area > h2.wp-block-heading::before {
  background: url(../images/storyicon_shop.svg) no-repeat center / contain;
}

.editor-area p {
  max-width: 1000px;
}
.editor-area > .wp-block-image {
  width: max-content;
  max-width: 100%;
}
.editor-area .wp-block-heading.story-subttl {
  width: 100%;
  border-bottom: 1px solid var(--color-base);
  padding-bottom: 0.5em;
  text-align: center;
  color: var(--color-base);
}
.editor-area .wp-block-image .wp-element-caption {
  text-align: left;
}

/* じゅん Pro 501 */
.c-title-B,
.c-txt-A,
.c-badge-A,
.c-catnav__nav > li,
.c-logotype-A > b,
.c-footer__nav,
.article-lead__detail {
  /*font-family: "じゅん 501", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
  /* font-family: Jun501Pro-Bold, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
  font-weight: 600;
}
.c-f-jun {
  /*font-family: "じゅん 501", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;*/
  /* font-family: Jun501Pro-Bold, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important; */
  font-weight: 600;
}

/* Lilita One 400 */
.c-title-A,
.c-logotype-A > strong,
.c-header__nav {
  font-family: "Lilita One", cursive;
  font-weight: 400;
}
.c-f-lilita {
  font-family: "Lilita One", cursive !important;
  font-weight: 400;
}

/* Caveat 400 */
.c-100logotype,
.c-articlelist-A__item:after,
.c-logotype-A > span {
  font-family: "Caveat", cursive;
  font-weight: 400;
}
.c-f-caveat {
  font-family: "Caveat", cursive !important;
  font-weight: 400;
}

/* Micro clearfix */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

* {
  box-sizing: border-box;
  background-repeat: none;
}

.include-svg {
  display: none;
}

/* c-pageloading
--------------------------- */

.c-pageloading {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  display: none;
}

html.js .c-pageloading {
  display: block;
  opacity: 0;
}
body._loadstart .c-pageloading {
  opacity: 1;
  transition: opacity 0s 0.5s;
}

body._loadend > .c-pageloading {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.c-pageloading .c-100logomark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
  transition: all 0.1s;
}
body._loadstart .c-pageloading .c-100logomark {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition-delay: 0.4s;
}
body._loadend .c-pageloading .c-100logomark {
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
}

.c-pageloading .c-100logomark > span {
  display: block;
  animation: pageloading1 1.2s backwards infinite;
}

@keyframes pageloading1 {
  0% {
    transform: rotate(0deg) scale(0.5);
  }
  50%,
  100% {
    transform: rotate(360deg) scale(1);
  }
}

/* =============================================================

	Layouts

* ============================================================= */

html,
body {
  width: 100%;
  height: 100%;
}
body {
  overflow-y: scroll;
}

/* c-wrapper
--------------------------- */

.c-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

html.js .c-wrapper {
  height: 0;
  visibility: hidden;
}
body._loadend > .c-wrapper {
  height: auto;
  visibility: visible;
}

/* c-line
--------------------------- */

.c-line {
  padding-top: 1px;
  padding-bottom: 1px;
}
.c-line._gray {
  background-color: #f1f1f2;
}
.c-line._primary {
  background-color: var(--color-base);
}

/* c-container
--------------------------- */

.c-container {
  margin: 8vw auto;
  width: 88vw;
}

.c-header + main > .c-container:first-child,
.c-header + main > .c-line:first-child .c-container {
  margin-top: 100px;
}
.grandtop-hero {
  margin-top: 120px;
}

/* =============================================================

	Typography

* ============================================================= */

/* c-title-A
--------------------------- */

.c-title-A {
  font-size: calc(2 * var(--rem-base)); /* 30px */
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  display: block;
  margin-bottom: 5vw;
}

.c-title-A._topmark > .c-100logomark {
  margin-bottom: 2vw;
}
.c-title-A._sidemark > .c-100logomark {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.5vw;
  margin-top: -0.5em;
}

/* c-title-B
--------------------------- */

.c-title-B {
  font-size: calc(1.067 * var(--rem-base)); /* 16px */
  font-weight: 600;
  display: block;
}

.c-title-B._line {
  padding-bottom: 1.2vw;
  position: relative;
}
.c-title-B._line:after {
  content: "";
  width: 70vw;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.c-title-B._line:after {
  background-color: var(--color-base);
}
/* #taiken .c-title-B._line:after {
  background-color: #004d9f;
}
#people .c-title-B._line:after {
  background-color: #009f4b;
}
#life .c-title-B._line:after {
  background-color: #d6092f;
}
#shop .c-title-B._line:after {
  background-color: #f2a729;
} */

.c-title-B._topmark > .c-100logomark {
  margin-bottom: 2vw;
}

/* c-txt-A
--------------------------- */

.c-txt-A {
  font-size: calc(1.067 * var(--rem-base));
  line-height: 2.2;
  font-weight: 500;
}

/* =============================================================

	Links

* ============================================================= */

a {
  color: #1a1a1a;
  text-decoration: none;
}

.c-link-txt {
  text-decoration: underline;
}

/* c-button-A
--------------------------- */

.c-button-A {
  color: #fff;
  font-size: calc(0.933 * var(--rem-base));
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  display: inline-block;
  height: 60px;
  width: 25vw;
  max-width: 380px;
  min-width: 300px;
  border: 2px solid;
  border-radius: 30px;
  position: relative;
  transition: all 0.05s linear;
}
html.no-touchevents .c-button-A:hover {
  color: #fff !important;
  background-color: #f5a900 !important;
  border-color: #f5a900 !important;
}
.c-button-A {
  background-color: var(--color-base);
  border-color: var(--color-base);
}
/* #taiken .c-button-A {
  background-color: #004d9f;
  border-color: #004d9f;
}
#people .c-button-A {
  background-color: #00964f;
  border-color: #00964f;
}
#life .c-button-A {
  background-color: #d6092f;
  border-color: #d6092f;
} */

.c-button-A._rev {
  color: #1a1a1a;
  background-color: transparent !important;
  color: var(--color-base);
}
/* #taiken .c-button-A._rev {
  color: #004d9f;
}
#people .c-button-A._rev {
  color: #00964f;
}
#life .c-button-A._rev {
  color: #d6092f;
} */

.c-button-A._rev-w {
  border-color: #fff !important;
}

html.no-touchevents #grandtop .c-button-A._rev-w:hover {
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.c-button-A:before {
  content: "";
  border: 6px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -6px 0 0 10%;
  transition: border-left-color 0.05s linear;
}
html.no-touchevents .c-button-A:hover:before {
  border-left-color: #fff !important;
}
.c-button-A._rev:before {
  border-left-color: var(--color-base);
}
/* #taiken .c-button-A._rev:before {
  border-left-color: #004d9f;
}
#people .c-button-A._rev:before {
  border-left-color: #00964f;
}
#life .c-button-A._rev:before {
  border-left-color: #d6092f;
} */

html.no-touchevents #grandtop .c-button-A._rev-w:hover:before {
  border-left-color: #1a1a1a !important;
}

/* c-pagenav
--------------------------- */

.c-pagenav {
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  margin-left: -6vw;
  margin-right: -6vw;
}

.c-pagenav > .num {
  font-size: calc(1.467 * var(--rem-base)); /* 22px */
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  padding: 0.3em 0.5em;
  margin: 0 0.5vw;
}
.c-pagenav > .num:hover {
  color: #f5a900;
}

.c-pagenav > strong {
  position: relative;
  color: var(--color-base);
}
/* #taiken .c-pagenav > strong {
  color: #004d9f;
}
#people .c-pagenav > strong {
  color: #009f4b;
}
#life .c-pagenav > strong {
  color: #d6092f;
} */

.c-pagenav > i {
  display: inline-block;
  margin: 0 1vw;
}

/* c-arrow
--------------------------- */

.c-arrow {
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  width: 3.5vw;
  height: 3.5vw;
  max-width: 45px;
  max-height: 45px;
  min-width: 30px;
  min-height: 30px;
  border: 2px solid;
  margin-right: 1em;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-color: var(--color-base);
}
/* #taiken .c-arrow {
  border-color: #004d9f;
}
#people .c-arrow {
  border-color: #00964f;
}
#life .c-arrow {
  border-color: #d6092f;
} */
.c-arrow._w {
  border-color: #fff !important;
}

.c-arrow._prev {
  transform: rotate(180deg);
}
.c-pagenav .c-arrow {
  margin: 0 0 0.1em 2vw;
}
.c-pagenav .c-arrow._prev {
  margin: 0 2vw 0.1em 0;
}

.c-pagenav .c-arrow:hover {
  border-color: #f5a900 !important;
}

.c-arrow:after {
  content: "";
  border: 6px solid transparent;
  border-left: 8px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-3px, -50%);
  border-left-color: var(--color-base);
}
/* #taiken .c-arrow:after {
  border-left-color: #004d9f;
}
#people .c-arrow:after {
  border-left-color: #009f4b;
}
#life .c-arrow:after {
  border-left-color: #d6092f;
} */
.c-arrow._w:after {
  border-left-color: #fff !important;
}
.c-pagenav .c-arrow:hover:after {
  border-left-color: #f5a900 !important;
}

/* =============================================================

	Forms

* ============================================================= */

button {
  color: #1a1a1a;
  /* font-family: "Roboto", Arial, Verdana, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
  font-size: calc(1 * var(--rem-base));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  display: block;
  cursor: pointer;
}

/* =============================================================

	Images

* ============================================================= */

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* c-img-ratio
<span class="c-img-ratio _r16to10"><span><img class="c-img-fit"></span></span>
--------------------------- */

.c-img-ratio {
  text-align: left;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 61.8%; /* golden ratio */
  position: relative;
}

.c-img-ratio._r1to1 {
  padding-bottom: 100%;
}
.c-img-ratio._r2to1 {
  padding-bottom: 50%;
}
.c-img-ratio._r10to9 {
  padding-bottom: 90%;
}
.c-img-ratio._r3to2 {
  padding-bottom: 66.667%;
}
.c-img-ratio._r16to9 {
  padding-bottom: 56.25%;
}

.c-img-ratio._auto {
  height: auto;
  padding-bottom: 0 !important;
}

.c-img-ratio._full {
  height: 100%;
  padding-bottom: 0 !important;
}

.c-img-ratio > span {
  position: absolute;
  width: 100%;
  height: 100%;
}

.c-img-ratio._auto > span {
  position: relative;
  width: 100%;
  height: auto;
}

.c-img-ratio > * > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* c-hoverimg
--------------------------- */

.c-hoverimg {
  overflow: hidden;
  transition: background-color 0s 0.2s;
}
html.no-touchevents a:hover .c-hoverimg {
  background-color: #000;
  transition-delay: 0s;
}

.c-hoverimg > span {
  opacity: 1;
  transform-origin: 50% 50%;
  transition: opacity 0.2s, transform 0.8s cubic-bezier(0.14, 0, 0, 1);
}
html.no-touchevents a:hover .c-hoverimg > span {
  opacity: 0.85;
  transform: scale(1.1);
  transition-duration: 0.4s, 1s;
}

/* c-svg
--------------------------- */

.c-svg {
  text-align: left;
  display: block;
  width: 100%;
}

.c-svg > span {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50%;
  position: relative;
}

.c-svg._story_logomark > span {
  padding-bottom: 100%;
}
.c-svg._aiba_logomark > span {
  padding-bottom: 131%;
}
.c-svg._aiba_logotype > span {
  padding-bottom: 18%;
}
.c-svg._instagram > span {
  width: 48%;
}
.c-svg._youtube > span {
  width: 58%;
}

.c-svg > span > svg {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* =============================================================

	Common

* ============================================================= */

/* c-100logomark
--------------------------- */

.c-100logomark {
  display: block;
  width: 7vw;
  min-width: 65px;
  max-width: 85px;
  margin-left: auto;
  margin-right: auto;
}

.c-100logomark._small {
  width: 6vw;
  min-width: 60px;
  max-width: 75px;
}

#storylogo__circle {
  fill: #004d9f;
}
#storylogo__square {
  fill: #00964f;
}
#storylogo__triangle {
  fill: #d6092f;
}

/* c-100logotype
--------------------------- */

.c-100logotype {
  font-size: calc(0.933 * var(--rem-base));
  line-height: 1.2;
}
.c-100logotype > span {
  font-size: calc(1.733 * var(--rem-base)); /* 26px */
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0.2em 0.05em 0.15em;
}

/* c-100nav
--------------------------- */

.story-nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.story-nav-list > li:first-child,
.story-nav-list > li:nth-of-type(2) {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .story-nav-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .story-nav-list > li:first-child,
  .story-nav-list > li:nth-of-type(2) {
    border-bottom: none;
  }
}

.c-100nav {
  overflow: hidden;
}
/* .c-100nav > li {
  float: left;
  width: 33.3333%;
} */
.c-100nav > li + li {
  border-left: 1px solid #ccc;
}

.c-100nav > li > a {
  display: block;
  padding: 20% 0 10%;
  background-color: #fff;
  position: relative;
  transition: background-color 0.2s;
}

html.no-touchevents .c-100nav > li > a:hover {
  background-color: #f1f1f2;
}

.c-100nav > li > a:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  transition: height 0.1s;
}
.c-100nav > li:first-child > a:before {
  background-color: #004d9f;
}
.c-100nav > li > a:before {
  background-color: #00964f;
}
.c-100nav > li:nth-of-type(3) > a:before {
  background-color: #d6092f;
}
.c-100nav > li:last-child > a:before {
  background-color: #f2a729;
}

html.no-touchevents .c-100nav > li > a:hover:before {
  height: 8px;
}

.c-100nav .c-logotype-A {
  display: block;
  transform-origin: 50% 100%;
  transition: transform 0.2s;
  transform: translate(0, 0) scale(1);
}
html.no-touchevents .c-100nav > li > a:hover > .c-logotype-A {
  transform: translate(0, -3px) scale(1.03);
}

/* メニューグレーダウン用 */
.c-100nav > li > i {
  display: block;
  padding: 20% 0 10%;
  background-color: #fff;
  position: relative;
  transition: background-color 0.2s;
}
.c-100nav > li > i > span > * {
  color: #ccc !important;
}
.c-100nav > li > i > span > b:before,
.c-100nav > li > i > span > b:after {
  background-color: #ccc !important;
}

/* c-aibalogoset
--------------------------- */

.c-aibalogoset > * {
  display: inline-block;
  vertical-align: middle;
}

.c-aibalogoset > ._aiba_logomark {
  width: 13%;
}

.c-aibalogoset > ._aiba_logotype {
  width: 82%;
  margin: 1% 0 0 5%;
}

/* c-article
--------------------------- */

.c-article {
  font-size: calc(1.067 * var(--rem-base));
  line-height: 2.2;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.c-article a {
  text-decoration: underline;
}

.c-article._sub {
  font-size: calc(0.933 * var(--rem-base));
}

.c-article._img {
  width: 70vw;
  margin-top: -3vw;
}
.c-article._img + .c-article._img {
  margin-top: -4vw;
}
.c-article._img + .c-article > p:first-child {
  margin-top: -3vw;
}

.c-article h2.c-title-B {
  text-align: center;
  margin-bottom: 3vw;
}

.c-article__img._double {
  text-align: center;
  margin: 0 -2%;
}

.c-article__img._double figure {
  width: 50%;
  padding: 0 2%;
  display: inline-block;
  vertical-align: top;
}

.c-article__img._portrait figure {
  width: 50%;
  max-width: 640px;
  margin: 0 auto;
}

.c-article__img .c-img-ratio {
  padding-bottom: 56.25%; /*16 : 9*/
}
.c-article__img._portrait .c-img-ratio {
  padding-bottom: 133%; /*3 : 4*/
}

.c-article__img-caption {
  color: #999;
  font-size: calc(0.933 * var(--rem-base));
  line-height: 1.6;
  text-align: left;
  margin-top: 0.8em;
}

.c-article__img-credit {
  color: #fff;
  font-size: calc(0.8 * var(--rem-base));
  letter-spacing: 0.15em;
  line-height: 1.6;
  padding: 0 10px 0 12px;
  position: absolute;
  z-index: 10;
  bottom: 8px;
  right: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 -1px 2px rgba(0, 0, 0, 0.3);
}

/* c-articlelist-A
--------------------------- */

.c-articlelist-A {
  margin: 0 -2% -5.5%;
}

.c-articlelist-A > li {
  width: 33.333%;
  padding: 0 2% 5.5%;
  display: inline-block;
  vertical-align: top;
}
#grandtop .c-articlelist-A > li {
  padding-top: 2vw;
}

@media screen and (min-width: 1800px) {
  .c-articlelist-A {
    margin: 0 -1.5% -2%;
  }

  .c-articlelist-A > li {
    width: 25%;
    padding: 0 1.5% 3%;
  }
}

.c-articlelist-A__item {
  text-align: left;
  display: block;
  background-color: #fff;
  /* padding-bottom: 30%; */
  position: relative;
  z-index: 1;
  transition: box-shadow 0.2s linear;
}
html.no-touchevents .c-articlelist-A__item:hover {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
}

/* @media screen and (min-width: 1400px) {
  .c-articlelist-A__item {
    padding-bottom: 120px;
  }
} */

.c-articlelist-A__item:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: height 0.1s;
  background-color: var(--color-base);
}
/* .c-articlelist-A__item._taiken:before {
  background-color: #004d9f;
}
.c-articlelist-A__item._people:before {
  background-color: #00964f;
}
.c-articlelist-A__item._life:before {
  background-color: #d6092f;
}
.c-articlelist-A__item._shop:before {
  background-color: #f2a729;
} */
html.no-touchevents .c-articlelist-A__item:hover:before {
  height: 8px;
}

.c-articlelist-A .c-articlelist-A__item:after {
  content: "";
  color: #1a1a1a;
  font-size: calc(3.333 * var(--rem-base));
  line-height: 1;
  position: absolute;
  top: -0.5em;
  left: 0.3em;
  z-index: 2;
  transform-origin: 0 0;
  transform: rotate(-8deg);
  display: none;
}
#grandtop .c-articlelist-A__item:after {
  display: block;
}
.c-articlelist-A__item._taiken:after {
  content: "Taiken";
}
.c-articlelist-A__item._people:after {
  content: "People";
}
.c-articlelist-A__item._life:after {
  content: "Life";
}

.c-articlelist-A__img {
  position: relative;
}
.c-articlelist-A__img:before {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 0px solid #fff;
  transition: border 0.1s linear;
}
html.no-touchevents .c-articlelist-A__item:hover .c-articlelist-A__img:before {
  border-width: 10px 10px 0;
}

.c-articlelist-A__txt {
  padding: 7% 7% 8%;
}

.c-articlelist-A__txt > b {
  font-size: calc(1.467 * var(--rem-base));
  line-height: 1.6;
  margin-bottom: 0.3em;
}
/* .c-articlelist-A__item._taiken > .c-articlelist-A__txt > b,
#taiken .c-articlelist-A__txt > b {
  color: #004d9f;
}
.c-articlelist-A__item._people > .c-articlelist-A__txt > b,
#people .c-articlelist-A__txt > b {
  color: #00964f;
}
.c-articlelist-A__item._life > .c-articlelist-A__txt > b,
#life .c-articlelist-A__txt > b {
  color: #d6092f;
}
.c-articlelist-A__item._life > .c-articlelist-A__txt > b,
#life .c-articlelist-A__txt > b {
  color: #f2a729;
} */

.c-articlelist-A__txt > span {
  line-height: 1.8;
}

.c-articlelist-A__item > i {
  width: 3.5vw;
  height: 3.5vw;
  max-width: 45px;
  max-height: 45px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 7% 7% 0;
}
.c-articlelist-A__item._taiken > i,
#taiken .c-articlelist-A__item > i {
  background-color: #004d9f;
}
.c-articlelist-A__item._people > i,
#people .c-articlelist-A__item > i {
  background-color: #00964f;
}
.c-articlelist-A__item._life > i,
#life .c-articlelist-A__item > i {
  background-color: #d6092f;
}
.c-articlelist-A__item._shop > i,
#shop .c-articlelist-A__item > i {
  background-color: #f2a729;
}

.c-articlelist-A__item > i:after {
  content: "";
  border: 6px solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-3px, -50%);
}

/* c-bannerlist-A
--------------------------- */

.c-bannerlist-A {
  margin: 0 -2% -3%;
  text-align: center;
}

.c-bannerlist-A > li {
  width: 25%;
  padding: 0 2% 3%;
  display: inline-block;
  vertical-align: top;
}

.c-bannerlist-A__item {
  text-align: left;
  display: block;
}

.c-bannerlist-A__item > figure {
  margin-bottom: 5%;
}

html.no-touchevents .c-bannerlist-A__item:hover > .c-title-B {
  color: #f5a900 !important;
}

/* c-badge-A
--------------------------- */

.c-badge-A {
  font-size: calc(1.067 * var(--rem-base));
  line-height: 1.4;
  text-align: center;
  width: 9vw;
  height: 9vw;
  min-width: 100px;
  min-height: 100px;
  max-width: 130px;
  max-height: 130px;
  border-radius: 50%;
  background-color: #f5a900;
  position: relative;
}

#shop .c-badge-A {
  color: #f5a900;
  background-color: #fff;
}

.c-badge-A > span {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-45%);
}

/* c-catnav
--------------------------- */

.c-catnav {
  position: relative;
  transform: translateY(-5vw);
}

.c-catnav__trigger {
  color: #fff;
  font-size: calc(0.867 * var(--rem-base));
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  display: block;
  height: 44px;
  width: 22vw;
  max-width: 280px;
  min-width: 240px;
  padding-left: 1em;
  background-color: #f5a900;
  border: 2px solid #f5a900;
  border-radius: 22px;
  position: absolute;
  right: 0;
  transform: translateY(-100%);
  transition: all 0.05s linear;
}
.c-catnav__trigger:before {
  content: "";
  border: 6px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -3px 0 0 10%;
}
.c-catnav__trigger:hover {
  background-color: var(--color-base);
  border-color: var(--color-base);
}
/* #taiken .c-catnav__trigger:hover {
  background-color: #004d9f;
  border-color: #004d9f;
}
#people .c-catnav__trigger:hover {
  background-color: #00964f;
  border-color: #00964f;
}
#life .c-catnav__trigger:hover {
  background-color: #d6092f;
  border-color: #d6092f;
} */

.c-catnav__nav-outer {
  overflow: hidden;
  transition: height 0.2s;
}
html.js .c-catnav__nav-outer {
  height: 0;
}
.c-catnav__nav-inner {
  padding-top: 1px;
}

.c-catnav__nav {
  padding: 3vw 5vw calc(3vw - 0.7em) 5vw;
  margin-top: 50px;
  background-color: #fff;
  position: relative;
}

.c-catnav__nav:before {
  content: "";
  border: 20px solid transparent;
  border-bottom: 25px solid #fff;
  position: absolute;
  top: -45px;
  right: calc(2vw + 80px);
}

.c-catnav__nav > li {
  font-size: calc(1.067 * var(--rem-base));
  line-height: 1.4;
  display: inline-block;
  position: relative;
  margin: 0 2vw 0.4em 0;
}
.c-catnav__nav > li:last-child {
  margin-right: 0;
}
.c-catnav__nav > li:after {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(1vw, -50%) rotate(40deg);
}
.c-catnav__nav > li:last-child:after {
  content: none;
}

.c-catnav__nav > li > a {
  display: block;
  padding: 0.5em 1em;
}
.c-catnav__nav > li > a:hover {
  color: #f5a900;
}

/* c-graph
--------------------------- */

.c-graph {
  display: block;
}
.c-graph:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/c-graphic01.png) no-repeat 0 0;
  background-size: 600px auto;
}

.c-graph._img1 {
  width: 162px;
  height: 157px;
}
body._loadend .c-graph._img1:after {
  animation: c-graph_a1 6s infinite linear;
}
@keyframes c-graph_a1 {
  0%,
  ,
  50%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-2%, -5%);
  }
  75% {
    transform: translate(2%, 5%);
  }
}

.c-graph._img2,
#people .c-graph {
  width: 157px;
  height: 160px;
}
.c-graph._img2:after,
#people .c-graph:after {
  background-position: -200px 0;
}
body._loadend .c-graph._img2:after {
  animation: c-graph_a2 8s infinite linear;
}
@keyframes c-graph_a2 {
  0%,
  ,
  50%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(2%, -6%);
  }
  75% {
    transform: translate(-2%, 6%);
  }
}

.c-graph._img3,
#life .c-graph {
  width: 183px;
  height: 160px;
}
.c-graph._img3:after,
#life .c-graph:after {
  background-position: -400px 0;
}
body._loadend .c-graph._img3:after {
  animation: c-graph_a3 7s infinite linear;
}
@keyframes c-graph_a3 {
  0%,
  ,
  50%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(2%, 5%);
  }
  75% {
    transform: translate(-2%, -5%);
  }
}

#shop .c-graph:after {
  background: url(../images/c-graphic-shop.png) no-repeat 0 0 / contain;
}
/* c-island-A
--------------------------- */

.c-island-A {
  padding: 5vw 6vw;
  background-color: #fff;
}

/* c-logotype-A
--------------------------- */

.c-logotype-A > * {
  line-height: 1;
  text-align: center;
  display: block;
}

.c-logotype-A > b {
  font-size: calc(1.2 * var(--rem-base));
  letter-spacing: 0.1em;
}
.c-logotype-A._small > b,
.c-logotype-A._typeB > b {
  font-size: calc(1 * var(--rem-base));
}
.c-logotype-A > b:before,
.c-logotype-A > b:after {
  content: "";
  width: 1.2em;
  height: 1px;
  background-color: #1a1a1a;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0.2em;
}

.c-logotype-A > strong {
  font-size: calc(9.1 * var(--rem-base));
  font-size: calc(calc(9 * var(--rem-base)) + 50 * (100vw - 960px) / 720); /* 135px（960px）〜 185px（1680px） */
  letter-spacing: 0.03em;
  margin: 0.03em 0 -0.07em;
}
.c-logotype-A._small > strong {
  font-size: calc(6.8 * var(--rem-base));
  font-size: calc(calc(6.333 * var(--rem-base)) + 45 * (100vw - 960px) / 720); /* 95px（960px）〜 140px（1680px） */
}
.c-logotype-A._typeB > strong {
  font-size: calc(2.4 * var(--rem-base));
  font-size: calc(calc(2.267 * var(--rem-base)) + 20 * (100vw - 960px) / 720); /* 34px（960px）〜 54px（1680px） */
  margin: 0.5em 0 0.2em;
}
.c-logotype-A._typeB._taiken > strong {
  color: #004d9f;
}
.c-logotype-A._typeB._people > strong {
  color: #00964f;
}
.c-logotype-A._typeB._life > strong {
  color: #d6092f;
}
.c-logotype-A._typeB._shop > strong {
  color: #f5a900;
}

.c-logotype-A > span {
  font-size: calc(5 * var(--rem-base));
  transform: rotate(-8deg);
  padding-right: 0.3em;
}
.c-logotype-A._small > span {
  font-size: calc(3.733 * var(--rem-base));
  font-size: calc(calc(3.6 * var(--rem-base)) + 16 * (100vw - 960px) / 720); /* 54px（960px）〜 70px（1680px） */
}
.c-logotype-A._typeB > span {
  font-size: calc(4.667 * var(--rem-base));
  font-size: calc(calc(4.333 * var(--rem-base)) + 25 * (100vw - 1400px) / 720); /* 65px（960px）〜 90px（1680px） */
}

.c-logotype-A._main,
.c-logotype-A._sub {
  position: absolute;
  z-index: 1;
  margin-top: calc(-3vw - 60px);
}
.c-logotype-A._main {
  left: 50%;
  transform: translateX(-50%);
}
.c-logotype-A._sub {
  margin-left: 15vw;
}
.c-logotype-A._sub._small {
  margin-top: calc(-2vw - 50px);
}

.c-logotype-A > .c-graph {
  position: absolute;
  z-index: -1;
  top: -15px;
  transition-delay: 0.1s;
}
#taiken .c-logotype-A > .c-graph {
  left: -120px;
}
#people .c-logotype-A > .c-graph {
  top: -20px;
  left: -120px;
}
#life .c-logotype-A > .c-graph {
  left: -150px;
}
#shop .c-logotype-A > .c-graph {
  left: -120px;
}
.c-logotype-A._small > .c-graph {
  top: -25px;
}

/* c-slideobj
--------------------------- */

.c-slideobj {
  opacity: 0;
  transform: translate(0, -25px);
  transition: opacity 0.3s linear, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-slideobj._rtl {
  transform: translate(25px, 0);
}
.c-slideobj._btt {
  transform: translate(0, 15px);
}

.c-slideobj._delay1 {
  transition-delay: 0.1s;
}
.c-slideobj._delay2 {
  transition-delay: 0.2s;
}
.c-slideobj._delay3 {
  transition-delay: 0.3s;
}
.c-slideobj._delay4 {
  transition-delay: 0.4s;
}
.c-slideobj._delay5 {
  transition-delay: 0.5s;
}
.c-slideobj._delay6 {
  transition-delay: 0.6s;
}
.c-slideobj._delay7 {
  transition-delay: 0.7s;
}

html.no-js .c-slideobj,
body._loadend .c-slideobj._active,
.js-sa-elm._active .c-slideobj {
  opacity: 1;
  transform: translate(0, 0);
}

/* =============================================================

	c-header

* ============================================================= */

.c-header {
  position: relative;
  z-index: 100;
  padding: 1.3vw 1.7vw 0 2vw;
  overflow: hidden;
  margin-bottom: -40px;
}

.c-header__aibalogo {
  width: 3vw;
  min-width: 48px;
  max-width: 55px;
  float: left;
}

.c-header__100logo {
  text-align: center;
  float: right;
}

.c-header__100logo > a {
  display: block;
}

.c-header__100logo .c-100logomark {
  margin-bottom: 0.3vw;
}

.c-header__nav {
  font-size: calc(1.2 * var(--rem-base));
  letter-spacing: 0.15em;
  line-height: 1.2;
  float: right;
  margin: 10px 1.5vw 0 0;
}

.c-header__nav > li {
  display: inline-block;
  position: relative;
}
.c-header__nav > li + li {
  margin-left: 3vw;
}
.c-header__nav > li + li:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  transform: translate(-1.8vw, 0) rotate(45deg);
}

.c-header__nav > li > a {
  display: block;
  padding: 0.5em 0.7em;
}
.c-header__nav > li > a._active,
.c-header__nav > li > a:hover {
  color: #f5a900;
}

#grandtop .c-header__nav > li:first-child > a:hover {
  color: #004d9f;
}
#grandtop .c-header__nav > li > a:hover {
  color: #00964f;
}
#grandtop .c-header__nav > li:last-child > a:hover {
  color: #d6092f;
}

/* メニューグレーダウン用 */
.c-header__nav > li > i {
  color: #ccc !important;
  display: block;
  padding: 0.5em 0.7em;
}

/* =============================================================

	c-footer

* ============================================================= */

.c-footersub {
  position: relative;
}

.c-footersub__logo {
  width: 20vw;
  max-width: 280px;
  min-width: 240px;
  margin: 10vw auto 5vw;
}

.c-footersub__top {
  font-size: calc(0.867 * var(--rem-base));
  font-weight: 600;
  line-height: 1;
  padding: 1em 2em 1em 0.8em;
  position: absolute;
  right: 1.5vw;
  bottom: -3vw;
  transform-origin: 0 100%;
  transform: translate(100%, 0) rotate(-90deg);
}
html.no-touchevents .c-footersub__top:hover {
  color: #f5a900;
}

.c-footersub__top:after {
  content: "";
  border: 6px solid transparent;
  border-left: 10px solid #1a1a1a;
  position: absolute;
  top: 50%;
  margin: -7px 0 0 8px;
}
html.no-touchevents .c-footersub__top:hover:after {
  border-left-color: #f5a900;
}

#grandtop .c-footer__outer {
  background-color: #f5a900;
}
#taiken .c-footer__outer {
  background-color: #004d9f;
}
#people .c-footer__outer {
  background-color: #00964f;
}
#life .c-footer__outer {
  background-color: #d6092f;
}

.c-footer {
  color: #fff;
  text-align: center;
  margin-top: 5vw;
  margin-bottom: 0;
  padding-bottom: 90px;
  position: relative;
}
.c-footer a {
  color: #fff;
}
.c-footer a:hover {
  color: #f5a900;
}
.c-footer svg {
  fill: #fff;
}
.c-footer a:hover svg {
  fill: #f5a900;
}

#grandtop .c-footer a:hover {
  color: #1a1a1a;
}
#grandtop .c-footer a:hover svg {
  fill: #1a1a1a;
}

.c-footer__nav {
  font-size: calc(1.067 * var(--rem-base));
  line-height: 1.4;
  margin-top: -0.3em;
  margin-bottom: 2.5vw;
}

.c-footer__nav > li {
  display: inline-block;
  margin: 0 0.5em 0.5em;
}

.c-footer__nav > li > a {
  display: block;
  padding: 0.3em 0.5em;
}

.c-footer__sns {
  width: 180px;
  position: absolute;
  right: -3vw;
  bottom: 2vw;
}
.c-footer__sns:before {
  content: "FOLLOW US";
  font-size: calc(0.867 * var(--rem-base));
  font-weight: 600;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-120%, -40%);
}

.c-footer__sns > li {
  display: inline-block;
  vertical-align: middle;
  width: 34%;
  padding: 0 2%;
}
.c-footer__sns > li:first-child {
  width: 32%;
}

.c-footer__sns > li > a {
  display: block;
}

.c-footer__copy {
  color: rgba(255, 255, 255, 0.6);
  font-size: calc(0.8 * var(--rem-base));
  letter-spacing: 0.1em;
  position: absolute;
  left: -3vw;
  bottom: 2vw;
}
#grandtop .c-footer__copy {
  color: rgba(0, 0, 0, 0.5);
}

/* =============================================================

	c-style

* ============================================================= */

/*.c-fs-12 { font-size: calc(0.8 * var(--rem-base)); }
.c-fs-13 { font-size: calc(0.867 * var(--rem-base)); }
.c-fs-14 { font-size: calc(0.933 * var(--rem-base)); }
.c-fs-16 { font-size: calc(1.067 * var(--rem-base)); }
.c-fs-18 { font-size: calc(1.2 * var(--rem-base)); line-height: 1.8; }
.c-fs-20 { font-size: calc(1.333 * var(--rem-base)); line-height: 1.7; }
.c-fs-30 { font-size: calc(2 * var(--rem-base)); line-height: 1.5; }
.c-fs-40 { font-size: calc(2.667 * var(--rem-base)); line-height: 1.5; }

.c-lh-14 { line-height: 1.4; }
.c-lh-16 { line-height: 1.6; }
.c-lh-18 { line-height: 1.8; }
.c-lh-20 { line-height: 2; }
.c-lh-22 { line-height: 2.2; }*/

.c-fs-16 {
  font-size: calc(1.067 * var(--rem-base));
  line-height: 1.8;
}
.c-fs-20 {
  font-size: calc(1.333 * var(--rem-base));
  line-height: 1.8;
}
/*.c-fs-22 { font-size: calc(1.467 * var(--rem-base)); line-height: 1.6; }*/
.c-fs-25 {
  font-size: calc(1.667 * var(--rem-base));
  line-height: 1.6;
}
.c-fs-30 {
  font-size: calc(2 * var(--rem-base));
  line-height: 1.6;
}
.c-fs-36 {
  font-size: calc(2.4 * var(--rem-base));
  line-height: 1.5;
}

.c-tal-l {
  text-align: left;
}
.c-tal-r {
  text-align: right;
}
.c-tal-c {
  text-align: center;
}

/*.c-tcl-gray, .c-tcl-gray a { color: #666; }
.c-tcl-red, .c-tcl-red a { color: red; }*/

.c-tcl-gray,
.c-tcl-gray a {
  color: #999;
}
#taiken .c-tcl-p {
  color: #004d9f;
}
#people .c-tcl-p {
  color: #00964f;
}
#life .c-tcl-p {
  color: #d6092f;
}

strong,
em,
.c-fw-b {
  font-weight: 600;
}

.c-mb-0 {
  margin-top: 0 !important;
}
.c-mb-5 {
  margin-bottom: 0.375vw;
}
.c-mb-10 {
  margin-bottom: 0.75vw;
}
.c-mb-15 {
  margin-bottom: 1.125vw;
}
.c-mb-20 {
  margin-bottom: 1.5vw;
}
.c-mb-30 {
  margin-bottom: 2.25vw;
}
.c-mb-40 {
  margin-bottom: 3vw;
}
.c-mb-50 {
  margin-bottom: 3.75vw;
}
.c-mb-60 {
  margin-bottom: 4.5vw;
}
.c-mb-70 {
  margin-bottom: 5.3vw;
}
.c-mb-80 {
  margin-bottom: 6.1vw;
}
.c-mb-90 {
  margin-bottom: 6.85vw;
}
.c-mb-100 {
  margin-bottom: 7.6vw;
}
.c-mb-120 {
  margin-bottom: 10vw;
}

.c-relative {
  position: relative !important;
}
.c-static {
  position: static !important;
}

.c-hidden {
  overflow: hidden !important;
}
.c-visible {
  overflow: visible !important;
}

.c-blk {
  display: block;
}
.c-ib {
  display: inline-block;
}

.story-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em 1em;
}
.story-list .story-list-item {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
}
.story-list-item .c-articlelist-A__item {
  width: 100%;
  height: 100%;
}
.story-list-item .c-articlelist-A__txt > span {
  font-weight: 400;
}
.story_thum {
  width: 100%;
  aspect-ratio: 42/28;
  overflow: hidden;
}
.story_thum span,
.story_thum picture {
  width: 100%;
  height: 100%;
}
.story_thum img {
  object-fit: cover;
  height: 100%;
}
.story_tag {
  position: absolute;
  color: #fff;
  background-color: var(--color-base);
  padding: 0.25em 1em;
  line-height: 1;
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 4vw;
  z-index: 5;
  pointer-events: none;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .story-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .story_tag {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  .story-list {
    gap: 3em 2em;
  }
  .story_tag {
    font-size: 1.8em;
    width: 140px;
  }
}
@media screen and (min-width: 1800px) {
  .story-list {
    grid-template-columns: repeat(4, minmax(0, 420px));
    margin-inline: auto;
  }
}
