@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
/* footer, */
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

li {
  list-style: none;
}

a {
  /* text-decoration: none; */
  color: #232323;
  outline: none;
  transition: opacity 0.5s;
}

/* ③ ホバー時に透明 */
a:hover {
  opacity: 0.4;
}

.wrapper a {
  /* border-bottom: 1px solid currentColor; */
  font-size: 90%;
  line-height: 1;
  /* margin: 0 0.5em; */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
/* footer, */
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;

  font-family: "游ゴシック", "Yu Gothic", "Helvetica Neue", Helvetica,
    "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Meiryo, "Meiryo UI",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, Roboto,
    sans-serif;

  /* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */

  font-family: YakuHanJP, "dnp-shuei-gothic-kin-std", sans-serif;
  font-feature-settings: "palt";
  color: #232323;

  font-size: 62.5%;
  /* background: linear-gradient(45deg, #e4e6f1, #f9f9f9, #eae4fa); */
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;

  font-feature-settings: "palt" 0;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

footer {
  text-align: center;
  padding: 1.5em 0;
  color: #fff;
  background-color: #232323;
}

/* フェードイン */
/*==================================================
ふわっ
===================================*/

/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s, transform 0.6s;
}
.fadeUpTrigger.fadeUp {
  opacity: 1;
  transform: translateY(0);
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
.start {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 150px;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 500px;
  height: 100vh; /*ナビの高さ*/
  background: rgba(255, 255, 255, 0.95);
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

.g-nav-list {
  padding: 0;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*リストのレイアウト設定*/

#g-nav li {
  list-style: none;
  /* text-align: center; */
  /* border-bottom: 1px solid #232323; */
}

.g-nav-list-main {
  font-family: "bebas-kai", sans-serif;
  color: #19ea31;
  font-size: 32px;
  /* color: #232323; */
  text-decoration: none;
  padding: 0.5em 0;
  margin: 0.25em 32px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0em;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-bottom: 1px solid rgb(243, 243, 243);
  line-height: 0.75;
}

#g-nav li a:hover {
  opacity: 0.5;
}

.g-nav-list-sub {
  display: inline-block;
  color: #232323;
  letter-spacing: -0.01em;
  /* font-family: "游ゴシック", "Yu Gothic", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Meiryo, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, Roboto, sans-serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: justify;
  width: 50em;
  max-width: 100%;
  /* margin: 0 0.5em; */
}

.g-nav-list-sub a:hover {
  opacity: 0.5;
}

#g-nav .buttonIconText02 {
  margin: 50px 32px;
}

/*========= ボタンのためのCSS ===============*/

.openbtn {
  position: fixed;
  z-index: 1000; /*ボタンを最前面に*/
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0px;
  height: 1px;
  border-radius: 2px;
  width: 100%;
  background: #232323;
}

.openbtn span:nth-of-type(1) {
  top: 12.5px;
}

.openbtn span:nth-of-type(2) {
  top: 25px;
}

.openbtn span:nth-of-type(3) {
  top: 37.5px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 75%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 75%;
}

/* ページトップ */
html {
  scroll-behavior: smooth;
}
.pagetop {
  /* height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #232323;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; */

  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  /* background: #fff; */
  /* border: solid 2px #232323; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 25px;
  width: 25px;
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
  transform: translateY(20%) rotate(-45deg);
}

.epilogueInfo__grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 48px;
  align-items: start;
  background-color: #fff;
  margin: 0 auto 5em;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0 0 20px rgb(183 183 183 / 20%);
}

.epilogueInfo__grid-fff {
  gap: 32px;
  grid-template-columns: 2fr 3fr;
  align-items: center;
}

.epilogueInfo__grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  align-items: start;
  /* background-color: #fff; */
  margin: 0 auto;
  border-radius: 5px;
  padding: 24px;
  /* box-shadow: 0 0 20px rgb(183 183 183 / 20%); */
}

.epilogueInfo__grid-vertical {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr .5fr;
  gap: 8px;
  align-items: start;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 5px;
  padding: 16px;
  box-shadow: 0 0 20px rgb(183 183 183 / 20%);
}

.epilogueInfo__img {
  position: relative;
  /* padding: 24px; */
}

