@charset "UTF-8";
/*
Theme Name:origin
Description:origin template
Version:1.0
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-padding-start: 0;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="password"],
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="button"],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

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

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none; }

body, html {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  min-height: 100vh; }

body {
  padding-top: 60px; }

a {
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
  display: inline-block; }

.SpHide {
  display: block !important; }
  @media (max-width: 768px) {
    .SpHide {
      display: none !important; } }

.PcHide {
  display: none !important; }
  @media (max-width: 768px) {
    .PcHide {
      display: block !important; } }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999; }
  .header .inner {
    width: 100%;
    height: 80px;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 768px) {
      .header .inner {
        height: 60px; } }
    .header .inner .navi {
      *zoom: 1;
      width: 80%; }
      .header .inner .navi:after {
        content: "";
        display: table;
        clear: both; }
    .header .inner .navi > li {
      display: block;
      float: right; }
      .header .inner .navi > li > a {
        display: block;
        box-sizing: border-box;
        height: 80px;
        line-height: 80px;
        font-size: 1rem;
        font-weight: bold;
        padding: 0 20px;
        text-align: center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s; }
        .header .inner .navi > li > a:hover {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
      @media (max-width: 768px) {
        .header .inner .navi > li {
          display: none; } }
    .header .inner .navi__sp {
      display: none; }
      @media (max-width: 768px) {
        .header .inner .navi__sp {
          position: absolute;
          top: 60px;
          width: 100%;
          left: 0;
          z-index: 9999; }
          .header .inner .navi__sp > li:last-child {
            border-bottom: none; }
          .header .inner .navi__sp > li > a, .header .inner .navi__sp > li span {
            display: block;
            padding: 30px 15px;
            box-sizing: border-box;
            font-size: 1.2rem;
            position: relative; }
            .header .inner .navi__sp > li > a:after, .header .inner .navi__sp > li span:after {
              content: "\f0da";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 1.2rem;
              display: block;
              width: 1.2rem;
              height: 1.2rem;
              position: absolute;
              margin: auto;
              top: 0;
              bottom: 0;
              right: 5px; }
            .header .inner .navi__sp > li > a.open:after, .header .inner .navi__sp > li span.open:after {
              content: "\f0d7";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 1.2rem;
              display: block;
              width: 1.2rem;
              height: 1.2rem;
              position: absolute;
              margin: auto;
              top: 0;
              bottom: 0;
              right: 5px; } }
    .header .inner > .logo {
      max-width: 20%; }
      @media (max-width: 768px) {
        .header .inner > .logo {
          width: auto;
          max-width: 100%;
          display: inline-block; }
          .header .inner > .logo img {
            width: auto; } }
      .header .inner > .logo a {
        display: block;
        padding: 15px; }
        @media (max-width: 768px) {
          .header .inner > .logo a {
            padding: 10px; } }
    .header .inner > .toggle {
      display: none; }
      @media (max-width: 768px) {
        .header .inner > .toggle {
          display: block;
          width: 40px;
          height: 36px;
          position: absolute;
          top: 14px;
          right: 10px;
          z-index: 100; }
          .header .inner > .toggle div {
            position: relative; }
          .header .inner > .toggle span {
            display: block;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0;
            -webkit-transition: 0.5s ease-in-out;
            -moz-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out; }
            .header .inner > .toggle span:nth-child(1) {
              top: 0px; }
            .header .inner > .toggle span:nth-child(2) {
              top: 14px; }
            .header .inner > .toggle span:nth-child(3) {
              top: 28px; } }

.header.open .toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg); }
.header.open .toggle span:nth-child(2) {
  width: 0;
  left: 50%; }
.header.open .toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.main-header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.header-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 2%;
  box-sizing: border-box; }

.header-logo {
  flex: 0 0 15%;
  box-sizing: border-box; }
  .header-logo img {
    height: 40px;
    max-width: 100%; }

.header-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3%;
  box-sizing: border-box; }

.nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 3.5%; }
  .nav-list a {
    text-decoration: none;
    color: #44b7e4;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    transition: opacity 0.3s;
    padding: 10px 16px; }
    .nav-list a:hover {
      opacity: 0.7; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 1.5%; }

.btn-register {
  background: #ff9500;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.3s;
  box-sizing: border-box;
  white-space: nowrap;
  display: flex;
  align-items: center; }
  .btn-register img {
    width: 20px;
    height: 20px;
    margin-right: 6px; }
  .btn-register:hover {
    opacity: 0.8; }

.header-search {
  position: relative;
  min-width: 180px; }
  .header-search form {
    display: flex;
    align-items: center;
    width: 100%; }
  .header-search input {
    border: 1px solid #ccc;
    padding: 8px 40px 8px 12px;
    border-radius: 0;
    width: 100%;
    max-width: 250px;
    min-width: 150px;
    font-size: 14px;
    box-sizing: border-box; }
  .header-search button {
    position: absolute;
    right: 8px;
    background: #44b7e4;
    border: none;
    color: #fff;
    padding: 6px 8px;
    border-radius: 0;
    cursor: pointer;
    transition: opacity 0.3s; }
    .header-search button:hover {
      opacity: 0.8; }

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #87CEEB, #B8E6FF);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }
  .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible; }

.mobile-menu-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  box-sizing: border-box; }

.mobile-menu-close {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: white;
  padding: 12px 40px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10001; }
  .mobile-menu-close span {
    font-size: 18px;
    font-weight: bold; }
  .mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8); }

.mobile-menu-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 400px; }

.mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .mobile-menu-list li {
    width: 100%; }
    .mobile-menu-list li a {
      display: block;
      background: rgba(255, 255, 255, 0.95);
      color: #44b7e4;
      text-decoration: none;
      padding: 20px 30px;
      border-radius: 50px;
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      transition: all 0.3s ease;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      position: relative; }
      .mobile-menu-list li a:after {
        content: "›";
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        color: #44b7e4;
        opacity: 0.7; }
      .mobile-menu-list li a:hover {
        background: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        color: #0088a0; }
        .mobile-menu-list li a:hover:after {
          opacity: 1; }

.mobile-menu-logout {
  margin-top: 40px;
  width: 100%; }
  .mobile-menu-logout a {
    display: block;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: white;
    text-decoration: none;
    padding: 16px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease; }
    .mobile-menu-logout a:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(255, 255, 255, 0.8); }

.mobile-menu-toggle {
  display: none; }

@media (max-width: 768px) {
  .header-container {
    padding: 10px 3%;
    gap: 10px; }

  .header-logo {
    flex: 0 0 auto; }
    .header-logo img {
      height: 35px; }

  .header-nav {
    flex: 1;
    justify-content: flex-end;
    gap: 10px; }

  .nav-list {
    display: none; }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 10px; }

  .btn-register {
    display: none; }

  .header-search {
    flex: 1;
    min-width: auto;
    max-width: 250px; }
    .header-search input {
      width: 100%;
      max-width: none;
      min-width: auto;
      font-size: 14px;
      padding: 10px 45px 10px 15px;
      border-radius: 0;
      border: 2px solid #e0e0e0; }
    .header-search button {
      right: 0;
      background: #44b7e4;
      width: 35px;
      height: 35px;
      border-radius: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .header-search button i {
        font-size: 16px; }

  .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0; }
    .mobile-menu-toggle span {
      display: block;
      width: 25px;
      height: 3px;
      background: #44b7e4;
      margin: 3px 0;
      border-radius: 1px;
      transition: all 0.3s ease; }
      .mobile-menu-toggle span:nth-child(1) {
        transform-origin: left center; }
      .mobile-menu-toggle span:nth-child(2) {
        opacity: 1; }
      .mobile-menu-toggle span:nth-child(3) {
        transform-origin: left center; }
    .mobile-menu-toggle.active span:nth-child(1) {
      transform: rotate(45deg); }
    .mobile-menu-toggle.active span:nth-child(2) {
      opacity: 0; }
    .mobile-menu-toggle.active span:nth-child(3) {
      transform: rotate(-45deg); } }
@media (max-width: 480px) {
  .header-container {
    padding: 8px 4%; }

  .header-logo img {
    height: 30px; }

  .header-search {
    max-width: 180px; }
    .header-search input {
      font-size: 13px;
      padding: 8px 40px 8px 12px; }
    .header-search button {
      width: 32px;
      height: 32px; }
      .header-search button i {
        font-size: 14px; }

  .mobile-menu-toggle {
    width: 35px;
    height: 35px; }
    .mobile-menu-toggle span {
      width: 20px;
      height: 2px; } }
body.no-scroll {
  overflow: hidden;
  height: 100vh; }

.section, .top__copy, .top__ranking, .top__vending, .top__new, .top__unmanned, .top__kitchen, .top__retail, .top__sweets, .top__bestseller, .top__event, .top__microwave, .top__contents,
.top__news, .taxonomy__ranking {
  width: 100%;
  margin: auto;
  margin-bottom: 64px;
  position: relative;
  *zoom: 1; }
  .section:after, .top__copy:after, .top__ranking:after, .top__vending:after, .top__new:after, .top__unmanned:after, .top__kitchen:after, .top__retail:after, .top__sweets:after, .top__bestseller:after, .top__event:after, .top__microwave:after, .top__contents:after,
  .top__news:after, .taxonomy__ranking:after {
    content: "";
    display: table;
    clear: both; }
  .section > .inner, .top__copy > .inner, .top__ranking > .inner, .top__vending > .inner, .top__new > .inner, .top__unmanned > .inner, .top__kitchen > .inner, .top__retail > .inner, .top__sweets > .inner, .top__bestseller > .inner, .top__event > .inner, .top__microwave > .inner, .top__contents > .inner,
  .top__news > .inner, .taxonomy__ranking > .inner {
    max-width: 980px;
    margin: auto;
    box-sizing: border-box; }
    .section > .inner.right, .top__copy > .inner.right, .top__ranking > .inner.right, .top__vending > .inner.right, .top__new > .inner.right, .top__unmanned > .inner.right, .top__kitchen > .inner.right, .top__retail > .inner.right, .top__sweets > .inner.right, .top__bestseller > .inner.right, .top__event > .inner.right, .top__microwave > .inner.right, .top__contents > .inner.right,
    .top__news > .inner.right, .taxonomy__ranking > .inner.right {
      margin: 0;
      float: right; }
    .section > .inner.left, .top__copy > .inner.left, .top__ranking > .inner.left, .top__vending > .inner.left, .top__new > .inner.left, .top__unmanned > .inner.left, .top__kitchen > .inner.left, .top__retail > .inner.left, .top__sweets > .inner.left, .top__bestseller > .inner.left, .top__event > .inner.left, .top__microwave > .inner.left, .top__contents > .inner.left,
    .top__news > .inner.left, .taxonomy__ranking > .inner.left {
      margin: 0;
      float: left; }

.section p, .top__copy p, .top__ranking p, .top__vending p, .top__new p, .top__unmanned p, .top__kitchen p, .top__retail p, .top__sweets p, .top__bestseller p, .top__event p, .top__microwave p, .top__contents p,
.top__news p, .taxonomy__ranking p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500; }
  .section p.large, .top__copy p.large, .top__ranking p.large, .top__vending p.large, .top__new p.large, .top__unmanned p.large, .top__kitchen p.large, .top__retail p.large, .top__sweets p.large, .top__bestseller p.large, .top__event p.large, .top__microwave p.large, .top__contents p.large,
  .top__news p.large, .taxonomy__ranking p.large {
    font-size: 1.4rem; }
    @media (max-width: 640px) {
      .section p.large, .top__copy p.large, .top__ranking p.large, .top__vending p.large, .top__new p.large, .top__unmanned p.large, .top__kitchen p.large, .top__retail p.large, .top__sweets p.large, .top__bestseller p.large, .top__event p.large, .top__microwave p.large, .top__contents p.large,
      .top__news p.large, .taxonomy__ranking p.large {
        font-size: 1rem; } }
  .section p.maxi, .top__copy p.maxi, .top__ranking p.maxi, .top__vending p.maxi, .top__new p.maxi, .top__unmanned p.maxi, .top__kitchen p.maxi, .top__retail p.maxi, .top__sweets p.maxi, .top__bestseller p.maxi, .top__event p.maxi, .top__microwave p.maxi, .top__contents p.maxi,
  .top__news p.maxi, .taxonomy__ranking p.maxi {
    font-size: 3rem; }
    @media (max-width: 640px) {
      .section p.maxi, .top__copy p.maxi, .top__ranking p.maxi, .top__vending p.maxi, .top__new p.maxi, .top__unmanned p.maxi, .top__kitchen p.maxi, .top__retail p.maxi, .top__sweets p.maxi, .top__bestseller p.maxi, .top__event p.maxi, .top__microwave p.maxi, .top__contents p.maxi,
      .top__news p.maxi, .taxonomy__ranking p.maxi {
        font-size: 2rem; } }

.full_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.footer {
  width: 100%;
  padding: 0 0 60px 0;
  margin-top: 60px; }
  @media (max-width: 480px) {
    .footer {
      padding: 0 0 20px 0; } }

.footer__link__list {
  width: 100%;
  margin-top: 48px; }
  .footer__link__list .inner {
    margin: 0 auto;
    max-width: 960px; }
    .footer__link__list .inner ul {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .footer__link__list .inner ul {
          box-sizing: border-box;
          padding: 16px; } }
      .footer__link__list .inner ul li {
        width: 32%;
        margin-right: 1%;
        box-shadow: 0px 5px 8px -2px rgba(0, 0, 0, 0.24);
        padding: 16px;
        box-sizing: border-box;
        margin-bottom: 32px; }
        @media (max-width: 768px) {
          .footer__link__list .inner ul li {
            width: 48%;
            margin-right: 2%; } }
        .footer__link__list .inner ul li h3 {
          color: #44b7e4;
          margin: 24px 0;
          font-size: 16px; }
        .footer__link__list .inner ul li p {
          font-weight: 400;
          line-height: 1.6; }
        .footer__link__list .inner ul li:nth-child(3n) {
          margin-right: 0; }
          @media (max-width: 768px) {
            .footer__link__list .inner ul li:nth-child(3n) {
              margin-right: 2%; } }

.footer .inner {
  margin: 0 auto;
  max-width: 960px; }
  .footer .inner > div a {
    max-width: 120px;
    margin: 0 auto;
    display: block; }
  .footer .inner > div img {
    width: 100%; }
  .footer .inner ul {
    display: flex;
    justify-content: space-around;
    margin: 32px 0; }
    @media (max-width: 768px) {
      .footer .inner ul {
        flex-direction: column; } }
    .footer .inner ul + p {
      text-align: center;
      font-size: 14px;
      margin: 48px auto;
      color: #CCCCCC; }
    @media (max-width: 768px) {
      .footer .inner ul li {
        width: 100%;
        padding: 16px;
        box-sizing: border-box;
        border-bottom: 1px solid #CCCCCC; }
        .footer .inner ul li:first-child {
          border-top: 1px solid #CCCCCC; } }

.pan, .pan--nomargin {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 8px 0 64px 0; }
  @media (max-width: 768px) {
    .pan, .pan--nomargin {
      margin: 8px 0 24px 0; } }
  .pan ol, .pan--nomargin ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    @media (max-width: 768px) {
      .pan ol, .pan--nomargin ol {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none; }
        .pan ol::-webkit-scrollbar, .pan--nomargin ol::-webkit-scrollbar {
          display: none; } }
  @media (max-width: 768px) {
    .pan li, .pan--nomargin li {
      flex-shrink: 0;
      white-space: nowrap; } }
  .pan li:last-child, .pan--nomargin li:last-child {
    display: flex;
    align-items: center; }
  .pan a, .pan--nomargin a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 480px) {
      .pan a, .pan--nomargin a {
        font-size: 0.8rem; } }
    .pan a:hover, .pan--nomargin a:hover {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .pan a:after, .pan--nomargin a:after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0 10px;
      background: url(../img/pan_arrow.svg) no-repeat center;
      background-size: contain; }
  .pan li:last-child a:after, .pan--nomargin li:last-child a:after {
    content: none; }

.pan--nomargin {
  margin: 80px 0 0 0;
  border-bottom: none; }
  @media (max-width: 768px) {
    .pan--nomargin {
      margin: 60px 0 0 0; } }

.card, .card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  *zoom: 1; }
  @media (max-width: 768px) {
    .card, .card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
      padding: 15px 0;
      margin-bottom: 0; } }
  .card:after, .card__flex:after, .card__flex--nowrap:after, .card__flex--wrap:after, .card__flex--wrap--fs:after {
    content: "";
    display: table;
    clear: both; }

.card__flex, .card__flex--nowrap, .card__flex--wrap, .card__flex--wrap--fs {
  display: flex;
  overflow: hidden;
  flex-direction: row; }

.card__flex--nowrap {
  flex-flow: row nowrap;
  justify-content: space-around; }

.card__flex--wrap {
  flex-flow: row wrap;
  justify-content: space-around; }

.card__flex--wrap--fs {
  flex-flow: row wrap;
  justify-content: flex-start; }

.block, .block__div1, .block__div2, .block__div3, .block__div4 {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  position: relative; }

.block__div1 {
  width: 100%; }

.block__div2 {
  width: 50%; }
  @media (max-width: 768px) {
    .block__div2 {
      width: 100%; } }

.block__div3 {
  width: 33.3%; }
  @media (max-width: 768px) {
    .block__div3 {
      width: 100%;
      margin-bottom: 10px; } }

.block__div4 {
  width: 25%; }
  @media (max-width: 768px) {
    .block__div4 {
      width: 50%; } }

.title {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 480px) {
    .title {
      min-height: 100px;
      height: auto; } }

.reitaku__copy {
  text-align: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 64px; }
  .reitaku__copy p {
    line-height: 1.3; }
    .reitaku__copy p:first-child {
      background: #44b7e4;
      padding: 18px;
      text-align: center;
      font-size: 20px;
      margin-bottom: 24px;
      color: #FFF;
      position: relative; }
      .reitaku__copy p:first-child strong {
        font-size: 40px;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0 4px;
        vertical-align: bottom; }
      .reitaku__copy p:first-child::before {
        content: "";
        width: 30px;
        height: 1px;
        background: #FFF;
        position: absolute;
        left: 0;
        top: 50%; }
      .reitaku__copy p:first-child::after {
        content: "";
        width: 30px;
        height: 1px;
        background: #FFF;
        position: absolute;
        right: 0;
        top: 50%; }
    .reitaku__copy p:nth-child(2) {
      font-size: 28px;
      color: #44b7e4;
      margin-bottom: 16px; }
      @media (max-width: 768px) {
        .reitaku__copy p:nth-child(2) {
          font-size: 5.5vw; } }
      .reitaku__copy p:nth-child(2)::before {
        content: "＼";
        display: inline; }
      .reitaku__copy p:nth-child(2)::after {
        content: "／";
        display: inline; }
    .reitaku__copy p:nth-child(3) {
      font-size: 32px;
      margin-bottom: 16px; }
      @media (max-width: 768px) {
        .reitaku__copy p:nth-child(3) {
          font-size: 5.5vw; } }
    .reitaku__copy p:last-child {
      font-size: 40px;
      color: #44b7e4;
      font-weight: 700;
      background: linear-gradient(transparent 80%, #FAD12E 80%);
      width: fit-content;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .reitaku__copy p:last-child {
          font-size: 6.5vw; } }

.about__main .reitaku__copy {
  margin-bottom: 64px; }

.heading__belt {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto 24px auto;
  padding: 16px;
  box-sizing: border-box;
  min-height: 95px;
  max-width: 960px;
  width: 100%; }
  @media (max-width: 768px) {
    .heading__belt {
      min-height: auto; } }
  .heading__belt > h1, .heading__belt h2 {
    color: #FFF;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
    padding: 0 48px; }
    @media (max-width: 768px) {
      .heading__belt > h1, .heading__belt h2 {
        font-size: 24px;
        padding: 0 16px; } }
  .heading__belt > p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6; }
    @media (max-width: 768px) {
      .heading__belt > p {
        font-size: 14px; } }
  .heading__belt::before {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    content: "";
    border-radius: 45px; }
  .heading__belt::after {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    position: absolute;
    top: 24px;
    right: 8px;
    content: "";
    border-radius: 45px; }
  .heading__belt.green {
    background: #8cc63e; }
  .heading__belt.orange {
    background: #ff931e; }
  .heading__belt.blue {
    background: #44b7e4; }
  .heading__belt.red {
    background: #FF4C1E; }

.btn, .btn__more, .btn__submit, .btn__back {
  display: inline-block;
  margin: 15px auto;
  width: 180px;
  height: 40px;
  padding: 0;
  text-decoration: none;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  .btn.orange, .orange.btn__more, .orange.btn__submit, .orange.btn__back {
    background-color: #ff931e;
    color: #fff; }
    .btn.orange:hover, .orange.btn__more:hover, .orange.btn__submit:hover, .orange.btn__back:hover {
      background-color: #ea7a00;
      transform: translateY(-2px); }
    .btn.orange::after, .orange.btn__more::after, .orange.btn__submit::after, .orange.btn__back::after {
      content: "";
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 10px;
      background: url(../img/btn_arrow.svg) no-repeat;
      background-size: contain; }
  .btn.blue, .blue.btn__more, .blue.btn__submit, .blue.btn__back {
    background-color: #44b7e4;
    color: #fff; }
    .btn.blue:hover, .blue.btn__more:hover, .blue.btn__submit:hover, .blue.btn__back:hover {
      background-color: #1fa3d6;
      transform: translateY(-2px); }
    .btn.blue::after, .blue.btn__more::after, .blue.btn__submit::after, .blue.btn__back::after {
      content: "";
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 10px;
      background: url(../img/btn_arrow.svg) no-repeat;
      background-size: contain; }
  .btn.red, .red.btn__more, .red.btn__submit, .red.btn__back {
    background-color: #FF4C1E;
    color: #fff; }
    .btn.red:hover, .red.btn__more:hover, .red.btn__submit:hover, .red.btn__back:hover {
      background-color: #ea3000;
      transform: translateY(-2px); }
    .btn.red::after, .red.btn__more::after, .red.btn__submit::after, .red.btn__back::after {
      content: "";
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 10px;
      background: url(../img/btn_arrow.svg) no-repeat;
      background-size: contain; }
  .btn.green, .green.btn__more, .green.btn__submit, .green.btn__back {
    background-color: #8cc63e;
    color: #fff; }
    .btn.green:hover, .green.btn__more:hover, .green.btn__submit:hover, .green.btn__back:hover {
      background-color: #71a130;
      transform: translateY(-2px); }
    .btn.green::after, .green.btn__more::after, .green.btn__submit::after, .green.btn__back::after {
      content: "";
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 10px;
      background: url(../img/btn_arrow.svg) no-repeat;
      background-size: contain; }

.toform__btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 15px auto;
  width: 720px;
  height: 95px;
  padding: 0;
  text-decoration: none;
  border-radius: 190px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease;
  background-color: #ff931e;
  color: #fff; }
  .toform__btn:hover {
    background-color: #ea7a00;
    transform: translateY(-2px); }
  .toform__btn::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(../img/btn_arrow.svg) no-repeat;
    background-size: contain; }
  .toform__btn > p:first-child {
    font-size: 14px;
    margin-bottom: 8px; }
  .toform__btn > p:last-child {
    font-size: 24px; }
    .toform__btn > p:last-child .entry-icon {
      width: 20px;
      height: 16px;
      margin-right: 8px;
      vertical-align: middle; }
  @media (max-width: 768px) {
    .toform__btn {
      width: 90%; } }
  .toform__btn + div {
    padding: 16px;
    box-sizing: border-box; }
    .toform__btn + div p {
      line-height: 1.6;
      font-size: 14px; }

.list a {
  *zoom: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .list a:after {
    content: "";
    display: table;
    clear: both; }
  .list a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

.pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin: 40px 0; }
  .pagination a, .pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none; }
  .pagination a {
    background: #9dd9f1;
    color: #fff;
    font-size: 16px; }
    .pagination a:hover {
      background: #44b7e4;
      transform: scale(1.1); }
  .pagination .current {
    background: #44b7e4;
    color: #fff;
    font-size: 16px;
    font-weight: bold; }
  .pagination .dots {
    background: none;
    color: #44b7e4;
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: bold; }
  .pagination .prev, .pagination .next {
    background: #9dd9f1;
    color: #fff;
    font-size: 14px;
    width: auto;
    padding: 0 16px;
    border-radius: 25px; }
    .pagination .prev:hover, .pagination .next:hover {
      background: #44b7e4; }

.heading__belt.green, .heading__belt.blue, .heading__belt.orange, .heading__belt.red, .heading__belt.navy {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 24px auto; }

.page-layout, .item-detail {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  gap: 40px;
  padding: 20px; }
  @media (max-width: 768px) {
    .page-layout, .item-detail {
      flex-direction: column;
      gap: 15px;
      padding: 15px 0; } }

.page-layout__sidebar, .item-detail__sidebar {
  flex: 0 0 250px; }
  @media (max-width: 768px) {
    .page-layout__sidebar, .item-detail__sidebar {
      display: none; } }

.page-layout__main, .item-detail__main {
  flex: 1;
  min-width: 0; }
  @media (max-width: 768px) {
    .page-layout__main, .item-detail__main {
      order: 1; } }

.top__copy .inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto; }
  .top__copy .inner h1 {
    text-align: center; }
    .top__copy .inner h1 p:first-child {
      background: #44b7e4;
      padding: 16px;
      text-align: center;
      font-size: 20px;
      margin-bottom: 16px;
      color: #FFF;
      position: relative; }
      .top__copy .inner h1 p:first-child strong {
        font-size: 40px;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0 4px;
        vertical-align: bottom; }
      .top__copy .inner h1 p:first-child::before {
        content: "";
        width: 30px;
        height: 1px;
        background: #FFF;
        position: absolute;
        left: 0;
        top: 50%; }
      .top__copy .inner h1 p:first-child::after {
        content: "";
        width: 30px;
        height: 1px;
        background: #FFF;
        position: absolute;
        right: 0;
        top: 50%; }
    .top__copy .inner h1 p:nth-child(2) {
      font-size: 28px;
      color: #44b7e4;
      margin-bottom: 16px; }
      @media (max-width: 768px) {
        .top__copy .inner h1 p:nth-child(2) {
          font-size: 5.5vw; } }
      .top__copy .inner h1 p:nth-child(2)::before {
        content: "＼";
        display: inline; }
      .top__copy .inner h1 p:nth-child(2)::after {
        content: "／";
        display: inline; }
    .top__copy .inner h1 p:nth-child(3) {
      font-size: 32px;
      margin-bottom: 16px; }
      @media (max-width: 768px) {
        .top__copy .inner h1 p:nth-child(3) {
          font-size: 5.5vw; } }
    .top__copy .inner h1 p:last-child {
      font-size: 40px;
      color: #44b7e4;
      font-weight: 700;
      background: linear-gradient(transparent 80%, #FAD12E 80%);
      width: fit-content;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .top__copy .inner h1 p:last-child {
          font-size: 6.5vw; } }

.top__ranking .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  .top__ranking .inner .heading__belt {
    width: 100%; }
    .top__ranking .inner .heading__belt h2 {
      text-align: center; }
  .top__ranking .inner .ranking__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
    padding: 0;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .top__ranking .inner .ranking__list {
        padding: 0 16px; } }
    .top__ranking .inner .ranking__list li {
      width: 32%;
      padding: 16px;
      box-sizing: border-box;
      box-shadow: 0px 5px 8px -2px rgba(0, 0, 0, 0.24);
      margin-bottom: 24px; }
      @media (max-width: 768px) {
        .top__ranking .inner .ranking__list li {
          width: 48%;
          margin-right: 2%; }
          .top__ranking .inner .ranking__list li:nth-child(3n) {
            margin-right: 2%; }
          .top__ranking .inner .ranking__list li:nth-child(2n) {
            margin-right: 0; } }
      .top__ranking .inner .ranking__list li div.img_wrap {
        margin-bottom: 16px; }
      .top__ranking .inner .ranking__list li div.ranking__itemname__wrap {
        display: flex; }
        .top__ranking .inner .ranking__list li div.ranking__itemname__wrap::before {
          content: "";
          background: url(../img/icon_rank_1.svg) no-repeat;
          width: 30px;
          height: 30px;
          background-size: contain; }
        .top__ranking .inner .ranking__list li div.ranking__itemname__wrap p {
          width: 90%;
          margin-left: 8px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          /* 任意の行数を指定 */ }
      .top__ranking .inner .ranking__list li:nth-child(2) div.ranking__itemname__wrap::before {
        background: url(../img/icon_rank_2.svg) no-repeat; }
      .top__ranking .inner .ranking__list li:nth-child(3) div.ranking__itemname__wrap::before {
        background: url(../img/icon_rank_3.svg) no-repeat; }
      .top__ranking .inner .ranking__list li:nth-child(4) div.ranking__itemname__wrap::before {
        background: url(../img/icon_rank_4.svg) no-repeat; }
      .top__ranking .inner .ranking__list li:nth-child(5) div.ranking__itemname__wrap::before {
        background: url(../img/icon_rank_5.svg) no-repeat; }
      .top__ranking .inner .ranking__list li:nth-child(6) div.ranking__itemname__wrap::before {
        background: url(../img/icon_rank_6.svg) no-repeat; }

.top__vending .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.top__new .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.top__unmanned .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.top__kitchen .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.top__retail .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.top__sweets .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.top__bestseller .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.top__event .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.top__microwave .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.btn__wrap {
  margin-top: 32px; }
  .btn__wrap.center {
    text-align: center; }

.col4__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .col4__list {
      padding: 0 16px; } }
  .col4__list li {
    width: 23.5%;
    padding: 16px;
    box-sizing: border-box;
    box-shadow: 0px 5px 8px -2px rgba(0, 0, 0, 0.24);
    margin-bottom: 24px;
    margin-right: 2%; }
    .col4__list li:nth-child(4n) {
      margin-right: 0; }
    .col4__list li div.img_wrap {
      margin-bottom: 16px; }
    .col4__list li div.itemname__wrap p {
      width: 100%;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-height: 1.6; }
  @media (max-width: 768px) {
    .col4__list li {
      width: 32%;
      margin-right: 2%; }
      .col4__list li:nth-child(4n) {
        margin-right: 2%; }
      .col4__list li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 480px) {
    .col4__list li {
      width: 49%;
      margin-right: 2%; }
      .col4__list li:nth-child(3n) {
        margin-right: 2%; }
      .col4__list li:nth-child(2n) {
        margin-right: 0; } }

.col3__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 20px;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .col3__list {
      padding: 0 16px; } }
  .col3__list li {
    width: 32%;
    padding: 16px;
    box-sizing: border-box;
    box-shadow: 0px 5px 8px -2px rgba(0, 0, 0, 0.24);
    margin-bottom: 24px;
    margin-right: 2%; }
    .col3__list li:nth-child(3n) {
      margin-right: 0; }
    @media (max-width: 768px) {
      .col3__list li {
        width: 48%;
        margin-right: 2%; }
        .col3__list li:nth-child(3n) {
          margin-right: 2%; }
        .col3__list li:nth-child(2n) {
          margin-right: 0; } }
    .col3__list li div.img_wrap {
      margin-bottom: 16px; }
    .col3__list li div.itemname__wrap p {
      width: 100%;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-height: 1.6;
      font-size: 16px; }

