@charset "shift-jis";

/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem+1em+0.25rem)
}

*,
::before,
::after {
  box-sizing: border-box
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none
}

@media(prefers-reduced-motion:no-preference) {
  html:focus-within {
    scroll-behavior: smooth
  }
}

body {
  text-rendering: optimizeSpeed;
  min-block-size: 100%
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

iframe {
  display: block;
  margin: 0 auto 11px;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%
}

:where(svg) {
  stroke: none;
  fill: currentColor
}

:where(svg):where(:not([fill])) {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

:where(svg):where(:not([width])) {
  inline-size: 5rem
}

:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit
}

:where(textarea) {
  resize: vertical
}

@supports(resize:block) {
  :where(textarea) {
    resize: block
  }
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word
}

h1 {
  font-size: 2em
}

:where(ul, ol) {
  list-style-position: inside
}

:where(ul, ol)[role="list"] {
  list-style: none
}

a:not([class]) {
  text-decoration-skip-ink: auto
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation
}

:where(input[type="file"]) {
  cursor: auto
}

:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer
}

@media(prefers-reduced-motion:no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1)
  }

  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s
  }
}

:where(:not(:active)):focus-visible {
  outline-offset: 5px
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"]),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"])[disabled] {
  cursor: not-allowed
}

a {
  text-decoration: none;
  color: #101010;
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: unset;
  font-weight: unset;
}


/*-----------------------------------------------------------------------------------------
common
----------------------------------------------------------------------------------------*/


body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  color: #101010;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

li {
  list-style: none;
}

img {
  width: 100%;
}


#wrap {
  position: relative;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.bg_scroll {
  background-color: #a6cfc1;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: 0px 0px;
  background-size: cover;
}

.hidden,
.pc {
  display: none !important;
}



/*-----------------------------------------------------------------------------------------
表示順序
----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------
text / bn
----------------------------------------------------------------------------------------*/


h1 {
  color: #101010;
  font-weight: 400;
  text-align: left;
  font-style: normal;
  margin: auto;
}

h2 {
  text-align: center;
  color: #101010;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
}

#area_right h2,
#area_left h2 {
  font-size: 20px;
}

/*日にち*/
.day {
  font-size: 3.5vw;
  text-align: center;
  border-radius: 10px 10px 0 0px;
  width: fit-content;
  color: #13131385;
  white-space: nowrap;
}

/*バナー＋テキスト*/
.textbanner {
  gap: 10px;
  margin: 30px auto !important;
}

.textbanner>div:first-of-type {
  width: 100%;
}

.textbanner>div:last-of-type {
  width: 100%;
}

/*-----------------------------------------------------------------------------------------
staff
----------------------------------------------------------------------------------------*/
/*スタッフカラー*/
.s01 {
  background-color: #135C39 !important;
  color: #f1f4f9;
}

/*ジャンボーイ・ゴゴ*/
.s02 {
  background-color: #FF4A26 !important;
  color: #f1f4f9;
}

/*ウホ野*/
.s03 {
  background-color: #FFD10D !important;
  color: #f1f4f9;
}

/*キイロ*/
.s04 {
  background-color: #1D3159 !important;
  color: #f1f4f9;
}

/*ぎょーさん*/
.s05 {
  background-color: #0DAAFF !important;
  color: #f1f4f9;
}

/*ゆうしん*/
.s06 {
  background-color: #F29494 !important;
  color: #f1f4f9;
}

/*犬総動員*/
.s07 {
  background-color: #854AD9 !important;
  color: #f1f4f9;
}

/*はむらしい*/
.s08 {
  background-color: #F23030 !important;
  color: #f1f4f9;
}

/*ずんずん*/
.s09 {
  background-color: #D99036 !important;
  color: #f1f4f9;
}

/*せっちゃん*/
.s10 {
  background-color: #BFBFBF !important;
  color: #f1f4f9;
}

/*いーねっこず*/
.s11 {
  background-color: #765134 !important;
  color: #f1f4f9;
}

/*豆腐ドリル?*/
.s12 {
  background-color: #F923DA !important;
  color: #f1f4f9;
}

/*しろいの?*/
/*-----------------------------------------------------------------------------------------
perts
----------------------------------------------------------------------------------------*/

/*ハッシュタグ*/

.postlist .post .tug a {
  cursor: default;
  pointer-events: none;
}


.tug span,
#postsort label {
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1% 4%;
  margin-bottom: 3%;
  margin-right: 1%;
  display: inline-block;
  cursor: default;
  text-decoration: none;
}

#postsort label {
  cursor: pointer;
}

#postsort input:checked+label {
  background-color: #101010;
  color: #f1f4f9;
}

#postsort input {
  display: none;
}


#postsort {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px;
}

#postsort a {
  padding: 2px 5px;
  border-radius: 50px;
  line-height: 1.5;
}

#postsort .s00 {
  background-color: #ffffffa2;
  pointer-events: none;
}

/*ツイート*/

.twt {
  width: 100%;
  display: flex;
  margin: 16% 0;
  justify-content: center;
  transform: scale(2.5);
}

/*ブロック基本装飾*/
.block {
  background-color: #f1f4f9f0;
  backdrop-filter: blur(4px);
  color: #101010;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}

/*パンくずリスト*/
#pan ul {
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
}

#pan ul li::after {
  content: "　>　";
}

#pan ul li:last-of-type::after {
  content: none !important;
}

.btn {
  width: 37%;
  margin: 30px auto;
  font-size: 41px;
  display: block;
  background: transparent;
  border: 1px solid #ff4f4f;
  border-radius: .5em;
  transition: all .3s;
  color: #ff4f4f;
  display: flex;
  align-items: center;
  padding: 0 12px;
  justify-content: center;
}

.btn span {

  font-size: 20px;

}

.btn.is-btnActive {
  background-color: #ff4f4f;
  color: #fff;
  border: 1px solid #ff4f4f;
}


/*-----------------------------------------------------------------------------------------
SNS
----------------------------------------------------------------------------------------*/

.parts_sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0px auto;
  gap: 15px;

}

.parts_sns ul li {
  margin: 1rem 0;
}



.parts_sns img {
  height: 22px;
  width: 22px;
}

/*-----------------------------------------------------------------------------------------
header
----------------------------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: height 0.3s ease;
  height: 12vw;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-evenly;
  background-color: #518869;
  flex-direction: row-reverse;
}

header.scrolled-top {
  height: 21vw;
}

/* ロゴのサイズ変化 */
header .logo {
  font-size: 20px;
  transition: font-size 0.3s ease;
}

header.scrolled-top .logo {
  font-size: 32px;
}

header.scrolled-top .menu-toggle {
  transform: scale(1.5);
  width: 23px;
  height: 15px;
}

.menu-toggle.open {
  z-index: 9999;
  top: 28px;
  left: 41px;
  position: relative;
  transition: 0.3s;
}

header ul {
  border-radius: 12px;
  height: 100%;
  padding: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9vw;
}

header .navi li a {
  font-size: 6vw;
  border-bottom: 1px solid;
  width: 100%;
  display: block;
  padding: 0% 0 3%;
}

header .menu-toggle {
  transform: scale(1);
  transition: 0.3s;
  width: 23px;
  height: 15px;
}

header .menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  transition: 0.3s ease;
}

header .menu-toggle span:nth-child(1) {
  top: 0;
}

header .menu-toggle span:nth-child(2) {
  top: 8px;
}

header .menu-toggle span:nth-child(3) {
  top: 16px;
}

header .menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

header .menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

header .menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}


/* メニュー本体 */
header .menu {
  position: fixed;
  left: 121vw;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #2c4336de;
  color: white;
  transition: left 0.5s ease-in-out;
  padding: 20px;
  z-index: 1000;
  align-content: space-around;
}

header .menu.open {
  left: 0;
}


header a {
  color: #f1f4f9;
}

header div.title {
  width: 40%;
  order: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
}

header div.header_menu {
  width: 36%;
  order: 2;
}

/*----▼header_menu----------------------------------*/
header .header_menu ul {
  display: flex;
  float: right;
}

header .header_menu ul li {
  width: calc(100% / 2);
  text-align: center;
}

header .header_menu ul li p {
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
}

header .header_menu ul li img {
  width: 50%;
  margin: auto;
}

/*-----------------------------------------------------------------------------------------
main
----------------------------------------------------------------------------------------*/
main {
  width: 100%;
  margin-top: 11vh;

  box-sizing: border-box;
  overflow: hidden;
}

main#index_main {
  margin-top: 3vw !important;
}

/*-block_main
---------------------------------------------------------------*/


/*----▼parts_item----------------------------------*/
#parts_item ul {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  display: flex;
  width: 100%;
  overflow-x: scroll;
}

#parts_item li {
  margin: 10px;
  width: calc((100% / 3) - 20px);
  flex-shrink: 0;
}




/*-----------------------------------------------------------------------------------------
記事リスト基本形式 ul.postlist
----------------------------------------------------------------------------------------*/


.postlist .post {
  float: left;
  position: relative;
  box-sizing: border-box;
}

.postlist .post dt h3 {
  margin: 0.5rem 0;

}

main .postlist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}


#postsort a {
  padding: 2px 5px;
  border-radius: 50px;
  line-height: 1.5;
}


/*----▼top slider----------------------------------*/
#top .post dt {
  color: #e3e3e3 !important;
}

#top .postlist .post .day {
  color: #e3e3e3 !important;
}

#message {
  width: 100vw;
  height: auto;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background: #131313;
  ;
  color: rgb(255, 255, 255);
  font-size: 4vw;
  padding: 12px 0;
  position: relative;
  height: 12vw;
}

.marquee-text {
  display: inline-block;
  position: absolute;
  right: -100%;
  animation: marquee 20s linear infinite;

}

@keyframes marquee {
  0% {
    right: -100%;
  }

  100% {
    right: 100%;
  }
}

.gamewrap {
  margin: 4% auto;
}

.game {
  display: grid;
  grid-template-columns: repeat(3, 100px);
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
}


.hole {
  position: relative;
  width: 100px;
  height: 100px;
  background: #518869;
  border-radius: 50%;
  overflow: hidden;
  clip-path: ellipse(100% 50% at 49% 13%);
}

input[type="checkbox"] {
  display: none;
}


.mole {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  animation: pop 2s infinite;
  cursor: pointer;
}


input[type="checkbox"]:checked+.mole {
  animation: none;
  bottom: 30px;
  width: 60px;
  height: 60px;
}

@keyframes pop {

  0%,
  100% {
    bottom: -40px;
  }

  50% {
    bottom: 10px;
  }
}


/*----▼post----------------------------------*/
#post .postlist .post {
  width: calc(100% / 2 - 5px);
}


/*----▼newpost----------------------------------*/
.container {
  display: flex;
  width: 91%;
  border-bottom: dotted 1px #505050;
  padding: 5% 0%;
  margin: 0 auto;
}

#yawatomochara .container {
  width: 100%;
  border-bottom: dotted 0px #505050;
  padding: 5% 4%;
  display: block;
}


.container .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 3%;
  width: 160%;
}

.container .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 310%;
}

.container .right p:nth-child(2) {
  font-size: 4vw;
}

/* iframeの高さ */
.framemain_newpost {
  height: 185vw;
}

.framemain_pickuppost {
  height: 141vw;
}

.framestaff {
  height: 54vw;
}

.frameshoping {
  height: 58vw;
}

.framemovie {
  height: 122vw;
}




#parts_newpost {
  height: 183vw;
}

#parts_newpost h2 {
  text-align: center;
  color: #101010;
  font-size: 12vw;
  font-weight: 700;
  font-style: normal;
  font-family: "Bytesized", sans-serif;
  width: 80%;
  margin: 4px auto 41px;

}

#parts_newpost .tabs .tab-newcontent {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  z-index: 0;
}

#parts_newpost .tabs .tab-newcontent.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  position: relative;
  z-index: 1;
}


#parts_newpost .tabs .tab-buttons {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
  justify-content: space-between;
}

#parts_newpost .tabs .tab-buttons li {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
  position: relative;
  font-size: 3vw;
  transition: 0.3s;
}

#parts_newpost .tabs .tab-buttons li:nth-child(2)::before {
  content: "";
  width: 75px;
  height: 60px;
  background-image: url(https://support.enetshop.jp/iiinecko/yawatomo/images/plan_0.png);
  display: block;
  position: absolute;
  top: -45px;
  left: 108px;
  z-index: 9999999999;
  background-size: cover;
  animation: 1s fukidashi ease-in-out infinite;
}