.epilogueInfo__img img {
  width: 100%; /* 画像をセルに合わせる場合 */
  height: auto;
  display: block;
}

.epilogueInfo__img img {
  width: 100%; /* 画像をセルに合わせる場合 */
  height: auto;
  display: block;
}

.epilogueInfo__imgFlooricon {
  position: absolute;
  top: -32px;
  left: -32px;
  font-family: "bebas-kai", sans-serif;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  margin: 0 0 0.1em 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 50%;
  background-color: #232323;
  width: 63px;
  height: 63px;
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  margin: 0 0 0.1em 0;
  color: #fff;
  border: 3px solid #fff;
}

.epilogueInfo__txt {
  display: grid;
  /* 縦詰めしてあふれたら次の列へ */
  grid-auto-flow: column;
  /* １列あたり最大２行分の縦幅を確保 */
  grid-template-rows: repeat(2, auto);
  /* 列幅は残り幅を均等にシェア */
  grid-auto-columns: minmax(0, 1fr);
  /* 行間も列間も一気に指定 */
  /* gap: 12px; */
}
.epilogueInfo__f {
  background: #fff;
  /* padding: 20px; */
  border-radius: 5px;
  /* 必要なら幅100%は外してOKです */
  /* width: 100%; */
}

.epilogueInfo__f-guide {
  font-family: "bebas-kai", sans-serif;
  font-size: 48px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  margin: 0 0 0.1em 0;
}

.epilogueInfo__f-dt {
  letter-spacing: -0.01em;
  font-family: "Helvetica Neue", Helvetica, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Meiryo, "Meiryo UI",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, Roboto,
    sans-serif;
  /* width: 13ch; */
  /* margin-bottom: 1em; */
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-size: 16px;
  font-weight: 700;
  line-height: 0.9;
}

.epilogueInfo__f-dt-sub {
  letter-spacing: -0.01em;
  font-family: "Helvetica Neue", Helvetica, "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Meiryo, "Meiryo UI",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, Roboto,
    sans-serif;
  /* width: 13ch; */
  /* margin-bottom: 1em; */
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-size: 16px;
  font-weight: 700;
  line-height: 0.9;
}

.epilogueInfo__f-dd {
  letter-spacing: -0.01em;
  /* font-family: "游ゴシック", "Yu Gothic", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Meiryo, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, Roboto, sans-serif; */
  padding-bottom: 0.5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
  width: 50em;
  max-width: 100%;
}

/* アコーディオン */
.readmore {
  position: relative;
  margin: 50px auto 0;
  padding: 0px 0px 75px;
}

.readmore-content {
  position: relative;
  height: 100px;
  transition: all 0.8s;
  overflow: hidden;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  transition: all 0.8s;
  background: linear-gradient(
    rgba(229, 229, 229, 0) 0%,
    rgba(229, 229, 229, 0.8) 50%,
    rgba(229, 229, 229, 1) 100%
  );
}

.readmore-content.is_open:before {
  display: none;
}

.readmore button {
  position: absolute;
  display: table;
  left: 10%;
  bottom: 0px;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  transition: all 0.8;
}

/* buttonタグのリセットCSS（不要な場合、セレクタごと削除してください） */
button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* ボタンのスタイル */
.buttonIconText02 {
  text-decoration: none;
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 25em;
  height: 48px;
  padding: 8px 64px 8px 8px;
  margin: 2.5em 0 0;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #19ea31;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
  color: #232323;
}

.buttonIconText02__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.buttonIconText02_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.buttonIconText02_text {
  flex-shrink: 1;
  width: 100%;
}