.top__category {
  padding: 60px 0; }
  .top__category .inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  .top__category .mobile-sidebar-nav {
    box-shadow: none; }
  .top__category .mobile-category-nav {
    display: none;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .top__category .mobile-category-nav {
        display: block; } }
  .top__category .category__content {
    display: flex;
    gap: 40px;
    margin-top: 40px; }
    @media (max-width: 768px) {
      .top__category .category__content {
        display: none; } }
  .top__category .category__column {
    flex: 1; }
  .top__category .category__group {
    margin-bottom: 40px; }
    .top__category .category__group:last-child {
      margin-bottom: 0; }
    .top__category .category__group h3 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px; }
      .top__category .category__group h3.blue {
        color: #44b7e4; }
      .top__category .category__group h3.orange {
        color: #ff931e; }
      .top__category .category__group h3.green {
        color: #8cc63e; }
      .top__category .category__group h3.red {
        color: #FF4C1E; }
      .top__category .category__group h3.navy {
        color: #1B1464; }
  .top__category .category__list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .top__category .category__list li {
      margin-bottom: 12px;
      padding-left: 24px; }
      .top__category .category__list li.has-children {
        padding-left: 0; }
      .top__category .category__list li:last-child {
        margin-bottom: 0; }
      .top__category .category__list li a {
        color: #333;
        text-decoration: none;
        display: block;
        padding: 8px 16px 8px 0;
        position: relative;
        transition: color 0.3s ease;
        font-size: 16px; }
        .top__category .category__list li a:after {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 8px;
          height: 8px;
          background: url(../img/btn_arrow.svg) no-repeat;
          background-size: contain;
          filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(80%) contrast(80%); }
        .top__category .category__list li a:hover {
          color: #44b7e4; }
      .top__category .category__list li.has-children .category-item-with-children {
        display: flex;
        align-items: center;
        padding: 8px 0; }
      .top__category .category__list li.has-children .accordion-trigger {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        margin-right: 8px; }
        .top__category .category__list li.has-children .accordion-trigger .plus-icon {
          display: inline-block;
          width: 16px;
          height: 16px;
          text-align: center;
          color: #44b7e4;
          font-weight: bold;
          transition: transform 0.3s ease;
          font-size: 16px; }
        .top__category .category__list li.has-children .accordion-trigger.active .plus-icon {
          transform: rotate(45deg); }
      .top__category .category__list li.has-children .category-link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease;
        flex: 1;
        position: relative;
        padding-right: 16px; }
        .top__category .category__list li.has-children .category-link:after {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 8px;
          height: 8px;
          background: url(../img/btn_arrow.svg) no-repeat;
          background-size: contain;
          filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(80%) contrast(80%); }
        .top__category .category__list li.has-children .category-link:hover {
          color: #44b7e4; }
      .top__category .category__list li.has-children .child-terms {
        margin-top: 8px;
        padding-left: 8px;
        list-style: none; }
        .top__category .category__list li.has-children .child-terms li {
          margin-bottom: 8px;
          position: relative;
          margin-left: -8px; }
          .top__category .category__list li.has-children .child-terms li:not(.has-children) {
            margin-bottom: 16px; }
          .top__category .category__list li.has-children .child-terms li a {
            font-size: 16px;
            color: #666;
            padding: 4px 16px 4px 0;
            position: relative; }
            .top__category .category__list li.has-children .child-terms li a:after {
              content: "";
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              width: 6px;
              height: 6px;
              background: url(../img/btn_arrow.svg) no-repeat;
              background-size: contain;
              filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(80%) contrast(80%); }
            .top__category .category__list li.has-children .child-terms li a:hover {
              color: #44b7e4; }
          .top__category .category__list li.has-children .child-terms li .child-terms li:before {
            content: "└";
            position: absolute;
            left: 0;
            top: 4px;
            color: #44b7e4;
            font-size: 16px;
            margin-right: 4px; }

.top__contents .inner,
.top__news .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.contents__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .contents__grid {
      grid-template-columns: 1fr;
      gap: 15px;
      padding: 16px;
      box-sizing: border-box; } }
  .contents__grid .contents-item:hover {
    transform: translateY(-2px); }
  .contents__grid .contents-item .contents-card {
    background: #fff;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    box-sizing: border-box; }
    .contents__grid .contents-item .contents-card:hover {
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); }
  .contents__grid .contents-item a {
    display: flex;
    text-decoration: none;
    color: inherit;
    min-height: 100px; }
  .contents__grid .contents-item .contents-thumbnail {
    width: 100px;
    height: 100px;
    overflow: hidden;
    flex-shrink: 0;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center; }
    .contents__grid .contents-item .contents-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: transform 0.3s ease; }
    .contents__grid .contents-item .contents-thumbnail:hover img {
      transform: scale(1.05); }
  .contents__grid .contents-item .contents-info {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column; }
    .contents__grid .contents-item .contents-info .contents-date {
      font-size: 12px;
      color: #666;
      margin-bottom: 8px; }
    .contents__grid .contents-item .contents-info .contents-title {
      font-size: 16px;
      font-weight: 500;
      color: #333;
      line-height: 1.4;
      margin: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      margin-bottom: 8px; }
    .contents__grid .contents-item .contents-info .contents-category {
      font-size: 12px;
      color: #44b7e4;
      margin-bottom: 4px;
      padding: 0; }

.news__vertical-list {
  margin: 30px auto 0;
  max-width: 720px; }
  @media (max-width: 768px) {
    .news__vertical-list {
      padding: 16px;
      box-sizing: border-box; } }
  .news__vertical-list .news-item {
    background: #fff;
    border: 1px solid #e9ecef;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    border-radius: 0; }
    .news__vertical-list .news-item:last-child {
      margin-bottom: 0; }
    .news__vertical-list .news-item:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); }
    .news__vertical-list .news-item a {
      display: block;
      padding: 16px 20px;
      text-decoration: none;
      color: inherit; }
    .news__vertical-list .news-item .news-meta {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
      border-bottom: 0;
      padding: 8px 0; }
    .news__vertical-list .news-item .news-date {
      font-size: 14px;
      color: #CCCCCC;
      font-weight: 500;
      white-space: nowrap; }
    .news__vertical-list .news-item .news-category {
      font-size: 12px;
      padding: 4px 8px;
      color: #fff;
      font-weight: 500;
      white-space: nowrap; }
      .news__vertical-list .news-item .news-category.new-item {
        background: #ff931e; }
      .news__vertical-list .news-item .news-category.notice {
        background: #44b7e4; }
    .news__vertical-list .news-item .news-title {
      font-size: 15px;
      font-weight: 500;
      color: #333;
      line-height: 1.4;
      margin: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }

.item__headng .inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }
.item__headng p {
  text-align: center;
  font-size: 16px; }

.item-detail {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  padding: 20px; }
  @media (max-width: 768px) {
    .item-detail {
      flex-direction: column;
      gap: 15px;
      padding: 15px; } }

.item-detail__sidebar {
  flex: 0 0 280px; }
  @media (max-width: 768px) {
    .item-detail__sidebar {
      flex: none;
      order: 2; } }
  .item-detail__sidebar .sidebar-nav {
    padding: 20px 0; }
    .item-detail__sidebar .sidebar-nav h3 {
      font-size: 18px;
      font-weight: bold;
      margin: 0 0 20px 0; }
      .item-detail__sidebar .sidebar-nav h3:not(:first-child) {
        margin-top: 40px; }
      .item-detail__sidebar .sidebar-nav h3.blue {
        color: #44b7e4; }
      .item-detail__sidebar .sidebar-nav h3.orange {
        color: #ff931e; }
      .item-detail__sidebar .sidebar-nav h3.green {
        color: #8cc63e; }
      .item-detail__sidebar .sidebar-nav h3.red {
        color: #FF4C1E; }
      .item-detail__sidebar .sidebar-nav h3.navy {
        color: #1B1464; }
    .item-detail__sidebar .sidebar-nav .category-list {
      list-style: none;
      margin: 0;
      padding-left: 8px; }
      .item-detail__sidebar .sidebar-nav .category-list li {
        margin-bottom: 12px; }
        .item-detail__sidebar .sidebar-nav .category-list li:last-child {
          margin-bottom: 0; }
        .item-detail__sidebar .sidebar-nav .category-list li a {
          color: #333;
          text-decoration: none;
          display: block;
          padding: 8px 16px 8px 0;
          position: relative;
          transition: color 0.3s ease;
          font-size: 16px; }
          .item-detail__sidebar .sidebar-nav .category-list li a:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background: url(../img/btn_arrow.svg) no-repeat;
            background-size: contain;
            filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(80%) contrast(80%); }
          .item-detail__sidebar .sidebar-nav .category-list li a:hover {
            color: #44b7e4; }
        .item-detail__sidebar .sidebar-nav .category-list li.has-children .category-item-with-children {
          display: flex;
          align-items: center;
          padding: 8px 0; }
        .item-detail__sidebar .sidebar-nav .category-list li.has-children .accordion-trigger {
          cursor: pointer;
          display: inline-flex;
          align-items: center;
          margin-right: 8px; }
          .item-detail__sidebar .sidebar-nav .category-list li.has-children .accordion-trigger .plus-icon {
            display: inline-block;
            width: 16px;
            height: 16px;
            text-align: center;
            color: #44b7e4;
            font-weight: bold;
            transition: transform 0.3s ease;
            font-size: 16px; }
          .item-detail__sidebar .sidebar-nav .category-list li.has-children .accordion-trigger.active .plus-icon {
            transform: rotate(45deg); }
        .item-detail__sidebar .sidebar-nav .category-list li.has-children .category-link {
          color: #333;
          text-decoration: none;
          transition: color 0.3s ease;
          flex: 1;
          position: relative;
          padding-right: 16px; }
          .item-detail__sidebar .sidebar-nav .category-list li.has-children .category-link:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background: url(../img/btn_arrow.svg) no-repeat;
            background-size: contain;
            filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(80%) contrast(80%); }
          .item-detail__sidebar .sidebar-nav .category-list li.has-children .category-link:hover {
            color: #44b7e4; }
        .item-detail__sidebar .sidebar-nav .category-list li.has-children .child-terms {
          margin-top: 8px;
          list-style: none; }
          .item-detail__sidebar .sidebar-nav .category-list li.has-children .child-terms li {
            margin-bottom: 4px;
            position: relative; }
            .item-detail__sidebar .sidebar-nav .category-list li.has-children .child-terms li .child-terms {
              padding-left: 16px; }
            .item-detail__sidebar .sidebar-nav .category-list li.has-children .child-terms li:not(.has-children) {
              padding-left: 16px; }
          .item-detail__sidebar .sidebar-nav .category-list li.has-children .child-terms .child-terms li {
            margin-bottom: 8px;
            position: relative; }
            .item-detail__sidebar .sidebar-nav .category-list li.has-children .child-terms .child-terms li:before {
              content: "└";
              position: absolute;
              left: -16px;
              top: 4px;
              color: #44b7e4;
              font-size: 14px; }
            .item-detail__sidebar .sidebar-nav .category-list li.has-children .child-terms .child-terms li a {
              font-size: 14px;
              color: #666;
              padding: 4px 16px 4px 0;
              position: relative; }
              .item-detail__sidebar .sidebar-nav .category-list li.has-children .child-terms .child-terms li a:after {
                content: "";
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 6px;
                height: 6px;
                background: url(../img/btn_arrow.svg) no-repeat;
                background-size: contain;
                filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(80%) contrast(80%); }
              .item-detail__sidebar .sidebar-nav .category-list li.has-children .child-terms .child-terms li a:hover {
                color: #44b7e4; }

.item-detail__main {
  flex: 1;
  min-width: 0; }

.item-detail__gallery {
  margin-bottom: 80px; }
  .item-detail__gallery .gallery-slider {
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s ease; }
    .item-detail__gallery .gallery-slider.slick-initialized {
      opacity: 1; }
    .item-detail__gallery .gallery-slider .gallery-slide {
      padding: 0 10px;
      text-align: center; }
      .item-detail__gallery .gallery-slider .gallery-slide img {
        width: 100%;
        height: auto; }
      .item-detail__gallery .gallery-slider .gallery-slide .gallery-caption {
        margin: 10px 0 0 0;
        font-size: 14px;
        color: #666;
        font-weight: bold; }
  .item-detail__gallery .slick-dots {
    bottom: -40px; }
    .item-detail__gallery .slick-dots li button:before {
      color: #44b7e4;
      font-size: 12px; }
    .item-detail__gallery .slick-dots li.slick-active button:before {
      color: #44b7e4; }

.item-detail__terms {
  margin-bottom: 30px; }
  .item-detail__terms .terms-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center; }
    .item-detail__terms .terms-list .term-tag {
      display: inline-block;
      background: white;
      color: #44b7e4;
      padding: 8px 16px;
      font-size: 14px;
      border: 1px solid #44b7e4;
      font-weight: 400; }

.item-detail__info {
  margin-bottom: 30px; }
  .item-detail__info h2 {
    color: #44b7e4;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: center;
    padding: 16px 0;
    border-top: 1px solid #44b7e4;
    border-bottom: 1px solid #44b7e4; }
  .item-detail__info .info-list {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .item-detail__info .info-list {
        padding: 16px; } }
    .item-detail__info .info-list dt, .item-detail__info .info-list dd {
      padding: 24px 0;
      box-sizing: border-box;
      margin: 0;
      font-size: 14px; }
      @media (max-width: 640px) {
        .item-detail__info .info-list dt, .item-detail__info .info-list dd {
          padding: 10px 12px;
          font-size: 14px;
          line-height: 1.6; } }
    .item-detail__info .info-list dt {
      width: 35%;
      background: white;
      color: #333;
      font-weight: normal;
      border-bottom: 1px solid #ddd;
      box-sizing: border-box; }
      @media (max-width: 640px) {
        .item-detail__info .info-list dt {
          width: 40%; } }
    .item-detail__info .info-list dd {
      width: 65%;
      background: white;
      color: #333;
      border-bottom: 1px solid #ddd;
      box-sizing: border-box; }
      @media (max-width: 640px) {
        .item-detail__info .info-list dd {
          width: 60%; } }
    .item-detail__info .info-list dt:last-of-type,
    .item-detail__info .info-list dd:last-of-type {
      border-bottom: none; }
    .item-detail__info .info-list dt.login-required {
      background: #f8f9fa;
      color: #44b7e4;
      font-weight: bold; }
    .item-detail__info .info-list dd.login-required {
      background: #f8f9fa;
      color: #666;
      font-size: 14px;
      line-height: 1.6; }
      .item-detail__info .info-list dd.login-required a {
        color: #44b7e4;
        text-decoration: none;
        font-weight: bold; }
        .item-detail__info .info-list dd.login-required a:hover {
          text-decoration: underline; }
    .item-detail__info .info-list span.login-required {
      color: #666;
      font-size: 14px;
      line-height: 1.6; }
      .item-detail__info .info-list span.login-required a {
        color: #44b7e4;
        text-decoration: none;
        font-weight: bold; }
        .item-detail__info .info-list span.login-required a:hover {
          text-decoration: underline; }

.item-detail__order-form .login-required-message {
  text-align: center;
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef; }
  .item-detail__order-form .login-required-message p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6; }
    .item-detail__order-form .login-required-message p:last-of-type {
      margin-bottom: 30px; }
    .item-detail__order-form .login-required-message p a {
      color: #44b7e4;
      text-decoration: none;
      font-weight: bold; }
      .item-detail__order-form .login-required-message p a:hover {
        text-decoration: underline; }
  .item-detail__order-form .login-required-message .login-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 480px) {
      .item-detail__order-form .login-required-message .login-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px; } }
    .item-detail__order-form .login-required-message .login-buttons .btn, .item-detail__order-form .login-required-message .login-buttons .btn__more, .item-detail__order-form .login-required-message .login-buttons .btn__submit, .item-detail__order-form .login-required-message .login-buttons .btn__back {
      min-width: 120px;
      padding: 12px 24px;
      text-decoration: none;
      border-radius: 25px;
      font-weight: bold;
      transition: all 0.3s ease;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .item-detail__order-form .login-required-message .login-buttons .btn.blue, .item-detail__order-form .login-required-message .login-buttons .blue.btn__more, .item-detail__order-form .login-required-message .login-buttons .blue.btn__submit, .item-detail__order-form .login-required-message .login-buttons .blue.btn__back {
        background: #44b7e4;
        color: #fff;
        border: 1px solid #44b7e4; }
        .item-detail__order-form .login-required-message .login-buttons .btn.blue:hover, .item-detail__order-form .login-required-message .login-buttons .blue.btn__more:hover, .item-detail__order-form .login-required-message .login-buttons .blue.btn__submit:hover, .item-detail__order-form .login-required-message .login-buttons .blue.btn__back:hover {
          background: #1fa3d6;
          border-color: #1fa3d6; }
      .item-detail__order-form .login-required-message .login-buttons .btn.orange, .item-detail__order-form .login-required-message .login-buttons .orange.btn__more, .item-detail__order-form .login-required-message .login-buttons .orange.btn__submit, .item-detail__order-form .login-required-message .login-buttons .orange.btn__back {
        background: #ff931e;
        color: #fff;
        border: 1px solid #ff931e; }
        .item-detail__order-form .login-required-message .login-buttons .btn.orange:hover, .item-detail__order-form .login-required-message .login-buttons .orange.btn__more:hover, .item-detail__order-form .login-required-message .login-buttons .orange.btn__submit:hover, .item-detail__order-form .login-required-message .login-buttons .orange.btn__back:hover {
          background: #ea7a00;
          border-color: #ea7a00; }

.item-detail__description {
  margin-bottom: 30px; }
  .item-detail__description h2 {
    color: #44b7e4;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: center;
    padding: 16px 0;
    border-top: 1px solid #44b7e4;
    border-bottom: 1px solid #44b7e4; }
  .item-detail__description .description-content {
    padding: 20px 0;
    text-align: left;
    line-height: 1.6;
    color: #333;
    font-size: 16px; }
    @media (max-width: 768px) {
      .item-detail__description .description-content {
        padding: 16px;
        box-sizing: border-box;
        font-size: 14px; } }
    .item-detail__description .description-content p {
      margin: 0 0 10px 0;
      font-size: 16px; }
      .item-detail__description .description-content p:last-child {
        margin-bottom: 0; }
      @media (max-width: 640px) {
        .item-detail__description .description-content p {
          font-size: 14px; } }
    .item-detail__description .description-content a {
      display: block;
      background: #44b7e4;
      color: white;
      text-decoration: none;
      padding: 12px 30px;
      border-radius: 25px;
      font-size: 16px;
      font-weight: bold;
      transition: all 0.3s;
      margin: 10px auto;
      width: fit-content;
      position: relative; }
      .item-detail__description .description-content a::after {
        content: "";
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background: url(../img/btn_arrow.svg) no-repeat;
        background-size: contain; }
      .item-detail__description .description-content a:hover {
        background: #1fa3d6; }
      @media (max-width: 640px) {
        .item-detail__description .description-content a {
          padding: 10px 25px;
          font-size: 14px;
          width: 160px;
          text-align: center; } }

.item-detail__order-form {
  margin-bottom: 30px; }
  .item-detail__order-form h2 {
    color: #44b7e4;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: center;
    padding: 16px 0;
    border-top: 1px solid #44b7e4;
    border-bottom: 1px solid #44b7e4; }
  .item-detail__order-form .order-form-content {
    padding: 20px 0; }
    .item-detail__order-form .order-form-content .mw_wp_form dl {
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .item-detail__order-form .order-form-content .mw_wp_form dl {
          flex-direction: column;
          padding: 16px;
          box-sizing: border-box; } }
      .item-detail__order-form .order-form-content .mw_wp_form dl dt {
        width: 45%;
        padding: 16px 0;
        margin-bottom: 48px;
        font-weight: bold;
        font-size: 14px;
        color: #333;
        background: white;
        box-sizing: border-box;
        position: relative; }
        @media (max-width: 768px) {
          .item-detail__order-form .order-form-content .mw_wp_form dl dt {
            width: 100%;
            margin-bottom: 8px;
            padding: 12px 0; } }
        @media (max-width: 640px) {
          .item-detail__order-form .order-form-content .mw_wp_form dl dt {
            width: 40%;
            padding: 10px 12px;
            font-size: 13px; } }
  @media (max-width: 640px) and (max-width: 768px) {
    .item-detail__order-form .order-form-content .mw_wp_form dl dt {
      width: 100%; } }

        .item-detail__order-form .order-form-content .mw_wp_form dl dt:not(.lot__wrap):not([class*="__"]):not(:last-of-type)::before {
          content: "必須";
          background: #44b7e4;
          color: white;
          padding: 4px 16px;
          font-size: 12px;
          margin-right: 8px;
          font-weight: bold; }
        .item-detail__order-form .order-form-content .mw_wp_form dl dt:last-of-type::before {
          content: "任意";
          background: #999;
          color: white;
          padding: 4px 8px;
          border-radius: 4px;
          font-size: 12px;
          margin-right: 8px;
          font-weight: bold; }
      .item-detail__order-form .order-form-content .mw_wp_form dl dd {
        width: 55%;
        padding: 12px 16px;
        margin: 0;
        background: white;
        box-sizing: border-box; }
        @media (max-width: 768px) {
          .item-detail__order-form .order-form-content .mw_wp_form dl dd {
            width: 100%;
            margin-bottom: 24px;
            padding: 0; } }
        @media (max-width: 640px) {
          .item-detail__order-form .order-form-content .mw_wp_form dl dd {
            width: 60%;
            padding: 10px 12px; } }
  @media (max-width: 640px) and (max-width: 768px) {
    .item-detail__order-form .order-form-content .mw_wp_form dl dd {
      width: 100%;
      padding: 0; } }

        .item-detail__order-form .order-form-content .mw_wp_form dl dd input[type="text"],
        .item-detail__order-form .order-form-content .mw_wp_form dl dd select,
        .item-detail__order-form .order-form-content .mw_wp_form dl dd textarea {
          width: 100%;
          padding: 16px;
          font-size: 14px;
          box-sizing: border-box;
          background: #FDF8DD;
          border: 1px solid #44b7e4; }
          .item-detail__order-form .order-form-content .mw_wp_form dl dd input[type="text"]:focus,
          .item-detail__order-form .order-form-content .mw_wp_form dl dd select:focus,
          .item-detail__order-form .order-form-content .mw_wp_form dl dd textarea:focus {
            outline: none;
            border-color: #44b7e4;
            background: white; }
          @media (max-width: 640px) {
            .item-detail__order-form .order-form-content .mw_wp_form dl dd input[type="text"],
            .item-detail__order-form .order-form-content .mw_wp_form dl dd select,
            .item-detail__order-form .order-form-content .mw_wp_form dl dd textarea {
              padding: 16px 8px;
              font-size: 14px; } }
        .item-detail__order-form .order-form-content .mw_wp_form dl dd input[name="c_id"],
        .item-detail__order-form .order-form-content .mw_wp_form dl dd input[name="c_item"] {
          background: #f0f0f0;
          color: #666;
          cursor: not-allowed; }
          .item-detail__order-form .order-form-content .mw_wp_form dl dd input[name="c_id"]:focus,
          .item-detail__order-form .order-form-content .mw_wp_form dl dd input[name="c_item"]:focus {
            background: #f0f0f0;
            border-color: #ddd; }
        .item-detail__order-form .order-form-content .mw_wp_form dl dd select {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: right 12px center;
          background-size: 12px 8px;
          appearance: none; }
        .item-detail__order-form .order-form-content .mw_wp_form dl dd textarea {
          height: 120px;
          resize: vertical; }
        .item-detail__order-form .order-form-content .mw_wp_form dl dd.postnum__wrap {
          display: flex;
          align-items: center;
          gap: 10px; }
          .item-detail__order-form .order-form-content .mw_wp_form dl dd.postnum__wrap input[type="text"] {
            flex: 1; }
    .item-detail__order-form .order-form-content .mw_wp_form .btn__link {
      text-align: center;
      margin-top: 30px; }
      .item-detail__order-form .order-form-content .mw_wp_form .btn__link input[type="submit"] {
        background: #ff931e url(../img/btn_arrow.svg) no-repeat;
        background-position: calc(100% - 12px) center;
        background-size: 10px 10px;
        color: white;
        border: none;
        padding: 16px 40px 16px 30px;
        border-radius: 25px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s;
        filter: brightness(1) contrast(1);
        width: 340px; }
        .item-detail__order-form .order-form-content .mw_wp_form .btn__link input[type="submit"]:hover {
          background-color: #ea7a00;
          background-image: url(../img/btn_arrow.svg);
          background-position: calc(100% - 12px) center;
          background-size: 10px 10px;
          background-repeat: no-repeat; }
        @media (max-width: 640px) {
          .item-detail__order-form .order-form-content .mw_wp_form .btn__link input[type="submit"] {
            padding: 16px;
            font-size: 20px;
            border-radius: 40px; } }
    @media (max-width: 640px) {
      .item-detail__order-form .order-form-content {
        padding: 15px 0; } }

.contents__section h2 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
  border-bottom: 2px solid #44b7e4;
  padding-bottom: 10px; }

.contents__list {
  list-style: none;
  padding: 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .contents__list {
      margin-bottom: 32px; } }

.contents-item {
  margin-bottom: 0; }

.contents-card {
  display: block;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease; }
  .contents-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }

.contents-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  align-items: stretch; }

.contents-thumbnail {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  overflow: hidden;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .contents-thumbnail {
      width: 100px;
      height: 100px; } }
  .contents-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease; }
  .contents-card:hover .contents-thumbnail img {
    transform: scale(1.05); }

.contents-info {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  @media (max-width: 768px) {
    .contents-info {
      padding: 16px; } }

.contents-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
  @media (max-width: 768px) {
    .contents-title {
      font-size: 16px;
      margin-bottom: 10px; } }

.contents-category {
  display: inline-block;
  color: #44b7e4;
  font-size: 12px;
  padding: 4px 0;
  border-radius: 4px;
  margin-bottom: 8px;
  font-weight: 500; }

.contents-date {
  font-size: 14px;
  color: #666;
  margin-top: auto; }

.article-meta {
  margin-bottom: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #eee; }
  @media (max-width: 768px) {
    .article-meta {
      padding: 16px;
      box-sizing: border-box; } }
  .article-meta .meta-info {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #666; }
    @media (max-width: 768px) {
      .article-meta .meta-info {
        flex-direction: column;
        gap: 8px; } }

.article-terms {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .article-terms {
      padding: 16px;
      box-sizing: border-box; } }
  .article-terms .terms-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .article-terms .term-tag {
    background: #44b7e4;
    color: #fff;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500; }

.article-kv {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .article-kv {
      padding: 16px;
      box-sizing: border-box; } }
  .article-kv .kv-image {
    text-align: center; }
    .article-kv .kv-image img {
      max-width: 100%;
      height: auto;
      border-radius: 8px; }

.article-lead {
  margin-bottom: 30px; }
  .article-lead .lead-content {
    font-size: 16px;
    line-height: 1.8; }
    @media (max-width: 768px) {
      .article-lead .lead-content {
        padding: 16px;
        box-sizing: border-box; } }

.article-toc {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .article-toc {
      padding: 16px;
      box-sizing: border-box; } }
  .article-toc .toc-content {
    background: #FDF8DD;
    border: 1px solid #44b7e4; }
    @media (max-width: 768px) {
      .article-toc .toc-content {
        padding: 16px;
        box-sizing: border-box; } }
    .article-toc .toc-content h2 {
      font-size: 20px;
      color: #333;
      background: #44b7e4;
      padding: 8px;
      color: #FFF; }
  .article-toc .toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: toc-counter;
    padding: 16px;
    box-sizing: border-box; }
  .article-toc .toc-item {
    margin-bottom: 8px;
    counter-increment: toc-counter; }
    .article-toc .toc-item:last-child {
      margin-bottom: 0; }
  .article-toc .toc-link {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    position: relative;
    padding-left: 30px;
    transition: color 0.3s ease; }
    .article-toc .toc-link:before {
      content: counter(toc-counter);
      position: absolute;
      left: 0;
      top: 8px;
      background: #44b7e4;
      color: #fff;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: bold; }
    .article-toc .toc-link:hover {
      color: #44b7e4; }

.article-content {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .article-content {
      padding: 16px;
      box-sizing: border-box; } }
  .article-content .content-section {
    margin-bottom: 40px; }
    .article-content .content-section:last-child {
      margin-bottom: 0; }
  .article-content h2.wp-block-heading {
    font-size: 20px;
    border-top: 1px solid #44b7e4;
    border-bottom: 1px solid #44b7e4;
    color: #44b7e4;
    padding: 16px;
    box-sizing: border-box;
    margin-top: 48px;
    margin-bottom: 24px;
    text-align: center; }
  .article-content h3.wp-block-heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px; }
    .article-content h3.wp-block-heading::before {
      content: "●";
      color: #44b7e4;
      display: inline;
      margin-right: 8px;
      font-size: 16px; }
  .article-content > p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px; }
    .article-content > p a {
      color: #FF4C1E;
      text-decoration: underline;
      font-weight: 500;
      font-size: 18px; }
      .article-content > p a:hover {
        opacity: 0.7; }
  .article-content ul.wp-block-list,
  .article-content ol.wp-block-list {
    margin: 24px 0;
    padding-left: 30px; }
    .article-content ul.wp-block-list li,
    .article-content ol.wp-block-list li {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 12px;
      position: relative; }
      .article-content ul.wp-block-list li:last-child,
      .article-content ol.wp-block-list li:last-child {
        margin-bottom: 0; }
  .article-content ul.wp-block-list {
    list-style: none; }
    .article-content ul.wp-block-list li:before {
      content: "✓";
      color: #44b7e4;
      font-weight: bold;
      position: absolute;
      left: -20px;
      top: 0;
      font-size: 14px; }
  .article-content ol.wp-block-list {
    counter-reset: list-counter;
    list-style: none; }
    .article-content ol.wp-block-list li {
      counter-increment: list-counter; }
      .article-content ol.wp-block-list li:before {
        content: counter(list-counter);
        background: #44b7e4;
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        left: -30px;
        top: 2px; }
  .article-content blockquote.wp-block-quote {
    margin: 32px 0;
    padding: 24px;
    background: #f8f9fa;
    border-left: 4px solid #44b7e4;
    border-radius: 0 8px 8px 0;
    position: relative; }
    .article-content blockquote.wp-block-quote:before {
      content: "”";
      font-size: 48px;
      color: #44b7e4;
      position: absolute;
      top: -5px;
      left: 10px;
      font-family: serif; }
    .article-content blockquote.wp-block-quote p {
      font-size: 16px;
      line-height: 1.7;
      margin: 0 0 16px 0;
      font-style: italic;
      color: #555; }
      .article-content blockquote.wp-block-quote p:last-child {
        margin-bottom: 0; }
    .article-content blockquote.wp-block-quote cite {
      display: block;
      text-align: right;
      font-size: 14px;
      color: #666;
      margin-top: 16px;
      font-style: normal; }
      .article-content blockquote.wp-block-quote cite:before {
        content: "ー"; }
  .article-content .section-subtitle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    border-left: 4px solid #44b7e4;
    padding-left: 16px;
    line-height: 1.4; }
  .article-content .section-image {
    margin-bottom: 20px;
    text-align: center; }
    .article-content .section-image img {
      max-width: 100%;
      height: auto;
      border-radius: 8px; }
    .article-content .section-image a {
      display: inline-block;
      transition: transform 0.3s ease; }
      .article-content .section-image a:hover {
        transform: scale(1.02); }
  .article-content .section-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555; }

.article-summary {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .article-summary {
      padding: 16px;
      box-sizing: border-box; } }
  .article-summary h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #44b7e4;
    padding-bottom: 10px; }
  .article-summary .summary-content {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #44b7e4; }

.article-navigation {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .article-navigation {
      padding: 16px;
      box-sizing: border-box; } }
  .article-navigation .article-nav {
    display: flex;
    gap: 20px;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .article-navigation .article-nav {
        flex-direction: column; } }
  .article-navigation .nav-prev,
  .article-navigation .nav-next {
    width: 48%; }
    @media (max-width: 768px) {
      .article-navigation .nav-prev,
      .article-navigation .nav-next {
        width: 100%;
        max-width: none; } }
    .article-navigation .nav-prev .nav-label,
    .article-navigation .nav-next .nav-label {
      display: block;
      font-size: 12px;
      color: #666;
      margin-bottom: 8px;
      font-weight: 500; }
    .article-navigation .nav-prev a,
    .article-navigation .nav-next a {
      display: flex;
      align-items: center;
      background: #fff;
      padding: 16px;
      border-radius: 8px;
      text-decoration: none;
      color: #333;
      border: 1px solid #e9ecef;
      transition: all 0.3s ease;
      height: 130px;
      box-sizing: border-box;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
      .article-navigation .nav-prev a:hover,
      .article-navigation .nav-next a:hover {
        background: #f8f9fa;
        transform: translateY(-2px); }
  .article-navigation .nav-prev a {
    flex-direction: row; }
  .article-navigation .nav-next a {
    flex-direction: row-reverse;
    text-align: right; }
  .article-navigation .nav-thumbnail {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .nav-next .article-navigation .nav-thumbnail {
      margin-right: 0;
      margin-left: 12px; }
    .article-navigation .nav-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .article-navigation .nav-content {
    flex: 1;
    min-width: 0;
    padding: 16px;
    text-align: left; }
  .article-navigation .nav-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }

.no__contents {
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 8px; }
  .no__contents p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px; }

.news__section {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px; }

.news__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px; }

.news-item {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; }
  .news-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); }

.news-link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 20px;
  transition: all 0.3s ease; }

.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px; }

.news-date {
  font-size: 14px;
  color: #CCCCCC;
  font-weight: 500; }

.news-category {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500; }
  .news-category.new-item {
    background: #ff931e; }
  .news-category.notice {
    background: #44b7e4; }
  .news-category.other-notice {
    background: #8cc63e; }

.news-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  margin: 0; }
  @media (max-width: 768px) {
    .news-title {
      font-size: 14px; } }

.news-navigation {
  margin-bottom: 40px; }
  .news-navigation .article-nav {
    display: flex;
    gap: 20px;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .news-navigation .article-nav {
        flex-direction: column; } }
  .news-navigation .nav-prev,
  .news-navigation .nav-next {
    width: 48%; }
    @media (max-width: 768px) {
      .news-navigation .nav-prev,
      .news-navigation .nav-next {
        width: 100%; } }
    .news-navigation .nav-prev .nav-label,
    .news-navigation .nav-next .nav-label {
      display: block;
      font-size: 12px;
      color: #666;
      margin-bottom: 8px;
      font-weight: 500; }
    .news-navigation .nav-prev a,
    .news-navigation .nav-next a {
      display: block;
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      text-decoration: none;
      color: #333;
      border: 1px solid #e9ecef;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      text-align: center; }
      .news-navigation .nav-prev a:hover,
      .news-navigation .nav-next a:hover {
        background: #f8f9fa;
        transform: translateY(-2px); }
  .news-navigation .nav-content .nav-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3; }

.news-meta {
  margin-bottom: 16px;
  padding: 8px 0; }
  .news-meta .meta-info {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #666; }
    @media (max-width: 768px) {
      .news-meta .meta-info {
        flex-direction: column;
        gap: 8px; } }

.news-content {
  margin-bottom: 50px;
  line-height: 1.8; }
  .news-content .wp-block-button__link {
    background: #44b7e4;
    display: block;
    margin: 16px auto; }
  .news-content h2 {
    font-size: 20px;
    margin: 40px 0 20px 0;
    color: #333;
    border-left: 4px solid #ff7f00;
    padding-left: 16px; }
  .news-content h3 {
    font-size: 18px;
    margin: 30px 0 15px 0;
    color: #333; }
    .news-content h3::before {
      content: "●";
      color: #ff7f00;
      margin-right: 8px; }
  .news-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333; }
  .news-content ul.wp-block-list,
  .news-content ol.wp-block-list {
    margin: 24px 0;
    padding-left: 30px; }
    .news-content ul.wp-block-list li,
    .news-content ol.wp-block-list li {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 12px;
      position: relative; }
      .news-content ul.wp-block-list li:last-child,
      .news-content ol.wp-block-list li:last-child {
        margin-bottom: 0; }
  .news-content ul.wp-block-list {
    list-style: none; }
    .news-content ul.wp-block-list li:before {
      content: "✓";
      color: #44b7e4;
      font-weight: bold;
      position: absolute;
      left: -20px;
      top: 0;
      font-size: 14px; }
  .news-content ol.wp-block-list {
    counter-reset: list-counter;
    list-style: none; }
    .news-content ol.wp-block-list li {
      counter-increment: list-counter; }
      .news-content ol.wp-block-list li:before {
        content: counter(list-counter);
        background: #44b7e4;
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        left: -30px;
        top: 2px; }
  .news-content blockquote.wp-block-quote {
    margin: 32px 0;
    padding: 24px;
    background: #f8f9fa;
    border-left: 4px solid #44b7e4;
    border-radius: 0 8px 8px 0;
    position: relative; }
    .news-content blockquote.wp-block-quote:before {
      content: "”";
      font-size: 48px;
      color: #44b7e4;
      position: absolute;
      top: -5px;
      left: 10px;
      font-family: serif; }
    .news-content blockquote.wp-block-quote p {
      font-size: 16px;
      line-height: 1.7;
      margin: 0 0 16px 0;
      font-style: italic;
      color: #555; }
      .news-content blockquote.wp-block-quote p:last-child {
        margin-bottom: 0; }
    .news-content blockquote.wp-block-quote cite {
      display: block;
      text-align: right;
      font-size: 14px;
      color: #666;
      margin-top: 16px;
      font-style: normal; }
      .news-content blockquote.wp-block-quote cite:before {
        content: "— "; }
  .news-content ul, .news-content ol {
    margin: 20px 0;
    padding-left: 30px; }
    .news-content ul li, .news-content ol li {
      margin-bottom: 8px;
      line-height: 1.6; }
  .news-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 8px; }
  .news-content .wp-block-image {
    margin: 30px 0;
    text-align: center; }

.news-navigation {
  margin-bottom: 40px; }
  .news-navigation .news-nav {
    display: flex;
    gap: 20px;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .news-navigation .news-nav {
        flex-direction: column; } }
  .news-navigation .nav-prev,
  .news-navigation .nav-next {
    width: 48%; }
    @media (max-width: 768px) {
      .news-navigation .nav-prev,
      .news-navigation .nav-next {
        width: 100%; } }
    .news-navigation .nav-prev .nav-label,
    .news-navigation .nav-next .nav-label {
      display: block;
      font-size: 12px;
      color: #666;
      margin-bottom: 8px;
      font-weight: 500; }
    .news-navigation .nav-prev a,
    .news-navigation .nav-next a {
      display: block;
      background: #fff;
      padding: 16px;
      border-radius: 8px;
      text-decoration: none;
      color: #333;
      border: 1px solid #e9ecef;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
      .news-navigation .nav-prev a:hover,
      .news-navigation .nav-next a:hover {
        background: #f8f9fa;
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); }
  .news-navigation .nav-content .nav-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .news-navigation .nav-content .nav-date {
    font-size: 12px;
    color: #666; }

.news-back {
  margin-bottom: 40px;
  text-align: center; }

.no__news {
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 8px; }
  .no__news p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px; }

.btn.orange, .orange.btn__more, .orange.btn__submit, .orange.btn__back {
  background: #ff7f00;
  color: #fff;
  border: 1px solid #ff7f00; }
  .btn.orange:hover, .orange.btn__more:hover, .orange.btn__submit:hover, .orange.btn__back:hover {
    background: #e56b00;
    border-color: #e56b00;
    color: #fff; }

.form__main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #fff; }

.form__section {
  background: #fff;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 40px; }

.form__intro p {
  margin: 0 0 10px 0;
  color: #333;
  line-height: 1.6;
  text-align: center;
  font-size: 16px; }
  .form__intro p:last-child {
    margin-bottom: 0; }

.required {
  background: #44b7e4;
  color: white;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold; }

.registration__form ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.registration__form li {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 20px;
  margin-bottom: 20px;
  padding: 20px;
  align-items: start; }
  @media (max-width: 640px) {
    .registration__form li {
      padding: 20px 0; } }
  .registration__form li:last-child {
    margin-bottom: 0; }
.registration__form label {
  display: block;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin: 0;
  position: relative;
  text-align: right; }
  @media (max-width: 640px) {
    .registration__form label {
      text-align: left;
      margin-bottom: 16px; } }
  .registration__form label.important:before {
    content: "重要";
    background: #FF4C1E;
    color: white;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 8px;
    display: inline-block; }
  .registration__form label span {
    background: #44b7e4;
    color: white;
    padding: 3px 8px;
    font-size: 12px;
    margin-left: 8px; }
.registration__form .form-field {
  width: 100%; }
.registration__form input[type="text"],
.registration__form input[type="email"],
.registration__form input[type="password"],
.registration__form input[type="file"],
.registration__form select,
.registration__form textarea {
  width: 100%;
  padding: 16px 24px;
  border: 1px solid #44b7e4;
  background: #FDF8DD;
  font-size: 14px;
  transition: all 0.3s ease;
  box-sizing: border-box; }
  .registration__form input[type="text"]:focus,
  .registration__form input[type="email"]:focus,
  .registration__form input[type="password"]:focus,
  .registration__form input[type="file"]:focus,
  .registration__form select:focus,
  .registration__form textarea:focus {
    outline: none;
    border-color: #44b7e4;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(68, 183, 228, 0.2); }
.registration__form textarea {
  height: 120px;
  resize: vertical; }
.registration__form input[type="radio"],
.registration__form input[type="checkbox"] {
  margin-right: 8px;
  margin-bottom: 8px; }
.registration__form input[type="radio"] + label,
.registration__form input[type="checkbox"] + label {
  display: inline;
  font-weight: normal;
  margin-right: 20px;
  margin-bottom: 0; }
.registration__form p {
  margin: 5px 0 10px 0;
  color: #666;
  font-size: 12px;
  line-height: 1.4; }
  .registration__form p a {
    color: #44b7e4;
    text-decoration: underline; }
    .registration__form p a:hover {
      color: #1fa3d6; }
.registration__form .form-field p {
  margin: 0 0 8px 0;
  font-size: 12px;
  color: #666; }

.button_form_confirm {
  background: #ff931e url(../img/btn_arrow.svg) no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: auto, 10px 10px;
  color: white;
  border: none;
  padding: 16px 40px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto;
  min-width: 200px;
  display: block; }
  .button_form_confirm:hover {
    background-color: #ea7a00;
    background-image: url(../img/btn_arrow.svg);
    background-position: calc(100% - 12px) center;
    background-size: 10px 10px;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 147, 30, 0.3); }
  .button_form_confirm:active {
    transform: translateY(0); }

.button_form_back {
  background: #999;
  color: white;
  border: none;
  padding: 16px 40px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0 auto;
  min-width: 200px;
  display: block; }
  .button_form_back:hover {
    background: gray; }

.kiyaku__wrap {
  max-height: 300px;
  overflow-y: auto;
  border: 2px solid #ddd;
  border-radius: 6px;
  padding: 20px;
  background: #f8f9fa;
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.6; }
  .kiyaku__wrap p {
    margin-bottom: 15px; }

.form_confirm {
  background: #f8f9fa;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 15px;
  border-left: 4px solid #3498db; }
  .form_confirm strong {
    color: #333;
    display: inline-block;
    min-width: 200px;
    margin-right: 10px; }

@media (max-width: 768px) {
  .form__main {
    padding: 20px 10px;
    box-sizing: border-box; }

  .form__section {
    padding: 20px;
    box-sizing: border-box; }

  .form__intro {
    padding: 15px;
    box-sizing: border-box; }

  .registration__form li {
    display: block;
    grid-template-columns: none;
    gap: 10px; }
  .registration__form input[type="text"],
  .registration__form input[type="email"],
  .registration__form input[type="password"],
  .registration__form select,
  .registration__form textarea {
    font-size: 16px; }

  .button_form_confirm,
  .button_form_back {
    width: 100%;
    margin-bottom: 10px; } }
.individual-business-info {
  margin: 30px auto;
  background: #FDF8DD;
  border: 1px solid #44b7e4;
  max-width: 720px;
  width: 100%; }
  .individual-business-info > div {
    background: #44b7e4;
    padding: 24px;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    font-size: 20px; }
  .individual-business-info p {
    line-height: 1.6;
    display: block;
    padding: 24px 24px 0;
    box-sizing: border-box; }
  .individual-business-info ul {
    margin: 0;
    padding: 24px;
    box-sizing: border-box; }
    .individual-business-info ul li {
      margin-bottom: 8px;
      line-height: 1.5; }
      .individual-business-info ul li strong {
        font-weight: bold;
        color: #44b7e4; }

.about__main .about__kv {
  margin: 48px auto; }
  .about__main .about__kv img.PcHide {
    display: none; }
    @media (max-width: 768px) {
      .about__main .about__kv img.PcHide {
        display: block; } }
  .about__main .about__kv img.SpHide {
    display: block; }
    @media (max-width: 768px) {
      .about__main .about__kv img.SpHide {
        display: none; } }
.about__main .about__intro {
  text-align: center;
  margin: 48px auto;
  font-size: 16px;
  line-height: 2;
  font-weight: 400; }
  @media (max-width: 768px) {
    .about__main .about__intro {
      padding: 16px;
      box-sizing: border-box; } }
.about__main .strong__list__wrap ul {
  max-width: 720px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .about__main .strong__list__wrap ul {
      padding: 16px;
      box-sizing: border-box; } }
  .about__main .strong__list__wrap ul li {
    display: flex;
    margin-bottom: 48px; }
    .about__main .strong__list__wrap ul li:nth-child(2) div:first-child p {
      background: #ff931e; }
      .about__main .strong__list__wrap ul li:nth-child(2) div:first-child p::after {
        border-top: 1px solid #ff931e; }
    .about__main .strong__list__wrap ul li:nth-child(2) div:last-child h3 {
      color: #ff931e; }
    .about__main .strong__list__wrap ul li:nth-child(3) div:first-child p {
      background: #E85E9B; }
      .about__main .strong__list__wrap ul li:nth-child(3) div:first-child p::after {
        border-top: 1px solid #E85E9B; }
    .about__main .strong__list__wrap ul li:nth-child(3) div:last-child h3 {
      color: #E85E9B; }
    .about__main .strong__list__wrap ul li:nth-child(4) div:first-child p {
      background: #FF4C1E; }
      .about__main .strong__list__wrap ul li:nth-child(4) div:first-child p::after {
        border-top: 1px solid #FF4C1E; }
    .about__main .strong__list__wrap ul li:nth-child(4) div:last-child h3 {
      color: #FF4C1E; }
    .about__main .strong__list__wrap ul li:nth-child(5) div:first-child p {
      background: #44b7e4; }
      .about__main .strong__list__wrap ul li:nth-child(5) div:first-child p::after {
        border-top: 1px solid #44b7e4; }
    .about__main .strong__list__wrap ul li:nth-child(5) div:last-child h3 {
      color: #44b7e4; }
    .about__main .strong__list__wrap ul li:nth-child(6) div:first-child p {
      background: #1B1464; }
      .about__main .strong__list__wrap ul li:nth-child(6) div:first-child p::after {
        border-top: 1px solid #1B1464; }
    .about__main .strong__list__wrap ul li:nth-child(6) div:last-child h3 {
      color: #1B1464; }
    .about__main .strong__list__wrap ul li div {
      width: 25%; }
      .about__main .strong__list__wrap ul li div:first-child p {
        background: #8cc63e;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Anton", sans-serif;
        color: #FFF;
        font-size: 40px;
        position: relative; }
        @media (max-width: 768px) {
          .about__main .strong__list__wrap ul li div:first-child p {
            font-size: 20px;
            width: 40px;
            height: 40px; } }
        .about__main .strong__list__wrap ul li div:first-child p::after {
          content: "";
          display: block;
          border-top: 1px solid #8cc63e;
          width: 80px;
          position: absolute;
          top: 50%;
          right: -80px; }
          @media (max-width: 768px) {
            .about__main .strong__list__wrap ul li div:first-child p::after {
              width: 40px;
              right: -40px; } }
      .about__main .strong__list__wrap ul li div:last-child {
        width: 75%;
        padding-top: 12px; }
        .about__main .strong__list__wrap ul li div:last-child h3 {
          font-size: 32px;
          font-weight: 700;
          color: #8cc63e;
          margin-bottom: 24px; }
          @media (max-width: 768px) {
            .about__main .strong__list__wrap ul li div:last-child h3 {
              font-size: 20px; } }
        .about__main .strong__list__wrap ul li div:last-child p {
          line-height: 2;
          font-size: 16px; }
          @media (max-width: 768px) {
            .about__main .strong__list__wrap ul li div:last-child p {
              font-size: 14px; } }
.about__main .payment__intro {
  text-align: left;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 2; }
.about__main .payment__wrap {
  width: 100%;
  max-width: 720px;
  margin: 48px auto; }
  @media (max-width: 768px) {
    .about__main .payment__wrap {
      padding: 16px;
      box-sizing: border-box;
      font-size: 14px; } }
  .about__main .payment__wrap dl {
    display: flex;
    flex-wrap: wrap; }
    .about__main .payment__wrap dl dd {
      border-bottom: 1px solid #CCCCCC;
      width: 60%;
      padding: 16px 0;
      font-size: 16px;
      line-height: 2; }
      .about__main .payment__wrap dl dd:nth-child(2) {
        border-top: 1px solid #CCCCCC; }
      @media (max-width: 768px) {
        .about__main .payment__wrap dl dd {
          font-size: 14px; } }
    .about__main .payment__wrap dl dt {
      border-bottom: 1px solid #CCCCCC;
      width: 40%;
      padding: 16px 0;
      font-size: 16px;
      line-height: 1.6;
      color: #666666; }
      .about__main .payment__wrap dl dt:nth-child(1) {
        border-top: 1px solid #CCCCCC; }
      @media (max-width: 768px) {
        .about__main .payment__wrap dl dt {
          font-size: 14px; } }
.about__main .guide__content {
  width: 100%;
  max-width: 800px;
  margin: 48px auto; }
  @media (max-width: 768px) {
    .about__main .guide__content {
      padding: 0 16px;
      box-sizing: border-box;
      margin: 32px auto; } }
  .about__main .guide__content table.guide {
    width: 100%;
    border-collapse: collapse; }
    .about__main .guide__content table.guide tr {
      border-bottom: 1px solid #CCCCCC; }
      .about__main .guide__content table.guide tr:first-child {
        border-top: 1px solid #CCCCCC; }
    .about__main .guide__content table.guide th {
      width: 30%;
      padding: 20px 16px;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.6;
      color: #666666;
      text-align: left;
      vertical-align: top;
      background: #f9f9f9; }
      @media (max-width: 768px) {
        .about__main .guide__content table.guide th {
          display: block;
          width: 100%;
          padding: 16px 12px 8px;
          font-size: 14px;
          font-weight: 600;
          color: #333; } }
    .about__main .guide__content table.guide td {
      width: 70%;
      padding: 20px 16px;
      font-size: 15px;
      line-height: 1.8;
      color: #333; }
      @media (max-width: 768px) {
        .about__main .guide__content table.guide td {
          display: block;
          width: 100%;
          padding: 8px 12px 16px;
          font-size: 14px; } }
      .about__main .guide__content table.guide td a {
        color: #8cc63e;
        text-decoration: underline;
        word-break: break-all; }
        .about__main .guide__content table.guide td a:hover {
          text-decoration: none; }
      .about__main .guide__content table.guide td span {
        font-size: 14px;
        color: #888; }
        @media (max-width: 768px) {
          .about__main .guide__content table.guide td span {
            font-size: 13px; } }

/* ===============================================
 * 特集一覧ページ（page-special.php）
 * =============================================== */
.special__main {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .special__main {
      padding: 20px 15px; } }

.special__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 720px;
  margin: 0 auto;
  justify-content: flex-start; }
  @media (max-width: 768px) {
    .special__list {
      gap: 20px; } }

.special__item {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 340px;
  width: 100%; }
  @media (max-width: 768px) {
    .special__item {
      width: 100%;
      max-width: none; } }
  .special__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
  .special__item a {
    display: block;
    text-decoration: none;
    color: inherit; }

.special__image {
  position: relative;
  width: 100%;
  padding: 15px;
  box-sizing: border-box; }
  .special__image img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease; }
  .special__image img.lazy {
    opacity: 0; }
  .special__image img.lazy-loaded {
    opacity: 1; }

.special__content {
  padding: 20px; }
  .special__content .special__title {
    font-size: 1.8rem;
    color: #333;
    margin: 0 0 10px 0;
    font-weight: bold;
    line-height: 1.4; }
    @media (max-width: 768px) {
      .special__content .special__title {
        font-size: 1.6rem; } }
  .special__content .special__excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 15px 0; }
    @media (max-width: 768px) {
      .special__content .special__excerpt {
        font-size: 1.3rem; } }

.special__meta {
  margin-bottom: 15px; }
  .special__meta .special__period {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    padding: 4px 12px;
    font-size: 1.2rem;
    border-radius: 20px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .special__meta .special__period {
        font-size: 1.1rem;
        padding: 3px 10px; } }

.special__button {
  text-align: center; }

.no__special {
  text-align: center;
  padding: 60px 20px; }
  .no__special p {
    font-size: 1.6rem;
    color: #666;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .no__special p {
        font-size: 1.4rem;
        margin-bottom: 20px; } }

.btn__wrap.center {
  text-align: center; }
.btn__wrap .btn, .btn__wrap .btn__more, .btn__wrap .btn__submit, .btn__wrap .btn__back {
  display: inline-block;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  transition: all 0.3s ease; }
  .btn__wrap .btn.blue, .btn__wrap .blue.btn__more, .btn__wrap .blue.btn__submit, .btn__wrap .blue.btn__back {
    background: #44b7e4;
    color: #fff; }
    .btn__wrap .btn.blue:hover, .btn__wrap .blue.btn__more:hover, .btn__wrap .blue.btn__submit:hover, .btn__wrap .blue.btn__back:hover {
      background: #2980b9;
      transform: translateY(-2px); }
  @media (max-width: 768px) {
    .btn__wrap .btn, .btn__wrap .btn__more, .btn__wrap .btn__submit, .btn__wrap .btn__back {
      font-size: 1.3rem; } }

/* ===============================================
 * 特集詳細ページ（page-special-detail.php）
 * =============================================== */
.special__hero {
  margin-bottom: 40px; }
  .special__hero img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: opacity 0.3s ease; }
  .special__hero img.lazy {
    opacity: 0; }
  .special__hero img.lazy-loaded {
    opacity: 1; }
  @media (max-width: 768px) {
    .special__hero {
      margin-bottom: 30px; } }

.special__lead {
  margin-bottom: 40px; }
  .special__lead .lead__content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: left; }
    @media (max-width: 768px) {
      .special__lead .lead__content {
        font-size: 14px; } }
  @media (max-width: 768px) {
    .special__lead {
      margin-bottom: 30px; } }

.special__description {
  margin-bottom: 40px; }
  .special__description h2 {
    font-size: 2.4rem;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 3px solid #71a130;
    padding-bottom: 10px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .special__description h2 {
        font-size: 2rem;
        margin-bottom: 15px; } }
  .special__description .special__content {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #555; }
    @media (max-width: 768px) {
      .special__description .special__content {
        font-size: 1.3rem; } }
  @media (max-width: 768px) {
    .special__description {
      margin-bottom: 30px; } }

.special__period {
  margin-bottom: 40px; }
  .special__period h2 {
    font-size: 2.4rem;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 3px solid #71a130;
    padding-bottom: 10px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .special__period h2 {
        font-size: 2rem;
        margin-bottom: 15px; } }
  .special__period .period__text {
    font-size: 1.6rem;
    color: #e74c3c;
    background: #fff3f3;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #ffe0e0;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 768px) {
      .special__period .period__text {
        font-size: 1.4rem;
        padding: 15px; } }
  @media (max-width: 768px) {
    .special__period {
      margin-bottom: 30px; } }

.special__products h2 {
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 30px;
  border-bottom: 3px solid #71a130;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center; }
  @media (max-width: 768px) {
    .special__products h2 {
      font-size: 2rem;
      margin-bottom: 20px; } }
.special__products .products__list {
  margin-top: 30px; }
  @media (max-width: 768px) {
    .special__products .products__list {
      margin-top: 20px; } }

.no__products {
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-top: 30px; }
  .no__products p {
    font-size: 1.6rem;
    color: #666; }
    @media (max-width: 768px) {
      .no__products p {
        font-size: 1.4rem; } }
  .no__products .search-suggestions {
    list-style: none;
    padding: 0;
    margin: 24px auto;
    max-width: 480px;
    text-align: left; }
    .no__products .search-suggestions li {
      font-size: 1rem;
      line-height: 2;
      color: #555;
      padding-left: 1.2em;
      position: relative; }
      .no__products .search-suggestions li::before {
        content: "・";
        position: absolute;
        left: 0; }
    @media (max-width: 768px) {
      .no__products .search-suggestions li {
        font-size: 1.4rem; } }
  @media (max-width: 768px) {
    .no__products {
      padding: 40px 15px;
      margin-top: 20px; } }

.hero-section {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 120px;
  position: relative; }
  @media (max-width: 768px) {
    .hero-section {
      margin-bottom: 50px; } }

.hero-background {
  width: 100%;
  height: auto;
  background: linear-gradient(135deg, #87CEEB 0%, #B8E6FF 100%);
  position: relative; }

.hero-slider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease; }
  @media (max-width: 768px) {
    .hero-slider {
      max-width: 100%;
      padding: 0;
      box-sizing: border-box; } }

.hero-slides {
  width: 100%; }
  .hero-slides .hero-slide {
    width: 100%;
    position: relative; }
    .hero-slides .hero-slide img {
      width: 100%;
      height: auto;
      display: block;
      vertical-align: top; }

.hero-slider .slick-track {
  display: flex;
  align-items: flex-start; }

.hero-slider .slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 1;
  padding: 0 8px;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .hero-slider .slick-slide {
      opacity: 1 !important;
      padding: 0; } }
  .hero-slider .slick-slide:before, .hero-slider .slick-slide:after {
    display: none !important; }
  .hero-slider .slick-slide.slick-center {
    opacity: 1;
    z-index: 2; }
  .hero-slider .slick-slide.slick-cloned {
    display: block !important;
    opacity: 0.5; }
  .hero-slider .slick-slide a {
    pointer-events: auto !important;
    z-index: 10;
    position: relative; }
  .hero-slider .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
    margin: 0 8px;
    pointer-events: none; }
    @media (max-width: 768px) {
      .hero-slider .slick-slide img {
        margin: 0; } }
.hero-slider .slick-track {
  display: flex !important;
  align-items: flex-start; }
.hero-slider.slick-slider .slick-list {
  overflow: visible; }
.hero-slider .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (max-width: 768px) {
    .hero-slider .slick-dots {
      bottom: -25px; } }
  .hero-slider .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    display: block; }
    .hero-slider .slick-dots li button {
      width: 14px;
      height: 14px;
      border: 2px solid rgba(0, 188, 212, 0.6);
      border-radius: 50%;
      background: transparent;
      font-size: 0;
      line-height: 0;
      cursor: pointer;
      transition: all 0.3s ease;
      text-indent: -9999px;
      overflow: hidden;
      display: block; }
      .hero-slider .slick-dots li button:before {
        display: none; }
      .hero-slider .slick-dots li button:hover {
        border-color: #00bcd4;
        background: rgba(0, 188, 212, 0.3); }
    .hero-slider .slick-dots li.slick-active button {
      background: #00bcd4;
      border-color: #00bcd4; }
.hero-slider .slick-prev,
.hero-slider .slick-next {
  display: none !important; }

.solution-section {
  width: 100%;
  background: #daf1fa;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .solution-section {
      margin-top: 60px;
      margin-bottom: 50px; } }
  .solution-section .inner {
    max-width: 980px;
    width: 100%;
    padding: 32px 0;
    margin: 0 auto; }
    .solution-section .inner .nayami__wrap {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .solution-section .inner .nayami__wrap {
          flex-direction: column; } }
      .solution-section .inner .nayami__wrap > div {
        width: 50%; }
        @media (max-width: 768px) {
          .solution-section .inner .nayami__wrap > div {
            width: 100%; } }
        .solution-section .inner .nayami__wrap > div img {
          width: 160px;
          display: block;
          margin: 0 auto; }
        .solution-section .inner .nayami__wrap > div ul {
          padding: 32px 16px;
          box-sizing: border-box; }
          @media (max-width: 768px) {
            .solution-section .inner .nayami__wrap > div ul {
              padding: 32px 16px 0; } }
          .solution-section .inner .nayami__wrap > div ul li {
            background: #FFF;
            padding: 24px;
            box-sizing: border-box;
            border-radius: 48px;
            font-size: 24px;
            text-align: center;
            width: fit-content;
            margin-bottom: 48px; }
            @media (max-width: 768px) {
              .solution-section .inner .nayami__wrap > div ul li {
                margin-bottom: 24px;
                font-size: 20px; } }
            .solution-section .inner .nayami__wrap > div ul li strong {
              color: #44b7e4; }
            .solution-section .inner .nayami__wrap > div ul li:nth-child(even) {
              margin-left: auto; }
        .solution-section .inner .nayami__wrap > div:last-child p {
          display: block;
          background: #44b7e4;
          color: #FFF;
          padding: 24px;
          text-align: center;
          position: relative;
          margin-top: 32px;
          width: 90%;
          font-size: 20px;
          line-height: 1.6;
          font-weight: 700; }
          @media (max-width: 768px) {
            .solution-section .inner .nayami__wrap > div:last-child p {
              width: 80%;
              margin: 32px auto;
              font-size: 24px;
              box-sizing: border-box; } }
          .solution-section .inner .nayami__wrap > div:last-child p::before {
            content: "";
            position: absolute;
            top: -28px;
            left: 50%;
            margin-left: -15px;
            border: 15px solid transparent;
            border-bottom: 15px solid #44b7e4; }
    .solution-section .inner .toform__wrap {
      max-width: 700px;
      margin: 0 auto;
      width: 100%; }
      .solution-section .inner .toform__wrap > p {
        font-size: 16px;
        line-height: 1.6; }

.fixed-sns-menu {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999; }
  @media (max-width: 768px) {
    .fixed-sns-menu {
      display: none; } }
  .fixed-sns-menu .sns-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .fixed-sns-menu .sns-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease; }
    .fixed-sns-menu .sns-item:hover {
      transform: scale(1.1);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
    .fixed-sns-menu .sns-item a, .fixed-sns-menu .sns-item button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      border: none;
      cursor: pointer;
      text-decoration: none; }
      .fixed-sns-menu .sns-item a img, .fixed-sns-menu .sns-item button img {
        width: 16px;
        height: 16px;
        object-fit: contain; }
    .fixed-sns-menu .sns-item.back-to-top {
      background-color: #999;
      opacity: 1;
      visibility: visible; }
      .fixed-sns-menu .sns-item.back-to-top button {
        background-color: transparent; }
        .fixed-sns-menu .sns-item.back-to-top button img {
          filter: brightness(0) invert(1); }
      .fixed-sns-menu .sns-item.back-to-top:hover {
        background-color: #777; }
    .fixed-sns-menu .sns-item.instagram {
      background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }
      .fixed-sns-menu .sns-item.instagram:hover {
        background: linear-gradient(45deg, #2e4bd6, #4841cb, #732aa4, #b12574, #d1205c, #ed0d0d); }
    .fixed-sns-menu .sns-item.line {
      background-color: #00b900; }
      .fixed-sns-menu .sns-item.line:hover {
        background-color: #00a000; }
    .fixed-sns-menu .sns-item.tiktok {
      background-color: #000; }
      .fixed-sns-menu .sns-item.tiktok:hover {
        background-color: #333; }
    .fixed-sns-menu .sns-item.note {
      background-color: #fff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
      .fixed-sns-menu .sns-item.note:hover {
        background-color: #f0f0f0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
      .fixed-sns-menu .sns-item.note a img {
        filter: none; }

.mobile-sns-menu {
  display: none; }
  @media (max-width: 768px) {
    .mobile-sns-menu {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.7);
      backdrop-filter: blur(15px);
      padding: 12px 16px;
      border-top: 1px solid rgba(224, 224, 224, 0.5);
      z-index: 9999;
      height: 60px;
      box-sizing: border-box; }
      .mobile-sns-menu .mobile-nav-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
        height: 100%; }
      .mobile-sns-menu .mobile-register-btn {
        background: #ff9500;
        color: #fff;
        padding: 10px 16px;
        border-radius: 24px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        display: flex;
        align-items: center; }
        .mobile-sns-menu .mobile-register-btn img {
          width: 18px;
          height: 18px;
          margin-right: 6px; }
      .mobile-sns-menu .mobile-sns-list {
        display: flex;
        gap: 16px;
        list-style: none;
        margin: 0;
        padding: 0;
        flex: 1;
        justify-content: center; }
        .mobile-sns-menu .mobile-sns-list .sns-item {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          overflow: hidden;
          transition: all 0.3s ease; }
          .mobile-sns-menu .mobile-sns-list .sns-item:hover {
            transform: scale(1.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
          .mobile-sns-menu .mobile-sns-list .sns-item a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            text-decoration: none; }
            .mobile-sns-menu .mobile-sns-list .sns-item a img {
              width: 16px;
              height: 16px;
              object-fit: contain; }
          .mobile-sns-menu .mobile-sns-list .sns-item.instagram {
            background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }
          .mobile-sns-menu .mobile-sns-list .sns-item.line {
            background-color: #00b900; }
          .mobile-sns-menu .mobile-sns-list .sns-item.tiktok {
            background-color: #000; }
          .mobile-sns-menu .mobile-sns-list .sns-item.note {
            background-color: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
            .mobile-sns-menu .mobile-sns-list .sns-item.note:hover {
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); } }
  @media (max-width: 480px) {
    .mobile-sns-menu {
      padding: 10px 12px;
      height: 56px; }
      .mobile-sns-menu .mobile-sns-list {
        gap: 12px; }
        .mobile-sns-menu .mobile-sns-list .sns-item {
          width: 36px;
          height: 36px; }
          .mobile-sns-menu .mobile-sns-list .sns-item a img {
            width: 14px;
            height: 14px; }
      .mobile-sns-menu .mobile-register-btn {
        padding: 8px 12px;
        font-size: 12px; }
        .mobile-sns-menu .mobile-register-btn img {
          width: 16px;
          height: 16px;
          margin-right: 4px; } }

.mobile-back-btn {
  display: none; }
  @media (max-width: 768px) {
    .mobile-back-btn {
      display: block;
      position: fixed;
      bottom: 76px;
      right: 16px;
      width: 40px;
      height: 40px;
      background-color: #999;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      z-index: 9999;
      transition: all 0.3s ease;
      pointer-events: auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      .mobile-back-btn:hover {
        background-color: #777;
        transform: scale(1.1); }
      .mobile-back-btn img {
        width: 16px;
        height: 16px;
        filter: brightness(0) invert(1);
        pointer-events: none; } }
  @media (max-width: 480px) {
    .mobile-back-btn {
      bottom: 72px;
      right: 12px;
      width: 36px;
      height: 36px; }
      .mobile-back-btn img {
        width: 14px;
        height: 14px; } }

.mobile-product-nav {
  display: none; }
  @media (max-width: 768px) {
    .mobile-product-nav {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
      padding: 0 15px; } }
  .mobile-product-nav .mobile-nav-btn {
    width: 160px;
    background: #44b7e4;
    border: none;
    border-radius: 25px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative; }
    .mobile-product-nav .mobile-nav-btn img {
      width: 16px;
      height: 16px;
      filter: brightness(0) invert(1); }
    .mobile-product-nav .mobile-nav-btn::after {
      content: "›";
      font-size: 16px;
      font-weight: bold;
      margin-left: auto; }
    .mobile-product-nav .mobile-nav-btn:hover, .mobile-product-nav .mobile-nav-btn:active {
      background: #1fa3d6;
      transform: translateY(-1px); }

.mobile-filter-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #87CEEB, #B8E6FF);
  z-index: 10002;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }
  .mobile-filter-overlay.active {
    display: block;
    opacity: 1;
    visibility: visible; }
  @media (min-width: 769px) {
    .mobile-filter-overlay {
      display: none !important; } }

.mobile-filter-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
  box-sizing: border-box;
  overflow-y: auto; }

.mobile-filter-header {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10003; }
  .mobile-filter-header .mobile-filter-close {
    background: #87CEEB;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: white;
    padding: 12px 40px;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px; }
    .mobile-filter-header .mobile-filter-close:hover {
      background: rgba(135, 206, 235, 0.8);
      border-color: rgba(255, 255, 255, 0.8); }

.mobile-filter-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }

.mobile-sidebar-nav {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }
  .mobile-sidebar-nav .mobile-nav-section {
    margin-bottom: 20px; }
    .mobile-sidebar-nav .mobile-nav-section:last-child {
      margin-bottom: 0; }
  .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 0;
    border-bottom: 1px solid #eee; }
    .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger .plus-icon {
      font-size: 16px;
      width: 16px;
      height: 16px;
      margin-right: 8px; }
      .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger .plus-icon::before {
        content: "+"; }
    .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger.active .plus-icon::before {
      content: "−" !important; }
    .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger .section-title {
      font-size: 16px;
      font-weight: bold; }
      .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger .section-title.blue {
        color: #44b7e4; }
      .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger .section-title.orange {
        color: #ff931e; }
      .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger .section-title.green {
        color: #8cc63e; }
      .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger .section-title.red {
        color: #FF4C1E; }
      .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger .section-title.navy {
        color: #1B1464; }
    .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger.blue .plus-icon {
      color: #44b7e4; }
    .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger.orange .plus-icon {
      color: #ff931e; }
    .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger.green .plus-icon {
      color: #8cc63e; }
    .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger.red .plus-icon {
      color: #FF4C1E; }
    .mobile-sidebar-nav .mobile-section-header .mobile-product-section-trigger.navy .plus-icon {
      color: #1B1464; }
  .mobile-sidebar-nav .mobile-section-content {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease; }
    .mobile-sidebar-nav .mobile-section-content.active {
      max-height: 3000px; }
    .mobile-sidebar-nav .mobile-section-content li {
      border-bottom: 1px solid #eee; }
      .mobile-sidebar-nav .mobile-section-content li a {
        display: block;
        padding: 12px 0;
        color: #333;
        text-decoration: none;
        font-size: 14px; }
      .mobile-sidebar-nav .mobile-section-content li.has-children .category-item-with-children {
        display: flex;
        align-items: center;
        padding: 12px 0; }
        .mobile-sidebar-nav .mobile-section-content li.has-children .category-item-with-children .mobile-product-accordion-trigger {
          margin-right: 8px;
          cursor: pointer; }
          .mobile-sidebar-nav .mobile-section-content li.has-children .category-item-with-children .mobile-product-accordion-trigger .plus-icon {
            font-size: 14px; }
            .mobile-sidebar-nav .mobile-section-content li.has-children .category-item-with-children .mobile-product-accordion-trigger .plus-icon::before {
              content: "+"; }
          .mobile-sidebar-nav .mobile-section-content li.has-children .category-item-with-children .mobile-product-accordion-trigger.active .plus-icon::before {
            content: "−"; }
      .mobile-sidebar-nav .mobile-section-content li.has-children .child-terms {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease; }
        .mobile-sidebar-nav .mobile-section-content li.has-children .child-terms.active {
          max-height: 3000px; }
        .mobile-sidebar-nav .mobile-section-content li.has-children .child-terms li a {
          padding-left: 20px;
          color: #666; }
    .mobile-sidebar-nav .mobile-section-content .category-list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .mobile-sidebar-nav .mobile-section-content .category-list li {
        border-bottom: 1px solid #eee; }
        .mobile-sidebar-nav .mobile-section-content .category-list li:last-child {
          border-bottom: none; }
        .mobile-sidebar-nav .mobile-section-content .category-list li a {
          display: block;
          padding: 12px 0;
          color: #333;
          text-decoration: none;
          font-size: 14px; }
          .mobile-sidebar-nav .mobile-section-content .category-list li a:hover {
            background-color: #f0f8ff; }
        .mobile-sidebar-nav .mobile-section-content .category-list li.has-children .category-item-with-children {
          display: flex;
          align-items: center;
          padding: 12px 0;
          border-bottom: 1px solid #eee; }
          .mobile-sidebar-nav .mobile-section-content .category-list li.has-children .category-item-with-children .category-link {
            flex: 1;
            color: #333;
            text-decoration: none;
            font-size: 14px; }
        .mobile-sidebar-nav .mobile-section-content .category-list li.has-children .child-terms {
          list-style: none;
          padding: 0;
          margin: 0; }
          .mobile-sidebar-nav .mobile-section-content .category-list li.has-children .child-terms li {
            border-bottom: 1px solid #e0e0e0; }
            .mobile-sidebar-nav .mobile-section-content .category-list li.has-children .child-terms li:last-child {
              border-bottom: none; }
            .mobile-sidebar-nav .mobile-section-content .category-list li.has-children .child-terms li a {
              padding: 12px 0 12px 20px;
              font-size: 14px;
              color: #666; }
              .mobile-sidebar-nav .mobile-section-content .category-list li.has-children .child-terms li a:hover {
                background-color: #f0f8ff; }
            .mobile-sidebar-nav .mobile-section-content .category-list li.has-children .child-terms li.has-children .category-item-with-children {
              display: flex;
              align-items: center;
              padding: 12px 0 12px 20px;
              border-bottom: 1px solid #e0e0e0; }
              .mobile-sidebar-nav .mobile-section-content .category-list li.has-children .child-terms li.has-children .category-item-with-children .accordion-trigger {
                display: flex;
                align-items: center;
                background: none;
                border: none;
                cursor: pointer;
                color: #666;
                text-decoration: none;
                font-size: 13px;
                margin-right: 8px; }
                .mobile-sidebar-nav .mobile-section-content .category-list li.has-children .child-terms li.has-children .category-item-with-children .accordion-trigger .plus-icon {
                  font-size: 12px;
                  color: #999;
                  width: 12px;
                  height: 12px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  transition: all 0.3s ease; }
                  .mobile-sidebar-nav .mobile-section-content .category-list li.has-children .child-terms li.has-children .category-item-with-children .accordion-trigger .plus-icon::before {
                    content: "+"; }
                .mobile-sidebar-nav .mobile-section-content .category-list li.has-children .child-terms li.has-children .category-item-with-children .accordion-trigger.active .plus-icon::before {
                  content: "−"; }
              .mobile-sidebar-nav .mobile-section-content .category-list li.has-children .child-terms li.has-children .category-item-with-children .category-link {
                flex: 1;
                color: #666;
                font-size: 13px; }
            .mobile-sidebar-nav .mobile-section-content .category-list li.has-children .child-terms li.has-children .child-terms li a {
              padding-left: 40px;
              font-size: 13px;
              color: #999; }
  .mobile-sidebar-nav .mobile-section-header .mobile-section-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    border-bottom: 1px solid #eee; }
    .mobile-sidebar-nav .mobile-section-header .mobile-section-item .mobile-product-section-trigger {
      background: none;
      border: none;
      cursor: pointer;
      text-decoration: none;
      padding: 0;
      margin-right: 8px; }
      .mobile-sidebar-nav .mobile-section-header .mobile-section-item .mobile-product-section-trigger .plus-icon {
        font-size: 16px;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease; }
        .mobile-sidebar-nav .mobile-section-header .mobile-section-item .mobile-product-section-trigger .plus-icon::before {
          content: "+"; }
      .mobile-sidebar-nav .mobile-section-header .mobile-section-item .mobile-product-section-trigger.active .plus-icon::before {
        content: "−" !important; }
      .mobile-sidebar-nav .mobile-section-header .mobile-section-item .mobile-product-section-trigger.blue .plus-icon {
        color: #44b7e4; }
      .mobile-sidebar-nav .mobile-section-header .mobile-section-item .mobile-product-section-trigger.orange .plus-icon {
        color: #ff931e; }
      .mobile-sidebar-nav .mobile-section-header .mobile-section-item .mobile-product-section-trigger.green .plus-icon {
        color: #8cc63e; }
      .mobile-sidebar-nav .mobile-section-header .mobile-section-item .mobile-product-section-trigger.red .plus-icon {
        color: #FF4C1E; }
      .mobile-sidebar-nav .mobile-section-header .mobile-section-item .mobile-product-section-trigger.navy .plus-icon {
        color: #1B1464; }
    .mobile-sidebar-nav .mobile-section-header .mobile-section-item a:not(.mobile-product-section-trigger) {
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      flex: 1; }
      .mobile-sidebar-nav .mobile-section-header .mobile-section-item a:not(.mobile-product-section-trigger).blue {
        color: #44b7e4; }
      .mobile-sidebar-nav .mobile-section-header .mobile-section-item a:not(.mobile-product-section-trigger).orange {
        color: #ff931e; }
      .mobile-sidebar-nav .mobile-section-header .mobile-section-item a:not(.mobile-product-section-trigger).green {
        color: #8cc63e; }
      .mobile-sidebar-nav .mobile-section-header .mobile-section-item a:not(.mobile-product-section-trigger).red {
        color: #FF4C1E; }
      .mobile-sidebar-nav .mobile-section-header .mobile-section-item a:not(.mobile-product-section-trigger).navy {
        color: #1B1464; }
      .mobile-sidebar-nav .mobile-section-header .mobile-section-item a:not(.mobile-product-section-trigger):hover {
        opacity: 0.8; }
  .mobile-sidebar-nav .mobile-section-header .mobile-section-content {
    display: block; }
  .mobile-sidebar-nav .mobile-category-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .mobile-sidebar-nav .mobile-category-list li {
      border-bottom: 1px solid #e0e0e0; }
      .mobile-sidebar-nav .mobile-category-list li:last-child {
        border-bottom: none; }
      .mobile-sidebar-nav .mobile-category-list li a {
        display: block;
        padding: 12px 0;
        color: #333;
        text-decoration: none;
        font-size: 14px;
        transition: background-color 0.3s ease; }
        .mobile-sidebar-nav .mobile-category-list li a:hover {
          background-color: #f0f8ff; }
      .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-category-item-with-children {
        display: flex;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid #e0e0e0; }
        .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-category-item-with-children .mobile-product-accordion-trigger {
          display: flex;
          align-items: center;
          background: none;
          border: none;
          cursor: pointer;
          color: #333;
          text-decoration: none;
          font-size: 14px;
          text-align: left;
          margin-right: 8px; }
          .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-category-item-with-children .mobile-product-accordion-trigger .plus-icon {
            font-size: 14px;
            color: #666;
            font-weight: normal;
            transition: all 0.3s ease;
            width: 14px;
            height: 14px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-category-item-with-children .mobile-product-accordion-trigger .plus-icon::before {
              content: "+"; }
          .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-category-item-with-children .mobile-product-accordion-trigger.active .plus-icon::before {
            content: "−"; }
        .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-category-item-with-children .mobile-product-accordion-trigger .plus-icon::before {
          content: "+"; }
        .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-category-item-with-children .mobile-product-accordion-trigger.active .plus-icon::before {
          content: "−"; }
        .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-category-item-with-children .mobile-category-link {
          flex: 1; }
      .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0; }
        .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms li {
          border-bottom: 1px solid #e0e0e0; }
          .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms li:last-child {
            border-bottom: none; }
          .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms li a {
            display: block;
            padding: 12px 0 12px 20px;
            font-size: 14px;
            color: #666;
            text-decoration: none;
            transition: background-color 0.3s ease; }
            .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms li a:hover {
              background-color: #f0f8ff; }
          .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms li.has-children .mobile-category-item-with-children {
            display: flex;
            align-items: center;
            padding: 12px 0 12px 20px;
            border-bottom: 1px solid #e0e0e0; }
            .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms li.has-children .mobile-category-item-with-children .mobile-product-accordion-trigger {
              display: flex;
              align-items: center;
              background: none;
              border: none;
              cursor: pointer;
              color: #666;
              text-decoration: none;
              font-size: 13px;
              text-align: left;
              margin-right: 8px; }
              .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms li.has-children .mobile-category-item-with-children .mobile-product-accordion-trigger .plus-icon {
                font-size: 12px;
                color: #999;
                width: 12px;
                height: 12px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 0.3s ease; }
                .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms li.has-children .mobile-category-item-with-children .mobile-product-accordion-trigger .plus-icon::before {
                  content: "+"; }
              .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms li.has-children .mobile-category-item-with-children .mobile-product-accordion-trigger.active .plus-icon::before {
                content: "−"; }
            .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms li.has-children .mobile-category-item-with-children .mobile-product-accordion-trigger .plus-icon::before {
              content: "+"; }
            .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms li.has-children .mobile-category-item-with-children .mobile-product-accordion-trigger.active .plus-icon::before {
              content: "−"; }
            .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms li.has-children .mobile-category-item-with-children .mobile-category-link {
              flex: 1; }
          .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms li.has-children .mobile-child-terms {
            display: block; }
            .mobile-sidebar-nav .mobile-category-list li.has-children .mobile-child-terms li.has-children .mobile-child-terms li a {
              padding-left: 40px;
              font-size: 13px;
              color: #999; }

.mobile-contents-sidebar {
  background: transparent;
  padding: 20px;
  box-shadow: none; }
  .mobile-contents-sidebar .contents-nav-section {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
    .mobile-contents-sidebar .contents-nav-section:last-child {
      margin-bottom: 0; }
  .mobile-contents-sidebar .contents-section-header .contents-section-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    border-bottom: none; }
    .mobile-contents-sidebar .contents-section-header .contents-section-item .mobile-contents-section-trigger {
      background: none;
      border: none;
      cursor: pointer;
      text-decoration: none;
      padding: 0;
      margin-right: 8px; }
      .mobile-contents-sidebar .contents-section-header .contents-section-item .mobile-contents-section-trigger .plus-icon {
        font-size: 16px;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease; }
        .mobile-contents-sidebar .contents-section-header .contents-section-item .mobile-contents-section-trigger .plus-icon::before {
          content: "+"; }
      .mobile-contents-sidebar .contents-section-header .contents-section-item .mobile-contents-section-trigger.active .plus-icon::before {
        content: "−" !important; }
      .mobile-contents-sidebar .contents-section-header .contents-section-item .mobile-contents-section-trigger.blue .plus-icon {
        color: #44b7e4; }
      .mobile-contents-sidebar .contents-section-header .contents-section-item .mobile-contents-section-trigger.orange .plus-icon {
        color: #ff931e; }
      .mobile-contents-sidebar .contents-section-header .contents-section-item .mobile-contents-section-trigger.green .plus-icon {
        color: #8cc63e; }
      .mobile-contents-sidebar .contents-section-header .contents-section-item .mobile-contents-section-trigger.red .plus-icon {
        color: #FF4C1E; }
      .mobile-contents-sidebar .contents-section-header .contents-section-item .mobile-contents-section-trigger.navy .plus-icon {
        color: #1B1464; }
    .mobile-contents-sidebar .contents-section-header .contents-section-item a:not(.mobile-contents-section-trigger) {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      flex: 1; }
      .mobile-contents-sidebar .contents-section-header .contents-section-item a:not(.mobile-contents-section-trigger).blue {
        color: #44b7e4; }
      .mobile-contents-sidebar .contents-section-header .contents-section-item a:not(.mobile-contents-section-trigger).orange {
        color: #ff931e; }
      .mobile-contents-sidebar .contents-section-header .contents-section-item a:not(.mobile-contents-section-trigger).green {
        color: #8cc63e; }
      .mobile-contents-sidebar .contents-section-header .contents-section-item a:not(.mobile-contents-section-trigger).red {
        color: #FF4C1E; }
      .mobile-contents-sidebar .contents-section-header .contents-section-item a:not(.mobile-contents-section-trigger).navy {
        color: #1B1464; }
      .mobile-contents-sidebar .contents-section-header .contents-section-item a:not(.mobile-contents-section-trigger):hover {
        opacity: 0.8; }
      .mobile-contents-sidebar .contents-section-header .contents-section-item a:not(.mobile-contents-section-trigger)::after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-left: 10px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="9,18 15,12 9,6"></polyline></svg>');
        background-repeat: no-repeat;
        background-size: contain;
        flex-shrink: 0; }
  .mobile-contents-sidebar .contents-section-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease; }
    .mobile-contents-sidebar .contents-section-content.active {
      max-height: 3000px; }
  .mobile-contents-sidebar .contents-category-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .mobile-contents-sidebar .contents-category-list li {
      border-bottom: 1px solid #e0e0e0; }
      .mobile-contents-sidebar .contents-category-list li:last-child {
        border-bottom: none; }
      .mobile-contents-sidebar .contents-category-list li a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 12px 0;
        color: #333;
        text-decoration: none;
        font-size: 14px;
        transition: background-color 0.3s ease; }
        .mobile-contents-sidebar .contents-category-list li a:hover {
          background-color: #f0f8ff; }
        .mobile-contents-sidebar .contents-category-list li a::after {
          content: "";
          display: inline-block;
          width: 12px;
          height: 12px;
          margin-left: 10px;
          background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="9,18 15,12 9,6"></polyline></svg>');
          background-repeat: no-repeat;
          background-size: contain;
          flex-shrink: 0; }

.taxonomy__ranking .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  .taxonomy__ranking .inner .ranking__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 20px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .taxonomy__ranking .inner .ranking__list {
        padding: 0 15px; } }
    .taxonomy__ranking .inner .ranking__list li {
      width: 32%;
      margin-right: 2%;
      padding: 16px;
      box-sizing: border-box;
      background: #FDF8DD;
      box-shadow: 0px 5px 8px -2px rgba(0, 0, 0, 0.24);
      margin-bottom: 24px;
      position: relative; }
      .taxonomy__ranking .inner .ranking__list li:nth-child(3n) {
        margin-right: 0; }
      .taxonomy__ranking .inner .ranking__list li::before {
        content: "";
        position: absolute;
        top: 16px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 2; }
      .taxonomy__ranking .inner .ranking__list li:nth-child(1)::before {
        background-image: url(../img/icon_rank_1.svg); }
      .taxonomy__ranking .inner .ranking__list li:nth-child(2)::before {
        background-image: url(../img/icon_rank_2.svg); }
      .taxonomy__ranking .inner .ranking__list li:nth-child(3)::before {
        background-image: url(../img/icon_rank_3.svg); }
      .taxonomy__ranking .inner .ranking__list li:nth-child(4)::before {
        background-image: url(../img/icon_rank_4.svg); }
      .taxonomy__ranking .inner .ranking__list li:nth-child(5)::before {
        background-image: url(../img/icon_rank_5.svg); }
      .taxonomy__ranking .inner .ranking__list li:nth-child(6)::before {
        background-image: url(../img/icon_rank_6.svg); }
      .taxonomy__ranking .inner .ranking__list li div.img_wrap {
        margin-top: 48px;
        margin-bottom: 16px;
        position: relative; }
      .taxonomy__ranking .inner .ranking__list li div.ranking__itemname__wrap p {
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin: 0; }
      @media (max-width: 768px) {
        .taxonomy__ranking .inner .ranking__list li {
          width: 49%;
          margin-right: 2%; }
          .taxonomy__ranking .inner .ranking__list li:nth-child(3n) {
            margin-right: 2%; }
          .taxonomy__ranking .inner .ranking__list li:nth-child(2n) {
            margin-right: 0; }
          .taxonomy__ranking .inner .ranking__list li::before {
            width: 30px;
            height: 30px;
            top: 6px; }
          .taxonomy__ranking .inner .ranking__list li div.img_wrap {
            margin-top: 36px; } }

.simple-heading {
  text-align: center;
  margin-bottom: 40px; }
  .simple-heading h2 {
    font-size: 28px;
    font-weight: bold;
    color: #44b7e4;
    margin: 0; }
    @media (max-width: 768px) {
      .simple-heading h2 {
        font-size: 24px; } }
    @media (max-width: 480px) {
      .simple-heading h2 {
        font-size: 20px; } }
  .simple-heading p {
    font-size: 14px;
    color: #666;
    margin: 12px 0 0 0; }
    @media (max-width: 480px) {
      .simple-heading p {
        font-size: 13px; } }

.item-detail__related {
  margin-top: 60px; }
  .item-detail__related h2 {
    color: #44b7e4;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: center;
    padding: 16px 0;
    border-top: 1px solid #44b7e4;
    border-bottom: 1px solid #44b7e4; }

.related-items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (max-width: 768px) {
    .related-items-grid {
      grid-template-columns: 1fr;
      gap: 15px;
      padding: 16px;
      box-sizing: border-box; } }

.related-item-card {
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
  .related-item-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px); }

.related-item-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  height: 100%; }
  .related-item-link:hover {
    color: inherit; }

.related-item-image {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8; }
  .related-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .related-item-image .no-image {
    color: #999;
    font-size: 14px;
    text-align: center; }
  @media (max-width: 768px) {
    .related-item-image {
      width: 100px;
      height: 100px; } }

.related-item-info {
  flex: 1;
  padding: 15px;
  display: flex;
  align-items: center; }
  .related-item-info p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0; }
    @media (max-width: 768px) {
      .related-item-info p {
        font-size: 14px; } }
  @media (max-width: 768px) {
    .related-item-info {
      padding: 12px; } }

body.page-template-page-contact .inner,
.contact__main .inner {
  max-width: 980px;
  margin: 32px auto;
  padding: 40px 20px; }
  @media (max-width: 768px) {
    body.page-template-page-contact .inner,
    .contact__main .inner {
      padding: 20px 10px; } }
  body.page-template-page-contact .inner p,
  .contact__main .inner p {
    text-align: center;
    font-size: 16px;
    line-height: 1.6; }
  body.page-template-page-contact .inner a,
  .contact__main .inner a {
    font-size: 14px;
    color: #44b7e4;
    margin-bottom: 16px; }

.contact__content {
  background: #fff; }
  .contact__content .mw_wp_form dl,
  .contact__content #mw_wp_form_mw-wp-form-26374 dl,
  .contact__content [id*="mw_wp_form_mw-wp-form"] dl,
  .contact__content div[class*="mw_wp_form"] dl {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .contact__content .mw_wp_form dl,
      .contact__content #mw_wp_form_mw-wp-form-26374 dl,
      .contact__content [id*="mw_wp_form_mw-wp-form"] dl,
      .contact__content div[class*="mw_wp_form"] dl {
        flex-direction: column;
        padding: 16px;
        box-sizing: border-box; } }
    .contact__content .mw_wp_form dl dt,
    .contact__content #mw_wp_form_mw-wp-form-26374 dl dt,
    .contact__content [id*="mw_wp_form_mw-wp-form"] dl dt,
    .contact__content div[class*="mw_wp_form"] dl dt {
      width: 45%;
      padding: 16px 0;
      margin-bottom: 48px;
      font-weight: bold;
      font-size: 14px;
      color: #333;
      background: white;
      box-sizing: border-box;
      position: relative;
      text-align: right; }
      @media (max-width: 768px) {
        .contact__content .mw_wp_form dl dt,
        .contact__content #mw_wp_form_mw-wp-form-26374 dl dt,
        .contact__content [id*="mw_wp_form_mw-wp-form"] dl dt,
        .contact__content div[class*="mw_wp_form"] dl dt {
          width: 100%;
          margin-bottom: 8px;
          padding: 12px 0; } }
      .contact__content .mw_wp_form dl dt span,
      .contact__content #mw_wp_form_mw-wp-form-26374 dl dt span,
      .contact__content [id*="mw_wp_form_mw-wp-form"] dl dt span,
      .contact__content div[class*="mw_wp_form"] dl dt span {
        background: #44b7e4;
        color: white;
        padding: 4px 16px;
        font-size: 12px;
        margin-left: 8px;
        font-weight: bold; }
    .contact__content .mw_wp_form dl dd,
    .contact__content #mw_wp_form_mw-wp-form-26374 dl dd,
    .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd,
    .contact__content div[class*="mw_wp_form"] dl dd {
      width: 55%;
      padding: 12px 16px;
      margin: 0;
      background: white;
      box-sizing: border-box; }
      @media (max-width: 768px) {
        .contact__content .mw_wp_form dl dd,
        .contact__content #mw_wp_form_mw-wp-form-26374 dl dd,
        .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd,
        .contact__content div[class*="mw_wp_form"] dl dd {
          width: 100%;
          margin-bottom: 24px;
          padding: 0; } }
      .contact__content .mw_wp_form dl dd input[type="text"],
      .contact__content .mw_wp_form dl dd input[type="email"],
      .contact__content .mw_wp_form dl dd select,
      .contact__content .mw_wp_form dl dd textarea,
      .contact__content #mw_wp_form_mw-wp-form-26374 dl dd input[type="text"],
      .contact__content #mw_wp_form_mw-wp-form-26374 dl dd input[type="email"],
      .contact__content #mw_wp_form_mw-wp-form-26374 dl dd select,
      .contact__content #mw_wp_form_mw-wp-form-26374 dl dd textarea,
      .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd input[type="text"],
      .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd input[type="email"],
      .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd select,
      .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd textarea,
      .contact__content div[class*="mw_wp_form"] dl dd input[type="text"],
      .contact__content div[class*="mw_wp_form"] dl dd input[type="email"],
      .contact__content div[class*="mw_wp_form"] dl dd select,
      .contact__content div[class*="mw_wp_form"] dl dd textarea {
        width: 100%;
        padding: 16px;
        font-size: 14px;
        box-sizing: border-box;
        background: #FDF8DD;
        border: 1px solid #44b7e4;
        transition: all 0.3s ease; }
        @media (max-width: 768px) {
          .contact__content .mw_wp_form dl dd input[type="text"],
          .contact__content .mw_wp_form dl dd input[type="email"],
          .contact__content .mw_wp_form dl dd select,
          .contact__content .mw_wp_form dl dd textarea,
          .contact__content #mw_wp_form_mw-wp-form-26374 dl dd input[type="text"],
          .contact__content #mw_wp_form_mw-wp-form-26374 dl dd input[type="email"],
          .contact__content #mw_wp_form_mw-wp-form-26374 dl dd select,
          .contact__content #mw_wp_form_mw-wp-form-26374 dl dd textarea,
          .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd input[type="text"],
          .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd input[type="email"],
          .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd select,
          .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd textarea,
          .contact__content div[class*="mw_wp_form"] dl dd input[type="text"],
          .contact__content div[class*="mw_wp_form"] dl dd input[type="email"],
          .contact__content div[class*="mw_wp_form"] dl dd select,
          .contact__content div[class*="mw_wp_form"] dl dd textarea {
            font-size: 16px; } }
        .contact__content .mw_wp_form dl dd input[type="text"]:focus,
        .contact__content .mw_wp_form dl dd input[type="email"]:focus,
        .contact__content .mw_wp_form dl dd select:focus,
        .contact__content .mw_wp_form dl dd textarea:focus,
        .contact__content #mw_wp_form_mw-wp-form-26374 dl dd input[type="text"]:focus,
        .contact__content #mw_wp_form_mw-wp-form-26374 dl dd input[type="email"]:focus,
        .contact__content #mw_wp_form_mw-wp-form-26374 dl dd select:focus,
        .contact__content #mw_wp_form_mw-wp-form-26374 dl dd textarea:focus,
        .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd input[type="text"]:focus,
        .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd input[type="email"]:focus,
        .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd select:focus,
        .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd textarea:focus,
        .contact__content div[class*="mw_wp_form"] dl dd input[type="text"]:focus,
        .contact__content div[class*="mw_wp_form"] dl dd input[type="email"]:focus,
        .contact__content div[class*="mw_wp_form"] dl dd select:focus,
        .contact__content div[class*="mw_wp_form"] dl dd textarea:focus {
          outline: none;
          border-color: #44b7e4;
          background: #fff;
          box-shadow: 0 0 0 2px rgba(68, 183, 228, 0.2); }
        .contact__content .mw_wp_form dl dd input[type="text"]::placeholder,
        .contact__content .mw_wp_form dl dd input[type="email"]::placeholder,
        .contact__content .mw_wp_form dl dd select::placeholder,
        .contact__content .mw_wp_form dl dd textarea::placeholder,
        .contact__content #mw_wp_form_mw-wp-form-26374 dl dd input[type="text"]::placeholder,
        .contact__content #mw_wp_form_mw-wp-form-26374 dl dd input[type="email"]::placeholder,
        .contact__content #mw_wp_form_mw-wp-form-26374 dl dd select::placeholder,
        .contact__content #mw_wp_form_mw-wp-form-26374 dl dd textarea::placeholder,
        .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd input[type="text"]::placeholder,
        .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd input[type="email"]::placeholder,
        .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd select::placeholder,
        .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd textarea::placeholder,
        .contact__content div[class*="mw_wp_form"] dl dd input[type="text"]::placeholder,
        .contact__content div[class*="mw_wp_form"] dl dd input[type="email"]::placeholder,
        .contact__content div[class*="mw_wp_form"] dl dd select::placeholder,
        .contact__content div[class*="mw_wp_form"] dl dd textarea::placeholder {
          color: #999;
          font-size: 14px; }
      .contact__content .mw_wp_form dl dd textarea,
      .contact__content #mw_wp_form_mw-wp-form-26374 dl dd textarea,
      .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd textarea,
      .contact__content div[class*="mw_wp_form"] dl dd textarea {
        height: 120px;
        resize: vertical;
        font-family: inherit; }
      .contact__content .mw_wp_form dl dd.select__wrap select,
      .contact__content #mw_wp_form_mw-wp-form-26374 dl dd.select__wrap select,
      .contact__content [id*="mw_wp_form_mw-wp-form"] dl dd.select__wrap select,
      .contact__content div[class*="mw_wp_form"] dl dd.select__wrap select {
        appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 20px;
        padding-right: 40px; }
  .contact__content .mw_wp_form .btn__link,
  .contact__content #mw_wp_form_mw-wp-form-26374 .btn__link,
  .contact__content [id*="mw_wp_form_mw-wp-form"] .btn__link,
  .contact__content div[class*="mw_wp_form"] .btn__link {
    text-align: center;
    margin-top: 40px; }
    .contact__content .mw_wp_form .btn__link input[type="submit"],
    .contact__content #mw_wp_form_mw-wp-form-26374 .btn__link input[type="submit"],
    .contact__content [id*="mw_wp_form_mw-wp-form"] .btn__link input[type="submit"],
    .contact__content div[class*="mw_wp_form"] .btn__link input[type="submit"] {
      background: #ff931e url(../img/btn_arrow.svg) no-repeat;
      background-position: calc(100% - 12px) center;
      background-size: auto, 10px 10px;
      color: white;
      border: none;
      padding: 16px 40px;
      border-radius: 25px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.3s ease;
      min-width: 200px; }
      .contact__content .mw_wp_form .btn__link input[type="submit"]:hover,
      .contact__content #mw_wp_form_mw-wp-form-26374 .btn__link input[type="submit"]:hover,
      .contact__content [id*="mw_wp_form_mw-wp-form"] .btn__link input[type="submit"]:hover,
      .contact__content div[class*="mw_wp_form"] .btn__link input[type="submit"]:hover {
        background-color: #ea7a00;
        background-image: url(../img/btn_arrow.svg);
        background-position: calc(100% - 12px) center;
        background-size: 10px 10px;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 147, 30, 0.3); }
      .contact__content .mw_wp_form .btn__link input[type="submit"]:active,
      .contact__content #mw_wp_form_mw-wp-form-26374 .btn__link input[type="submit"]:active,
      .contact__content [id*="mw_wp_form_mw-wp-form"] .btn__link input[type="submit"]:active,
      .contact__content div[class*="mw_wp_form"] .btn__link input[type="submit"]:active {
        transform: translateY(0); }
      @media (max-width: 768px) {
        .contact__content .mw_wp_form .btn__link input[type="submit"],
        .contact__content #mw_wp_form_mw-wp-form-26374 .btn__link input[type="submit"],
        .contact__content [id*="mw_wp_form_mw-wp-form"] .btn__link input[type="submit"],
        .contact__content div[class*="mw_wp_form"] .btn__link input[type="submit"] {
          width: 100%;
          padding: 18px 40px 18px 18px;
          font-size: 18px; } }

.mw_wp_form_error {
  color: #FF4C1E;
  font-size: 12px;
  margin-top: 8px;
  display: block; }

.mw_wp_form_complete {
  background: white;
  border: 2px solid #44b7e4;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin: 40px 0; }
  .mw_wp_form_complete h2 {
    color: #44b7e4;
    font-size: 24px;
    margin-bottom: 16px; }
  .mw_wp_form_complete p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 0; }

.mw_wp_form_confirm .contact__content .mw_wp_form dl dt::before {
  content: ""; }
.mw_wp_form_confirm .contact__content .mw_wp_form dl dd {
  background: #fefbeb;
  border: 1px solid #ddd;
  border-radius: 4px; }
  .mw_wp_form_confirm .contact__content .mw_wp_form dl dd > span {
    display: block;
    padding: 16px;
    color: #333;
    font-size: 14px;
    line-height: 1.5; }
.mw_wp_form_confirm .contact__content .mw_wp_form .btn__link {
  display: flex;
  gap: 20px;
  justify-content: center; }
  @media (max-width: 768px) {
    .mw_wp_form_confirm .contact__content .mw_wp_form .btn__link {
      flex-direction: column;
      gap: 10px; } }
  .mw_wp_form_confirm .contact__content .mw_wp_form .btn__link input[type="submit"] {
    background: #ff931e url(../img/btn_arrow.svg) no-repeat;
    background-position: calc(100% - 12px) center;
    background-size: auto, 10px 10px;
    color: white;
    border: none;
    padding: 16px 40px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px; }
    .mw_wp_form_confirm .contact__content .mw_wp_form .btn__link input[type="submit"]:hover {
      background-color: #ea7a00;
      background-image: url(../img/btn_arrow.svg);
      background-position: calc(100% - 12px) center;
      background-size: 10px 10px; }
    .mw_wp_form_confirm .contact__content .mw_wp_form .btn__link input[type="submit"][name="submitBack"] {
      background: #999; }
      .mw_wp_form_confirm .contact__content .mw_wp_form .btn__link input[type="submit"][name="submitBack"]:hover {
        background: gray; }

.terms__main .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px; }
  @media (max-width: 768px) {
    .terms__main .inner {
      padding: 20px 10px; } }

.terms__content {
  background: #fff;
  line-height: 1.7;
  color: #333; }

.terms__intro {
  background: #fefbeb;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 40px;
  font-size: 16px; }
  @media (max-width: 768px) {
    .terms__intro {
      padding: 20px;
      font-size: 14px; } }
  .terms__intro p {
    margin: 0;
    line-height: 1.8;
    color: #444; }

.terms__list {
  margin: 0;
  padding: 0; }
  .terms__list .terms__title {
    color: #333;
    padding: 0 0 12px 0;
    margin: 40px 0 20px 0;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc; }
    @media (max-width: 768px) {
      .terms__list .terms__title {
        padding: 0 0 10px 0;
        font-size: 16px;
        margin: 30px 0 16px 0; } }
  .terms__list .terms__content {
    background: #fff;
    padding: 20px 0;
    margin: 0 0 20px 0; }
    @media (max-width: 768px) {
      .terms__list .terms__content {
        padding: 16px 0; } }
    .terms__list .terms__content p {
      margin: 0 0 16px 0;
      font-size: 15px;
      line-height: 1.8; }
      .terms__list .terms__content p:last-child {
        margin-bottom: 0; }
      @media (max-width: 768px) {
        .terms__list .terms__content p {
          font-size: 14px; } }
    .terms__list .terms__content ol, .terms__list .terms__content ul {
      margin: 16px 0;
      padding-left: 24px; }
      @media (max-width: 768px) {
        .terms__list .terms__content ol, .terms__list .terms__content ul {
          padding-left: 20px; } }
      .terms__list .terms__content ol li, .terms__list .terms__content ul li {
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 1.7; }
        @media (max-width: 768px) {
          .terms__list .terms__content ol li, .terms__list .terms__content ul li {
            font-size: 14px; } }
        .terms__list .terms__content ol li:last-child, .terms__list .terms__content ul li:last-child {
          margin-bottom: 0; }
        .terms__list .terms__content ol li ol, .terms__list .terms__content ol li ul, .terms__list .terms__content ul li ol, .terms__list .terms__content ul li ul {
          margin: 8px 0; }
          .terms__list .terms__content ol li ol li, .terms__list .terms__content ol li ul li, .terms__list .terms__content ul li ol li, .terms__list .terms__content ul li ul li {
            margin-bottom: 8px;
            font-size: 14px; }
            @media (max-width: 768px) {
              .terms__list .terms__content ol li ol li, .terms__list .terms__content ol li ul li, .terms__list .terms__content ul li ol li, .terms__list .terms__content ul li ul li {
                font-size: 13px; } }
    .terms__list .terms__content ol {
      list-style-type: decimal; }
      .terms__list .terms__content ol li {
        padding-left: 8px; }
    .terms__list .terms__content ul {
      list-style-type: disc; }
      .terms__list .terms__content ul li {
        padding-left: 8px; }
    .terms__list .terms__content strong {
      font-weight: bold;
      color: #333; }
    .terms__list .terms__content .underline {
      text-decoration: underline;
      text-decoration-color: #666;
      text-underline-offset: 3px; }

.terms__dates {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-top: 40px;
  text-align: center; }
  @media (max-width: 768px) {
    .terms__dates {
      padding: 16px;
      margin-top: 30px; } }
  .terms__dates p {
    margin: 0;
    font-size: 14px;
    color: #333;
    font-weight: bold; }
    .terms__dates p:not(:last-child) {
      margin-bottom: 8px; }
    @media (max-width: 768px) {
      .terms__dates p {
        font-size: 13px; } }
  .terms__dates .effective-date {
    color: #555; }
  .terms__dates .revision-date {
    color: #555; }

.terms__toc {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 40px; }
  .terms__toc h3 {
    margin: 0 0 16px 0;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px; }
  .terms__toc ol {
    margin: 0;
    padding-left: 20px;
    list-style-type: decimal; }
    .terms__toc ol li {
      margin-bottom: 8px; }
      .terms__toc ol li a {
        color: #333;
        text-decoration: none;
        font-size: 14px; }
        .terms__toc ol li a:hover {
          text-decoration: underline; }

@media print {
  .terms__main .inner {
    max-width: none;
    padding: 0; }

  .terms__list .terms__title {
    background: #333 !important;
    color: white !important;
    page-break-after: avoid; }
  .terms__list .terms__content {
    page-break-inside: avoid;
    border: 1px solid #333 !important; }

  .terms__intro,
  .terms__dates {
    border: 1px solid #333 !important;
    background: none !important; } }
.popular-contents {
  padding: 60px 0; }
  @media (max-width: 768px) {
    .popular-contents {
      padding: 40px 0; } }
  .popular-contents .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
  .popular-contents h2 {
    color: #44b7e4;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: center;
    padding: 16px 0;
    border-top: 1px solid #44b7e4;
    border-bottom: 1px solid #44b7e4; }
    @media (max-width: 768px) {
      .popular-contents h2 {
        font-size: 24px;
        margin-bottom: 30px; } }

.popular-contents__list {
  list-style: none;
  padding: 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .popular-contents__list {
      margin-bottom: 32px; } }

.popular-contents-item {
  margin-bottom: 0; }

.popular-contents-item .contents-card {
  display: block;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease; }
  .popular-contents-item .contents-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }

.popular-contents-item .contents-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  align-items: stretch; }

.popular-contents-item .contents-thumbnail {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  overflow: hidden;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .popular-contents-item .contents-thumbnail {
      width: 100px;
      height: 100px; } }
  .popular-contents-item .contents-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease; }
  .contents-card:hover .popular-contents-item .contents-thumbnail img {
    transform: scale(1.05); }

.popular-contents-item .contents-info {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  @media (max-width: 768px) {
    .popular-contents-item .contents-info {
      padding: 16px; } }

.popular-contents-item .contents-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
  @media (max-width: 768px) {
    .popular-contents-item .contents-title {
      font-size: 16px;
      margin-bottom: 10px; } }

.popular-contents-item .contents-category {
  display: inline-block;
  color: #44b7e4;
  font-size: 12px;
  padding: 4px 0;
  border-radius: 4px;
  margin-bottom: 8px;
  font-weight: 500; }

.popular-contents-item .contents-date {
  font-size: 14px;
  color: #666;
  margin-top: auto; }

.popular-contents__more {
  text-align: center; }
  .popular-contents__more .btn, .popular-contents__more .btn__more, .popular-contents__more .btn__submit, .popular-contents__more .btn__back {
    display: block;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    width: 240px; }
    .popular-contents__more .btn.orange, .popular-contents__more .orange.btn__more, .popular-contents__more .orange.btn__submit, .popular-contents__more .orange.btn__back {
      background: #ff931e;
      color: white; }
      .popular-contents__more .btn.orange::after, .popular-contents__more .orange.btn__more::after, .popular-contents__more .orange.btn__submit::after, .popular-contents__more .orange.btn__back::after {
        content: "";
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background: url(../img/btn_arrow.svg) no-repeat;
        background-size: contain; }
      .popular-contents__more .btn.orange:hover, .popular-contents__more .orange.btn__more:hover, .popular-contents__more .orange.btn__submit:hover, .popular-contents__more .orange.btn__back:hover {
        background: #ea7a00;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 147, 30, 0.3); }
    @media (max-width: 768px) {
      .popular-contents__more .btn, .popular-contents__more .btn__more, .popular-contents__more .btn__submit, .popular-contents__more .btn__back {
        width: 100%;
        max-width: 300px;
        padding: 18px;
        font-size: 16px; } }
