@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 7.0
Requires PHP: 5.6
Version: 2.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
/**
 * Reset specific elements to make them easier to style in other contexts.
 */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
address {
  color: #543618;
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

li {
  list-style: none;
}

.m_font {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.fwbold {
  font-weight: bold;
}

body {
  @media (min-width: 768px) {
    min-width: 1150px;
  }
}

.allwrap {}

#page {
  @media (min-width: 768px) {
    background: url("/wp-content/themes/twentytwentyone/images/bg_pc.jpg") no-repeat bottom center;
    background-size: cover;
    background-attachment: fixed;
  }
}

#content {
  @media (max-width: 768px) {
    margin-top: 7.195929vw;
  }

  @media (min-width: 768px) {
    display: flex;
    flex-wrap: wrap;
  }
}

.menu {
  display: none;

  @media (min-width: 768px) {
    display: flex;
    justify-content: center;
    order: 1;
    width: calc((100% - 393px) / 2);

    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
  }
}

.menu>div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.pclogo {
  margin-bottom: 32px;
}

.pclogo img {
  height: auto;
  width: 196px;
}

.menu ul {
  text-align: center;
  width: 362px;
}

.menu ul li a {
  color: #533417;
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 16px 0;
  text-decoration: none;
  width: 362px;
}

.menu ul li:not(:last-child) a {
  background: url("/wp-content/themes/twentytwentyone/images/line.svg") no-repeat bottom;
}

.link {
  display: none;

  @media (min-width: 768px) {
    display: flex;
    justify-content: center;
    order: 3;
    width: calc((100% - 393px) / 2);

    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
  }
}

.link>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 40px 0;
}

.link>div ul li {
  display: flex;
}

.link>div ul li:not(:last-child) {
  margin-bottom: 32px;
}

.link>div ul li a {
  background: #ffffff;
  box-shadow: 0px 3px 0px #fcdcb1;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
  color: #543618;
  display: flex;
  line-height: 64px;
  justify-content: space-between;
  text-decoration: none;
  align-items: center;
  width: 361px;
}

.link .icon_montan {
  margin-left: 24px;
  margin-right: 0;
  height: auto;
  width: 56px;
}

.link .icon_x,
.link .icon_instagram {
  margin-left: 24px !important;
  margin-right: 0;
  height: auto;
  width: 48px;
}

.link .arrow_icon {
  margin-right: 24px;
  height: auto;
  width: 15px;
}

#primary {
  background: #FFFBE5;
  width: 100%;

  @media (min-width: 768px) {
    box-sizing: border-box;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    order: 2;
    width: 393px;
  }
}

.spheader {
  @media (max-width: 768px) {
    background: #fffbe5;
    border-bottom: 3px solid #fcdcb1;
    position: fixed;
    z-index: 201;
    top: 0;
    left: 0;
    width: 100%;
  }

  @media (min-width: 768px) {
    display: none;
  }
}

.spheader h1 {
  text-align: center;
}

.spheader h1 img {
  height: auto;
  width: 62.849873vw;
}

.menubtn {
  position: absolute;
  top: 0.5vw;
  right: 1.089059vw;
  width: 9vw;
  height: 9vw;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.menubtn.on {
  background-color: #00bcd7;
}

.menubtn li {
  background: #00bcd7;
  height: 0.763359vw;
  display: block;
  width: 5.089059vw;
  position: absolute;
  left: calc((9vw - 5.089059vw) / 2);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    background-color 0.3s ease;
}

.menubtn li:nth-child(1) {
  top: 2.3vw;
}

.menubtn li:nth-child(2) {
  top: 4.1vw;
}

.menubtn li:nth-child(3) {
  top: 5.9vw;
}

.menubtn.on li {
  background: #ffffff;
}

.menubtn.on li:nth-child(1) {
  transform: translateY(1.8vw) rotate(45deg);
}

.menubtn.on li:nth-child(2) {
  opacity: 0;
}

.menubtn.on li:nth-child(3) {
  transform: translateY(-1.8vw) rotate(-45deg);
}

/* めいんいめーじ */
#mainv {
  background: url(/wp-content/themes/twentytwentyone/images/bg1.png) repeat bottom center;
  background-size: 100% auto;
  position: relative;
  height: 152.16285vw;

  @media (min-width: 768px) {
    height: 598px;
  }
}

#mainv img {
  height: auto;
  width: 100%;
}

#mainv h1 {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;

  padding-top: 12.21374vw;

  @media (min-width: 768px) {
    padding-top: 48px;
  }
}

#mainv h1 img {
  height: auto;
  width: 84.223919vw;

  @media (min-width: 768px) {
    width: 331px;
  }
}

#mainv .main_img {
  background: linear-gradient(to bottom, #fff 20%, transparent 20%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;

  @media (min-width: 768px) {
    top: 0;
  }
}

/*
#mainv .snow {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
*/
/*てきすと */
.maintxt {
  background: url(/wp-content/themes/twentytwentyone/images/bg1.png) repeat bottom center;
  background-size: 100% auto;
  padding: 6.10687vw 0 0;
  text-align: center;

  @media (min-width: 768px) {
    padding: 24px 0;
  }
}

