@charset "UTF-8";
/*
Theme Name: Yellow mobile article page
Author: Kuwamoto Ryu
*/
@font-face {
  font-family: "GenJyuuGothic";
  src: url("https://gigaplus.makeshop.jp/yemoba4818/YM-articlesaite/font/GenJyuuGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenJyuuGothic";
  src: url("https://gigaplus.makeshop.jp/yemoba4818/YM-articlesaite/font/GenJyuuGothic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenJyuuGothic";
  src: url("https://gigaplus.makeshop.jp/yemoba4818/YM-articlesaite/font/GenJyuuGothic-P-Normal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenJyuuGothic";
  src: url("https://gigaplus.makeshop.jp/yemoba4818/YM-articlesaite/font/GenJyuuGothic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "GenJyuuGothic", sans-serif;
  font-weight: normal;
  color: #333;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* paddingやborderによるサイズ膨張を防止 */
}

/*
Theme Name: Yellow mobile article page
Author: Kuwamoto Ryu
*/
/* -------------------------------------------
  Header Styles
------------------------------------------- */
.header-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-top-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: auto;
}

.language-switcher {
  position: absolute;
  top: 15px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.language-switcher li {
  line-height: 1;
}

.language-switcher li a {
  text-decoration: none;
  color: #bbb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding-bottom: 2px;
}

.language-switcher li a:hover {
  color: #666;
}

.language-switcher li.current-lang a {
  color: #333;
  font-weight: bold;
  border-bottom: 2px solid #ffcc00;
  pointer-events: none;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 34px 0 24px;
  color: black;
}
.header-logo img {
  height: 70px;
}
@media screen and (max-width: 800px) {
  .header-logo img {
    height: 65px;
  }
}
@media screen and (max-width: 800px) {
  .header-logo {
    padding: 28px 0 18px;
  }
}
.header-logo p {
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .header-logo p {
    font-size: 10px;
  }
}

.header-site-title {
  font-size: 18px;
  padding-bottom: 3px;
}
@media screen and (max-width: 800px) {
  .header-site-title {
    font-size: 14px;
  }
}

.header img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
}
@media screen and (max-width: 800px) {
  .contact-links {
    display: none;
  }
}
.contact-links a {
  opacity: 1;
  color: black;
  font-size: 12px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.contact-links a:hover {
  opacity: 0.7;
}

/* Search */
.search-wrap {
  position: absolute;
  top: 31px;
  right: 47px;
  width: 200px;
  height: 40px;
  border: 1px solid #ACACAC;
  border-radius: 2px;
}
@media screen and (max-width: 1100px) {
  .search-wrap {
    display: none;
  }
}
.search-wrap::after {
  position: absolute;
  top: 11px;
  right: 14px;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  pointer-events: none;
  background-image: url(https://h2o.yellowmobile.jp/makeshop/img/common/ico_search@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
}

.l-header-search {
  width: 100%;
  height: 100%;
  padding: 3px;
  font-size: 16px;
}

.search-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
}

/* -------------------------------------------
  Category Navigation
------------------------------------------- */
.header_bottom-nav {
  height: 190px;
  width: 100vw;
  background-color: #fff9cc;
  position: sticky;
  top: -50px;
  z-index: 100;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.header_bottom-nav.is-sticky {
  -webkit-box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1100px) {
  .header_bottom-nav {
    display: none;
  }
}

.category-nav {
  position: relative;
  height: 101px;
  width: calc(100% - 260px);
  max-width: 1030px;
  margin: 0 auto;
}

.category-title {
  text-align: center;
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 14px;
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  list-style: none;
}

.category-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  z-index: 11;
  background-color: #ffe100;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.category-item:not(:nth-child(1)) {
  margin-left: 4px;
}
.category-item:hover {
  z-index: 11;
  background-color: #fff07c;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.category-item:hover .item-link {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.category-item:hover .sub-tab {
  opacity: 1;
  background-color: #fff07c;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.item-link p {
  margin-top: 5px;
  font-size: 14px;
  color: black;
}

.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 100%;
}
.icon-box img {
  max-height: 100%;
  width: auto;
}

.category-item:nth-child(6) .item-link .icon-box img {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.sub-tab {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffe100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sub-list {
  list-style: none;
  text-align: center;
}
.sub-list li:hover {
  background-color: #ffe100;
  color: #000;
}
.sub-list li:hover a {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.sub-list li a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* -------------------------------------------
  Mobile Menu & Hamburger
------------------------------------------- */
.menu {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 375px;
  height: 100%;
  background-color: #ffe100;
  color: #333;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .menu {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .menu {
    width: 100%;
  }
}
.menu.open {
  right: 0;
}
.menu.open .hum-back {
  display: none;
}
.menu .sidemenu-search-wrap {
  position: relative;
  width: 100%;
  max-width: 321px;
  height: 40px;
  background-color: white;
  border-radius: 20px;
  margin: 20px auto 0;
}
.menu .sidemenu-search-wrap::after {
  position: absolute;
  top: 13px;
  right: 20px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(https://h2o.yellowmobile.jp/makeshop/img/common/ico_search@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
}

.l-sidemenu-search {
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 16px;
  border-radius: 20px;
}

.sidemenu-search-btn {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 40px;
  height: 40px;
}

.drawer-list {
  position: fixed;
  top: 60px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 60px);
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  list-style: none;
  padding: 20px;
}
.menu.is-open .drawer-list {
  right: 0;
}

.sidemenu-list {
  list-style: none;
  padding: 70px 0 0;
  margin: 0;
}

.sidemenu-item {
  border-top: 1px solid #fff9cc;
}
.sidemenu-item:nth-child(6) {
  border-bottom: 1px solid #fff9cc;
}
.sidemenu-item:nth-child(1) img {
  margin-left: -100px;
}
.sidemenu-item:nth-child(2) img {
  margin-left: -114px;
}
.sidemenu-item:nth-child(3) img {
  margin-left: -86px;
}
.sidemenu-item:nth-child(4) img {
  margin-left: -142px;
}
.sidemenu-item:nth-child(5) img {
  margin-left: -112px;
}
.sidemenu-item:nth-child(6) img {
  margin-left: -86px;
}

html[lang="en-US"] .sidemenu-item:nth-child(1) img { margin-left: -150px; }
html[lang="en-US"] .sidemenu-item:nth-child(2) img { margin-left: -121px; }
html[lang="en-US"] .sidemenu-item:nth-child(4) img { margin-left: -149px; }
html[lang="en-US"] .sidemenu-item:nth-child(5) img { margin-left: -80px; }
html[lang="en-US"] .sidemenu-item:nth-child(6) img { margin-left: -96px; }

.sidemenu-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.sidemenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
  color: #000;
}
.sidemenu-link span {
  font-size: 16px;
  font-weight: normal;
  margin-left: 80px;
}

.submenu-toggle {
  width: 64px;
  height: 64px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-plus {
  position: relative;
  width: 16px;
  height: 2px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.icon-plus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.has-submenu.is-open .icon-plus::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.submenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}

.submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  padding-left: 78px;
  text-decoration: none;
  color: #000;
  border-top: 1px solid #fff9cc;
}

/* Hamburger Icon */
.hamburger {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 20;
}
@media screen and (max-width: 800px) {
  .hamburger {
    width: 20px;
    top: 22px;
  }
}
.hamburger .hum-back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .hamburger .hum-back {
    height: 40px;
    width: 40px;
    border-radius: 20px;
  }
}
.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333;
  margin: 5px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  .hamburger span {
    height: 2.5px;
    margin: 4px 0;
  }
}
.hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
@media screen and (max-width: 800px) {
  .hamburger.active span:nth-child(1) {
    -webkit-transform: translateY(6.5px) rotate(45deg);
            transform: translateY(6.5px) rotate(45deg);
  }
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .hamburger.active span:nth-child(3) {
    -webkit-transform: translateY(-6.5px) rotate(-45deg);
            transform: translateY(-6.5px) rotate(-45deg);
  }
}

/* SNS & Contact */
.sidemenu-contact-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.sidemenu-contact-links a {
  font-size: 12px;
  color: #333;
}

.sidemenu-sns {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 29px;
  margin-top: 26px;
}
.sidemenu-sns a:hover ion-icon {
  color: #4d4d4d;
}
.sidemenu-sns ion-icon {
  font-size: 20px;
  color: black;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* Animations */
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
Theme Name: Yellow mobile article page
Author: Kuwamoto Ryu
*/
/* -------------------------------------------
  Footer Styles
------------------------------------------- */
.footer-top {
  position: relative;
  display: block;
  background-color: #F5F5F5;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
  list-style: none;
}
@media screen and (max-width: 1100px) {
  .footer-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
  }
}
@media screen and (max-width: 800px) {
  .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0;
    margin-bottom: 33px;
  }
}

.footer-item {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .footer-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .footer-item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .footer-item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
    align-self: start;
    margin-top: -36px;
  }
}
@media screen and (max-width: 800px) {
  .footer-item:nth-child(1), .footer-item:nth-child(2), .footer-item:nth-child(3) {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    margin-top: 0 !important;
    align-self: stretch !important;
  }
  .footer-item h3 {
    border-bottom: 1px solid #ACACAC;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}

/* Category List */
.footer-category {
  width: 100%;
  height: auto;
}
.footer-category-title {
  padding-top: 37px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  border-bottom: 1px solid #ACACAC;
}
.footer-category-item {
  list-style: none;
}
.footer-category-item li {
  border-bottom: 1px solid #ACACAC;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.footer-category-item li:hover {
  background-color: #e9e9e9;
}

.footer-cat-link, .footer-cat-link2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 14px 0;
  text-decoration: none;
  color: black;
}
.footer-cat-link p, .footer-cat-link2 p {
  margin: 0;
  line-height: 1;
  font-size: 14px;
}
.footer-cat-link2 {
  padding: 14px 0 14px 23px;
}
.footer-cat-link2 p {
  font-size: 13px;
  padding-left: 4px;
}

/* Archive Select */
.archive-select-wrapper {
  position: relative;
  width: 100%;
  margin: 20px 0 110px;
}
@media screen and (max-width: 800px) {
  .archive-select-wrapper {
    margin: 20px 0 50px;
  }
}

.custom-select {
  width: 100%;
  padding: 14px 15px;
  font-size: 13px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ACACAC;
  border-radius: 2px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select-arrow-icon {
  position: absolute;
  top: 14px;
  right: 12px;
  font-size: 16px;
  color: #727272;
  pointer-events: none;
}

/* Tag Cloud */
.tag-section {
  padding: 20px 0;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.tag-cloud-link {
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tag-cloud-link::before {
  content: "#";
  margin-right: 4px;
  color: #555;
}
.tag-cloud-link:hover {
  background-color: #f9f9f9;
  border-color: #e9e9e9;
  color: #000;
}

/* Profile Widget */
.profile-widget {
  width: 100%;
  padding: 20px 40px;
  border: 1px solid #ACACAC;
  border-radius: 2px;
  text-align: center;
}

.profile-icon img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 7px;
}

.adress {
  font-size: 12px;
  padding: 14px 0;
}

.runtime {
  font-size: 12px;
  padding-top: 4px;
}

.profile-text {
  font-size: 12px;
  color: #555;
  margin: 30px 0 42px;
  text-align: left;
}

.profile-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 29px;
  margin-top: 20px;
  list-style: none;
}
.profile-sns ion-icon {
  font-size: 20px;
  color: #727272;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.profile-sns a:hover ion-icon {
  color: #9a9a9a;
}

/* Footer Bottom Area */
.footer-contact-links {
  text-align: center;
  padding-bottom: 11px;
}
@media screen and (max-width: 800px) {
  .footer-contact-links {
    padding-bottom: 33px;
  }
}
@media screen and (max-width: 800px) {
  .footer-contact-links div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.footer-contact-links a {
  color: black;
  margin: 0 12px;
  font-size: 14px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer-contact-links a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .footer-contact-links a {
    display: block !important;
    padding: 5px 0;
    color: #333;
  }
}

.footer-bottom {
  padding: 24px 0;
  text-align: center;
  background-color: #ffe100;
}
.footer-bottom p {
  font-size: 14px;
  color: white;
  line-height: 1.8;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp-only {
    display: inline;
  }
}

/*
Theme Name: Yellow mobile article page
Author: Kuwamoto Ryu
*/
/* -------------------------------------------
  Common Layout
------------------------------------------- */
.section {
  position: relative;
  display: block;
}

.wrap {
  position: relative;
  width: calc(100% - 260px);
  max-width: 1030px;
  margin: 0 auto;
}

/* -------------------------------------------
  Section A: Slider
------------------------------------------- */
.sec_top_A {
  padding-top: 47px;
  padding-bottom: 55px;
}
@media screen and (max-width: 1100px) {
  .sec_top_A {
    padding-top: 0;
  }
}

.slider {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #ACACAC;
}
.slider .slick-slide {
  height: 559px;
}
@media screen and (max-width: 1100px) {
  .slider .slick-slide {
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1100px) {
  .slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}

.slick-prev, .slick-next {
  display: none !important;
}

.header-post-slider {
  position: relative;
}
.header-post-slider::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background: #ACACAC;
}
.header-post-slider .slick-dots {
  bottom: -55px;
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.header-post-slider .slick-dots li {
  margin: 0 7px !important;
}
.header-post-slider .slick-dots li button:before {
  content: "" !important;
  width: 14px !important;
  height: 14px !important;
  background: #ccc;
  border-radius: 50%;
  opacity: 1;
}
.header-post-slider .slick-dots li.slick-active button:before {
  background: #000;
}
@media screen and (max-width: 1100px) {
  .header-post-slider {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

/* Post Card (Inside Slider) */
.post-card {
  height: 559px;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #ACACAC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .post-card {
    height: 100% !important;
    border-right: 1px solid #ACACAC !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
}
.post-card .card-image {
  width: 100%;
  height: 343px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .post-card .card-image {
    height: auto !important;
  }
}
.post-card .card-image img {
  width: 100%;
  height: 343px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 1100px) {
  .post-card .card-image img {
    height: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.post-card .card-image a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.post-card .card-content {
  padding: 25px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-card .card-content a {
  text-decoration: none;
}

.tag {
  display: inline-block;
  padding: 2px 8px;
  background-color: #fff9cc;
  margin-bottom: 22px;
}
.tag a {
  font-size: 14px;
  color: #f4a000;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.tag a:hover {
  opacity: 0.7;
}

.card-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: black;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.card-title:hover {
  opacity: 0.7;
}

.card-date {
  font-size: 14px;
  color: #ACACAC;
}

/* -------------------------------------------
  Section B: Press Release
------------------------------------------- */
.sec_top_B {
  padding-top: 36px;
  padding-bottom: 78px;
}

.pressrelease {
  border: 1px solid #ACACAC;
  border-radius: 5px;
}
@media screen and (max-width: 1100px) {
  .pressrelease {
    margin: 0 auto;
    width: 94%;
    height: auto !important;
  }
}
@media screen and (max-width: 800px) {
  .pressrelease {
    width: 90%;
  }
}
.pressrelease-title {
  text-align: center;
  font-size: 20px;
  padding: 17px 0 13px;
  margin: 0 40px;
  border-bottom: 1px solid #ACACAC;
}
@media screen and (max-width: 980px) {
  .pressrelease-title {
    margin: 0 25px;
  }
}
@media screen and (max-width: 800px) {
  .pressrelease-title {
    width: calc(90% - 34px);
    margin: 0 auto;
  }
}
.pressrelease-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 25px 40px;
  list-style: none;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .pressrelease-list {
    padding: 25px;
  }
}
@media screen and (max-width: 800px) {
  .pressrelease-list {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    height: auto !important;
    padding: 25px 20px !important;
    overflow: visible !important;
  }
}
.pressrelease-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 294px;
          flex: 0 1 294px;
  height: 301px;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .pressrelease-item {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    width: 90% !important;
    height: auto !important;
    margin: 30px auto 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
  }
  .pressrelease-item:first-child {
    margin-top: 0;
  }
}
.pressrelease-item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
  cursor: pointer;
}

.pre-image {
  width: 100%;
  height: 196px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .pre-image {
    height: auto !important;
  }
}
.pre-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pre-date {
  font-size: 14px;
  color: #727272;
  padding: 16px 4px 5px;
}
@media screen and (max-width: 800px) {
  .pre-date {
    padding: 16px 12px 5px;
  }
}

.pre-articletitle {
  font-size: 14px;
  color: black;
  padding: 0 4px;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .pre-articletitle {
    line-clamp: none !important;
    -webkit-line-clamp: none !important;
    height: auto !important;
    font-size: 16px;
    padding: 0 12px 8px;
  }
}

/* -------------------------------------------
  Section C: Article Tabs
------------------------------------------- */
@media screen and (max-width: 1100px) {
  .sec_C-wrap {
    margin: 0 15px;
    width: auto;
    max-width: none;
  }
}

.category-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  list-style: none;
  padding: 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item {
  width: calc((100% - 10px) / 3);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .item {
    height: 36px;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: black;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1100px) {
  .button {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .button {
    font-size: 12px;
  }
}
.button[id^=a_] {
  background-color: #ffe100;
}
.button[id^=a_].active {
  background-color: #fff9cc;
}
.button[id^=b_], .button[id^=c_] {
  background-color: #fff9cc;
}
.button[id^=b_].active, .button[id^=c_].active {
  background-color: #ffe100;
}

.screen {
  width: 100%;
  position: relative;
}
.screen .a_screen, .screen .b_screen, .screen .c_screen {
  width: 100%;
  display: none;
  background-color: white;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.screen .a_screen.active, .screen .b_screen.active, .screen .c_screen.active {
  display: block;
  pointer-events: auto;
}
.screen .a_screen {
  display: block;
}
.screen .a_screen.active {
  display: none;
}

/* Article List */
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .list {
    margin-bottom: 40px;
  }
}
.list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 256px;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ACACAC;
}
@media screen and (max-width: 800px) {
  .list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto !important;
    padding: 26px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list li::after {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.list li.is-hidden {
  display: none;
  opacity: 0;
}

.card-image2 {
  width: 294px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .card-image2 {
    width: 100% !important;
  }
}
.card-image2 .thumbnail {
  width: 100%;
  max-width: none !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 800px) {
  .card-image2 .thumbnail {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
  }
}
.card-image2:hover .thumbnail {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card-content2 {
  margin: auto 0;
  padding: 0 26px 0 24px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .card-content2 {
    width: 100%;
    padding: 20px 10px 0;
    margin: 0;
  }
}
.card-content2 a {
  text-decoration: none;
}

.more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  padding: 12px 90px;
  color: #727272;
  border: 1px solid #727272;
  border-radius: 2px;
  cursor: pointer;
  background: none;
}
@media screen and (max-width: 800px) {
  .more {
    padding: 10px 70px;
    margin: 0 auto 40px;
  }
}
.more button {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .more button {
    font-size: 13px;
  }
}

.no-article {
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .no-article {
    font-size: 14px;
  }
}

/*
Theme Name: Yellow mobile article page
Author: Kuwamoto Ryu
*/
.full-width-line {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .full-width-line {
    border-top: 1px solid #ACACAC;
  }
}

.breadcrumb {
  margin: 16px 0 50px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 800px) {
  .breadcrumb {
    margin: 8px 0 36px;
  }
}
.breadcrumb li {
  display: inline;
  font-weight: normal;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 0.2em;
  color: #727272;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  font-size: 14px;
  text-decoration: none;
  color: #727272;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .breadcrumb li a {
    font-size: 12px;
  }
}
.breadcrumb li a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb li span {
  font-size: 14px;
  text-decoration: none;
  color: #727272;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .breadcrumb li span {
    font-size: 12px;
  }
}
.breadcrumb li span:hover {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .flex-container {
    gap: 30px;
  }
}

.category-title-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 46px;
}
@media screen and (max-width: 800px) {
  .category-title-wrap {
    margin-bottom: 20px;
  }
}
.category-title-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  background-color: #ffe100;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .category-title-wrap::after {
    height: 10px;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.page-title {
  font-weight: 500;
  font-size: 24px;
  padding-left: 79px;
}
@media screen and (max-width: 800px) {
  .page-title {
    font-size: 20px;
    padding-left: 60px;
  }
}

.icon-image {
  position: absolute;
  left: 7px;
  top: -3px;
  height: 45px;
  width: 62px;
}
@media screen and (max-width: 800px) {
  .icon-image {
    top: 0;
    height: 33px;
    width: 47px;
  }
}

.sec_top_C {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.button[id^=d_], .button[id^=e_], .button[id^=f_] {
  background-color: #fff9cc;
}
.button[id^=d_].active, .button[id^=e_].active, .button[id^=f_].active {
  background-color: #ffe100;
}

.screen .d_screen, .screen .e_screen, .screen .f_screen {
  width: 100%;
  display: none;
  background-color: white;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.screen .d_screen.active, .screen .e_screen.active, .screen .f_screen.active {
  display: block !important;
  pointer-events: auto;
}

.c-fontsize {
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .c-fontsize {
    font-size: 13px;
  }
}

/* sidebar */
.sidebar-wrap {
  width: 260px;
}
@media screen and (max-width: 1000px) {
  .sidebar-wrap {
    width: 240px;
  }
}
@media screen and (max-width: 800px) {
  .sidebar-wrap {
    display: none;
  }
}

.sidebar-inner {
  margin-top: 21px;
  text-align: center;
  border: 1px solid #ACACAC;
  border-radius: 2px;
}

.sidebar-inner2 {
  margin: 40px 0 60px;
  text-align: center;
  border: 1px solid #ACACAC;
  border-radius: 2px;
}

.sidebar-title {
  font-size: 14px;
  font-weight: 500;
  padding: 17px 0;
  margin: 0 14px;
}

.sidebar-list {
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 14px;
}

.sidebar-item {
  padding: 18px 0;
  border-top: 1px solid #ACACAC;
}
.sidebar-item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.sidebar-item a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.sidebar-item img {
  width: 105px;
  height: 70px;
}
.sidebar-item p {
  color: black;
  height: 74px;
  font-size: 12px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */