@charset "UTF-8";
:root {
  --color-main: #ba152d;
  --color-accent: #3a3f8e;
  --color-accent-dark: #1c2652;
}

/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "quentin";
  src: url("../fonts/Quentin.otf") format("opentype");
}
@font-face {
  font-family: "neueplak";
  src: url("../fonts/NeuePlak-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak";
  src: url("../fonts/NeuePlak-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak";
  src: url("../fonts/NeuePlak-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlakCondensed";
  src: url("../fonts/NeuePlakCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlakCondensed";
  src: url("../fonts/NeuePlakCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlakCondensed";
  src: url("../fonts/NeuePlakCondensed-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak-wide";
  src: url("../fonts/NeuePlak-WideBold.eot");
  src: local("Neue Plak Wide Bold"), local("NeuePlak-WideBold"), url("../fonts/NeuePlak-WideBold.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuePlak-WideBold.woff2") format("woff2"), url("../fonts/NeuePlak-WideBold.woff") format("woff"), url("../fonts/NeuePlak-WideBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "neueplak-wide";
  src: url("../fonts/NeuePlak-WideBlack.eot");
  src: local("Neue Plak Wide Black"), local("NeuePlak-WideBlack"), url("../fonts/NeuePlak-WideBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuePlak-WideBlack.woff2") format("woff2"), url("../fonts/NeuePlak-WideBlack.woff") format("woff"), url("../fonts/NeuePlak-WideBlack.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    KEYFRAMES
  ------------------------------ */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes loopClY {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes loopClY {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes loopClYRv {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes loopClYRv {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scrbarY {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@keyframes scrbarY {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@-webkit-keyframes textGradient {
  0% {
    color: #81adef;
  }
  20% {
    color: #0090f1;
  }
  40% {
    color: #4746f3;
  }
  60% {
    color: #1ccaee;
  }
  100% {
    color: #81adef;
  }
}
@keyframes textGradient {
  0% {
    color: #81adef;
  }
  20% {
    color: #0090f1;
  }
  40% {
    color: #4746f3;
  }
  60% {
    color: #1ccaee;
  }
  100% {
    color: #81adef;
  }
}
/* ******************************
 *
 * FORM RESET
 *
 * ****************************** */
input, select, textarea {
  outline: none;
}
input::focus, select::focus, textarea::focus {
  outline: none;
}

input[type=submit],
select,
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
select::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-align: left;
}
button:focus {
  outline: none;
}

.slick-slide {
  outline: none !important;
}

button {
  cursor: pointer;
  outline: none;
  padding: 0;
}

/* ******************************
 *
 * DEFAULT BLOCK SETTINGS
 *
 * ****************************** */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: #121212;
  color: #FFFFFF;
}

::selection {
  background-color: #121212;
  color: #FFFFFF;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: auto;
  font-weight: 400;
  background: #121212;
  color: #FFFFFF;
  letter-spacing: 0.06em;
  margin-top: 0 !important;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 2.56411vw;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.5208335vw;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 0.5208335vw;
  }
}
html::-webkit-scrollbar {
  display: none;
}

body {
  font-family: graphie, ryo-gothic-plusn, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

main {
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3 {
  font-weight: 700;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/* ******************************
 *
 * HEADER
 *
 * ****************************** */
#globalHeader {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  #globalHeader {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  #globalHeader {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5.5rem 2.5vw 0 3vw;
  }
}
@media screen and (min-width: 320px) {
  #globalHeader .headerLogo {
    width: 60%;
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
@media screen and (min-width: 1025px) {
  #globalHeader .headerLogo {
    width: 30%;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
}
#globalHeader .headerLogo a {
  display: block;
}
@media screen and (min-width: 320px) {
  #globalHeader .headerLogo a {
    width: 56%;
  }
}
@media screen and (min-width: 1025px) {
  #globalHeader .headerLogo a {
    width: 60%;
  }
}
#globalHeader .headerMenuWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  #globalHeader .headerMenuWrapper {
    padding-top: 0;
    gap: 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  #globalHeader .headerMenuWrapper {
    padding-top: 0.5rem;
    gap: 0 4.7rem;
  }
}
#globalHeader .headerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  z-index: 10001;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
  will-change: transform;
}
@media screen and (min-width: 320px) {
  #globalHeader .headerMenu {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 24px;
    -webkit-transform: translateY(105%);
            transform: translateY(105%);
  }
}
@media screen and (min-width: 1025px) {
  #globalHeader .headerMenu {
    position: absolute;
    top: 5.5rem;
    right: 2.5vw;
    bottom: auto;
    width: auto;
    padding: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
#globalHeader .headerMenu.isOpen {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
#globalHeader .headerMenu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(24px) saturate(140%);
  border: solid 1px rgba(255, 255, 255, 0.16);
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 1025px) {
  #globalHeader .headerMenu::before {
    display: none;
  }
}
#globalHeader .headerMenu li {
  position: relative;
  z-index: 1;
}
#globalHeader .headerMenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-family: "neueplak", sans-serif;
}
@media screen and (min-width: 320px) {
  #globalHeader .headerMenu a {
    font-size: 1.24rem;
  }
}
@media screen and (min-width: 1025px) {
  #globalHeader .headerMenu a {
    font-size: 1.6rem;
  }
}
#globalHeader .headerMenu a small {
  font-size: 70%;
}
#globalHeader .headerBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ba152d;
  border-radius: 0.8rem;
}
@media screen and (min-width: 320px) {
  #globalHeader .headerBtn {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  #globalHeader .headerBtn {
    width: 6.4rem;
    height: 6.4rem;
  }
}
#globalHeader .headerBtn::before {
  position: absolute;
  content: "購入";
  top: 105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 320px) {
  #globalHeader .headerBtn::before {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #globalHeader .headerBtn::before {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 320px) {
  #globalHeader .icon {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  #globalHeader .icon {
    width: 40%;
  }
}