.catch {
  background: url(/wp-content/themes/twentytwentyone/images/bg_catnch.png) no-repeat center center;
  background-size: 46.05598vw auto;
  box-sizing: border-box;
  margin-bottom: 6.10687vw;
  padding: 14.75827vw 0;

  @media (min-width: 768px) {
    background: url(/wp-content/themes/twentytwentyone/images/bg_catnch.png) no-repeat center 0;
    background-size: 191px auto;
    margin-bottom: 0;
    padding: 58px 0;
  }
}

.catch p {
  color: #543618;
  font-size: 3.562341vw;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.8em;

  @media (min-width: 768px) {
    font-size: 14px;
  }
}

.catch p+p {
  margin-top: 1em;
}

.chara_txt img {
  height: auto;
  width: 91.857506vw;
  margin: 3.053435vw auto 4.580153vw;

  @media (min-width: 768px) {
    margin: 24px auto 34px;
    width: 90%;
  }
}

.chara_txt_en {
  font-size: 3.053435vw;
  line-height: 1.6em;
  margin-bottom: 4.580153vw;
  text-align: center;

  @media (min-width: 768px) {
    margin-bottom: 64px;
    font-size: 12px;
  }
}

.newsbox {
  background: #fff;
  border: 0.763359vw solid #ffc2c2;
  border-radius: 6.10687vw;
  box-sizing: border-box;
  margin: 16.284987vw 4.071247vw 0;
  padding: 10.178117vw 6.10687vw;

  @media (min-width: 768px) {
    border: 1px solid #ffc2c2;
    border-radius: 15px;
    margin: 0 16px 264px;
    padding: 40px 24px;
  }
}

.newsbox h2 {
  margin-bottom: 10.178117vw;

  @media (min-width: 768px) {
    margin-bottom: 25px;
  }
}

.newsbox h2 img {
  height: auto;
  width: 79.643766vw;

  @media (min-width: 768px) {
    width: 100%;
  }
}

.newsbox li:not(:last-child) {
  background: #fffbe5 url(/wp-content/themes/twentytwentyone/images/line.svg) no-repeat bottom center;
  background-size: 100% auto;
}

.newsbox a {
  text-decoration: none;
  display: block;
  margin-bottom: 4.071247vw;
  padding-bottom: 4.071247vw;

  @media (min-width: 768px) {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}

.newsbox li:not(:last-child) a {
  background: #fff url("/wp-content/themes/twentytwentyone/images/line.svg") no-repeat bottom;
  background-size: 100% auto;
}

.newsbox dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.newsbox dl dt {
  color: #00bcd7;
  font-size: 3.053435vw;
  font-weight: bold;
  width: 23.918575vw;

  @media (min-width: 768px) {
    font-size: 12px;
    width: 90px;
  }
}

.newsbox dl dd.newstxt {
  color: #543618;
  display: -webkit-box;
  font-size: 3.562341vw;
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ここが表示したい行数 */
  text-align: left;
  overflow: hidden;
  width: 49.618321vw;

  @media (min-width: 768px) {
    font-size: 16px;
    width: 233px;
  }
}

/* きょうのもんたん　*/
.today {
  background: url(/wp-content/themes/twentytwentyone/images/bg1.png) repeat bottom center;
  background-size: 100% auto;
  padding-top: 16.284987vw;

  @media (min-width: 768px) {
    margin-top: -200px;
    padding-top: 0;
  }
}

.today .inner {
  background: #fffbe5;
  border-radius: 50% 50% 0 0 / 20vw 20vw 0 0;

  padding: 10.178117vw 0 16vw;
  text-align: center;

  @media (min-width: 768px) {
    border-radius: 50% 50% 0 0 / 100px 100px 0 0;
    padding: 30px 0 0;
  }
}

.today h2 {
  margin-bottom: 10.178117vw;

  @media (min-width: 768px) {
    margin-bottom: 30px;
  }
}

.today h2 img {
  height: auto;
  width: 91.857506vw;

  @media (min-width: 768px) {
    width: 100%;
  }
}

.today .box {
  background: #fff;
  border: 0.763359vw solid #ffc2c2;
  border-radius: 6.10687vw;
  box-sizing: border-box;
  margin: 0 4.071247vw 10.178117vw;
  padding: 6.10687vw 8.142494vw;

  @media (min-width: 768px) {
    border: 1px solid #ffc2c2;
    border-radius: 15px;
    box-sizing: border-box;
    margin: 0 15px 30px;
    padding: 30px 15px;
  }
}

.today .box h3 {
  color: #543618;
  margin-bottom: 4.071247vw;

  @media (min-width: 768px) {
    margin-bottom: 20px;
  }
}

.today .box div img {
  height: auto;
  width: 100%;
  border-radius: 20px;
}

/* きょうのもんたん　*/
.montan {
  text-align: center;
  background: url(/wp-content/themes/twentytwentyone/images/bg_montan2.png) no-repeat bottom center;
  background-size: 100% auto;
  margin: -14vw 0 -40vw;
  position: relative;
  z-index: 2;

  @media (min-width: 768px) {
    margin: 64px 0 0;
  }
}

.montan .inner {
  text-align: center;
  background: url(/wp-content/themes/twentytwentyone/images/bg_montan1.png) no-repeat top center;
  background-size: 100% auto;
  padding-top: 31.29771vw;
  text-align: center;

  @media (min-width: 768px) {
    background:
      linear-gradient(to bottom,
        transparent 0px,
        transparent 100px,
        white 50%,
        transparent calc(100% - 100px),
        transparent 100%),
      url(/wp-content/themes/twentytwentyone/images/bg_montan1.png) no-repeat top center / 100% auto;
    padding-top: 100px;
  }
}

.montan .inner h2 {
  background: #fff;
  padding-bottom: 10.941476vw;

  @media (min-width: 768px) {
    padding-bottom: 20px;
  }
}

.montan .inner h2 img {
  height: auto;
  width: 81.424936vw;

  @media (min-width: 768px) {
    width: 100%;
  }
}

.montan .inner p {
  color: #543618;
  font-size: 3.562341vw;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.8em;

  @media (min-width: 768px) {
    font-size: 14px;
  }
}

.montan .inner p {
  background: #fff;
}


.montan .inner p:not(:last-child) {
  padding-bottom: 1em;
}

.montan .inner .marquee-wrapper {
  background: linear-gradient(to top, transparent 30%, #fff 30%);
  padding: 8.575064vw 0 26.463104vw;
  overflow: hidden;

  @media (min-width: 768px) {
    padding: 30px 0 90px;
  }
}

/*
.montan .inner div img {
    height: auto;
    width: 263.613232vw;
}
*/

/* はみ出た部分を隠す外枠 */
.marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

/* 画像を横に並べてアニメーションさせる内枠 */
.marquee-content {
  display: flex;
  width: max-content;
  /* 中身のサイズに合わせる */
  /* 20s の部分の数字を大きくするとゆっくりになるよ */
  animation: scroll-left 50s linear infinite;
}

/* 画像のサイズ調整（必要に合わせて変えてね） */
.marquee-content img {
  width: 263.613232vw;
  height: auto;

  @media (min-width: 768px) {
    width: auto;
    height: 220px;
  }
}

/* アニメーションの動きの定義 */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    /* 半分（画像1枚分）移動したら最初の状態に戻ってループする */
    transform: translateX(-50%);
  }
}

