@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
}

: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;
  display: block;
}

: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;
}

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;
  overflow-x: hidden;
}

li {
  list-style: none;
}

img {
  width: 100%;
}


#wrap {
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
}

.hidden,
.smp {
  display: none !important;
}




/*-----------------------------------------------------------------------------------------
text / bn
----------------------------------------------------------------------------------------*/

h1 {
  color: #101010;
  font-weight: 400;
  text-align: left;
  font-style: normal;
  width: 199px;
  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;
}

h3 {
  font-size: 16px;
  font-weight: 600;
}

/*日にち*/
.day {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  color: #131313a4;
}


/*-----------------------------------------------------------------------------------------
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;
}

/*スタッフカラー*/
.s01 a,
.s02 a,
.s03 a,
.s04 a,
.s05 a,
.s06 a,
.s07 a,
.s08 a,
.s09 a,
.s10 a,
.s11 a,
.s12 a {
  cursor: pointer !important;
  pointer-events: all !important;
}

/* iframeの高さ */
.framemain_newpost {
  height: 844px;
}

.framemain_pickuppost {
  height: 431px;
}

.framestaff {
  height: 233px;
}

.frameshoping {
  height: 273px;
}

.framemovie {
  height: 580px;
}

.iframe-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
  background-color: #a6cfc1;
  padding-top: 51px;
}

.left-iframes {
  width: 610px;
}

.right-iframe {
  width: 780px;
}

/*-----------------------------------------------------------------------------------------
perts
----------------------------------------------------------------------------------------*/

#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: 18px;
  padding: 12px 0;
  position: relative;
  height: 54px;
  margin: 0 auto;
  font-weight: 900;
  letter-spacing: 1px;
}

.marquee-text {
  display: inline-block;
  position: absolute;
  right: -80%;
  animation: marquee 20s linear infinite;

}

@keyframes marquee {
  0% {
    right: -80%;
  }

  100% {
    right: 100%;
  }
}

#parts_newpost {
  height: 183vw;
  background-color: #fcfcfc;
}


#parts_newpost h2 {
  text-align: center;
  color: #101010;
  font-size: 84px;
  font-weight: 700;
  font-style: normal;
  font-family: "Bytesized", sans-serif;
  width: 80%;
  padding-top: 19px;
  margin: 0px auto 41px;
}

#parts_newpost .tabs {
  width: 70%;
  margin: 0 auto;
}

#parts_newpost .newcontentwrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}




#parts_newpost .tabs .tab-buttons {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  justify-content: space-between;
}

#parts_newpost .tabs .tab-buttons li {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid #101010;
  position: relative;
  font-size: 24px;
  transition: 0.3s;
  width: 32%;
  font-weight: 600;
}

#parts_newpost .tabs .tab-buttons li:nth-child(2)::before {
  content: "";
  width: 123px;
  height: 96px;
  background-image: url(https://support.enetshop.jp/iiinecko/yawatomo/images/plan_0.png);
  display: block;
  position: absolute;
  top: -28px;
  left: 268px;
  z-index: 9999999999;
  background-size: cover;
  animation: 1s fukidashi ease-in-out infinite;
}

@keyframes fukidashi {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

#parts_newpost .tab-newcontent {
  width: 100%;
}

#parts_newpost .readmore {
  color: #131313;
  border-radius: 30px;
  font-weight: 900;
  border: solid 2px #131313;
  text-align: center;
  padding: 9px;
  font-size: 15px;
  width: 95%;
  margin: 12px auto;
  transition: 0.3s;
}

#parts_newpost .readmore:hover {
  color: #ffffff;
  border: solid 2px #131313;
  background-color: #101010;

}

#parts_newpost .container,
#parts_pickuppost .container {
  width: 92%;
  display: flex;
  align-items: center;
  gap: 21px;
  justify-content: center;
  margin: 8px auto 0;
}


#parts_newpost .container .left {
  width: 36%;

}

#parts_newpost .container .right {
  width: 50%;

}

#parts_newpost .container .right p:nth-child(2) {
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.post a:hover .container .right p:nth-child(2) {
  color: #999999;
}

/*----▼pickuppost----------------------------------*/
.hotwrap {
  display: flex;
  width: 68%;
  margin: 0 auto;
}

#parts_pickuppost {
  width: 100%;
  display: block;
  border: solid #131313 2px;
  background-color: #131313;
  height: 460px;
}

#parts_pickuppost h2 {
  text-align: center;
  color: #ffde37;
  font-size: 84px;
  font-weight: 700;
  font-style: normal;
  font-family: "Bytesized", sans-serif;
  width: 80%;
  margin: 0px auto;
}

#parts_pickuppost .container {
  display: flex;
  width: 94%;
  border-bottom: none;
  padding: 4%;
  margin: 7px auto;
  background-color: #ffffff17;
  border-radius: 13px;
  gap: 2px;
}

#parts_pickuppost .left {
  width: 62%;
  margin-right: 20px;
}

#parts_pickuppost p:nth-child(1) {
  color: #eeebdebe;
}


#parts_pickuppost p:nth-child(2) {
  color: #ffde37;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}

.hotwrap .post a:hover .container .right p:nth-of-type(2) {
  color: #ffffff !important;
}



#parts_pickuppost .readmore {
  border-radius: 30px;
  font-weight: 900;
  border: solid 2px #eeebdebe;
  text-align: center;
  padding: 9px;
  font-size: 16px;
  width: 23%;
  margin: 10px auto;
  transition: 0.3s;
}

#parts_pickuppost .readmore:hover {
  background-color: #eeebdebe;
  color: #101010;
  border: solid 2px #eeebdebe;
}

/* スタッフ一覧のiframe */
#staff {
  height: 52vw;
  width: 760px;
}

#staff.block {
  background-color: transparent;
}

#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 h2 {
  text-align: left;
  color: #131313;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  font-family: "Bytesized", sans-serif;
  width: 80%;
  margin: 0px auto;
}

#staff .container .left {
  margin-right: 3%;
  width: 30%;
  float: left;
}

#staff .container .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
}


/* ショッピング一覧のiframe */
#shoping {
  height: 52vw;
  width: 760px;
}

#shoping.block {
  background-color: transparent;
}

#shoping h2 {
  text-align: left;
  color: #131313;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  font-family: "Bytesized", sans-serif;
  width: 80%;
  margin: 0px auto;
}



/* ムービー一覧のiframe */
#movie {
  height: 52vw;
  width: 760px;
  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: 80%;
  margin: 0px auto;
}

#movie ul {
  display: flex;
  gap: 32px;
  width: 95%;
  margin: 0 auto;
}

#movie ul li {
  width: calc(100% / 3);
  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;
  top: 331px;
  left: 172px;
  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;
  top: 318px;
  left: 157px;
  background-color: #f2f2f2;
  border-radius: 51px;
  pointer-events: none;
  transition: 0.3s;
}


#movie ul li:hover::after {
  background-color: #e22222;
}

#movie .readmore,
#staff .readmore {
  color: #131313;
  border-radius: 30px;
  font-weight: 900;
  border: solid 2px #131313;
  text-align: center;
  padding: 0px;
  font-size: 21px;
  width: 21%;
  margin: 12px 11px;
  position: absolute;
  right: 0;
  transition: 0.3s;
}

#movie .readmore:hover,
#staff .readmore:hover {
  color: #fff;
  border: solid 2px #131313;
  background-color: #131313;
}

.button a {
  color: #f1f4f9 !important;
}

.button p {
  display: flex;
  justify-content: center;
  align-items: center;
}

main .button p {
  padding: 4px;
}


/*ハッシュタグ*/

.postlist .post .tug a {
  cursor: default;
  pointer-events: none;
}

.tug span,
#postsort label {
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0.1rem 0.5rem;
  margin-bottom: 0.4rem;
  margin-right: 0.5rem;
  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;
}

.twt {
    width: 100%;
    display: flex;
    margin: 3% auto;
    justify-content: center;
    transform: scale(2);
}


/*ブロック基本装飾*/
.block {
  color: #101010;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.parts_sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.parts_sns ul li {
  margin: 0 0rem;
}



.parts_sns img {
  height: 22px;
}

main .parts_sns {
  margin: 10px 0;
}

/*-----------------------------------------------------------------------------------------
header
----------------------------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: height 0.3s ease;
  height: 80px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: center;
  background-color: #518869;
  flex-direction: row;


}

header.scrolled-top {
  height: 100px;
}

/* ロゴのサイズ変化 */
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;
  margin-left: 51px;
}

.menu-toggle.open {

  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  transition: 0.3s;

}

header .menu .menuinner {
  border: solid 1px #fff;
  border-radius: 12px;
  width: 90%;
  margin: 0 auto;
  top: 0%;
  position: relative;
  padding: 121px 0;
}

header ul {
  padding: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 41px;
}

header .navi li a {
  font-size: 25px;
  border-bottom: 1px solid;
  width: 91%;
  display: block;
  padding: 0% 0 3%;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}

header .menu-toggle {
  transform: scale(1);
  transition: 0.3s;
  width: 23px;
  height: 15px;
  margin-left: 51px;
}

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;
  right: 121vw;
  top: 0;
  width: 20vw;
  height: 100%;
  background: #2c4336de;
  color: white;
  transition: left 0.5s ease-in-out;
  padding: 20px;
  z-index: 1000;
  align-content: space-evenly;
}

header .menu.open {
  right: 0;
}

header a {
  color: #f1f4f9;
}

header div>div.sns {
  width: 40%;
}

header div>div:nth-of-type(2) {
  width: 20%;
}

header div>div.header_menu {
  width: 40%;
}


/*----▼header_menu----------------------------------*/
header .header_menu ul {
  display: flex;
  float: right;
}

header .header_menu ul li {
  width: 60px;
  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: 33px;
  margin: auto;
}