@media (any-hover: hover) {
  .buttonIconText02 {
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .buttonIconText02_icon {
    transition: transform 0.2s;
  }

  .buttonIconText02:hover {
    background-color: #19ea31;
  }

  .buttonIconText02:hover .buttonIconText02_icon {
    transform: translateX(4px);
  }

  .buttonIconText02:hover .buttonIconText02_icon__left {
    transform: translateX(-4px);
  }
}

/* 左矢印アイコンのスタイル */
.iconArrowLeft {
  rotate: 180deg;
}

/* メインコンテンツ */
.heroImage {
  width: 100%;
  height: 100vh;
  background-image: url(https://www.arknets.co.jp/wwwroot/ext/25ss_alohacollection/dist/img/top-pc-min.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #232323;
}

.heroImage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* 黒・透明度50% */
  z-index: 1;
  pointer-events: none; /* 背景がクリックを阻害しないように */
}

/* heroImage__title のスタイル */
.heroImage__title {
  width: 38%; /* 横幅を親要素に合わせる */
  max-width: 600px;
  position: absolute; /* 初期位置 */
  top: 50%;
  left: 50%;
  z-index: 100;
  /* opacity: 0; */
  transform: translate(-50%, -50%);
}

/* Glitch Effect */
.heroImage__title img {
  animation: glitchRandom 3s infinite;
}

@keyframes glitchRandom {
  0%,
  5%,
  100% {
    filter: none;
  }
  6% {
    filter: drop-shadow(-3px 0px 1.2px #ff0033)
      drop-shadow(3px 0px 1.2px #0099ff) drop-shadow(0px 3px 1.2px #00cc66)
      contrast(1.2) brightness(1.07);
  }
  8% {
    filter: drop-shadow(3px -2px 1.2px #ff0033)
      drop-shadow(-2px 2px 1.2px #0099ff) drop-shadow(0px -3px 1.2px #00cc66)
      contrast(1.2) brightness(1.07);
  }
  10% {
    filter: drop-shadow(-1px 2px 1.2px #ff0033)
      drop-shadow(2px -2px 1.2px #0099ff)
      drop-shadow(-1.5px 1.5px 1.2px #00cc66) contrast(1.2) brightness(1.07);
  }
  12% {
    filter: drop-shadow(2px 1px 1.2px #ff0033)
      drop-shadow(-2px -2px 1.2px #0099ff) drop-shadow(1px 2px 1.2px #00cc66)
      contrast(1.2) brightness(1.07);
  }
  14% {
    filter: none;
  }
}

.epilogueWarp {
  background-color: rgb(229, 229, 229);
}

.epilogueWarp-bg {
  background-color: rgb(229, 229, 229);
  background-image: linear-gradient(
      rgba(229, 229, 229, 1),
      rgba(229, 229, 229, 0.6),
      rgba(229, 229, 229, 0.8),
      rgba(229, 229, 229, 1)
    ),
    url(../img/logo-mainTtlTxt.svg);
  background-position: top;
  background-size: cover;
  position: relative;
}

.epilogueWarp-sub {
  background-color: rgb(243, 243, 243);
}

.epilogue {
  max-width: 1100px;
  margin: 0 auto;
  padding: 150px 20px 15vw;
}

.epilogueSub {
  background-color: #ddd;
}

.epilogueTtlWarp {
  /* height: 15vh; */
  text-align: center;
  padding: 0 0 7.5em;
}

.epilogueTtl {
  font-family: "bebas-kai", sans-serif;
  font-size: 48px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  margin: 0 0 0.1em 0;
  color: rgb(25 234 49);
}

.epilogueTtlSub {
  font-family: "bebas-kai", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  /* padding: 0 0 100px 0; */
}

.epilogueTxt {
  /* font-family: "游ゴシック", "Yu Gothic", "Helvetica Neue", Helvetica,
    "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Meiryo, "Meiryo UI",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, Roboto,
    sans-serif; */
  max-width: 914px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 0 0 50px 0;
  margin: 0 auto;
}

.epilogueTxtSub {
  max-width: 914px;
  color: #9c9c9c;
  font-family: "bebas-kai", sans-serif;
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: justify;
  /* padding: 0 0 15vw 0; */
  margin: 0 auto;
}

.epilogueImg {
  width: 100%;
  height: 30vw;

  background-position: center;
  background-size: cover;
  position: relative;

  max-width: 914px;
  padding: 0 0 100px 0;
  margin: 0 auto 50px;
}

.epilogueImg-sunsurf-01 {
  background-image: url(../img/bg-sunsurf-02.jpg);
}

.epilogueImg-sunsurf-02 {
  background-image: url(../img/bg-sunsurf-03.jpg);
}

.epilogueImg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: inline-block;
  width: 100px;
}

.movieFrame {
  position: relative;
  width: 100%; /* max-width: 914px を親で指定しているので、これでOK */
  padding-top: 56.25%; /* 16:9 = 9/16*100 */
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; /* 下余白はお好みで */
}

.movieFrame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.epilogueTxt__buttonIcon {
  display: flex;
  justify-content: center; /* 横方向中央 */
  align-items: center; /* 縦方向中央 */
  height: 100%; /* 必要に応じて高さを指定 */
}

.infoWarp {
  /* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  /* max-width: 914px; */
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
  /* padding: 0 0 100px 0; */
  margin: 0 auto;
}
.infoTxt {
  padding: 0 0 2em;
  /* font-family: "游ゴシック", "Yu Gothic", "Helvetica Neue", Helvetica,
    "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Meiryo, "Meiryo UI",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, Roboto,
    sans-serif; */
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 0 0 2em 0;
  margin: 0 auto;
}

.infoTxt dl {
  margin: 0 0 1em 0;
}

.infoTxt dt {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  /* font-family: "游ゴシック", "Yu Gothic", "Helvetica Neue", Helvetica,
    "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Meiryo, "Meiryo UI",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, Roboto,
    sans-serif; */
  margin: 0 0 0.5em 0;
  line-height: 1.5;
}

.infoTxt dd {
  margin: 0 0 0.5em 0;
}

.infoTxt-points {
  background-color: white;
  padding: 1em;
  line-height: 1.5;
  display: block;
  border-radius: 2px;
  margin: 1em 0 0 0;
}

.infoTxt .Clause {
  list-style: disc;
  line-height: 150%;
  margin: 0 0 0.5em 1em;
  font-size: 14px;
  position: relative;
}

.infoTxt .Clause::before {
  position: absolute;
  left: -1em;
  top: 0;
  content: "・";
}

.infoImg {
  padding: 0 0 2em;
  border-radius: 5px;
}

.epilogueBrandWarp {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 15vw 0;
}

.epilogueBrand__img {
  width: 100px;
  margin: 0 75px 1em 0;
}

.epilogueBrand__TxtWarp {
  width: calc(1100px - 175px);
  text-align: justify;
  word-break: break-all;
}

.epilogueBrand__name {
  font-family: "bebas-kai", sans-serif;
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}
.epilogueBrand__nameSub {
  max-width: 914px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 0 0 1.5em 0;
}

.epilogueBrand__Txt {
  /* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  max-width: 914px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 0 0 1.5em 0;
}

.brand {
  max-width: 1100px;
  margin: 0 15vw 0;
  padding: 7.5vw 0;
}

.brandTtlWarp {
  height: 20vh;
}

.brandTtl {
  font-family: "bebas-kai", sans-serif;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
  margin: 0 0 0.5em 0;
}

.ebrandTtlSub {
  font-family: "bebas-kai", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  padding: 0 0 100px 0;
}

.brandTxt {
  /* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  max-width: 914px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  /* text-align:justify; */
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 0 0 100px 0;
}

.brandTxtSub {
  color: #9c9c9c;
  font-family: "bebas-kai", sans-serif;
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  /* padding: 0 0 15vw 0; */
}

.brandBrandWarp {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 7.5vw 0s;
}

.brandBrand__img {
  width: 100px;
  margin: 0 75px 10em 0;
}

.brandBrand__TxtWarp {
  width: calc(1100px - 175px);
  text-align: justify;
  word-break: break-all;
}

.brandBrand__name {
  font-family: "bebas-kai", sans-serif;
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}
.brandBrand__nameSub {
  max-width: 914px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 0 0 1.5em 0;
}

.brandBrand__Txt {
  /* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  max-width: 914px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 0 0 1.5em 0;
}

.fabric {
  margin: 0 0 0 15vw;
}

.fabricImg {
  /* width: calc(100% - 15vw); */
  width: 100%;
  height: 30vw;
  background-image: url(../img/detail.jpg);
  background-position: center;
  background-size: cover;
}

.fabricTxtWarp {
  margin: 100px 100px 0;
}

.fabricTtl {
  font-family: "bebas-kai", sans-serif;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  padding: 0 0 50px 0;
}

.fabricTxt {
  max-width: 1100px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  /* text-align:justify; */
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 0 0 100px 0;
}

.fabricTxtSub {
  max-width: 914px;
  color: #9c9c9c;
  font-family: "bebas-kai", sans-serif;
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 0 0 15vw 0;
}

.feature {
  background-color: rgb(243, 243, 243);
}

.featureImg {
  width: 100%;
  height: 110vh;
  background-position: center;
  background-size: cover;
  position: relative;
}

.featureImg01 {
  background-image: url(../img/bg-sunsurf-01.jpg);
  position: relative;
}

.featureImg01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(24, 26, 25, 0.2);
  mix-blend-mode: multiply;
}

/* .featureImg02 {
  background-image: url(../img/item_02-sp.jpg);
} */

.featureImgTtl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  padding: 20px;
}

.featureImgIcon {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}

.featureImgTtl-main {
  font-family: "bebas-kai", sans-serif;
  font-size: 56px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  margin: 0 0 0.1em 0;
  color: #fff;
  text-align: center;
}

.featureImgTtl-sub {
  font-family: YakuHanJP, "dnp-shuei-gothic-kin-std", sans-serif;
  font-feature-settings: "palt";
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}

.featureImgTtl__img {
  width: 150px;
}

.featureImg__Ttl {
  font-family: "bebas-kai", sans-serif;
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  padding: 0 0 25px 0;
  color: #fff;
  text-align: center;
}

.featureImg__Ttl span {
  display: block;
  font-family: "bebas-kai", sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  padding: 0 0 0.5em 0;
  color: #fff;
  text-align: center;
}

.featureImg__TtlSub {
  font-family: "bebas-kai", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}

.featureTxtWarp {
  margin: 100px calc(100px + 15vw) 0;
}

.featureTtl {
  font-family: "bebas-kai", sans-serif;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  margin: 0 0 0.75em 0;
}

.featureTtlSub {
  font-family: "bebas-kai", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  padding: 0 0 100px 0;
}

.featureTxt {
  max-width: 1100px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  /* text-align:justify; */
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 0 0 15vw 0;
}

.featureTxtSub {
  max-width: 914px;
  color: #9c9c9c;
  font-family: "bebas-kai", sans-serif;
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 0 0 15vw 0;
}

.featuretyling {
  margin: 0 7.5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.featureStyling__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  width: 100%;
  height: 180vw;
  /* padding: 20px; */
}

.featureStyling__grid-img {
  width: 100%;
  height: 100vh;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;

  /* background-color: #f2f2f2; */
  /* border: 1px solid #ccc; */
  /* padding: 20px;
  text-align: center;
  font-size: 1.2em; */
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

.featureStyling__img01-01 {
  background-image: url(../img/item_01-01.jpg);
}
.featureStyling__img01-02 {
  background-image: url(../img/item_01-02.jpg);
}
.featureStyling__img01-03 {
  background-image: url(../img/item_01-03.jpg);
}
.featureStyling__img01-04 {
  background-image: url(../img/item_01-04.jpg);
}
.featureStyling__img01-05 {
  background-image: url(../img/item_01-05.jpg);
}
.featureStyling__img01-06 {
  background-image: url(../img/item_01-06.jpg);
}

.featureStyling__img02-01 {
  background-image: url(../img/item_02-01.jpg);
}
.featureStyling__img02-02 {
  background-image: url(../img/item_02-02.jpg);
}
.featureStyling__img02-03 {
  background-image: url(../img/item_02-03.jpg);
}
.featureStyling__img02-04 {
  background-image: url(../img/item_02-04.jpg);
}
.featureStyling__img02-05 {
  background-image: url(../img/item_02-05.jpg);
}
.featureStyling__img02-06 {
  background-image: url(../img/item_02-06.jpg);
}

.featureStyling__credit {
  width: 100%;
  margin: 100px 7.5vw;
  padding: 0 0 15vw;
}

.featureStyling__creditTtl {
  max-width: 1100px;
  font-family: "bebas-kai", sans-serif;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.05em;
  padding: 0 0 25px 0;
}

.featureStyling__creditList {
  max-width: 914px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.75;
  padding: 0 0 100px 0;
}

.featureStyling__creditList li a {
  color: #232323;
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-bottom: 1px solid #232323;
}

.featureStyling__creditList li a:hover {
  opacity: 0.5;
}

.featureStyling__creditList li span {
  font-family: "bebas-kai", sans-serif;
  font-size: 21px;
  display: inline-block;
  width: 3em;
  font-weight: 300;
}

.featureStyling__brand {
  width: 100%;
  margin: 100px 0 100px 100px;
  padding: 0 0 15vw;
}

.featureStyling__brandTtl {
  max-width: 1100px;
  font-family: "bebas-kai", sans-serif;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.05em;
  padding: 0 0 25px 0;
}

.featureStyling__brandList {
  max-width: 914px;
  /* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.75;
  /* padding: 0 0 100px 0; */
}

.featureStyling__brandList li a {
  color: #232323;
  text-decoration: none; /* デフォルトのアンダーラインを削除 */
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative; /* 疑似要素のために必要 */
}

.featureStyling__brandList li a:hover {
  opacity: 0.5;
}

.featureStyling__brandList li span {
  font-family: "bebas-kai", sans-serif;
  font-size: 21px;
  display: inline-block;
  font-weight: 300;
}

.featureStyling__brandList li a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px; /* 線を文字の下に配置 */
  height: 1px; /* 線の高さ */
  width: 100%; /* 文字の幅に合わせて線の幅を設定 */
  background-color: #232323; /* 線の色 */
}

/* ショップリスト */

.p-shoplist {
  background-color: #f6f6f6;
  color: #232323;
  padding: 250px 15vw;
}

.p-shoplist__ttl {
  margin: 0 auto 50px;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__ttl {
    margin: 0 0 30px;
  }
}

.shoplist__block {
}

.p-shoplist__inner {
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .p-shoplist__inner {
    display: block;
  }
}

.p-shoplist__block {
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin: 0 auto 50px;
  padding: 0 0 50px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .p-shoplist__block {
    margin: 0 0 50px;
    width: auto;
  }

  .p-shoplist__block:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__block {
    display: block;
    margin: 0 auto 100px;
  }
}

.p-shoplist__overview {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}

@media only screen and (max-width: 640px) {
  .p-shoplist__overview {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__overview {
    flex: 0 0 100%;
    margin: 0 0 20px;
    width: 100%;
  }
}

.p-shoplist__imgArea {
  flex: 0 0 calc(50% - 5px);
  width: calc(50% - 5px);
}

@media only screen and (max-width: 640px) {
  .p-shoplist__imgArea {
    flex: 0 0 100%;
    margin: 30px 0 0;
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__imgArea {
    flex: 0 0 100%;
    width: 100%;
  }
}

.p-shoplist__img {
  border-radius: 3px;
  overflow: hidden;
}

.p-shoplist__shopName {
  font-size: 18px;
  line-height: 1em;
  padding-bottom: 5px;
}

.p-shoplist__shopKana {
  font-size: 10px;
}

@media only screen and (max-width: 640px) {
  .p-shoplist__shopKana {
    display: block;
    margin: 5px 0 0 0;
  }
}

.p-shoplist__shopinfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin: 20px auto 15px;
}

.p-shoplist__shopinfo dt {
  align-items: center;
  color: #333;
  display: flex;
  flex: 0 0 80px;
  font-size: 12px;
  font-style: italic;
  margin: 5px 0 0 0;
  max-width: 80px;
}

.p-shoplist__shopinfo dd {
  flex: 0 0 calc(100% - 80px);
  line-height: 1.4;
  margin: 5px 0 0 0;
  width: calc(100% - 80px);
}

.p-shoplist__map {
  font-style: italic;
  margin-left: 5px;
}

.p-shoplist__tel::after {
  display: none;
}

@media only screen and (max-width: 640px) {
  .p-shoplist__tel::after {
    display: inline;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__tel::after {
    display: inline;
  }
}

.p-shoplist__notice {
  font-size: 10px;
}

.p-shoplist__sns ul {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 20px;
}

.p-shoplist__sns li {
  margin-right: 10px;
  width: 18px;
}

.p-shoplist__sns li svg {
  fill: #222;
}

.p-shoplist .c-linkUnderLine {
  font-family: inherit;
  color: #222;
}

.sectionLabel {
  align-items: center;
  color: #5ba4c3;
  display: flex;
  flex: 1 1 auto;
  font-family: "bebas-kai", sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  justify-content: center;
  line-height: 1;
  padding-bottom: 80px;
  padding-top: 20px;
}

@media only screen and (max-width: 640px) {
  .sectionLabel {
    font-size: 3rem;
    padding: 0 2rem 2.5rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .sectionLabel {
    font-size: 3.5rem;
    padding: 0 2rem 4rem;
  }
}

.c-articleLabelL {
  color: #333;
  font-family: "bebas-kai", sans-serif;
  font-size: min(2vw, 50px);
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .c-articleLabelL {
    font-size: 30px;
  }
}

.c-articleLabelM {
  color: #333;
  /* font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    メイリオ, Meiryo, serif; */
  font-size: min(1.1vw, 30px);
  font-weight: 300;
  line-height: 1.5em;
}

@media only screen and (max-width: 640px) {
  .c-articleLabelM {
    font-size: 14px;
    line-height: 1.5em;
  }
}

.articleLabelS {
  font-size: 1.2rem;
  font-weight: 100;
  margin-right: 10px;
}

@media only screen and (min-width: 1024px) {
  .nonePc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .noneSp {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .noneTl {
    display: none;
  }
}

.c-linkButton {
  background: #232323;
  border: 1px solid #232323;
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  font-family: "bebas-kai", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 8px 1.6em 9px;
  position: relative;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.c-linkButton::after {
  -webkit-transform: rotate(45deg);
  border-right: 1px #fff solid;
  border-top: 1px #fff solid;
  content: "";
  display: block;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  width: 4px;
}

.c-linkButton:hover {
  background: #fff;
  background-position: 99% 60%;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
}

.c-linkButton:hover::after {
  border-right: 1px #232323 solid;
  border-top: 1px #232323 solid;
}

.linkArr {
  background: #333;
  border: 1px solid #fff;
  color: #fff;
  color: #fff;
  display: block;
  font-family: "bebas-kai", sans-serif;
  position: relative;
  text-align: center;
  width: 200px;
}

.linkArr__arr {
  background-color: #fff;
  bottom: 1em;
  height: 1px;
  position: absolute;
  right: 24px;
  transition: all 0.5s ease;
  width: 35px;
}

.linkArr__arr:before {
  -webkit-transform: rotate(40deg);
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 1px;
  position: absolute;
  right: -1px;
  transform: rotate(40deg);
  transition: all 0.5s ease;
  width: 10px;
}

.linkArr__wrap {
  color: #fff;
  display: block;
  font-size: 12px;
  height: 100%;
  letter-spacing: 0.08em;
  line-height: 3em;
  padding-left: 18px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  z-index: 1;
}

.linkArr:hover .BtnArr__arr,
.linkArr:hover .BtnArr__arr:before {
  -webkit-transform: translateX(10px);
  background-color: #fff;
  transform: translateX(10px);
  transition: all 0.5s ease;
}

.linkArr:hover .BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.c-linkUnderLine {
  display: inline-block;
  font-family: "bebas-kai", sans-serif;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}

.c-linkUnderLine::after,
.c-linkUnderLine::before {
  background-color: #4e4e4e;
  content: "";
  height: 1px;
  position: absolute;
}

.c-linkUnderLine::before {
  bottom: -1px;
  left: 0;
  transition: width ease 0.4s;
  width: 0%;
}

.c-linkUnderLine::after {
  bottom: -1px;
  left: 0;
  transition: all ease 0.6s;
  width: 100%;
}

.c-linkUnderLine:hover {
  text-decoration: none;
}

.c-linkUnderLine:hover::before {
  background-color: #4e4e4e;
  width: 100%;
}

.c-linkUnderLine:hover::after {
  background-color: #ddd;
  left: 100%;
  transition: all ease 0.2s;
  width: 0%;
}

.c-linkHoverLine {
  color: #333;
  display: inline-block;
  font-family: "bebas-kai", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  position: relative;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}

.c-linkHoverLine::after {
  background: #4e4e4e;
  bottom: 1px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
}

.c-linkHoverLine:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.c-linkHoverLine:hover:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}

.u-mt10px {
  margin-top: 10px;
}

.u-mt20px {
  margin-top: 20px;
}

.u-mt30px {
  margin-top: 30px;
}

.u-mt60px {
  margin-top: 60px;
}

.u-mb100px {
  margin-bottom: 100px;
}

.u-imgfix {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.js-show-b {
  -webkit-transform: translate(0, 10px);
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 1s;
}

.js-show-b.is-show-b {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.js-show-t {
  -webkit-transform: translate(0, -10px);
  opacity: 0;
  transform: translate(0, -10px);
  transition: all 1s;
}

.js-show-t.is-show-t {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.js-show-l {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
  transform: translate(-10px, 0);
  transition: all 1s;
}

.js-show-l.is-show-l {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .js-show-l.is-show-l {
    display: block;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .js-show-l.is-show-l {
    display: block;
  }
}

.js-show-r {
  -webkit-transform: translate(10px, 0);
  opacity: 0;
  transform: translate(10px, 0);
  transition: all 1s;
}

.js-show-r.is-show-r {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.l-basewidth {
  font-size: 40px;
  margin: 0 auto 50px;
  max-width: 1640px;
  /* padding-left: 40px;
  padding-right: 40px; */
  /* width: 85.4166666667vw; */
  width: calc(100vw -15vw);
}

.p-shoplist__btn {
  font-size: 14px;
}

/* ショップリスト */

.p-youtube {
  background-color: rgba(229, 229, 229);
  color: #232323;
  padding: 250px 15vw;
}

.p-youtube__ttl {
  margin: 0 auto 50px;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-youtube__ttl {
    margin: 0 0 30px;
  }
}

.p-youtube__inner {
  justify-content: center;
  /* display: flex; */
  margin: 0 auto;
  padding: 0 7.5vw;
}

@media only screen and (max-width: 640px) {
  .p-youtube__inner {
    display: block;
    padding: 0;
  }
}

.p-youtube__block {
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin: 0 auto 50px;
  padding: 0 0 50px;
  text-align: center;

  position: relative;
  padding-bottom: 56.25%; /* 16:9のアスペクト比を維持する */
  height: 0;
  margin-bottom: 50px;
  overflow: hidden;
}

.p-youtube__block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  .p-youtube__block {
    margin: 0 0 50px;
    width: auto;
  }

  .p-youtube__block:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-youtube__block {
    display: block;
    margin: 0 auto 100px;
  }
}

.p-youtube__overview {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}

@media only screen and (max-width: 640px) {
  .p-youtube__overview {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-youtube__overview {
    flex: 0 0 100%;
    margin: 0 0 20px;
    width: 100%;
  }
}

.p-youtube__imgArea {
  flex: 0 0 calc(50% - 5px);
  width: calc(50% - 5px);
}

@media only screen and (max-width: 640px) {
  .p-youtube__imgArea {
    flex: 0 0 100%;
    margin: 30px 0 0;
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-youtube__imgArea {
    flex: 0 0 100%;
    width: 100%;
  }
}

.p-youtube__img {
  border-radius: 3px;
  overflow: hidden;
}

.p-youtube__shopName {
  font-size: 18px;
  line-height: 1em;
  padding-bottom: 5px;
}

.p-youtube__shopKana {
  font-size: 10px;
}

@media only screen and (max-width: 640px) {
  .p-youtube__shopKana {
    display: block;
    margin: 5px 0 0 0;
  }
}

.p-youtube__shopinfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin: 20px auto 15px;
}

.p-youtube__shopinfo dt {
  align-items: center;
  color: #333;
  display: flex;
  flex: 0 0 80px;
  font-size: 12px;
  font-style: italic;
  margin: 5px 0 0 0;
  max-width: 80px;
}

.p-youtube__shopinfo dd {
  flex: 0 0 calc(100% - 80px);
  line-height: 1.4;
  margin: 5px 0 0 0;
  width: calc(100% - 80px);
}

.p-youtube__map {
  font-style: italic;
  margin-left: 5px;
}

.p-youtube__tel::after {
  display: none;
}

@media only screen and (max-width: 640px) {
  .p-youtube__tel::after {
    display: inline;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-youtube__tel::after {
    display: inline;
  }
}

.p-youtube__notice {
  font-size: 10px;
}

.p-youtube__sns ul {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 20px;
}

.p-youtube__sns li {
  margin-right: 10px;
  width: 18px;
}

.p-youtube__sns li svg {
  fill: #222;
}

.p-youtube .c-linkUnderLine {
  font-family: inherit;
  color: #222;
}