.chara {
  background: url(/wp-content/themes/twentytwentyone/images/bg2.png) repeat top center;
  background-size: 100% auto;
  margin-bottom: -16.178117vw;

  text-align: center;
  padding-top: 43vw;
  padding-bottom: 32.284987vw;

  @media (min-width: 768px) {
    text-align: center;
    margin-bottom: -167px;
    padding-top: 64px;
    padding-bottom: 0;
  }
}

.chara .inner {
  @media (min-width: 768px) {
    background: #FFFBE5;
    padding-bottom: 264px;
  }
}

.chara h2 {
  margin-bottom: 10.178117vw;

  @media (min-width: 768px) {
    margin-bottom: 40px;
  }
}

.chara h2 img {
  height: auto;
  width: 91.857506vw;

  @media (min-width: 768px) {
    width: 100%;
  }
}

.chara .chara_img {
  background: #fff;
  border: 0.763359vw solid #ffc2c2;
  border-radius: 100vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73.02799vw;
  width: 73.02799vw;
  margin: 0 auto 4.071247vw;

  @media (min-width: 768px) {
    border: 1px solid #ffc2c2;
    border-radius: 100%;
    height: 287px;
    width: 287px;
    margin: 0 auto 16px;
  }
}

.chara .chara_img img {
  max-height: 56.234097vw;
  max-width: 40.458015vw;
  height: auto;
  width: 100%;

  @media (min-width: 768px) {
    max-height: 56.234097vw;
    max-width: 40.458015vw;
    height: 216px;
    width: auto;
  }
}

.chara h3 {
  color: #543618;
  font-size: 6.10687vw;
  font-weight: bold;
  margin-bottom: 4.071247vw;

  @media (min-width: 768px) {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.chara p {
  color: #543618;
  font-size: 3.562341vw;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.8em;
  margin-bottom: 4.071247vw;

  @media (min-width: 768px) {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.story {
  border-radius: 50% 50% 0 0 / 20vw 20vw 0 0;
  background: url(/wp-content/themes/twentytwentyone/images/bg_story.png) repeat top center;
  background-size: 100% auto;
  text-align: center;
  margin-bottom: -17vw;
  padding: 10.178117vw 0 26.463104vw;

  @media (min-width: 768px) {
    border-radius: 50% 50% 0 0 / 100px 100px 0 0;
    margin-bottom: 0;
    padding: 40px 0 164px;
  }
}

.story h2 {
  margin-bottom: 0;
}

.story h2 img {
  height: auto;
  width: 91.857506vw;

  @media (min-width: 768px) {
    width: 100%;
  }
}

.swiper-slide {
  padding-top: 8vw;

  @media (min-width: 768px) {
    padding-top: 27px;
    margin-bottom: 32px;
  }
}

.story .box {
  background: #fff;
  border: 0.763359vw solid #ffc2c2;
  border-radius: 6.10687vw;
  box-sizing: border-box;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: 0 4.071247vw 10.178117vw;
  padding: 6.10687vw 8.142494vw;
  position: relative;
  width: 80.661578vw;

  @media (min-width: 768px) {
    border: 1px solid #ffc2c2;
    border-radius: 15px;
    margin: 0 16px 16px;
    padding: 22px 32px;
    width: 317px;
  }
}

.story .box .number {
  position: absolute;
  top: -6.870229vw;
  left: 0;
  width: 100%;

  @media (min-width: 768px) {
    top: -27px;
  }
}

.story .box .number span {
  background: url(/wp-content/themes/twentytwentyone/images/number.png) repeat top center;
  background-size: 100% auto;
  color: #fff;
  line-height: 10.941476vw;
  font-size: 3.562341vw;
  display: block;
  margin: 0 auto;
  height: 10.941476vw;
  width: 10.941476vw;

  @media (min-width: 768px) {
    line-height: 43px;
    font-size: 14px;
    height: 43px;
    width: 43px;
  }
}

.story .box h3 {
  color: #543618;
  margin-bottom: 4.071247vw;

  @media (min-width: 768px) {
    margin-bottom: 16px;
  }
}

.story .box div img {
  height: auto;
  width: 100%;
  border-radius: 20px;
}

.story .box .btn {
  margin-top: 4.071247vw;

  @media (min-width: 768px) {
    margin-top: 16px;
  }
}

/* 親要素（全体を包む枠）の設定 */
.scroll-container {
  display: flex;
  /* 横並びにする */
  overflow-x: auto;
  /* 横スクロールを許可する */
  scroll-snap-type: x mandatory;
  /* スクロールがピタッと止まるようにする */
  gap: 16px;
  /* 箱と箱の隙間（好みで調整してね） */

  /* スクロールバーを見えなくする（スマホアプリっぽくなる） */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

/* 子要素（それぞれの箱）の設定 */
.box {
  /* 横幅を80%くらいにすると、次の箱の端っこがチラ見えして「フリックできる」って分かりやすいよ */
  flex: 0 0 80%;

  /* 中央でピタッと止まるようにする */
  scroll-snap-align: center;
}

.story .snslink {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

/* もんたんしょっぷ*/
.item {
  border-radius: 50% 50% 0 0 / 20vw 20vw 0 0;
  background: #cff9fd;
  text-align: center;
  margin-bottom: -17vw;
  padding: 10.178117vw 0 26.463104vw;

  @media (min-width: 768px) {
    border-radius: 50% 50% 0 0 / 100px 100px 0 0;
    margin-top: -100px;
    margin-bottom: -100px;
    padding: 40px 0 128px;
  }
}

.item h2 {
  margin-bottom: 10.178117vw;

  @media (min-width: 768px) {
    margin-bottom: 40px;
  }
}

.item h2 img {
  height: auto;
  width: 91.857506vw;

  @media (min-width: 768px) {
    width: 361px;
  }
}

.item h3 {
  color: #00bcd7;
  font-size: 5.089059vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  background: url(/wp-content/themes/twentytwentyone/images/line2.svg) no-repeat bottom center;
  background-size: 100% auto;
  margin: 0 4.071247vw 4.071247vw;
  padding-bottom: 4.071247vw;

  @media (min-width: 768px) {
    font-size: 20px;
    margin: 0 16px 16px;
    padding-bottom: 16px;
  }
}

.item ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /*gap: 2.035623vw;*/
}

.item ul li {
  margin: 0 1.343511vw 8.142494vw;
  width: 41.73028vw;

  @media (min-width: 768px) {
    margin: 0 5px 16px;
    width: 164px;
  }
}

.item ul li a {
  background: #ffffff;
  border: 2px solid #ffc2c2;
  box-shadow: 0px 3px 0px #ffc2c2;
  border-radius: 24px;
  display: block;
  width: 41.73028vw;
  text-decoration: none;

  @media (min-width: 768px) {
    width: 164px;
  }
}

.item ul li a div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44.020356vw;

  width: 38.931298vw;

  @media (min-width: 768px) {
    height: 173px;
    width: 164px;
  }
}

.item ul li a div img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.item ul li a p {
  color: #543618;
  font-size: 3.562341vw;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 4.071247vw;

  @media (min-width: 768px) {
    font-size: 14px;
    padding-bottom: 16px;
  }
}

.item .btn a {
  background: #fffbe5;
  box-shadow: 0px 3px 0px #fcdcb1;
  border-radius: 100vw;
  color: #543618;
  display: block;
  font-size: 3.562341vw;
  font-weight: bold;
  line-height: 12.21374vw;
  margin: 0 auto 4.071247vw;

  text-align: center;
  text-decoration: none;
  width: 91.857506vw;
  transition:
    transform 0.1s ease,
    box-shadow 0.1s ease;

  @media (min-width: 768px) {
    font-size: 14px;
    line-height: 48px;
    margin-bottom: 32px;
    width: 361px;
  }
}

.item .btn a:active {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px #fcdcb1;
}

.item .btn2 a {
  background: #00bcd7;
  box-shadow: 0px 3px 0px #00a1b8;
  border-radius: 100vw;
  color: #fff;
  display: block;
  font-size: 3.562341vw;
  font-weight: bold;
  line-height: 12.21374vw;
  margin: 0 auto 4.071247vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  width: 91.857506vw;
  transition:
    transform 0.1s ease,
    box-shadow 0.1s ease;

  @media (min-width: 768px) {
    font-size: 14px;
    line-height: 48px;
    margin-bottom: 16px;
    width: 361px;
  }
}

.item .btn2 a:active {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px #00a1b8;
}

.story .btn a,
.chara .btn a,
.today .btn a,
.how .btn a,
.shop .btn a,
.subpage_cont .btn a {
  background: #00bcd7;
  border-radius: 100vw;
  box-shadow: 0px 3px 0px #00a1b8;
  color: #fff;
  display: block;
  font-size: 4.071247vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  line-height: 11.450382vw;
  margin: 0 auto 4.071247vw;

  text-align: center;
  text-decoration: none;
  width: 64.37659vw;
  transition:
    transform 0.1s ease,
    box-shadow 0.1s ease;

  @media (min-width: 768px) {
    font-size: 16px;
    line-height: 48px;
    margin-bottom: 16px;
    width: 90%;
  }
}

.story .btn a:active,
.chara .btn a:active,
.today .btn a:active,
.how .btn a:active,
.shop .btn a:active {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px #00a1b8;
}

.icon_montan {
  margin-right: 4.834606vw;
  margin-left: 0;
  height: auto;
  width: 14.249364vw !important;

  @media (min-width: 768px) {
    margin-right: 19px;
    width: 56px !important;
  }
}

.item .btn a img {
  height: auto;
  margin-left: 2.035623vw;
  vertical-align: middle;
  width: 3.816794vw;

  @media (min-width: 768px) {
    margin-left: 8px;
    width: 15px;
  }
}

.item .btn2 a img {
  height: auto;
  margin-left: 2.035623vw;
  vertical-align: middle;
  width: 2.544529vw;

  @media (min-width: 768px) {
    margin-left: 8px;
    width: 10px;
  }
}

/* すのーもんきーってなんだっけ？*/

.how {
  background: url(/wp-content/themes/twentytwentyone/images/bg_how.png) no-repeat bottom center;
  background-size: 100% auto;
  border-radius: 50% 50% 0 0 / 20vw 20vw 0 0;
  margin-bottom: -17vw;
  padding: 10.178117vw 0 26.463104vw;
  text-align: center;

  @media (min-width: 768px) {
    border-radius: 50% 50% 0 0 / 100px 100px 0 0;
    margin-bottom: -64px;
    padding: 40px 0 128px;
  }
}

.how h2 {
  margin-bottom: 10.178117vw;

  @media (min-width: 768px) {
    margin-bottom: 40px;
  }
}

.how h2 img {
  height: auto;
  width: 91.857506vw;

  @media (min-width: 768px) {
    width: 361px;
  }
}

.howlogo {
  margin-bottom: 6.10687vw;

  @media (min-width: 768px) {
    margin-bottom: 24px;
  }
}

.howlogo img {
  height: auto;
  width: 73.282443vw;

  @media (min-width: 768px) {
    width: 288px;
  }
}

.howtxt {
  font-size: 3.562341vw;
  font-weight: bold;
  margin: 0 4.071247vw 6.10687vw;
  text-align: left;

  @media (min-width: 768px) {
    font-size: 14px;
    margin: 0 16px 24px;
  }
}

.story .btn a img,
.chara .btn a img,
.today .btn a img,
.how .btn a img,
.shop .btn a img,
.subpage_cont .btn a img {
  margin-left: 2.035623vw;
  height: auto;
  width: 2.544529vw;

  @media (min-width: 768px) {
    margin-left: 8px;
    width: 10px;
  }
}

.outsite_txt {
  font-weight: bold;
  font-size: 3.053435vw;

  @media (min-width: 768px) {
    font-size: 12px;
  }
}

/* とりあつかいてん */
.shop {
  border-radius: 50% 50% 0 0 / 20vw 20vw 0 0;
  margin-bottom: -17vw;
  padding: 10.178117vw 0 26.463104vw;

  background: #fffbe5;
  text-align: center;

  @media (min-width: 768px) {
    border-radius: 50% 50% 0 0 / 100px 100px 0 0;
    margin-top: -100px;
    margin-bottom: -100px;
    padding: 40px 0 128px;
  }
}

.shop h2 {
  margin-bottom: 10.178117vw;

  @media (min-width: 768px) {
    margin-bottom: 40px;
  }
}

.shop h2 img {
  height: auto;
  width: 100%;
}

.shoplogo {
  margin-bottom: 4.071247vw;

  @media (min-width: 768px) {
    margin-bottom: 16px;
  }
}

.shoplogo img {
  height: auto;
  width: 43.256997vw;

  @media (min-width: 768px) {
    width: 170px;
  }
}

.shop h3 {
  color: #543618;
  font-size: 4.580153vw;
  font-family: "M PLUS Rounded 1c", sans-serif;

  @media (min-width: 768px) {
    font-size: 18px;
  }
}

.shop h4 {
  color: #543618;
  font-size: 3.053435vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #fffbe5 url(/wp-content/themes/twentytwentyone/images/line.svg) no-repeat bottom center;
  background-size: 100% auto;
  margin: 0 4.071247vw 4.071247vw;
  padding-bottom: 4.071247vw;

  @media (min-width: 768px) {
    font-size: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}

.shop .address {
  font-size: 3.562341vw;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 4.071247vw;

  @media (min-width: 768px) {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.shop .att {
  font-size: 3.053435vw;

  @media (min-width: 768px) {
    font-size: 12px;
  }
}

.shoplist {
  background: #fffbe5;
  text-align: center;
  padding-top: 16.284987vw;

  @media (min-width: 768px) {
    padding-top: 64px;
  }
}

.shoplist h2,
.shoplist li {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}

.shoplist h2 {
  background: #fffbe5 url(/wp-content/themes/twentytwentyone/images/line.svg) no-repeat bottom center;
  background-size: 100% auto;
  color: #00bcd7;
  font-size: 5.089059vw;
  margin: 0 4.071247vw 4.071247vw;
  padding-bottom: 4.071247vw;

  @media (min-width: 768px) {
    font-size: 20px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}

.shoplist li {
  font-size: 3.562341vw;
  line-height: 1.8em;

  @media (min-width: 768px) {
    font-size: 14px;
  }
}

/* えすえぬえす */
.snslink {
  background: #fffbe5;
  text-align: center;
  padding-top: 16.284987vw;
  padding-bottom: 26vw;

  @media (min-width: 768px) {
    padding-top: 64px;
    padding-bottom: 128px;
  }
}

.snslink p {
  color: #ebbf93;
  margin-bottom: 3.053435vw;
  font-size: 3.562341vw;

  @media (min-width: 768px) {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.story .snslink p {
  color: #543618;
}

.snslink li {
  margin: 0 4.071247vw 3.053435vw;

  @media (min-width: 768px) {
    margin: 0 16px 12px;
  }
}

.snslink li a {
  background: #ffffff;
  display: block;
  color: #543618;
  line-height: 16.284987vw;
  box-shadow: 0px 3px 0px #fcdcb1;
  border-radius: 100px;
  font-size: 3.562341vw;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.1s ease,
    box-shadow 0.1s ease;

  @media (min-width: 768px) {
    font-size: 14px;

    line-height: 64px;
  }
}

.snslink li a:active {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px #fcdcb1;
}

.snslink li a img {
  vertical-align: middle;
  margin-left: 10.941476vw;

  @media (min-width: 768px) {
    margin-left: 43px;
  }
}

.icon_x,
.icon_instagram {
  margin-left: 0 !important;
  margin-right: 10.941476vw;
  height: auto;
  width: 12.21374vw;

  @media (min-width: 768px) {
    margin-right: 43px;
    width: 48px;
  }
}

/* さいとふったー */
.site-footer {
  position: relative;

  @media (min-width: 768px) {
    margin: 0 auto;
    width: 393px;
  }
}

.fchara {
  background: #fffbe5;
  position: absolute;
  text-align: center;
  top: -21.900763vw;
  z-index: 1;
  width: 100%;

  @media (min-width: 768px) {
    top: -90px;
  }
}

.site-footer.bg_pink .fchara {
  background: #ffefef;
}

.fchara img {
  height: auto;
  width: 25.445293vw;

  @media (min-width: 768px) {
    width: 100px;
  }
}

.site-footer .inner {
  background: #fffbe5 url(/wp-content/themes/twentytwentyone/images/bg_footer.png) no-repeat bottom center;
  background-size: 100% auto;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding: 11.195929vw 0 4.071247vw;
  min-height: 38.712468vw;
  z-index: 2;

  @media (min-width: 768px) {
    padding: 40px 0 16px;
    min-height: 160px;
  }
}

.site-footer.bg_pink .inner {
  background: #ffefef url(/wp-content/themes/twentytwentyone/images/bg_footer.png) no-repeat bottom center;
  background-size: 100% auto;
}

.site-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.071247vw auto;

  @media (min-width: 768px) {
    margin: 16px auto;
  }
}

.site-footer ul li {
  margin: 0 2.290076vw;

  @media (min-width: 768px) {
    margin: 0 9px;
  }
}

.site-footer ul li a {
  background: #00a1b8;
  border-radius: 6.10687vw;
  color: #fff;
  display: block;
  font-size: 3.053435vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 7.633588vw;
  text-decoration: none;
  width: 43.765903vw;

  @media (min-width: 768px) {
    font-size: 12px;
    line-height: 30px;
    width: 172px;
  }
}

.site-footer ul li a img {
  margin-left: 2.035623vw;
  vertical-align: middle;
  height: auto;
  width: 2.544529vw;
  transition: margin-left 0.3s ease;

  @media (min-width: 768px) {
    margin-left: 8px;
    width: 10px;
  }
}

.site-footer ul li a:hover img {
  margin-left: 4.035623vw;

  @media (min-width: 768px) {
    margin-left: 10px;
  }
}

.site-footer address {
  color: #fff;
  font-size: 3.053435vw;

  @media (min-width: 768px) {
    font-size: 12px;
  }
}

/* スクロール時のフェードインアニメーション */
.fade-down {
  opacity: 0;
  transform: translateY(-20px);
  transition:
    opacity 1s ease,
    transform 1s ease;
}

.fade-down.active {
  opacity: 1;
  transform: translateY(0);
}

/* スマホ用全画面メニューオーバーレイ */
.spmenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffbe5;
  z-index: 200;
  /* コンテンツより上、ボタン(201)より下 */

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 14vw 0 0;
  /* 上部ロゴやボタンに被らないよう余白を確保 */
}

/* メニュー表示時 */
.spmenu-overlay.on {
  opacity: 1;
  pointer-events: auto;
}

/* ボタンをオーバーレイより手前に表示する */
.menubtn {
  z-index: 201;
}

/* PC表示のときはオーバーレイを完全に消す */
@media (min-width: 768px) {
  .spmenu-overlay {
    display: none !important;
  }
}

/* オーバーレイ内のPC専用スタイルの調整（余白や線のリセット） */
.spmenu-overlay .pclogo img {
  width: 50vw;
  height: auto;
  margin-bottom: 8vw;
}

.spmenu-overlay ul {
  width: 100%;

  padding: 0;
  margin: 0 auto;
}

.spmenu-overlay .menu ul li a {
  background: url("/wp-content/themes/twentytwentyone/images/line.svg") no-repeat bottom;
  background-size: 100% auto;
  color: #533417;
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 16px 0;
  text-decoration: none;
  width: 100%;
}

.spmenu-overlay .menu1,
.spmenu-overlay .menu2 {
  margin: 9 auto;
  width: 91.857506vw;
}

.spmenu-overlay .menu1 li {
  margin-bottom: 3.053435vw;
  text-align: center;
}

.spmenu-overlay .menu1 li a {
  display: block;
  color: #533417;
  font-size: 3.562341vw;
  font-weight: bold;
  padding: 3.053435vw 0;
  text-decoration: none;
  width: 91.857506vw;
}

.spmenu-overlay .menu1 li:not(:last-child) a {
  background: url("/wp-content/themes/twentytwentyone/images/line.svg") no-repeat bottom;
}

.spmenu-overlay .menu2 {}

.spmenu-overlay .menu2 li {
  margin-bottom: 3.053435vw;
}

.spmenu-overlay .menu2 li a {
  background: #ffffff;

  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #543618;
  line-height: 16.284987vw;
  box-shadow: 0px 3px 0px #fcdcb1;
  border-radius: 100px;
  box-sizing: border-box;
  font-size: 3.562341vw;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;

  text-align: center;
  text-decoration: none;
  padding: 0 6.10687vw;
  transition:
    transform 0.1s ease,
    box-shadow 0.1s ease;
  width: 91.857506vw;

  @media (min-width: 768px) {
    font-size: 14px;
  }
}

.spmenu-overlay .menu2 li a img {
  vertical-align: middle;
  margin-left: 10.941476vw;

  @media (min-width: 768px) {
    margin-left: 43px;
  }
}

.spmenu-overlay .menu2 li a .icon_montan,
.spmenu-overlay .menu2 li a .icon_x,
.spmenu-overlay .menu2 li a .icon_instagram {
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: auto;
  width: 12.21374vw;
}

.spmenu-overlay .menu ul li:last-child a {
  background: none;
  /* 最後の線のリセット */
}

/* スマホメニューの閉じるボタン */

.spmenu-close-wrap {
  background: url(/wp-content/themes/twentytwentyone/images/bg_spmenu_close.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.053435vw 0;
  width: 100%;
}

.spmenu-close-img {
  height: auto;
  width: 24px;
  vertical-align: middle;
}

.spmenu-close {
  background: #ffffff;
  color: #00bcd7;
  border-radius: 100px;
  box-shadow: 0px 3px 0px #00bcd7;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 48px;
  cursor: pointer;
  box-shadow: 0px 3px 0px #00a1b8;
  transition:
    transform 0.1s ease,
    box-shadow 0.1s ease;
}

/* 押したときのめり込みアクション */
.spmenu-close:active {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px #00a1b8;
}

/* モーダルオーバーレイ（背景半透明） */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 300;
  /* メニューよりさらに前面 */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
}

/* モーダル表示時 */
.modal-overlay.on {
  opacity: 1;
  pointer-events: auto;
}

/* モーダルの中身の箱 */
.modal-content {
  background-color: #fffbe5;
  border: 3px solid #fcdcb1;
  border-radius: 20px;
  width: 95%;
  max-width: 95vw;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transform: scale(0.9);
  transition: transform 0.3s ease;

  @media (min-width: 768px) {
    width: 600px;
    max-width: 600px;
    max-height: 600px;
  }
}

/* 表示時に少し大きくする */
.modal-overlay.on .modal-content {
  transform: scale(1);
}

.modal-body {
  padding: 24px;
}

.modal-title {
  color: #533417;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

#modal-chara .modal-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffe0b7;
  border-radius: 100%;
  background: #ffffff;
  margin-bottom: 4vw;
  height: 73.02799vw;
  width: 73.02799vw;

  @media (min-width: 768px) {
    margin-bottom: 10px;
    height: 287px;
    width: 287px;
  }
}

.modal-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 16px;
}

#modal-chara .modal-img img {
  width: 50%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 16px;
}

.modal-text {
  color: #543618;
  font-size: 3.562341vw;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 4vw;

  @media (min-width: 768px) {
    margin: 0 auto;
    width: 360px;
    font-size: 14px;
  }
}

#modal-chara .swiper-wrapper {
  width: 86vw;

  @media (min-width: 768px) {
    width: 590px;
  }
}

#modal-chara .swiper-wrapper .modal-img {
  margin: 0 auto;
}

#modal-chara .modal-text li {
  background: url("/wp-content/themes/twentytwentyone/images/line.svg") no-repeat bottom center;
  padding-bottom: 4.071247vw;
  margin-bottom: 4.834606vw;

  @media (min-width: 768px) {
    padding-bottom: 16px;
    margin-bottom: 19px;
  }
}

#modal-chara .modal-text li dl {
  display: flex;
  align-items: flex-start;
}

#modal-chara .modal-text li dl dt {
  background: #ffe8d7;
  border-radius: 100px;
  color: #ff9b92;
  font-size: 2.553435vw;
  font-weight: bold;
  width: 20.356234vw;
  line-height: 5.597964vw;
  margin-right: 2.035623vw;
  text-align: center;

  @media (min-width: 768px) {
    font-size: 12px;
    line-height: 22px;
    margin-right: 8px;
    width: 80px;
  }
}

#modal-chara .modal-text li dl dd {
  font-size: 3.562341vw;
  font-weight: bold;
  width: 65.394402vw;

  @media (min-width: 768px) {
    font-size: 14px;
    width: 257px;
  }
}

/* モーダルの閉じるボタン */
.modal-close-wrap {
  background: url(/wp-content/themes/twentytwentyone/images/bg_spmenu_close.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 16px;
}

.modal-close {
  background: #ffffff;
  color: #00bcd7;
  border-radius: 100px;
  box-shadow: 0px 3px 0px #00bcd7;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 36px;
  cursor: pointer;
  transition:
    transform 0.1s ease,
    box-shadow 0.1s ease;
}

.modal-close:active {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px #00bcd7;
}

.modal-close-img {
  width: 20px;
  height: auto;
}

/* キャラクターモーダル内のスライド縦スクロール対応 */
#modal-chara .swiper-slide {
  max-height: 70vh;
  /* スマホ等で画面の高さに合わせてスライド自体の高さを制限 */
  overflow-y: auto;
  /* 縦方向にはみ出た場合にスクロール可能にする */
  box-sizing: border-box;
}

@media (min-width: 768px) {
  #modal-chara .swiper-slide {
    max-height: 450px;
    /* PC時はモーダルのサイズに合わせて制限 */
  }
}

/* フッター等のリンクボタンの通常時（アニメーションを滑らかにする設定） */
.link .menu2 ul li a {
  transition:
    transform 0.1s ease,
    box-shadow 0.1s ease;
}