.menuTrigger {
  position: fixed;
  top: 2.3rem;
  right: 5vw;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .menuTrigger {
    display: none;
  }
}
.menuTrigger.isOpen .menuTrigger_wrapper .trigger_border {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.menuTrigger.isOpen .menuTrigger_cover .trigger_border {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.menuTrigger.isOpen .menuTrigger_cover .trigger_border:first-child {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.menuTrigger.isOpen .menuTrigger_cover .trigger_border:last-child {
  -webkit-transform: scaleX(1) rotate(90deg);
          transform: scaleX(1) rotate(90deg);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.menuTrigger_wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.menuTrigger_wrapper .trigger_border {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

.menuTrigger_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menuTrigger_cover .trigger_border {
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.menuTrigger_cover .trigger_border:last-child {
  width: 100%;
  -webkit-transform: scaleX(0) rotate(90deg);
          transform: scaleX(0) rotate(90deg);
}

.trigger_border {
  display: block;
  background: white;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}
.trigger_border:last-child {
  width: 60%;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

/* ******************************
 *
 * FOOTER
 *
 * ****************************** */
#globalFooter {
  position: relative;
  background: #121212;
  color: #FFFFFF;
  margin-top: 10rem;
}
@media screen and (min-width: 320px) {
  #globalFooter {
    padding-bottom: 15rem;
  }
}
@media screen and (min-width: 1025px) {
  #globalFooter {
    padding-bottom: 0;
  }
}
#globalFooter .gFooterInner {
  overflow: hidden;
}
#globalFooter .__footerInner {
  padding: 0 2.5vw;
}
#globalFooter::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: url("../images/footLogo.webp") center bottom/contain no-repeat;
}
@media screen and (min-width: 320px) {
  #globalFooter::before {
    height: 1.57rem;
    top: -1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #globalFooter::before {
    height: 7.1rem;
    top: -6rem;
  }
}