/*-----------------------------------------------------------------------------------------
main
----------------------------------------------------------------------------------------*/
main {
  width: 100vw;
  margin: auto;
  margin-top: 120px;
}

main#index_main {
  margin-top: 0 !important;
}

/*-block_main
---------------------------------------------------------------*/


/*----▼parts_item----------------------------------*/
#parts_item ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}

#parts_item li {
  margin: 10px;
}



/*----▼top slider----------------------------------*/
#top .post dt {
  color: #e3e3e3 !important;
}

#top .postlist .post .day {
  color: #e3e3e3 !important;
}


/*----▼parts_newpost----------------------------------*/
#parts_newpost .postlist .post {
  width: calc(100% / 3);
}

/*----▼pickuppost----------------------------------*/
#parts_pickpost .postlist .post {
  width: calc(100% / 3);
}

#parts_pickpost .postlist .post:nth-of-type(1),
#parts_pickpost .postlist .post:nth-of-type(2) {
  width: calc(100% / 2);
}

/*----▼yawatomo pickuppost----------------------------------*/



#yawatomochara .postlist h3 {
  font-weight: 600;
  font-size: 17px;
  margin-top: -27px;
  margin-right: 6px;
  margin-bottom: 0.5rem;
  font-style: normal;
  text-align: end;


}


#yawatomochara .comic-hidden {
  display: none;
}




/*-----------------------------------------------------------------------------------------
index > #top
----------------------------------------------------------------------------------------*/

#top {
  width: 100%;
  height: 675px;
  padding-top: 111px;
  background-color: #a6cfc1;

  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
  background-size: 2px 2px;


}


/*----▼slider----------------------------------*/

.index_topslider {
  margin: 0 auto;
}

.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: 21px;
  width: 100%;
  font-weight: 700;
  color: #131313;
  align-content: space-evenly;
  text-align: center;
}

.index_topslider .swiper-slide h2 {
  font-size: 24px;
  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;
  letter-spacing: 1px;
}

.index_topslider .swiper-slide .readmore {
  color: #131313;
  border-radius: 30px;
  font-weight: 900;
  border: solid 3px #131313;
  margin-top: 8px;
  font-size: 25px;
  transition: 0.3s;
}

.index_topslider .swiper-slide:hover .readmore {
  color: #fff;
  background-color: #131313;
  border: solid 3px #131313;
}

.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;
}

/* スタッフのスライダー */
#staff .index_topslider .swiper-wrapper .swiper-slide {
  transform: scale(1);
  opacity: 1;
}

/* ショッピングのスライダー */
#shoping .index_topslider .swiper-wrapper .swiper-slide {
  transform: scale(1);
  opacity: 1;
}

/*-----------------------------------------------------------------------------------------
LP
----------------------------------------------------------------------------------------*/
#lp ul li {
  margin-bottom: 16px;
}

/*-----------------------------------------------------------------------------------------
footer
----------------------------------------------------------------------------------------*/

footer {
  background-color: #518869;
  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;
  width: 1080px;
  text-align: center;
}

footer .menu {
  display: flex;
  justify-content: center;
}

footer .menu li {
  padding: 1rem;
}

footer .logo {
  width: 200px;
  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% / 3);
  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;
}





/*ポップアップ広告*/
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content #close-btn {
  background-color: #f3f3f3;
  padding: 8px;
  border-radius: 82px;
  border: solid 2px #29221e;
  height: 61px;
  width: 61px;
  font-weight: bold;
  position: fixed;
  top: -29px;
  left: 461px;
}

.modal-content {
  /* 水平・垂直方向の中央揃え */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}

.modal-title {
  color: #800000;
  /* モーダルウィンドウの文字の色 */
  font-size: 18px;
  /* モーダルウィンドウの文字の大きさ */
  font-weight: bold;
  line-height: 200%;
  text-align: center;
}

.close-button {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #101010;
  position: fixed;
  right: 0;
  width: 41px;
  height: 42px;
  padding: 0px 3px 2px 7px;
}


.iinebtn {
  margin: 0 auto;
  width: 100%;
  inline-size: fit-content;
}

.heart {
  font-size: 18px;
  color: grey;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20vw;
  height: 3vw;
  border: 2px solid grey;
  border-radius: 41px;
  transition: color 0.3s, border-color 0.3s, transform 0.3s;
  background-color: #fff;
  margin-top: 31px;
}

.heart.liked {
  color: #ff4f4f;
  border-color: #ff4f4f;
  transform: scale(1.2);
  font-weight: 900;
}


.comment-box {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.comment {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.comment h4 {
  margin: 0;
}

.commentsinner {
  width: 100%;
  border-top: 2px solid #444;
}

.commentsinner input {
  width: 100%;
}

.commentsinner textarea {
  width: 100%;
  margin-top: 5px;
}

.commentsinner button {
  width: 100%;
  margin-bottom: 20px;
}

.commentsinner button {
  background-color: #ffffff;
  padding: 8px;
  border-radius: 51px;
  border: solid 2px #444;
  color: #444;
  font-weight: 800;
}


/* タブ切り替え　やわとも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;
}