/* クリックした瞬間（アクティブ状態）の沈み込み挙動 */
.link .menu2 ul li a:active {
  transform: translateY(3px);
  /* 下方向に3px移動させる */
  box-shadow: 0px 0px 0px transparent;
  /* 影を消す */
}

.subpage_cont {
  background: #ffefef;
  margin-bottom: -32vw;
  padding: 0 4vw 64vw;

  @media (min-width: 768px) {
    margin-bottom: 0;
    padding: 0 10px 126px;
  }
}

.subtitle {
  background: #ffefef;
  text-align: center;
  padding: 4vw 4vw 16.284987vw;

  @media (min-width: 768px) {
    padding: 10px 5px 64px;
  }
}

.subpage_cont h3 {
  color: #ff9b92;
  font-size: 4.580153vw;
  font-weight: bold;
  margin-bottom: 4vw;

  @media (min-width: 768px) {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.subpage_cont p,
.subpage_cont li {
  color: #543618;
  font-size: 3.562341vw;
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-weight: bold;
  line-height: 1.6em;

  @media (min-width: 768px) {
    font-size: 14px;
    font-weight: bold;
  }
}

.subpage_cont p {
  margin-bottom: 16.284987vw;

  @media (min-width: 768px) {
    margin-bottom: 64px;
  }
}

.txt_indent {
  text-indent: -1em;
  margin-left: 0.5em;
  padding-left: 1em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb64 {
  margin-bottom: 16.284987vw !important;

  @media (min-width: 768px) {
    margin-bottom: 64px !important;
  }
}

.load {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
}

.load img {
  height: auto;
  width: 30%;
}

.load.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* pc_back 無限ループ */
.pc_back {
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* 正の値にして背景より手前にする */
}

/* pc_backを裏に隠すため、コンテンツとフッターを手前に持ってくる */
#content,
#colophon {
  position: relative;
  z-index: 10;
  /* 背景が透明だと裏のpc_backが透けて見えちゃうので、必要に応じて背景色をつけてね */
}

/* SP（スマホ）では非表示にする */
@media (max-width: 767px) {
  .pc_back {
    display: none;
  }
}

.pc_back .loop-inner {
  display: flex;
  width: max-content;
  /*  animation: pc_back-loop 20s linear infinite;*/
}

.pc_back .loop-inner img {
  width: auto;
  height: 150px;
  /* 必要に応じて調整 */
  flex-shrink: 0;
}

@keyframes pc_back-loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* キャラクター詳細モーダル カスタム矢印ナビゲーション */
.modal-chara-swiper {
  position: relative;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  position: absolute;
  top: calc(44.5vw + 24px);
  /* スマホ時の画像中央付近 */
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 10vw;
  height: auto;
}

.swiper-button-prev-custom {
  left: 2vw;
}

.swiper-button-next-custom {
  right: 2vw;
}

.swiper-button-prev-custom img,
.swiper-button-next-custom img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {

  .swiper-button-prev-custom,
  .swiper-button-next-custom {
    top: 194.5px;
    /* PC時の画像中央付近 */
    width: 40px;
  }

  .swiper-button-prev-custom {
    left: 40px;
  }

  .swiper-button-next-custom {
    right: 40px;
  }
}

/* Story Swiper Navigation */
.story-prev,
.story-next {
  background-color: #fff;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* 矢印自体の色とサイズ調整 */
.story-prev::after,
.story-next::after {
  color: #333; /* 矢印の色 */
  font-size: 16px !important;
  font-weight: bold;
}