#parts_newpost .tabs .tab-buttons li.active {
  font-weight: bold;
  font-size: 3.5vw;
  background-color: #131313;
  color: #fff;
  border-radius: 11px 11px 0 0;
}


#parts_newpost .readmore {
  color: #131313;
  border-radius: 30px;
  font-weight: 900;
  border: solid 2px #131313;
  margin-top: 8px;
  text-align: center;
  padding: 9px;
  font-size: 5vw;
}



/*----▼pickuppost----------------------------------*/
#parts_pickuppost {
  height: 141vw;
  width: 92%;
  margin: 0 auto;
  display: block;
  border: solid #131313 2px;
  border-radius: 15px;
  background-color: #131313;
}

#parts_pickuppost h2 {
  text-align: center;
  color: #ffde37;
  font-size: 12vw;
  font-weight: 700;
  font-style: normal;
  font-family: "Bytesized", sans-serif;
  width: 80%;
  margin: 0px auto;
}

#parts_pickuppost .container {
  display: flex;
  width: 97%;
  border-bottom: none;
  padding: 4%;
  margin: 7px auto;
  background-color: #ffffff17;
  border-radius: 13px;
  gap: 2px;
}

#parts_pickuppost .readmore {
  color: #131313;
  border-radius: 30px;
  font-weight: 900;
  border: solid 2px #131313;
  margin-top: 8px;
  text-align: center;
  padding: 9px;
  font-size: 5vw;
}

#parts_pickuppost p:nth-child(1) {
  color: #eeebdebe;
}


#parts_pickuppost p:nth-child(2) {
  color: #ffde37;
}



#parts_pickuppost .readmore {
  color: #eeebdebe;
  border-radius: 30px;
  font-weight: 900;
  border: solid 2px #eeebdebe;
  margin-top: 8px;
  text-align: center;
  padding: 9px;
  font-size: 5vw;
}

/* ムービー一覧のiframe */
#movie {
  height: 52vw;
  width: 100%;
  margin: 0 auto;
}

#movie.block {
  background-color: transparent;
}

#movie h2 {
  text-align: left;
  color: #131313;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  font-family: "Bytesized", sans-serif;
  width: 100%;
  margin: 0px auto;
}

#movie ul {
  display: flex;
  gap: 4%;
  width: 95%;
  margin: 0 auto;
  justify-content: center;
}

#movie ul li {
  width: calc(352px / 2);
  border-radius: 17px;
  overflow: hidden;
  position: relative;
}


#movie ul li::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 18px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #e22222;
  display: block;
  bottom: 0;
  margin: 9px -7px 21px -4px;
  right: 0;
  z-index: 1;
  pointer-events: none;
  transition: 0.3s;
}

#movie ul li:hover::before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #f2f2f2;
}

#movie ul li::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  display: block;
  bottom: 0;
  right: 0;
  margin: 9px 8px 9px -1px;
  background-color: #f2f2f2;
  border-radius: 51px;
  pointer-events: none;
  transition: 0.3s;
}


#movie ul li:hover::after {
  background-color: #e22222;
}





/*----▼yawatomo pickuppost----------------------------------*/
#yawatomochara .postlist .post {
  width: calc(100% / 2);
}


/* スタッフ一覧のiframe */

#staff {
  height: 52vw;
  width: 100%;
}

#staff.block {
  background-color: transparent;
}

#staff h2 {
  text-align: left;
  color: #131313;
  font-size: 9vw;
  font-weight: 700;
  font-style: normal;
  font-family: "Bytesized", sans-serif;
  width: 100%;
  margin: 0px auto;
}

#staff .container {
  display: flex;
  width: 99%;
  border-bottom: none;
  padding: 5%;
  margin: 0 auto;
  flex-wrap: wrap;
  border-radius: 11px;
  background-color: #ffffffc9;
  align-items: flex-start;

}

#staff .container .left {
  margin-right: 3%;
  width: 30%;
  float: left;
}

#staff .index_topslider {
  height: 33vw;
}

#staff .container .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
}

#staff .container .right p:nth-child(1) {
  font-size: 2.5vw;
  font-weight: 700;
}

#staff .container .right p:nth-child(2) {
  font-size: 2vw;
  font-weight: 500;
}


#staff .readmore,
#movie .readmore {
  color: #131313;
  border-radius: 30px;
  font-weight: 900;
  border: solid 2px #131313;
  text-align: center;
  padding: 0px;
  font-size: 3vw;
  width: 41%;
  margin: 12px 11px;
  position: absolute;
  right: 0;
  transition: 0.3s;
}

#staff .readmore:hover {
  color: #fff;
  background-color: #131313;
}

/*-----------------------------------------------------------------------------------------
side >left
----------------------------------------------------------------------------------------*/
#area_left {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.comicarea {
  position: relative;
}

.comicarea>p {
  text-align: center;
}

.comicarea .fukidashi {
  position: absolute;
  top: -40px;
  right: -20px;
  width: 45%;
  animation: 1s fukidashi ease-in-out infinite;
}

@keyframes fukidashi {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}


.comicarea .comiclogo {
  width: 60%;
  text-align: left;
}

.fade-container {
  position: relative;
  width: 80%;
  height: 113vw;
  overflow: hidden;
  margin: 0 auto;
}

.fade-container img {
  width: 100%;
  height: auto;
}

.fade {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 42vw;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -11%, rgba(255, 255, 255, 1) 80%);
  pointer-events: none;
}

#area_left .s06 {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding: 1%;
  border-radius: 80px;
  margin-bottom: 5px;
  background-color: #000000 !important;
}

#area_left .button {
  text-align: center;
  display: inline-block;
  background-color: #f5ecd4;
  box-sizing: border-box;
  width: 100%;
  border-radius: 90px;
  margin: 10px 0;
  border: 2px #000 solid;
}

#area_left .button p {
  color: #000;
  font-weight: 700;
}

#area_left .con {
  position: absolute;
  top: 106vw;
  text-align: center;
  font-size: 5vw;
  font-weight: 900;
  color: #ffffff;
  background-color: #c56031;
  padding: 0% 10%;
  width: 100%;
  pointer-events: none;
}

#area_left .day {
  background-color: #14809300;
  width: 100%;
  text-align: right;
  color: #000;
  padding: 0;
}

/*-----------------------------------------------------------------------------------------
side > right
----------------------------------------------------------------------------------------*/
#area_right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/*----▼side_lp----------------------------------*/
.side_lp li {
  margin-bottom: 10px;
}


/*----▼side_hotpost----------------------------------*/
.side_hotpost li {
  margin-bottom: 10px;
}

.side_hotpost li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 3.5vw;
}

.side_hotpost li a>div:nth-of-type(1) {
  width: 32%;
  position: relative;
}

.side_hotpost li a>div:nth-of-type(2) {
  width: 64%;
  text-align: left;
  margin-left: 0.5rem;
  box-sizing: border-box;
}

.side_hotpost li a>div:nth-of-type(1) p {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #101010;
  padding: 0.2rem 0.5rem;
  color: #f1f4f9;
  box-sizing: border-box;
}


/*----▼side_shop----------------------------------*/

.side_shop h3 {
  margin-bottom: 10px;
  border-bottom: 2px solid #101010;
}

.side_shop li {
  margin-bottom: 10px;
}

.side_shop li a {
  display: flex;
  align-items: center;
}

.side_shop li a>div:nth-of-type(1) {
  width: 30%;
}

.side_shop li a>div:nth-of-type(2) {
  width: 70%;
  text-align: left;
  margin-left: 0.5rem;
  box-sizing: border-box;
}

.side_shop li a div p {
  font-weight: 700;
}

.side_shop .tug span {
  background-color: unset;
  color: gray;
  border: gray solid 1px;
}

/*-----------------------------------------------------------------------------------------
index > #top
----------------------------------------------------------------------------------------*/

#top {
  margin-top: 13vh;
  width: 100%;

}

/*----▼slider----------------------------------*/
.index_topslider .swiper-wrapper {
  align-items: center;
}

.index_topslider .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index_topslider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  flex-wrap: wrap;
}

.index_topslider .swiper-container {
  width: 100%;
}