@media screen and (min-width: 320px) {
  #footPartner {
    padding: 6.3rem 2.5vw 5.8rem;
  }
}
@media screen and (min-width: 1025px) {
  #footPartner {
    padding: 6.3rem 2.5vw 7.8rem;
  }
}
#footPartner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.5vw auto 0;
}
@media screen and (min-width: 320px) {
  #footPartner ul {
    padding-top: 2.5vw;
    gap: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  #footPartner ul {
    padding-top: 3.8vw;
    gap: 0;
  }
}
@media screen and (min-width: 320px) {
  #footPartner ul li {
    width: 25vw;
    padding: 0.6rem 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  #footPartner ul li {
    width: 15.8rem;
    padding: 0 1.57rem;
  }
}
@media screen and (min-width: 320px) {
  #footPartner ul li.hama {
    width: 25vw;
  }
}
@media screen and (min-width: 1025px) {
  #footPartner ul li.hama {
    width: 31.5rem;
  }
}
#footPartner ul li.ua {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#footPartner ul li.ua a {
  display: block;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 320px) {
  #footPartner ul li.ua a {
    width: 8.7rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #footPartner ul li.ua a {
    width: 13.4rem;
    margin-bottom: 7rem;
  }
}
#footPartner ul li.ua a:hover {
  -webkit-filter: unset;
          filter: unset;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#footPartner ul li.ua a:hover img {
  opacity: 1;
}
#footPartner ul li.ua a img {
  -webkit-filter: unset;
          filter: unset;
}
#footPartner ul a, #footPartner ul img {
  display: block;
  width: 100%;
  height: auto;
}
#footPartner ul a {
  position: relative;
  display: block;
}
#footPartner ul a:hover img:nth-child(1) {
  opacity: 0;
}
#footPartner ul a:hover img:nth-child(2) {
  opacity: 1;
}
#footPartner ul img {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
#footPartner ul img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
}

#footerSns {
  font-weight: 700;
  font-family: "neueplak", sans-serif;
  color: #FFFFFF;
}
@media screen and (min-width: 320px) {
  #footerSns {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #footerSns {
    padding: 9rem 0 7.8rem;
  }
}
#footerSns .hashTag {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 320px) {
  #footerSns .hashTag {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  #footerSns .hashTag {
    font-size: 7.2rem;
  }
}
#footerSns ul {
  display: grid;
  width: 95%;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 320px) {
  #footerSns ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  #footerSns ul {
    grid-template-columns: repeat(7, 1fr);
  }
}
#footerSns li:nth-child(1) a {
  background: #CF2E92;
}
#footerSns li:nth-child(2) a {
  background: #1DA1F2;
}
#footerSns li:nth-child(3) a {
  background: #434343;
}
#footerSns li:nth-child(4) a {
  background: #3EC8B3;
}
#footerSns li:nth-child(5) a {
  background: #DA1725;
}
#footerSns li:nth-child(6) a {
  background: #00B900;
}
#footerSns li:nth-child(7) a {
  background: #222222;
}
#footerSns a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 2px 2px 30px -8px rgba(0, 0, 0, 0);
          box-shadow: 2px 2px 30px -8px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 300ms ease, -webkit-transform 400ms ease;
  transition: -webkit-box-shadow 300ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 300ms ease, transform 400ms ease;
  transition: box-shadow 300ms ease, transform 400ms ease, -webkit-box-shadow 300ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 320px) {
  #footerSns a {
    padding: 1.2rem 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  #footerSns a {
    padding: 1.5rem 2.2rem;
  }
}
#footerSns a:hover {
  z-index: 1;
  -webkit-box-shadow: 2px 2px 30px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 2px 30px -8px rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#footerSns svg {
  display: block;
  fill: #FFFFFF;
}
@media screen and (min-width: 320px) {
  #footerSns svg {
    width: 2.1rem;
    height: 2.1rem;
  }
}
@media screen and (min-width: 1025px) {
  #footerSns svg {
    width: 2.8rem;
    height: 2.8rem;
  }
}
#footerSns .text {
  padding-top: 5px;
}
@media screen and (min-width: 320px) {
  #footerSns .text {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1025px) {
  #footerSns .text {
    font-size: 1.8rem;
  }
}