.index_topslider .swiper-slide p:nth-child(1) {
  font-size: 3vw;
  width: 100%;
  font-weight: 700;
  color: #131313;
  align-content: space-evenly;
  text-align: center;
}

.index_topslider .swiper-slide h2 {
  font-size: 5vw;
  width: 100%;
  font-weight: 900;
  color: #131313;
  align-content: space-evenly;
  text-align: center;
  padding: 3px 0px 7px;
  margin-bottom: 6px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.index_topslider .swiper-slide .readmore {
  color: #131313;
  border-radius: 30px;
  font-weight: 900;
  border: solid 2px #131313;
  margin-top: 8px;
  font-size: 5vw;

}


.index_topslider .swiper-slide h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #131313;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease-out;
}

/* アクティブスライドの h2 にアニメーションを適用 */
.index_topslider .swiper-slide-active h2::after {
  transform: scaleX(1);
}


/* 中央のスライドを大きくする */
.index_topslider .swiper-slide-active {
  transform: scale(1) !important;
  border-radius: 0px;
  opacity: 1 !important;
  transition: 1s;

}

.index_topslider .swiper-slide-active img {
  border-radius: 20px;
}

/* 他のスライドを小さくし、半透明にする */
.index_topslider .swiper-slide {
  transform: scale(0.8);
  opacity: 0.75;
}


/*-----------------------------------------------------------------------------------------
index > #hamnav
----------------------------------------------------------------------------------------*/

.topham {
  position: fixed;
  z-index: 999;
  width: 30%;
  bottom: 0;
  right: 0;
}

.topham2 {
  position: fixed;
  z-index: 999;
  width: 30%;
  bottom: 26vw;
  right: 0;
}

.topham .character,
.topham2 .character {
  position: relative;
  width: 27vw;
  height: 27vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topham .bubble,
.topham2 .bubble {
  position: absolute;
  top: -2vw;
  left: 14vw;
  transform: translateX(-50%);
  width: 73%;
  padding: 5%;
  background-color: #fff;
  border-radius: 10px;
  opacity: 1;
  text-align: center;
  border: #222222 2px solid;
  height: 11vw;
  font-size: 3vw;
  font-weight: 800;
}

/*-----------------------------------------------------------------------------------------
LP
----------------------------------------------------------------------------------------*/
#lp ul li {
  margin-bottom: 16px;
}

/*-----------------------------------------------------------------------------------------
footer
----------------------------------------------------------------------------------------*/

footer {
  background-color: #101010;
  color: #f1f4f9;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

footer p:last-of-type {
  margin: 1rem 0 0;
}

footer a {
  color: #f1f4f9;
}

footer>div {
  margin: auto;
  text-align: center;
}

footer .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer .menu li {
  padding: 0.5rem;
}

footer .logo {
  width: 120px;
  margin: auto;
}


/*-----------------------------------------------------------------------------------------
staff
----------------------------------------------------------------------------------------*/
#staff>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

#staff>ul [id^="staff_s"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 1);
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

#staff>ul [id^="staff_s"]>div:first-of-type {
  width: 50%;
  margin-bottom: 5px;
}

#staff>ul [id^="staff_s"]>div:first-of-type img {
  border-radius: 90%;
}

#staff .shop {
  border-radius: 90px;
  font-size: 12px;
  background-color: #c2c2c2;
  padding: 0 1rem;
}

.heart {
  font-size: 4vw;
  color: grey;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17vw;
  height: 17vw;
  border: 2px solid grey;
  border-radius: 50%;
  transition: color 0.3s, border-color 0.3s, transform 0.3s;
  position: relative;
  top: 17vw;
  left: 71vw;
  background-color: #fff;
}

.heart.liked {
  color: #f01d1d;
  border-color: #f01d1d;
  transform: scale(1.2);
  font-weight: 900;
}

.modal-content #close-btn {
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 82px;
  border: solid 2px #29221e;
  height: 41px;
  width: 191px;
  font-weight: bold;
  top: 1%;
  left: 1%;
  margin-top: 21px;
}


/* タブ切り替え　やわともTOP、記事一覧 */
.tab-content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.tab-content.is-active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.tab li.active a {
  font-weight: bold;
}


/* タイマー */
.timerhidden {
  display: none;
}