.__footerLink {
  margin: 2.5vw auto 0;
  padding-top: 2.5vw;
}
.__footerLink ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5vw;
}
.__footerLink a {
  position: relative;
  display: block;
  background: #1c2652;
  border-radius: 1.5px;
  overflow: hidden;
}
.__footerLink a:hover .__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.__footerLink .__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.__footerLink .__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.__footerLink .__text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5vw 0 2.5vw;
}
@media screen and (min-width: 320px) {
  .__footerLink .__text {
    height: 55vw;
  }
}
@media screen and (min-width: 600px) {
  .__footerLink .__text {
    height: 30vw;
  }
}
@media screen and (min-width: 1025px) {
  .__footerLink .__text {
    height: 30vw;
  }
}
.__footerLink .__en {
  font-family: "neueplak", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 320px) {
  .__footerLink .__en {
    font-size: 5.6vw;
    padding-left: 3vw;
    border-left: solid 0.75vw;
  }
}
@media screen and (min-width: 600px) {
  .__footerLink .__en {
    font-size: 3.8vw;
    padding-left: 3vw;
    border-left: solid 0.75vw;
  }
}
@media screen and (min-width: 1025px) {
  .__footerLink .__en {
    font-size: 2vw;
    padding-left: 3vw;
    padding-top: 1rem;
    border-left: solid 0.75vw;
  }
}
.__footerLink .__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0 3vw;
}
@media screen and (min-width: 320px) {
  .__footerLink .__ja {
    font-size: 3vw;
  }
}
@media screen and (min-width: 600px) {
  .__footerLink .__ja {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .__footerLink .__ja {
    font-size: 1vw;
  }
}
@media screen and (min-width: 320px) {
  .__footerLink .__ja svg {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .__footerLink .__ja svg {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.endFooter .inner {
  width: 95%;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 320px) {
  .endFooter .inner {
    padding: 2.5vw;
    margin: 3rem auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .endFooter .inner {
    padding: 2.5vw;
    margin: 3.9rem auto 0;
  }
}
.endFooter .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.endFooter .sitemap h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 320px) {
  .endFooter .sitemap h1 {
    width: 100%;
    margin: 4.7rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .endFooter .sitemap h1 {
    width: 15%;
    margin: 0;
  }
}
.endFooter .sitemap h1 a, .endFooter .sitemap h1 img {
  display: block;
}
.endFooter .sitemap h1 a {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
@media screen and (min-width: 320px) {
  .endFooter .sitemap h1 a {
    width: 23%;
  }
}
@media screen and (min-width: 1025px) {
  .endFooter .sitemap h1 a {
    width: 50%;
  }
}
.endFooter .sitemap h1 a:hover {
  opacity: 0.6;
}
.endFooter .sitemap h1 img {
  display: block;
  width: 100%;
  height: auto;
}
.endFooter .sitemap nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .endFooter .sitemap nav {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .endFooter .sitemap nav {
    width: 80%;
  }
}
.endFooter .sitemap nav div {
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 320px) {
  .endFooter .sitemap nav div {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .endFooter .sitemap nav div {
    width: 15%;
  }
}
.endFooter .sitemap nav h2 {
  font-family: "neueplak", sans-serif;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 320px) {
  .endFooter .sitemap nav h2 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .endFooter .sitemap nav h2 {
    font-size: 2.2rem;
  }
}
.endFooter .sitemap nav li {
  padding: 5px 0;
  line-height: 1;
}
.endFooter .sitemap nav a {
  opacity: 0.85;
  letter-spacing: 0.03em;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 320px) {
  .endFooter .sitemap nav a {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .endFooter .sitemap nav a {
    font-size: 1.4rem;
  }
}
.endFooter .sitemap nav a:hover {
  opacity: 0.4;
}
.endFooter .copyArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #121212;
}
@media screen and (min-width: 320px) {
  .endFooter .copyArea {
    padding: 2.5vw;
    font-size: 2.74vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 600px) {
  .endFooter .copyArea {
    padding: 2.5vw;
    font-size: 1.14vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .endFooter .copyArea {
    padding: 2.5vw;
    font-size: 0.84vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 320px) {
  .endFooter .copyArea p {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .endFooter .copyArea p {
    margin-top: 0;
  }
}
.endFooter .copyArea p, .endFooter .copyArea ul {
  opacity: 0.8;
}
.endFooter .copyArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.endFooter .copyArea ul li {
  padding: 3px 0;
}
.endFooter .copyArea ul li::after {
  content: "/";
}
@media screen and (min-width: 320px) {
  .endFooter .copyArea ul li::after {
    margin: 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .endFooter .copyArea ul li::after {
    margin: 0 1.5rem;
  }
}
.endFooter .copyArea ul li:last-child::after {
  display: none;
}
.endFooter .copyArea a:hover {
  text-decoration: underline;
}

/* ******************************
 *
 * HOVER ANIMATION
 *
 * ****************************** */
.hoverLine span {
  position: relative;
  display: inline-block;
}
.hoverLine span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
}
.hoverLine:hover span::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

/* ******************************
 *
 * COMMON UI
 *
 * ****************************** */
.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imgWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
}
.imgWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.commonBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 0.75rem 0.75rem 1.75rem;
  border-radius: 10rem;
  background: #ba152d;
  overflow: hidden;
}
.commonBtn a:hover .btnIcon::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.commonBtn a:hover .btnIcon svg {
  -webkit-animation: arrowGo 400ms ease;
          animation: arrowGo 400ms ease;
}
.commonBtn .btnText {
  font-size: 1rem;
  color: #FFFFFF;
  margin-right: 4.5rem;
}
.commonBtn .btnIcon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
}
.commonBtn .btnIcon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
}
.commonBtn .btnIcon svg {
  position: relative;
  z-index: 1;
  display: block;
  fill: #ba152d;
  width: 40%;
  height: 40%;
}

@-webkit-keyframes arrowGo {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(250%);
            transform: translateX(250%);
  }
  51% {
    -webkit-transform: translateX(-250%);
            transform: translateX(-250%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes arrowGo {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(250%);
            transform: translateX(250%);
  }
  51% {
    -webkit-transform: translateX(-250%);
            transform: translateX(-250%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.textGal, .textGalWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.textGal {
  overflow: hidden;
}
.textGal.reverse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.textGal.reverse .textGalWrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-animation: loopClRv 50000ms linear infinite both;
          animation: loopClRv 50000ms linear infinite both;
}
.textGal.vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.textGal.vert .textGalWrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: loopClY 100000ms linear infinite both;
          animation: loopClY 100000ms linear infinite both;
}
.textGal.vert .textGalItem {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.textGal.vert.reverse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.textGal.vert.reverse .textGalWrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-animation: loopClYRv 100000ms linear infinite both;
          animation: loopClYRv 100000ms linear infinite both;
}

.textGalWrapper {
  -webkit-animation: loopCl 50000ms linear infinite both;
          animation: loopCl 50000ms linear infinite both;
}

.textGalItem {
  font-weight: 900;
  color: #e9eef2;
}
@media screen and (min-width: 320px) {
  .textGalItem {
    font-size: 10rem;
    width: 70rem;
  }
}
@media screen and (min-width: 1025px) {
  .textGalItem {
    font-size: 14rem;
    width: 100rem;
  }
}

@media screen and (min-width: 320px) {
  .textGalImg {
    width: 35vw;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .textGalImg {
    width: 25vw;
    margin-right: 2rem;
  }
}

@media screen and (min-width: 320px) {
  .pageBread {
    width: 100%;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageBread {
    width: auto;
    margin-top: 0;
  }
}
.pageBread ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .pageBread ol {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .pageBread ol {
    width: auto;
  }
}
.pageBread li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .pageBread li {
    font-size: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .pageBread li {
    font-size: 0.95rem;
  }
}
.pageBread li::after {
  content: "●";
  opacity: 0.5;
}
@media screen and (min-width: 320px) {
  .pageBread li::after {
    font-size: 6px;
    margin: 0 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageBread li::after {
    font-size: 0.82rem;
    margin: 0 1.5rem;
  }
}
.pageBread li:last-child::after {
  display: none;
}
.pageBread li a {
  color: #ba152d;
}
.pageBread li a:hover {
  text-decoration: underline;
}
.pageBread li .current {
  opacity: 0.6;
}

.cardLink {
  position: relative;
}
.cardLink .cardLinkInner {
  position: relative;
  display: block;
}
.cardLink .cardLinkInner:hover .cardLinkImg {
  -webkit-filter: brightness(0.65);
          filter: brightness(0.65);
}
.cardLink .cardLinkInner:hover .cardLinkText span::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}
.cardLink .cardLinkInner:hover .cardLinkIcon::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.cardLink .dispSvg {
  display: block;
  width: 100%;
  height: 100%;
}
.cardLink .dispSvg.blur image {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
.cardLink .cardLinkImg {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
  will-change: filter;
}
.cardLink .cardLinkImg svg mask path {
  fill: #FFFFFF;
}
.cardLink .cardLinkText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #FFFFFF;
}
@media screen and (min-width: 320px) {
  .cardLink .cardLinkText {
    padding: 1.5rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .cardLink .cardLinkText {
    padding: 3rem;
    font-size: 2.1rem;
  }
}
.cardLink .cardLinkText span {
  position: relative;
  display: inline-block;
}
.cardLink .cardLinkText span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
}
.cardLink .cardLinkSv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .cardLink .cardLinkSv {
    padding: 2rem 2rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .cardLink .cardLinkSv {
    padding: 4rem 3rem 2.5rem;
  }
}
@media screen and (min-width: 320px) {
  .cardLink .cardLinkSv .name {
    width: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .cardLink .cardLinkSv .name {
    width: 15rem;
  }
}
.cardLink .cardLinkSv .name img {
  width: 100%;
  height: auto;
}
.cardLink .cardLinkSv .copy {
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 320px) {
  .cardLink .cardLinkSv .copy {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .cardLink .cardLinkSv .copy {
    font-size: 1.6rem;
  }
}
.cardLink .cardLinkSv .svCat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 320px) {
  .cardLink .cardLinkSv .svCat {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1025px) {
  .cardLink .cardLinkSv .svCat {
    font-size: 0.96rem;
  }
}
.cardLink .cardLinkSv .catName {
  background: #ba152d;
  color: #FFFFFF;
  padding: 4px 8px;
  border-radius: 3px;
}
.cardLink .cardLinkSv ul {
  position: relative;
  left: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 0 1rem;
}
.cardLink .cardLinkSv ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -1rem;
  width: calc(100% + 2rem);
  height: 2px;
  background: #ba152d;
}
.cardLink .cardLinkMock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
}
.cardLink .cardLinkMock img {
  display: block;
}
@media screen and (min-width: 320px) {
  .cardLink .cardLinkMock img {
    width: 10rem;
  }
}
@media screen and (min-width: 1025px) {
  .cardLink .cardLinkMock img {
    width: 18rem;
  }
}
.cardLink .cardLinkEn {
  font-weight: 600;
}
.cardLink .cardLinkJa {
  font-size: 60%;
}
.cardLink .cardLinkJa span::after {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.cardLink .cardLinkIcon {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .cardLink .cardLinkIcon {
    right: -0.35rem;
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .cardLink .cardLinkIcon {
    right: -0.5rem;
    width: 4.65rem;
    height: 4.65rem;
  }
}
.cardLink .cardLinkIcon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ba152d;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  will-change: transform;
}
.cardLink .cardLinkIcon svg {
  position: relative;
  z-index: 1;
  display: block;
  fill: #FFFFFF;
  width: 40%;
  height: 40%;
}
@media screen and (min-width: 320px) {
  .cardLink.size1_3 .cardLinkIcon {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .cardLink.size1_3 .cardLinkIcon {
    width: 4.2rem;
    height: 4.2rem;
  }
}

#pageFv {
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #pageFv {
    padding: 7.5rem 0 5rem;
  }
}
@media screen and (min-width: 1025px) {
  #pageFv {
    padding: 12.5rem 0 10rem;
  }
}
#pageFv.isSingle .inner {
  margin-top: -3rem;
}
@media screen and (min-width: 320px) {
  #pageFv.isSingle .inner {
    padding: 3rem 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  #pageFv.isSingle .inner {
    padding: 3rem 10vw 0;
  }
}
#pageFv .singleTitle {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #pageFv .singleTitle {
    padding: 5rem 5vw 0;
    margin-bottom: -5.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #pageFv .singleTitle {
    padding: 5rem 10vw 0;
    margin-bottom: -7.5rem;
  }
}
#pageFv .singleTitle .cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ba152d;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.94rem;
  padding: 5px 20px 5px 15px;
  border-radius: 5rem;
  margin-bottom: 1.5rem;
}
#pageFv .singleTitle .cat svg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
}
#pageFv .singleTitle h1 {
  font-weight: 700;
  line-height: 1.64;
}
@media screen and (min-width: 320px) {
  #pageFv .singleTitle h1 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  #pageFv .singleTitle h1 {
    font-size: 3.2rem;
  }
}
#pageFv .textGal {
  position: relative;
}
#pageFv .textGal::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/grad01.jpg") center center/cover no-repeat;
  mix-blend-mode: soft-light;
}
#pageFv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 5vw 0;
}
#pageFv .titleTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.94rem;
}
#pageFv .titleTime svg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
}
#pageFv .titleEn {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.25em;
}
#pageFv .titleJa {
  font-weight: 700;
  font-size: 1.15rem;
}

/* ******************************
 *
 * ARTICLES
 *
 * ****************************** */
.articleListThumbBody figure {
  margin: 0;
}
.articleListThumbBody .articleTitle {
  font-weight: 700;
  font-size: 1.35rem;
  margin: 1.5rem 0;
}
.articleListThumbBody .articleExcerpt {
  font-size: 0.96rem;
  line-height: 1.64;
  opacity: 0.75;
  margin-bottom: 1.5rem;
}
.articleListThumbBody .articleInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  padding-left: 1.5rem;
}
.articleListThumbBody .articleInfo span {
  position: relative;
  display: inline-block;
}
.articleListThumbBody .articleInfo span::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #3a3f8e;
  position: absolute;
  top: calc(50% - 0.4rem);
  left: -1.5rem;
}
.articleListThumbBody .articleInfo time {
  margin-left: 1.25rem;
  opacity: 0.65;
}

.pickupArticleSliderScrollbar {
  height: 10px;
  background: #e9eef2;
  margin: 3rem 0 0;
}
.pickupArticleSliderScrollbar .swiper-scrollbar-drag {
  background: #ba152d;
}

.pickSliderArrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.pickSliderArrows .swiper-button-disabled {
  opacity: 0.4;
}
.pickSliderArrows .swiper-button-disabled .arrow:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pickSliderArrows .arrow {
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  will-change: transform;
}
.pickSliderArrows .arrow:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.pickSliderArrows svg {
  display: block;
  fill: #ba152d;
}
@media screen and (min-width: 320px) {
  .pickSliderArrows svg {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .pickSliderArrows svg {
    width: 2rem;
    height: 2rem;
  }
}/*# sourceMappingURL=style.css.map */