@charset "UTF-8";
/*
Theme Name:     homewine
Theme URI:      https://xxx.com/
Author:         前田 優名
Description:    homewine専用に作成されたテーマです。
Version:        1.0
Text Domain:    homewine
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "游ゴシック", YuGothic, sans-serif;
  color: #333333;
}

@font-face {
  font-family: "SpratRegularThin";
  src: url("fonts/Sprat-Regular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
.pc-br {
  display: none;
}

.error-page {
  margin: 100px auto;
  width: 92%;
}
.error-page h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
}
.error-page h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.homewine-text {
  font-family: quasimoda, sans-serif;
  font-weight: 600;
}

@media (min-width: 1100px) {
  .sp-br {
    display: none;
  }
  .pc-br {
    display: block;
  }
  .error-page {
    margin: 150px auto;
    width: 94.5%;
    max-width: 1360px;
  }
}
@keyframes slideIn {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes slideOut {
  0% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}
@keyframes slideInBtn {
  0% {
    right: calc(36.25px - 100%);
  }
  100% {
    right: 36.25px;
  }
}
@keyframes slideOutBtn {
  0% {
    right: 36.25px;
  }
  100% {
    right: calc(36.25px - 100%);
  }
}
header {
  padding: 8px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
header.bg-header {
  background-color: #FFFCF3;
}
header.single-header {
  background-color: #FFFCF3;
}
header.single-header .header-inner {
  border-bottom: 0.25px solid #A58847;
}
header.pro-header {
  background-color: #1B1B1B;
}
header.pro-header .header-inner {
  border-bottom: 0.25px solid #F5F1E5;
}
header.gift-header .header-inner {
  border-bottom: 0.25px solid #A58847;
}
header.gift-header .header-inner .logo a {
  width: 192px;
  height: 22px;
  margin: 11px 0 19px;
}
header.event-header {
  background-color: #600F18;
}
header.video-header .header-inner .logo a img {
  filter: invert(1);
}
header.video-header .header-inner .hamburger-menu img {
  filter: invert(1);
}
header .header-inner {
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-inner .logo {
  width: 50%;
}
header .header-inner .logo a {
  display: inline-block;
  width: 109px;
  height: 18.05px;
}
header .header-inner .logo a img {
  width: 100%;
  height: 100%;
}
header .header-inner .hamburger-menu {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
}
header .header-inner .hamburger-menu img {
  width: 22px;
  cursor: pointer;
}
header .header-inner .hamburger-menu.pc-humburger {
  display: none;
}

.hamburger-menu-nav {
  display: block;
  position: fixed;
  width: 100%;
  height: auto;
  max-height: 100vh;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 1000;
  background-color: #171A1B;
  overflow-y: auto;
}
.hamburger-menu-nav.gift-nav {
  background-color: #F4F0E6;
}
.hamburger-menu-nav.gift-nav .nav-items .nav-item .nav-second {
  color: #736B5C;
}
.hamburger-menu-nav.slide-in {
  animation: slideIn 0.6s forwards;
}
.hamburger-menu-nav.slide-out {
  animation: slideOut 0.6s forwards;
}
.hamburger-menu-nav .click-btn {
  width: 18px;
  height: auto;
  text-align: right;
  position: fixed;
  top: 34px;
  right: calc(36.25px - 100%);
  cursor: pointer;
}
.hamburger-menu-nav .click-btn.slide-in {
  animation: slideInBtn 0.6s forwards;
}
.hamburger-menu-nav .click-btn.slide-out {
  animation: slideOutBtn 0.6s forwards;
}
.hamburger-menu-nav .nav-items {
  margin: 68px 0 34px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hamburger-menu-nav .nav-items::-webkit-scrollbar {
  display: none;
}
.hamburger-menu-nav .nav-items .nav-item {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  text-align: center;
  text-decoration: none;
  display: block;
}
.hamburger-menu-nav .nav-items .nav-item:not(:last-child) {
  margin-bottom: 30px;
}
.hamburger-menu-nav .nav-items .nav-item .nav-first {
  color: #A58847;
}
.hamburger-menu-nav .nav-items .nav-item .nav-second {
  color: #E8E4D1;
}

@media (min-width: 1100px) {
  header {
    padding: 17px 0;
  }
  header.single-header .header-inner {
    border-bottom: none;
  }
  header.pro-header {
    background-color: transparent;
  }
  header.pro-header .header-inner {
    border-bottom: none;
  }
  header.gift-header .header-inner {
    border-bottom: none;
  }
  header.gift-header .header-inner .logo a {
    width: 295px;
    height: 35px;
  }
  header .header-inner {
    width: 94.5%;
    max-width: 1360px;
  }
  header .header-inner .logo a {
    width: 169px;
    height: 28px;
  }
  header .header-inner .hamburger-menu img {
    width: 37px;
  }
  header .header-inner .hamburger-menu.pc-humburger {
    display: flex;
  }
  header .header-inner .hamburger-menu.sp-humburger {
    display: none;
  }
  .hamburger-menu-nav {
    width: 384px;
  }
  .hamburger-menu-nav .nav-items {
    width: 67.7%;
    margin: 58px auto 30px;
  }
  .hamburger-menu-nav .nav-items .nav-item {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.571;
    text-align: left;
  }
}
footer {
  background-color: #851515;
  padding: 30px 0;
}
footer .footer-inner {
  width: 92%;
  max-width: 311px;
  margin: 0 auto;
}
footer .footer-inner .item .icon-list {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0 16px;
}
footer .footer-inner .item .icon-list li a {
  color: #FFFCF8;
}
footer .footer-inner .item .icon-list li a i {
  font-size: 24px;
}
footer .footer-inner .item .link-list .footer-gift-nav {
  margin: 23px 0 30px;
}
footer .footer-inner .item .link-list .footer-gift-nav ul {
  list-style: none;
}
footer .footer-inner .item .link-list .footer-gift-nav ul li {
  border-bottom: 0.5px solid #fff;
}
footer .footer-inner .item .link-list .footer-gift-nav ul li a {
  color: #FFFFFD;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.6;
  text-decoration: none;
  display: block;
  position: relative;
}
footer .footer-inner .item .link-list .footer-gift-nav ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background-image: url("image/base/footer-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .footer-inner .item .footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 23px 0 50px;
}
footer .footer-inner .item .footer-nav ul {
  list-style: none;
}
footer .footer-inner .item .footer-nav ul li a {
  color: #FFFCF8;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.208;
}
footer .footer-inner img {
  width: 100%;
}
footer.pro-footer {
  background-color: #69552A;
  position: relative;
}
footer.pro-footer .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  max-width: 100%;
  z-index: 10;
}
footer.pro-footer .footer-inner {
  position: relative;
  z-index: 100;
}
footer.pro-footer .footer-inner .item .icon-list li a {
  color: #FFFFFD;
}
footer.pro-footer .footer-inner .item .footer-nav ul li a {
  color: #FFFFFD;
}
footer.video-footer {
  background-color: #EBE5D0;
  position: relative;
}
footer.video-footer .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  max-width: 100%;
  z-index: 10;
}
footer.video-footer .footer-inner {
  position: relative;
  z-index: 100;
}
footer.video-footer .footer-inner .item .icon-list li a {
  color: #333333;
}
footer.video-footer .footer-inner .item .footer-nav ul li a {
  color: #333333;
}
footer.gift-footer {
  background-color: #D69079;
}
footer.gift-footer.dark {
  background-color: #1B1B1B;
}
footer.event-footer {
  background-color: #600F18;
}

.copyright {
  text-align: center;
  background-color: #FFFCF3;
  padding: 22px 0;
}
.copyright p {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.542;
  color: #A58847;
}
.copyright.pro-copyright, .copyright.video-copyright {
  background-color: #1B1B1B;
}
.copyright.pro-copyright p, .copyright.video-copyright p {
  color: #EBE5D0;
}

@media (min-width: 1100px) {
  footer {
    padding: 60px 0 50px;
  }
  footer .footer-inner {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  footer .footer-inner .item {
    flex: 1;
  }
  footer .footer-inner .item .link-list {
    display: flex;
    gap: 10%;
  }
  footer .footer-inner .item .link-list .footer-gift-nav {
    margin: 27px 0 0;
    max-width: 311px;
    width: 35.5%;
  }
  footer .footer-inner .item .link-list .footer-gift-nav ul li a {
    font-size: 16px;
    line-height: 2.8;
  }
  footer .footer-inner .item .link-list .footer-gift-nav ul li a::after {
    right: 14px;
  }
  footer .footer-inner .item .footer-nav {
    justify-content: start;
    gap: 0 92px;
    margin: 27px 0 0;
  }
  footer .footer-inner .item .footer-nav ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 2.406;
  }
  footer .footer-inner img {
    width: 35%;
    height: auto;
    max-width: 476px;
  }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateX(200px);
  transition: opacity 2s, transform 2s;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateX(0);
}

.home {
  overflow-x: hidden;
}
.home .first-view {
  width: 100%;
  position: relative;
}
.home .first-view > img {
  vertical-align: top;
  width: 100%;
}
.home .first-view .gradation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding-bottom: 23.07%;
  background-image: url("image/front/gradation.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.home .first-view .gradation img {
  width: 94.61%;
  margin-top: 4.35%;
}
.home .start-homewine {
  text-align: center;
  background-color: #830101;
  padding: 25px 0 30px;
}
.home .start-homewine .start-homewine-inner {
  width: 92%;
  margin: 0 auto;
}
.home .start-homewine .start-homewine-inner .logo-image img {
  width: 66px;
}
.home .start-homewine .start-homewine-inner .text-image {
  opacity: 0;
  transition: opacity 2s ease-out;
}
.home .start-homewine .start-homewine-inner .text-image img {
  width: 100%;
  max-width: 304px;
}
.home .start-homewine .start-homewine-inner .text-image.visible {
  opacity: 1;
}
.home .start-homewine .start-homewine-inner .text {
  color: #EFEADB;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  margin: 20px 0;
  letter-spacing: 0.96px;
}
.home .start-homewine .start-homewine-inner a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #EFEADB;
  color: #830101;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
}
.home .program-section {
  background-color: #EFEADB;
  padding: 16px 0 38px;
}
.home .program-section .program-inner {
  width: 92%;
  margin: 0 auto;
}
.home .program-section .program-inner > .title {
  text-align: center;
}
.home .program-section .program-inner > .title img {
  width: 100%;
  max-width: 363px;
  margin: 20px 0 10px;
}
.home .program-section .program-inner > .title p {
  text-align: center;
  font-size: 14px;
  line-height: 1.286;
  font-weight: 700;
  color: #A58847;
}
.home .program-section .program-inner .flex-item {
  margin-top: 25px;
}
.home .program-section .program-inner .flex-item img {
  width: 100%;
  margin-bottom: 21px;
}
.home .program-section .program-inner .flex-item .program-info .title {
  display: none;
}
.home .program-section .program-inner .flex-item .program-info .content {
  text-align: center;
}
.home .program-section .program-inner .flex-item .program-info .content p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  margin-bottom: 20px;
}
.home .program-section .program-inner .flex-item .program-info .content a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
}
.home .pro-section {
  background-color: #1B1B1B;
  padding: 16px 0 38px;
}
.home .pro-section .pro-inner {
  width: 92%;
  margin: 0 auto;
}
.home .pro-section .pro-inner > .title {
  text-align: center;
}
.home .pro-section .pro-inner > .title img {
  width: 100%;
  max-width: 318px;
  margin: 20px 0 10px;
}
.home .pro-section .pro-inner > .title p {
  text-align: center;
  font-size: 14px;
  line-height: 1.286;
  font-weight: 700;
  color: #A58847;
}
.home .pro-section .pro-inner .flex-item {
  margin-top: 25px;
}
.home .pro-section .pro-inner .flex-item img {
  width: 100%;
  margin-bottom: 32px;
}
.home .pro-section .pro-inner .flex-item .pro-info .title {
  display: none;
}
.home .pro-section .pro-inner .flex-item .pro-info .content {
  text-align: center;
}
.home .pro-section .pro-inner .flex-item .pro-info .content p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  margin-bottom: 20px;
  color: #F5F1E5;
}
.home .pro-section .pro-inner .flex-item .pro-info .content a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
}
.home .value-section {
  background-color: #FFFCF3;
  padding: 60px 0 53px;
}
.home .value-section .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.home .value-section .section-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  font-family: quasimoda, sans-serif;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.home .value-section .section-title span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  color: #A58847;
}
.home .value-section .value-items {
  width: 92%;
  margin: 0 auto;
}
.home .value-section .value-items .item {
  width: 100%;
  position: relative;
}
.home .value-section .value-items .item:not(:last-child) {
  margin-bottom: 50px;
}
.home .value-section .value-items .item::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  padding-right: 10px;
  color: #A58847;
  font-family: quasimoda, sans-serif;
  letter-spacing: 1.6px;
  background-color: #FFFCF3;
}
.home .value-section .value-items .item:first-child::before {
  content: "VALUE 01";
}
.home .value-section .value-items .item:nth-child(2)::before {
  content: "VALUE 02";
}
.home .value-section .value-items .item:nth-child(3)::before {
  content: "VALUE 03";
}
.home .value-section .value-items .item .info {
  border-top: 0.5px solid #A58847;
  margin-bottom: 20px;
}
.home .value-section .value-items .item .info h1 {
  font-size: 32px;
  font-weight: 100;
  line-height: 0.95;
  letter-spacing: -0.96px;
  margin: 25px 0 10px;
  font-family: "SpratRegularThin", serif;
}
.home .value-section .value-items .item .info h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
  margin: 10px 0;
}
.home .value-section .value-items .item .info p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
}
.home .value-section .value-items .item img {
  width: 100%;
}
.home .value-section .link {
  text-align: center;
  margin-top: 40px;
}
.home .value-section .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #851515;
  color: #FFFCF3;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
}
.home .service-section {
  background-color: #1B1B1B;
  padding: 48px 0 65px;
}
.home .service-section .section-title {
  width: 92%;
  margin: 0 auto 20px;
  text-align: center;
  color: #EFEADB;
}
.home .service-section .section-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  font-family: quasimoda, sans-serif;
  letter-spacing: 2px;
}
.home .service-section .section-title p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 14px;
}
.home .service-section .service-items {
  width: 86.78%;
  margin: 0 auto;
}
.home .service-section .service-items .item {
  width: 100%;
  background-color: #EBE5D0;
  border-radius: 10px;
  padding: 15px;
}
.home .service-section .service-items .item img {
  width: 100%;
}
.home .service-section .service-items .item h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.home .service-section .service-items .item p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333;
  margin: 10px 0;
}
.home .service-section .service-items .item span {
  color: #A58847;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}
.home .service-section .service-items .item:not(:last-child) {
  margin-bottom: 30px;
}
.home .sommelier-section {
  background-color: #1B1B1B;
  border-top: 1px solid #FFFCF3;
  padding: 40px 0;
}
.home .sommelier-section .section-title {
  text-align: center;
  margin-bottom: 20px;
}
.home .sommelier-section .section-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #EFEADB;
  margin-bottom: 12px;
  font-family: quasimoda, sans-serif;
  letter-spacing: 2px;
}
.home .sommelier-section .section-title p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
}
.home .sommelier-section .flex-item {
  width: 92%;
  margin: 0 auto;
}
.home .sommelier-section .flex-item img {
  width: 100%;
  margin-bottom: 20px;
}
.home .sommelier-section .flex-item .program-info .title {
  display: none;
}
.home .sommelier-section .flex-item .program-info .content {
  width: 95%;
  margin: 0 auto;
}
.home .sommelier-section .flex-item .program-info .content span {
  color: #A58847;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.671;
  font-family: quasimoda, sans-serif;
  letter-spacing: 1.4px;
}
.home .sommelier-section .flex-item .program-info .content h2 {
  color: #EBE5D0;
  font-size: 40px;
  font-weight: 100;
  line-height: 1.2;
  font-family: "SpratRegularThin", serif;
  margin-bottom: 8px;
}
.home .sommelier-section .flex-item .program-info .content p {
  color: #EBE5D0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  letter-spacing: 0.4px;
  text-align: center;
}
.home .link-section {
  background-image: url("image/front/link-bg-sp.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 43px 0;
}
.home .link-section a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #FFFCF3;
  color: #A58847;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
}
.home .academy-section {
  background-color: #FFFCF3;
  padding: 52px 0 47px;
}
.home .academy-section > .title {
  width: 92%;
  margin: 0 auto 15px;
  text-align: center;
}
.home .academy-section > .title img {
  width: 100%;
  max-width: 360px;
  padding-bottom: 5px;
}
.home .academy-section > .title p {
  color: #A58847;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
}
.home .academy-section .flex-item {
  width: 92%;
  margin: 0 auto;
}
.home .academy-section .flex-item img {
  width: 100%;
  margin-bottom: 20px;
}
.home .academy-section .flex-item .program-info .title {
  display: none;
}
.home .academy-section .flex-item .program-info .content {
  text-align: center;
}
.home .academy-section .flex-item .program-info .content p {
  color: #736B5C;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  margin-bottom: 20px;
}
.home .academy-section .flex-item .program-info .content span {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFFFF;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
}
.home .store-section {
  background-color: #700F2C;
  padding: 52px 0 47px;
}
.home .store-section > .title {
  width: 92%;
  margin: 0 auto 15px;
  text-align: center;
}
.home .store-section > .title img {
  width: 100%;
  max-width: 350px;
  padding-bottom: 5px;
}
.home .store-section > .title p {
  color: #FFFCF3;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
}
.home .store-section .flex-item {
  width: 92%;
  margin: 0 auto;
}
.home .store-section .flex-item img {
  width: 100%;
  margin-bottom: 20px;
}
.home .store-section .flex-item .program-info .title {
  display: none;
}
.home .store-section .flex-item .program-info .content {
  text-align: center;
}
.home .store-section .flex-item .program-info .content p {
  color: #EFEADB;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  margin-bottom: 20px;
}
.home .store-section .flex-item .program-info .content span {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #EFEADB;
  color: #A58847;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
}
.home .gift-section {
  background-color: #FFFFFD;
  padding: 52px 0 47px;
}
.home .gift-section > .title {
  width: 92%;
  margin: 0 auto 15px;
  text-align: center;
}
.home .gift-section > .title img {
  width: 100%;
  max-width: 360px;
  padding-bottom: 5px;
}
.home .gift-section > .title p {
  color: #A58847;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
}
.home .gift-section .flex-item {
  width: 92%;
  margin: 0 auto;
}
.home .gift-section .flex-item img {
  width: 100%;
  margin-bottom: 20px;
}
.home .gift-section .flex-item .program-info .title {
  display: none;
}
.home .gift-section .flex-item .program-info .content {
  text-align: center;
}
.home .gift-section .flex-item .program-info .content p {
  color: #A58847;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  margin-bottom: 20px;
}
.home .gift-section .flex-item .program-info .content span {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #D69079;
  color: #FFFFFF;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
}
.home .event-section {
  background-color: #600F18;
  padding: 52px 0 47px;
}
.home .event-section > .title {
  width: 92%;
  margin: 0 auto 15px;
  text-align: center;
}
.home .event-section > .title img {
  width: 100%;
  max-width: 360px;
  padding-bottom: 5px;
}
.home .event-section > .title p {
  color: #FFFFFD;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
}
.home .event-section .flex-item {
  width: 92%;
  margin: 0 auto;
}
.home .event-section .flex-item .slick-slider {
  position: relative;
}
.home .event-section .flex-item .slick-slider .custom-prev-arrow, .home .event-section .flex-item .slick-slider .custom-next-arrow {
  font-size: 0;
  line-height: 0;
  width: 24px;
  height: 24px;
  background: transparent no-repeat center center;
  border: none;
  padding: 0;
  cursor: pointer;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
}
.home .event-section .flex-item .slick-slider .custom-prev-arrow {
  background-image: url("image/front/arrow-left.png");
  left: 3.07%;
}
.home .event-section .flex-item .slick-slider .custom-next-arrow {
  background-image: url("image/front/arrow-right.png");
  right: 3.07%;
}
.home .event-section .flex-item .slick-slider .event-item .item-inner {
  padding: 20px;
  background-color: rgba(239, 234, 219, 0.85);
  width: 74.3%;
  margin: 0 auto;
}
.home .event-section .flex-item .slick-slider .event-item .item-inner .image {
  position: relative;
  border-radius: 3.87px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 68.4%;
}
.home .event-section .flex-item .slick-slider .event-item .item-inner .image .cat {
  position: absolute;
  top: 7px;
  right: 7px;
  background-color: #9E154F;
  color: #EFEADB;
  font-size: 9.29px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 15px;
  border-radius: 3.87px;
}
.home .event-section .flex-item .slick-slider .event-item .item-inner .info {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 20px 0 0;
}
.home .event-section .flex-item .slick-slider .event-item .item-inner .info .date {
  text-align: center;
  width: 47px;
  border-right: 0.5px solid #A58847;
}
.home .event-section .flex-item .slick-slider .event-item .item-inner .info .date .year {
  color: #A58847;
  font-size: 9.29px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.9px;
  font-family: "noto-sans", sans-serif;
}
.home .event-section .flex-item .slick-slider .event-item .item-inner .info .date .day {
  color: #000000;
  /*font-size: 15.49px;*/
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.5px;
  margin: 5px 0;
  font-family: "noto-sans", sans-serif;
}
.home .event-section .flex-item .slick-slider .event-item .item-inner .info .date .youbi {
  font-size: 7.74px;
  font-family: 700;
  line-height: 1;
  color: #000000;
}
.home .event-section .flex-item .slick-slider .event-item .item-inner .info .content {
  flex: 1;
  padding: 0 12px;
}
.home .event-section .flex-item .slick-slider .event-item .item-inner .info .content .title {
  font-size: 9.29px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 6px;
}
.home .event-section .flex-item .slick-slider .event-item .item-inner .info .content .field {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.home .event-section .flex-item .slick-slider .event-item .item-inner .info .content .field span {
  font-size: 8.52px;
  font-weight: 700;
  line-height: 1.5;
  font-family: quasimoda, sans-serif;
  color: #000000;
  padding-left: 17px;
  position: relative;
}
.home .event-section .flex-item .slick-slider .event-item .item-inner .info .content .field span:first-child::after {
  content: "";
  position: absolute;
  width: 7.43px;
  height: 9.07px;
  top: 50%;
  left: 0px;
  background-image: url("image/event/area.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.home .event-section .flex-item .slick-slider .event-item .item-inner .info .content .field span:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 9.68px;
  height: 9.44px;
  top: 50%;
  left: 0px;
  background-image: url("image/event/time.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.home .event-section .flex-item .program-info {
  margin-top: 28.71px;
}
.home .event-section .flex-item .program-info .title {
  display: none;
}
.home .event-section .flex-item .program-info .content {
  text-align: center;
}
.home .event-section .flex-item .program-info .content p {
  display: none;
}
.home .event-section .flex-item .program-info .content a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFFFF;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
}
.home .news-section {
  background-color: #FFFCF3;
  padding: 53px 0 67px;
}
.home .news-section > .title {
  width: 92%;
  margin: 0 auto 20px;
  text-align: center;
}
.home .news-section > .title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  font-family: quasimoda, sans-serif;
  letter-spacing: 2px;
}
.home .news-section > .title span {
  color: #A58847;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.home .news-section .flex-item {
  width: 92%;
  margin: 0 auto;
}
.home .news-section .flex-item .slick-slider {
  position: relative;
}
.home .news-section .flex-item .slick-slider .custom-prev-arrow, .home .news-section .flex-item .slick-slider .custom-next-arrow {
  font-size: 0;
  line-height: 0;
  width: 24px;
  height: 24px;
  background: transparent no-repeat center center;
  border: none;
  padding: 0;
  cursor: pointer;
  background-size: contain;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 500;
}
.home .news-section .flex-item .slick-slider .custom-prev-arrow {
  background-image: url("image/front/arrow-left.png");
  left: 3.07%;
}
.home .news-section .flex-item .slick-slider .custom-next-arrow {
  background-image: url("image/front/arrow-right.png");
  right: 3.07%;
}
.home .news-section .flex-item .slick-slider .news-item {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.home .news-section .flex-item .slick-slider .news-item .main-image {
  width: 74.3%;
  height: 0;
  padding-bottom: 38.48%;
  margin: 0 auto 10px;
  border: 5px solid #1B1B1B;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .news-section .flex-item .slick-slider .news-item .date {
  font-size: 12px;
  line-height: 1.5;
  color: #A58847;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.home .news-section .flex-item .slick-slider .news-item .text {
  width: 74.3%;
  margin: 10px auto 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.home .news-section .flex-item .program-info .title {
  display: none;
}
.home .news-section .flex-item .program-info .content {
  text-align: center;
  margin-top: 30px;
}
.home .news-section .flex-item .program-info .content a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #851515;
  color: #FFFCF3;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
}
.home .research-section {
  background-color: #1B1B1B;
  padding: 52px 0 44px;
}
.home .research-section > .title {
  width: 92%;
  margin: 0 auto 20px;
  text-align: center;
}
.home .research-section > .title h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.025;
  color: #FFFCF3;
  margin-bottom: 5px;
  font-family: quasimoda, sans-serif;
  letter-spacing: 1.8px;
}
.home .research-section > .title span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  color: #A58847;
}
.home .research-section .flex-item {
  width: 92%;
  margin: 0 auto;
}
.home .research-section .flex-item img {
  width: 100%;
  margin-bottom: 20px;
}
.home .research-section .flex-item .research-info .title {
  display: none;
}
.home .research-section .flex-item .research-info .content {
  text-align: center;
}
.home .research-section .flex-item .research-info .content p {
  color: #FFFCF3;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  margin-bottom: 29px;
}
.home .research-section .flex-item .research-info .content .video {
  margin-bottom: 20px;
}
.home .research-section .flex-item .research-info .content a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
}
.home .bottom-image {
  width: 100%;
}
.home .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.home .bottom-image img.pc-image {
  display: none;
}

@media (min-width: 1100px) {
  .home .first-view {
    background-image: url("image/front/front-firstview-pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
  }
  .home .first-view > img {
    display: none;
  }
  .home .first-view .gradation {
    padding-bottom: 23.05%;
  }
  .home .first-view .gradation img {
    width: 94.58%;
    margin-top: 4.58%;
  }
  .home .start-homewine {
    padding: 80px 0;
  }
  .home .start-homewine .start-homewine-inner {
    width: 94.5%;
    max-width: 1360px;
  }
  .home .start-homewine .start-homewine-inner .logo-image img {
    width: 86px;
  }
  .home .start-homewine .start-homewine-inner .text-image img {
    max-width: 702px;
  }
  .home .start-homewine .start-homewine-inner .text {
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0 30px;
    letter-spacing: 1.12px;
  }
  .home .program-section {
    padding: 41px 0;
  }
  .home .program-section .program-inner {
    width: 94.5%;
    max-width: 1360px;
  }
  .home .program-section .program-inner > .title {
    display: none;
  }
  .home .program-section .program-inner .flex-item {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
    gap: 0 35px;
  }
  .home .program-section .program-inner .flex-item img {
    width: 48%;
    margin: 0;
  }
  .home .program-section .program-inner .flex-item .program-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  .home .program-section .program-inner .flex-item .program-info .title {
    display: block;
    border-top: 1px solid #A58847;
  }
  .home .program-section .program-inner .flex-item .program-info .title img {
    width: 100%;
    max-width: 516px;
    margin: 34px 0 24px;
  }
  .home .program-section .program-inner .flex-item .program-info .title p {
    color: #A58847;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
  }
  .home .program-section .program-inner .flex-item .program-info .content {
    text-align: left;
  }
  .home .program-section .program-inner .flex-item .program-info .content p {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 28px;
  }
  .home .program-section .program-inner .flex-item .program-info .content a {
    text-align: center;
  }
  .home .pro-section {
    padding: 41px 0;
  }
  .home .pro-section .pro-inner {
    width: 94.5%;
    max-width: 1360px;
  }
  .home .pro-section .pro-inner > .title {
    display: none;
  }
  .home .pro-section .pro-inner .flex-item {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
    gap: 0 35px;
  }
  .home .pro-section .pro-inner .flex-item img {
    width: 48%;
    margin: 0;
  }
  .home .pro-section .pro-inner .flex-item .pro-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  .home .pro-section .pro-inner .flex-item .pro-info .title {
    display: block;
    border-top: 1px solid #A58847;
  }
  .home .pro-section .pro-inner .flex-item .pro-info .title img {
    width: 100%;
    max-width: 400px;
    margin: 34px 0 24px;
  }
  .home .pro-section .pro-inner .flex-item .pro-info .title p {
    color: #C7A75E;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
  }
  .home .pro-section .pro-inner .flex-item .pro-info .content {
    text-align: left;
  }
  .home .pro-section .pro-inner .flex-item .pro-info .content p {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 28px;
  }
  .home .pro-section .pro-inner .flex-item .pro-info .content a {
    text-align: center;
  }
  .home .value-section {
    padding: 64px 0 125px;
  }
  .home .value-section .section-title {
    margin-bottom: 97px;
  }
  .home .value-section .section-title h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .home .value-section .section-title span {
    font-size: 16px;
  }
  .home .value-section .value-items {
    width: 94.5%;
    max-width: 1360px;
  }
  .home .value-section .value-items .item {
    width: 100%;
    position: relative;
    display: flex;
    gap: 0 32px;
  }
  .home .value-section .value-items .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .home .value-section .value-items .item::before {
    padding-right: 15px;
  }
  .home .value-section .value-items .item .info {
    border-top: 1px solid #A58847;
    margin: 0;
    flex: 1;
  }
  .home .value-section .value-items .item .info h1 {
    font-size: 40px;
    letter-spacing: -1.2px;
    margin: 35px 0 13px;
  }
  .home .value-section .value-items .item .info h3 {
    font-size: 24px;
    margin: 13px 0;
  }
  .home .value-section .value-items .item .info p {
    font-size: 16px;
  }
  .home .value-section .value-items .item img {
    width: 42%;
  }
  .home .value-section .link {
    margin-top: 63px;
  }
  .home .service-section {
    padding: 67px 0 56px;
  }
  .home .service-section .section-title {
    width: 94.5%;
    max-width: 1360px;
    margin: 0 auto 35px;
  }
  .home .service-section .section-title h2 {
    font-size: 24px;
  }
  .home .service-section .section-title p {
    font-size: 16px;
    margin-top: 25px;
  }
  .home .service-section .service-items {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    justify-content: space-around;
  }
  .home .service-section .service-items .item {
    width: 47%;
    padding: 30px;
  }
  .home .service-section .service-items .item:first-child img {
    width: 67.72%;
  }
  .home .service-section .service-items .item img {
    width: 58.4%;
    margin-bottom: 30px;
  }
  .home .service-section .service-items .item h4 {
    font-size: 20px;
  }
  .home .service-section .service-items .item p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.429;
    margin: 10px 0 0;
  }
  .home .service-section .service-items .item span {
    float: right;
  }
  .home .service-section .service-items .item:not(:last-child) {
    margin: 0;
  }
  .home .sommelier-section .section-title {
    display: none;
  }
  .home .sommelier-section .flex-item {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 32px;
  }
  .home .sommelier-section .flex-item img {
    width: 41.8%;
    margin: 0;
  }
  .home .sommelier-section .flex-item .program-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home .sommelier-section .flex-item .program-info .title {
    display: block;
  }
  .home .sommelier-section .flex-item .program-info .title h2 {
    color: #FFFCF3;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.025;
    margin-bottom: 16px;
    font-family: quasimoda, sans-serif;
    letter-spacing: 2.4px;
  }
  .home .sommelier-section .flex-item .program-info .title p {
    color: #A58847;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.429;
  }
  .home .sommelier-section .flex-item .program-info .content {
    width: auto;
    max-width: 500px;
  }
  .home .sommelier-section .flex-item .program-info .content span {
    display: none;
  }
  .home .sommelier-section .flex-item .program-info .content p {
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.857;
    text-align: left;
  }
  .home .link-section {
    background-image: url("image/front/link-bg-pc.webp");
    padding: 53px 0;
  }
  .home .academy-section {
    padding: 40px 0;
  }
  .home .academy-section > .title {
    display: none;
  }
  .home .academy-section .flex-item {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 32px;
  }
  .home .academy-section .flex-item img {
    width: 41.8%;
    margin: 0;
  }
  .home .academy-section .flex-item .program-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  .home .academy-section .flex-item .program-info .title {
    display: block;
  }
  .home .academy-section .flex-item .program-info .title img {
    width: 100%;
    max-width: 469px;
    margin-bottom: 5px;
  }
  .home .academy-section .flex-item .program-info .title p {
    color: #A58847;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.429;
  }
  .home .academy-section .flex-item .program-info .content {
    text-align: left;
  }
  .home .academy-section .flex-item .program-info .content p {
    font-size: 14px;
    line-height: 1.857;
    margin-bottom: 30px;
    color: #736B5C;
  }
  .home .academy-section .flex-item .program-info .content span {
    text-align: center;
  }
  .home .store-section {
    padding: 40px 0;
  }
  .home .store-section > .title {
    display: none;
  }
  .home .store-section .flex-item {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 32px;
  }
  .home .store-section .flex-item img {
    width: 41.8%;
    margin: 0;
  }
  .home .store-section .flex-item .program-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  .home .store-section .flex-item .program-info .title {
    display: block;
  }
  .home .store-section .flex-item .program-info .title img {
    width: 100%;
    max-width: 543px;
    margin-bottom: 5px;
  }
  .home .store-section .flex-item .program-info .title p {
    color: #A58847;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.429;
  }
  .home .store-section .flex-item .program-info .content {
    text-align: left;
  }
  .home .store-section .flex-item .program-info .content p {
    font-size: 14px;
    line-height: 1.857;
    margin-bottom: 30px;
  }
  .home .store-section .flex-item .program-info .content span {
    text-align: center;
  }
  .home .gift-section {
    padding: 40px 0;
  }
  .home .gift-section > .title {
    display: none;
  }
  .home .gift-section .flex-item {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 32px;
  }
  .home .gift-section .flex-item img {
    width: 41.8%;
    margin: 0;
  }
  .home .gift-section .flex-item .program-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  .home .gift-section .flex-item .program-info .title {
    display: block;
  }
  .home .gift-section .flex-item .program-info .title img {
    width: 100%;
    max-width: 469px;
    margin-bottom: 5px;
  }
  .home .gift-section .flex-item .program-info .title p {
    color: #A58847;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.429;
  }
  .home .gift-section .flex-item .program-info .content {
    text-align: left;
  }
  .home .gift-section .flex-item .program-info .content p {
    font-size: 14px;
    line-height: 1.857;
    margin-bottom: 30px;
    color: #736B5C;
  }
  .home .gift-section .flex-item .program-info .content span {
    text-align: center;
  }
  .home .event-section {
    padding: 40px 0;
  }
  .home .event-section > .title {
    display: none;
  }
  .home .event-section .flex-item {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 32px;
  }
  .home .event-section .flex-item .slick-slider {
    width: 39.19%;
    margin: 0;
  }
  .home .event-section .flex-item .slick-slider .custom-prev-arrow, .home .event-section .flex-item .slick-slider .custom-next-arrow {
    width: 35.4px;
    height: 35.4px;
  }
  .home .event-section .flex-item .slick-slider .custom-prev-arrow {
    left: 0;
  }
  .home .event-section .flex-item .slick-slider .custom-next-arrow {
    right: 0;
  }
  .home .event-section .flex-item .slick-slider .event-item .item-inner {
    padding: 30.84px 27.41px;
    width: 83.88%;
  }
  .home .event-section .flex-item .slick-slider .event-item .item-inner .image {
    border-radius: 5.71px;
  }
  .home .event-section .flex-item .slick-slider .event-item .item-inner .image .cat {
    top: 10.28px;
    right: 10.28px;
    font-size: 13.71px;
    border-radius: 5.71px;
  }
  .home .event-section .flex-item .slick-slider .event-item .item-inner .info {
    padding: 30px 0 0;
  }
  .home .event-section .flex-item .slick-slider .event-item .item-inner .info .date {
    width: 65px;
  }
  .home .event-section .flex-item .slick-slider .event-item .item-inner .info .date .year {
    font-size: 13.71px;
    letter-spacing: 1.3px;
  }
  .home .event-section .flex-item .slick-slider .event-item .item-inner .info .date .day {
    /*font-size: 22.84px;*/
    font-size: 17px;
    letter-spacing: 3.4px;
  }
  .home .event-section .flex-item .slick-slider .event-item .item-inner .info .date .youbi {
    font-size: 11.42px;
  }
  .home .event-section .flex-item .slick-slider .event-item .item-inner .info .content {
    padding: 0 12px;
  }
  .home .event-section .flex-item .slick-slider .event-item .item-inner .info .content .title {
    font-size: 13.71px;
    margin-bottom: 6.85px;
  }
  .home .event-section .flex-item .slick-slider .event-item .item-inner .info .content .field {
    gap: 5px 30px;
  }
  .home .event-section .flex-item .slick-slider .event-item .item-inner .info .content .field span {
    font-size: 12.56px;
    padding-left: 18.5px;
  }
  .home .event-section .flex-item .slick-slider .event-item .item-inner .info .content .field span:first-child::after {
    width: 11.02px;
    height: 13.37px;
  }
  .home .event-section .flex-item .slick-slider .event-item .item-inner .info .content .field span:nth-child(2)::after {
    width: 14.35px;
    height: 13.93px;
  }
  .home .event-section .flex-item .program-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  .home .event-section .flex-item .program-info .title {
    display: block;
  }
  .home .event-section .flex-item .program-info .title img {
    width: 100%;
    max-width: 514px;
    margin-bottom: 5px;
  }
  .home .event-section .flex-item .program-info .title p {
    color: #FFFFFD;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.429;
  }
  .home .event-section .flex-item .program-info .content {
    text-align: left;
  }
  .home .event-section .flex-item .program-info .content p {
    display: block;
    color: #FFFCF3;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.857;
    margin-bottom: 26px;
  }
  .home .event-section .flex-item .program-info .content a {
    text-align: center;
  }
  .home .news-section {
    padding: 55px 0 40px;
  }
  .home .news-section > .title {
    display: none;
  }
  .home .news-section .flex-item {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 32px;
  }
  .home .news-section .flex-item .slick-slider {
    width: 41.8%;
    margin: 0;
  }
  .home .news-section .flex-item .slick-slider .custom-prev-arrow, .home .news-section .flex-item .slick-slider .custom-next-arrow {
    top: auto;
    bottom: 5px;
  }
  .home .news-section .flex-item .slick-slider .custom-prev-arrow {
    left: 0;
  }
  .home .news-section .flex-item .slick-slider .custom-next-arrow {
    right: 0;
  }
  .home .news-section .flex-item .slick-slider .news-item {
    text-align: left;
  }
  .home .news-section .flex-item .slick-slider .news-item .main-image {
    width: 99%;
    padding-bottom: 55.2%;
    margin: 0 auto 22px;
    border: 10px solid #1B1B1B;
  }
  .home .news-section .flex-item .slick-slider .news-item .date {
    width: 81.59%;
    margin: 0 auto;
  }
  .home .news-section .flex-item .slick-slider .news-item .text {
    width: 81.59%;
    font-size: 14px;
    line-height: 1.286;
  }
  .home .news-section .flex-item .program-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding-bottom: 50px;
  }
  .home .news-section .flex-item .program-info .title {
    display: block;
  }
  .home .news-section .flex-item .program-info .title h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.025;
    font-family: quasimoda, sans-serif;
    letter-spacing: 2.4px;
  }
  .home .news-section .flex-item .program-info .title span {
    color: #A58847;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.429;
  }
  .home .news-section .flex-item .program-info .content {
    text-align: left;
  }
  .home .news-section .flex-item .program-info .content a {
    text-align: center;
  }
  .home .research-section {
    padding: 56px 0 50px;
  }
  .home .research-section > .title {
    display: none;
  }
  .home .research-section .flex-item {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 32px;
  }
  .home .research-section .flex-item img {
    width: 41.8%;
    margin: 0;
  }
  .home .research-section .flex-item .research-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  .home .research-section .flex-item .research-info .title {
    display: block;
  }
  .home .research-section .flex-item .research-info .title h2 {
    color: #FFFCF3;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.025;
    margin-bottom: 16px;
  }
  .home .research-section .flex-item .research-info .title span {
    color: #A58847;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.429;
  }
  .home .research-section .flex-item .research-info .content {
    text-align: left;
    max-width: 500px;
  }
  .home .research-section .flex-item .research-info .content p {
    font-size: 14px;
    line-height: 1.857;
    margin-bottom: 30px;
  }
  .home .research-section .flex-item .research-info .content .video {
    display: none;
  }
  .home .research-section .flex-item .research-info .content a {
    text-align: center;
  }
  .home .bottom-image {
    width: 100%;
  }
  .home .bottom-image img {
    width: 100%;
    vertical-align: top;
  }
  .home .bottom-image img.sp-image {
    display: none;
  }
  .home .bottom-image img.pc-image {
    display: block;
  }
}
.program .first-view img {
  vertical-align: top;
  width: 100%;
}
.program .first-view img.fv-pc-image {
  display: none;
}
.program .start-homewine {
  text-align: center;
  background-color: #EBE5D0;
  padding: 23px 0 40px;
}
.program .start-homewine .program-image {
  width: 92%;
  margin: 0 auto;
}
.program .start-homewine .program-image img {
  width: 100%;
  max-width: 356px;
}
.program .start-homewine .start-homewine-inner {
  width: 92%;
  margin: 22px auto 0;
}
.program .start-homewine .start-homewine-inner .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
}
.program .start-homewine .start-homewine-inner .logo-image img {
  width: 66px;
}
.program .start-homewine .start-homewine-inner .text-image img {
  width: 100%;
  max-width: 304px;
}
.program .start-homewine .start-homewine-inner a {
  display: none;
}
.program .jouney-section {
  background-color: #69552A;
  padding: 47px 0 62px;
  position: relative;
}
.program .jouney-section > img {
  display: none;
}
.program .jouney-section .jouney-inner {
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.program .jouney-section .jouney-inner .sp-image {
  width: 100%;
}
.program .jouney-section .jouney-inner .pc-image {
  display: none;
}
.program .jouney-section .jouney-inner p {
  color: #F5F1E5;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  text-align: center;
  margin-top: 14px;
}
.program .phase-section {
  background-color: #EFEADB;
  padding: 30px 0 107px;
}
.program .phase-section .phase-item {
  width: 92%;
  margin: 0 auto;
}
.program .phase-section .phase-item .title {
  margin-bottom: 10px;
}
.program .phase-section .phase-item .title h3 {
  color: #A58847;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.486;
  border-bottom: 0.5px solid #A58847;
  padding: 0 0 5px;
  font-family: quasimoda, sans-serif;
  letter-spacing: 1.6px;
}
.program .phase-section .phase-item .title h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 15px 0;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 4px solid #A58847;
}
.program .phase-section .phase-item .title p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.program .phase-section .phase-item .title p span {
  font-weight: 700;
}
.program .phase-section .phase-item .contents .conten-header {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  position: relative;
}
.program .phase-section .phase-item .contents .conten-header p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.417;
  padding-right: 90px;
}
.program .phase-section .phase-item .contents .conten-header p:first-child {
  color: #A58847;
  font-family: quasimoda, sans-serif;
}
.program .phase-section .phase-item .contents .conten-header::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("image/program/click-black.png");
  background-size: cover;
  transform: rotate(180deg);
}
.program .phase-section .phase-item .contents .conten-header.rotate::before {
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.program .phase-section .phase-item .contents .content-info {
  padding: 24px 0;
  display: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
.program .phase-section .phase-item .contents .content-info.open {
  display: block;
  max-height: 1000px;
}
.program .phase-section .phase-item .contents .content-info .slide-product {
  margin-bottom: 15px;
}
.program .phase-section .phase-item .contents .content-info .slide-product .slick-slide {
  padding: 0 5px;
}
.program .phase-section .phase-item .contents .content-info .content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.program .phase-section .phase-item .contents .content-info .content-inner .image {
  width: 30.05%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.program .phase-section .phase-item .contents .content-info .content-inner .image img {
  width: 86.68%;
}
.program .phase-section .phase-item .contents .content-info .content-inner .product-list {
  list-style: none;
  flex: 1;
}
.program .phase-section .phase-item .contents .content-info .content-inner .product-list .product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.program .phase-section .phase-item .contents .content-info .content-inner .product-list .product-item:not(:last-child) {
  margin-bottom: 7px;
}
.program .phase-section .phase-item .contents .content-info .content-inner .product-list .product-item div {
  display: flex;
  justify-content: start;
  align-items: center;
}
.program .phase-section .phase-item .contents .content-info .content-inner .product-list .product-item div img {
  width: 20.27px;
  height: auto;
  margin-right: 5px;
}
.program .phase-section .phase-item .contents .content-info .content-inner .product-list .product-item div span {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.111;
}
.program .phase-section .phase-item .contents .content-info .content-inner .product-list .product-item .price {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.671;
  font-family: quasimoda, sans-serif;
}
.program .phase-section .phase-item:not(:first-child) {
  margin-top: 20px;
}
.program .pro-section {
  background-color: #1B1B1B;
  padding: 20px 0 55px;
}
.program .pro-section > .title {
  display: none;
}
.program .pro-section .pro-inner {
  width: 92%;
  margin: 0 auto;
}
.program .pro-section .pro-inner .title {
  border-top: 0.5px solid #A58847;
}
.program .pro-section .pro-inner .title img {
  width: 100%;
  margin: 16px 0 20px;
}
.program .pro-section .pro-inner .title p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #F5F1E5;
}
.program .pro-section .pro-inner .title a {
  display: none;
}
.program .pro-section .pro-inner .contents {
  margin-top: 35px;
}
.program .pro-section .pro-inner .contents .conten-header {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: end;
  gap: 16.7px;
}
.program .pro-section .pro-inner .contents .conten-header img {
  width: 31.3px;
  height: auto;
  padding-bottom: 5px;
}
.program .pro-section .pro-inner .contents .conten-header .text {
  padding-right: 90px;
  flex: 1;
}
.program .pro-section .pro-inner .contents .conten-header .text p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.417;
}
.program .pro-section .pro-inner .contents .conten-header .text p:first-child {
  color: #A58847;
  font-family: quasimoda, sans-serif;
}
.program .pro-section .pro-inner .contents .conten-header .text p:last-child {
  color: #F5F1E5;
}
.program .pro-section .pro-inner .contents .conten-header::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("image/program/click-white.png");
  background-size: cover;
  transform: rotate(180deg);
}
.program .pro-section .pro-inner .contents .conten-header.rotate::before {
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.program .pro-section .pro-inner .contents .content-info {
  padding: 24px 0;
  display: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
.program .pro-section .pro-inner .contents .content-info.open {
  display: block;
  max-height: 1000px;
}
.program .pro-section .pro-inner .contents .content-info .image img {
  width: 100%;
}
.program .pro-section .pro-inner .contents .content-info .image .slick-track {
  display: flex;
  align-items: center;
}
.program .pro-section .pro-inner .contents .content-info .image .slick-dots {
  display: flex;
  justify-content: center;
  gap: 2px;
  list-style: none;
  padding: 0;
  margin-top: 23px;
}
.program .pro-section .pro-inner .contents .content-info .image .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 0;
}
.program .pro-section .pro-inner .contents .content-info .image .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  background-color: transparent;
  border: 1px solid #A58847;
  border-radius: 50%;
  cursor: pointer;
}
.program .pro-section .pro-inner .contents .content-info .image .slick-dots li button:focus {
  outline: none;
}
.program .pro-section .pro-inner .contents .content-info .image .slick-dots li button::before {
  content: none;
}
.program .pro-section .pro-inner .contents .content-info .image .slick-dots li.slick-active button {
  background-color: #A58847;
}
.program .pro-section .pro-inner .contents .content-info .product-list {
  list-style: none;
  margin-top: 22px;
}
.program .pro-section .pro-inner .contents .content-info .product-list .product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.program .pro-section .pro-inner .contents .content-info .product-list .product-item:not(:last-child) {
  margin-bottom: 7px;
}
.program .pro-section .pro-inner .contents .content-info .product-list .product-item div {
  display: flex;
  justify-content: start;
  align-items: center;
}
.program .pro-section .pro-inner .contents .content-info .product-list .product-item div img {
  width: 21.3px;
  height: auto;
  margin-right: 18.7px;
}
.program .pro-section .pro-inner .contents .content-info .product-list .product-item div span {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.111;
  color: #F5F1E5;
}
.program .pro-section .pro-inner .contents .content-info .product-list .product-item .price {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.671;
  color: #F5F1E5;
}
.program .pro-section .pro-inner .link {
  text-align: center;
  margin-top: 40px;
}
.program .pro-section .pro-inner .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
}
.program .lecturer-section {
  padding: 49px 0 30px;
  background-color: #EFEADB;
}
.program .lecturer-section .section-title {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.program .lecturer-section .section-title h2 {
  color: #A58847;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  font-family: quasimoda, sans-serif;
  letter-spacing: 2px;
}
.program .lecturer-section .section-title span {
  color: #A58847;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.program .lecturer-section .lecture-inner {
  width: 92%;
  margin: 30px auto 0;
}
.program .lecturer-section .lecture-inner img {
  width: 100%;
}
.program .lecturer-section .lecture-inner .content {
  margin-top: 25px;
  color: rgba(51, 51, 51, 0.8);
}
.program .lecturer-section .lecture-inner .content h3 {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}
.program .lecturer-section .lecture-inner .content h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 3px 0;
}
.program .lecturer-section .lecture-inner .content h4 {
  font-size: 10px;
  font-weight: 700;
  line-height: 2;
}
.program .lecturer-section .lecture-inner .content p {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}
.program .contents-section {
  background-color: #E3DAC1;
  padding: 42px 0 58px;
}
.program .contents-section .section-title {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.program .contents-section .section-title h2 {
  color: #A58847;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  font-family: quasimoda, sans-serif;
  letter-spacing: 2px;
}
.program .contents-section .section-title span {
  color: #A58847;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.program .contents-section .contents-inner {
  width: 92%;
  margin: 30px auto 0;
}
.program .contents-section .contents-inner .item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 25px;
}
.program .contents-section .contents-inner .item:not(:last-child) {
  margin-bottom: 23px;
}
.program .contents-section .contents-inner .item img {
  width: 51%;
}
.program .contents-section .contents-inner .item .text {
  flex: 1;
}
.program .contents-section .contents-inner .item .text h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.program .contents-section .contents-inner .item .text h2 span {
  font-size: 10px;
}
.program .contents-section .contents-inner .item .text p {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}
.program .link-section {
  padding: 71px 0 44px;
  background-color: #EFEADB;
  text-align: center;
}
.program .link-section p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.program .link-section a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #AF1818;
  color: #EFEADB;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
}
.program .bottom-image {
  width: 100%;
}
.program .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.program .bottom-image img.pc-image {
  display: none;
}

@media (min-width: 1100px) {
  .program .first-view img.fv-pc-image {
    display: block;
  }
  .program .first-view img.fv-sp-image {
    display: none;
  }
  .program .start-homewine {
    padding: 30px 0 56px;
  }
  .program .start-homewine .program-image {
    width: 94.5%;
    max-width: 1360px;
  }
  .program .start-homewine .program-image img {
    width: 100%;
    max-width: 1360px;
  }
  .program .start-homewine .start-homewine-inner {
    width: 94.5%;
    max-width: 1360px;
    margin: 29px auto 0;
    border-top: 0.47px solid #A58847;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 60px;
  }
  .program .start-homewine .start-homewine-inner .text {
    font-size: 16px;
    text-align: left;
  }
  .program .start-homewine .start-homewine-inner .logo-image {
    display: none;
  }
  .program .start-homewine .start-homewine-inner .text-image {
    display: none;
  }
  .program .start-homewine .start-homewine-inner a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background-color: #A58847;
    color: #FFFCF3;
    padding: 13px 0;
    border-radius: 5px;
    width: 223px;
  }
  .program .jouney-section {
    padding: 48px 0 37px;
  }
  .program .jouney-section > img {
    display: block;
    width: 369px;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 10;
  }
  .program .jouney-section .jouney-inner {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .program .jouney-section .jouney-inner .sp-image {
    display: none;
  }
  .program .jouney-section .jouney-inner .pc-image {
    display: block;
    width: 412px;
  }
  .program .jouney-section .jouney-inner p {
    font-size: 16px;
    text-align: left;
    margin-top: 0;
  }
  .program .phase-section {
    padding: 36px 0 30px;
  }
  .program .phase-section .phase-item {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-top: 0.5px solid #A58847;
    gap: 78px;
    padding: 15px 0 38px;
  }
  .program .phase-section .phase-item .title {
    flex: 1;
    margin: 20px 0 0;
  }
  .program .phase-section .phase-item .title h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.671;
    border-bottom: none;
    padding: 0;
    letter-spacing: 1.9px;
  }
  .program .phase-section .phase-item .title h2 {
    font-size: 24px;
    margin: 25px 0 35px;
    padding-bottom: 15px;
    border-bottom: 6px solid #A58847;
  }
  .program .phase-section .phase-item .title p {
    font-size: 20px;
  }
  .program .phase-section .phase-item .contents {
    width: 65%;
  }
  .program .phase-section .phase-item .contents .conten-header {
    padding: 20px 0;
  }
  .program .phase-section .phase-item .contents .conten-header p {
    font-size: 16px;
    line-height: 1.5;
  }
  .program .phase-section .phase-item .contents .conten-header::before {
    bottom: 20px;
    width: 36px;
    height: 36px;
  }
  .program .phase-section .phase-item .contents .content-info {
    padding: 30px 0;
  }
  .program .phase-section .phase-item .contents .content-info .content-inner {
    gap: 60px;
  }
  .program .phase-section .phase-item .contents .content-info .content-inner .image {
    width: 38.8%;
  }
  .program .phase-section .phase-item .contents .content-info .content-inner .image img {
    width: 56%;
  }
  .program .phase-section .phase-item .contents .content-info .content-inner .product-list .product-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .program .phase-section .phase-item .contents .content-info .content-inner .product-list .product-item div img {
    width: 28.8px;
    margin-right: 8px;
  }
  .program .phase-section .phase-item .contents .content-info .content-inner .product-list .product-item div span {
    font-size: 15px;
  }
  .program .phase-section .phase-item .contents .content-info .content-inner .product-list .product-item .price {
    font-size: 18px;
  }
  .program .phase-section .phase-item:not(:first-child) {
    margin-top: 0;
  }
  .program .phase-section .phase-item:last-child {
    border-bottom: 0.5px solid #A58847;
  }
  .program .pro-section {
    padding: 29px 0 93px;
  }
  .program .pro-section > .title {
    display: block;
    border-top: 0.5px solid #A58847;
    width: 94.5%;
    max-width: 1360px;
    margin: 0 auto;
  }
  .program .pro-section > .title img {
    width: 100%;
    max-width: 1014px;
    margin: 55px 0 72px;
  }
  .program .pro-section .pro-inner {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 78px;
  }
  .program .pro-section .pro-inner .title {
    border: none;
    flex: 1;
  }
  .program .pro-section .pro-inner .title img {
    display: none;
  }
  .program .pro-section .pro-inner .title p {
    font-size: 20px;
  }
  .program .pro-section .pro-inner .title a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background-color: #A58847;
    color: #FFFCF3;
    padding: 13px 0;
    border-radius: 5px;
    width: 223px;
    text-align: center;
    margin-top: 30px;
  }
  .program .pro-section .pro-inner .contents {
    width: 65%;
    margin: 0;
  }
  .program .pro-section .pro-inner .contents .conten-header {
    padding: 20px 0;
    gap: 32.67px;
  }
  .program .pro-section .pro-inner .contents .conten-header .text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .program .pro-section .pro-inner .contents .conten-header::before {
    bottom: 20px;
    width: 36px;
    height: 36px;
  }
  .program .pro-section .pro-inner .contents .content-info {
    padding: 30px 0;
    justify-content: space-between;
    align-items: center;
    gap: 0 60px;
  }
  .program .pro-section .pro-inner .contents .content-info.open {
    display: flex;
  }
  .program .pro-section .pro-inner .contents .content-info .image {
    width: 38.8%;
  }
  .program .pro-section .pro-inner .contents .content-info .product-list {
    margin-top: 0;
    flex: 1;
  }
  .program .pro-section .pro-inner .contents .content-info .product-list .product-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .program .pro-section .pro-inner .contents .content-info .product-list .product-item div img {
    width: 30.42px;
    margin-right: 15.24px;
  }
  .program .pro-section .pro-inner .contents .content-info .product-list .product-item div span {
    font-size: 15px;
  }
  .program .pro-section .pro-inner .contents .content-info .product-list .product-item .price {
    font-size: 18px;
  }
  .program .pro-section .pro-inner .link {
    display: none;
  }
  .program .lecturer-section {
    padding: 66px 0 82px;
  }
  .program .lecturer-section .section-title {
    width: 94.5%;
    max-width: 1360px;
  }
  .program .lecturer-section .section-title h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .program .lecturer-section .section-title span {
    font-size: 16px;
  }
  .program .lecturer-section .lecture-inner {
    width: 94.5%;
    max-width: 1360px;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .program .lecturer-section .lecture-inner img {
    width: 346px;
  }
  .program .lecturer-section .lecture-inner .content {
    margin-top: 0;
    width: 346px;
  }
  .program .contents-section {
    padding: 62px 0;
  }
  .program .contents-section .section-title {
    width: 94.5%;
    max-width: 1360px;
  }
  .program .contents-section .section-title h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .program .contents-section .section-title span {
    font-size: 16px;
  }
  .program .contents-section .contents-inner {
    width: 94.5%;
    max-width: 1100px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
  }
  .program .contents-section .contents-inner .item {
    flex: 1;
    flex-wrap: wrap;
    gap: 30px;
  }
  .program .contents-section .contents-inner .item:not(:last-child) {
    margin-bottom: 0;
  }
  .program .contents-section .contents-inner .item img {
    width: 100%;
  }
  .program .contents-section .contents-inner .item .text {
    flex: 1;
    text-align: center;
  }
  .program .contents-section .contents-inner .item .text h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .program .contents-section .contents-inner .item .text h2 span {
    font-size: 20px;
  }
  .program .contents-section .contents-inner .item .text p {
    font-size: 16px;
  }
  .program .link-section {
    padding: 63px 0 56px;
  }
  .program .link-section p {
    font-size: 20px;
    width: 94.5%;
    max-width: 1360px;
    margin-bottom: 29px;
  }
  .program .bottom-image {
    width: 100%;
  }
  .program .bottom-image img {
    width: 100%;
    vertical-align: top;
  }
  .program .bottom-image img.sp-image {
    display: none;
  }
  .program .bottom-image img.pc-image {
    display: block;
  }
}
.pro {
  padding-top: 40px;
  background-color: #1B1B1B;
}
.pro .first-view img {
  vertical-align: top;
  width: 100%;
}
.pro .first-view img.fv-pc-image {
  display: none;
}
.pro .start-homewine {
  text-align: center;
  padding: 25px 0 0;
}
.pro .start-homewine .pro-image {
  width: 92%;
  margin: 0 auto;
}
.pro .start-homewine .pro-image img {
  width: 100%;
}
.pro .start-homewine .start-homewine-inner {
  width: 92%;
  margin: 20px auto 30px;
}
.pro .start-homewine .start-homewine-inner .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  color: rgba(239, 234, 219, 0.7);
}
.pro .start-homewine .start-homewine-inner .logo-image {
  margin-top: 15px;
}
.pro .start-homewine .start-homewine-inner .logo-image img {
  width: 66px;
}
.pro .start-homewine .start-homewine-inner .text-image img {
  width: 100%;
  max-width: 304px;
}
.pro .start-homewine .start-homewine-inner > img {
  width: 100%;
}
.pro .start-homewine > img {
  width: 100%;
}
.pro .about-section {
  padding: 45px 0 15px;
}
.pro .about-section .section-title {
  text-align: center;
  color: #F5F1E5;
}
.pro .about-section .section-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  font-family: quasimoda, sans-serif;
  letter-spacing: 2px;
}
.pro .about-section .section-title span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.pro .about-section .section-title img {
  width: 100%;
  margin-top: 20px;
  vertical-align: top;
}
.pro .about-section .about-inner {
  width: 92%;
  margin: 0 auto;
  padding-top: 40px;
}
.pro .about-section .about-inner img {
  display: none;
}
.pro .about-section .about-inner .info .title {
  display: none;
}
.pro .about-section .about-inner .info p {
  color: #F5F1E5;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  text-align: center;
  margin-top: 14px;
}
.pro .worldwide-section {
  padding: 60px 0 72px;
}
.pro .worldwide-section .worldwide-inner {
  width: 92%;
  margin: 0 auto;
}
.pro .worldwide-section .worldwide-inner .section-title {
  text-align: center;
}
.pro .worldwide-section .worldwide-inner .section-title h2 {
  color: #A58847;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.08;
  font-family: quasimoda, sans-serif;
  letter-spacing: 2px;
}
.pro .worldwide-section .worldwide-inner .section-title span {
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
  color: #A58847;
}
.pro .worldwide-section .worldwide-inner .contents {
  margin-top: 30px;
}
.pro .worldwide-section .worldwide-inner .contents .conten-header {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: end;
  gap: 16.7px;
}
.pro .worldwide-section .worldwide-inner .contents .conten-header img {
  width: 31.3px;
  height: auto;
  padding-bottom: 5px;
}
.pro .worldwide-section .worldwide-inner .contents .conten-header .text {
  padding-right: 90px;
  flex: 1;
}
.pro .worldwide-section .worldwide-inner .contents .conten-header .text p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.417;
}
.pro .worldwide-section .worldwide-inner .contents .conten-header .text p:first-child {
  color: #A58847;
  font-family: quasimoda, sans-serif;
}
.pro .worldwide-section .worldwide-inner .contents .conten-header .text p:last-child {
  color: #F5F1E5;
}
.pro .worldwide-section .worldwide-inner .contents .conten-header::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("image/program/click-white.png");
  background-size: cover;
  transform: rotate(180deg);
}
.pro .worldwide-section .worldwide-inner .contents .conten-header.rotate::before {
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.pro .worldwide-section .worldwide-inner .contents .content-info {
  padding: 24px 0;
  display: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
.pro .worldwide-section .worldwide-inner .contents .content-info.open {
  display: block;
  max-height: 1000px;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .image img {
  width: 100%;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .image .slick-track {
  display: flex;
  align-items: center;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .image .slick-dots {
  display: flex;
  justify-content: center;
  gap: 2px;
  list-style: none;
  padding: 0;
  margin-top: 23px;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .image .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 0;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .image .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  background-color: transparent;
  border: 1px solid #A58847;
  border-radius: 50%;
  cursor: pointer;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .image .slick-dots li button:focus {
  outline: none;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .image .slick-dots li button::before {
  content: none;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .image .slick-dots li.slick-active button {
  background-color: #A58847;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .product-list {
  list-style: none;
  margin-top: 22px;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .product-list .product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .product-list .product-item:not(:last-child) {
  margin-bottom: 7px;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .product-list .product-item div {
  display: flex;
  justify-content: start;
  align-items: center;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .product-list .product-item div img {
  width: 21.3px;
  height: auto;
  margin-right: 18.7px;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .product-list .product-item div span {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.111;
  color: #F5F1E5;
}
.pro .worldwide-section .worldwide-inner .contents .content-info .product-list .product-item .price {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.671;
  color: #F5F1E5;
}
.pro .contents-section {
  background-color: #EFEADB;
  padding: 64px 0 70px;
}
.pro .contents-section .section-title {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.pro .contents-section .section-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  font-family: quasimoda, sans-serif;
  letter-spacing: 2px;
}
.pro .contents-section .section-title span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.pro .contents-section .contents-inner {
  width: 92%;
  margin: 44px auto 0;
}
.pro .contents-section .contents-inner .item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 25px;
}
.pro .contents-section .contents-inner .item:not(:last-child) {
  margin-bottom: 23px;
}
.pro .contents-section .contents-inner .item img {
  width: 51%;
}
.pro .contents-section .contents-inner .item .text {
  flex: 1;
}
.pro .contents-section .contents-inner .item .text h2 {
  color: #A58847;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.pro .contents-section .contents-inner .item .text h2 span {
  font-size: 10px;
}
.pro .contents-section .contents-inner .item .text p {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}
.pro .how-section {
  padding: 50px 0 64px;
  text-align: center;
}
.pro .how-section .how-inner {
  width: 92%;
  margin: 0 auto;
}
.pro .how-section .how-inner h2 {
  color: #F5F1E5;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.08;
  font-family: quasimoda, sans-serif;
  letter-spacing: 2px;
}
.pro .how-section .how-inner h3 {
  color: #F5F1E5;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 5px;
}
.pro .how-section .how-inner .logo-image {
  margin-top: 24px;
}
.pro .how-section .how-inner .logo-image img {
  width: 63.3px;
  height: auto;
}
.pro .how-section .how-inner .text-image img {
  width: 100%;
  max-width: 288px;
  height: auto;
}
.pro .how-section .how-inner .text {
  color: #EFEADB;
  margin: 30px 0;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.6;
}
.pro .how-section .how-inner a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
}
.pro .bottom-image {
  width: 100%;
}
.pro .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.pro .bottom-image img.pc-image {
  display: none;
}

@media (min-width: 1100px) {
  .pro {
    padding-top: 0;
  }
  .pro .first-view img.fv-pc-image {
    display: block;
  }
  .pro .first-view img.fv-sp-image {
    display: none;
  }
  .pro .start-homewine {
    padding: 22px 0 45px;
  }
  .pro .start-homewine .pro-image {
    width: 94.5%;
    max-width: 1360px;
  }
  .pro .start-homewine .start-homewine-inner {
    display: none;
  }
  .pro .start-homewine > img {
    display: none;
  }
  .pro .about-section {
    padding: 0;
  }
  .pro .about-section .section-title {
    display: none;
  }
  .pro .about-section .about-inner {
    width: 94.5%;
    max-width: 1360px;
    padding: 42px 0 46px;
    border-top: 1px solid #A58847;
    border-bottom: 1px solid #A58847;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .pro .about-section .about-inner img {
    display: inline-block;
    width: 412px;
    height: auto;
  }
  .pro .about-section .about-inner .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .pro .about-section .about-inner .info .title {
    display: block;
    padding-top: 25px;
  }
  .pro .about-section .about-inner .info .title h2 {
    color: #FFFCF3;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.025;
    margin-bottom: 5px;
    font-family: quasimoda, sans-serif;
    letter-spacing: 2.4px;
  }
  .pro .about-section .about-inner .info .title span {
    color: #A58847;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.429;
  }
  .pro .about-section .about-inner .info p {
    font-size: 14px;
    line-height: 1.714;
    text-align: left;
    margin-top: 0;
    max-width: 566px;
  }
  .pro .worldwide-section {
    padding: 52px 0 68px;
  }
  .pro .worldwide-section .worldwide-inner {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 78px;
  }
  .pro .worldwide-section .worldwide-inner .section-title {
    flex: 1;
    text-align: left;
  }
  .pro .worldwide-section .worldwide-inner .section-title h2 {
    color: #FFFCF3;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: quasimoda, sans-serif;
    letter-spacing: 2.4px;
  }
  .pro .worldwide-section .worldwide-inner .section-title span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.429;
  }
  .pro .worldwide-section .worldwide-inner .contents {
    width: 65%;
    margin: 0;
  }
  .pro .worldwide-section .worldwide-inner .contents .conten-header {
    padding: 20px 0;
    gap: 32.67px;
  }
  .pro .worldwide-section .worldwide-inner .contents .conten-header .text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .pro .worldwide-section .worldwide-inner .contents .conten-header::before {
    bottom: 20px;
    width: 36px;
    height: 36px;
  }
  .pro .worldwide-section .worldwide-inner .contents .content-info {
    padding: 30px 0;
    justify-content: space-between;
    align-items: center;
    gap: 0 60px;
  }
  .pro .worldwide-section .worldwide-inner .contents .content-info.open {
    display: flex;
  }
  .pro .worldwide-section .worldwide-inner .contents .content-info .image {
    width: 38.8%;
  }
  .pro .worldwide-section .worldwide-inner .contents .content-info .product-list {
    margin-top: 0;
    flex: 1;
  }
  .pro .worldwide-section .worldwide-inner .contents .content-info .product-list .product-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .pro .worldwide-section .worldwide-inner .contents .content-info .product-list .product-item div img {
    width: 30.42px;
    margin-right: 15.24px;
  }
  .pro .worldwide-section .worldwide-inner .contents .content-info .product-list .product-item div span {
    font-size: 15px;
  }
  .pro .worldwide-section .worldwide-inner .contents .content-info .product-list .product-item .price {
    font-size: 18px;
  }
  .pro .contents-section {
    padding: 62px 0;
  }
  .pro .contents-section .section-title {
    width: 94.5%;
    max-width: 1360px;
  }
  .pro .contents-section .section-title h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .pro .contents-section .section-title span {
    font-size: 16px;
  }
  .pro .contents-section .contents-inner {
    width: 94.5%;
    max-width: 1100px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
  }
  .pro .contents-section .contents-inner .item {
    flex: 1;
    flex-wrap: wrap;
    gap: 30px;
  }
  .pro .contents-section .contents-inner .item:not(:last-child) {
    margin-bottom: 0;
  }
  .pro .contents-section .contents-inner .item img {
    width: 100%;
  }
  .pro .contents-section .contents-inner .item .text {
    flex: 1;
  }
  .pro .contents-section .contents-inner .item .text h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .pro .contents-section .contents-inner .item .text h2 span {
    font-size: 20px;
  }
  .pro .contents-section .contents-inner .item .text p {
    font-size: 16px;
  }
  .pro .how-section {
    padding: 69px 0 65px;
  }
  .pro .how-section .how-inner {
    width: 94.5%;
    max-width: 905px;
  }
  .pro .how-section .how-inner h2 {
    font-size: 24px;
  }
  .pro .how-section .how-inner h3 {
    color: #A58847;
    font-size: 14px;
    margin-top: 10px;
  }
  .pro .how-section .how-inner .text {
    margin: 20px 0 40px;
    font-size: 14px;
    line-height: 1.714;
  }
  .pro .bottom-image img.sp-image {
    display: none;
  }
  .pro .bottom-image img.pc-image {
    display: block;
  }
}
.blog-list {
  background-color: #FFFCF3;
  padding-top: 40px;
}
.blog-list .news-section {
  padding: 24px 0 43px;
}
.blog-list .news-section .section-header {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.blog-list .news-section .section-header .title span {
  color: #A58847;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.025;
  font-family: quasimoda, sans-serif;
  letter-spacing: 1.4px;
}
.blog-list .news-section .section-header .title h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1.212;
  margin: 3px 0;
}
.blog-list .news-section .section-header .title p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
}
.blog-list .news-section .section-header .filter-list {
  display: none;
}
.blog-list .news-section .news-inner .news-items .news-item {
  padding: 30px 0;
  display: block;
  text-decoration: none;
}
.blog-list .news-section .news-inner .news-items .news-item .item-inner {
  width: 92%;
  margin: 0 auto;
}
.blog-list .news-section .news-inner .news-items .news-item .item-inner .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 68.4%;
}
.blog-list .news-section .news-inner .news-items .news-item .item-inner .image span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #851515;
  color: #EFEADB;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 5px;
}
.blog-list .news-section .news-inner .news-items .news-item .item-inner .date {
  color: #A58847;
  font-size: 12px;
  line-height: 1.5;
  margin: 15px 0 7px;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.8px;
}
.blog-list .news-section .news-inner .news-items .news-item .item-inner .content {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.blog-list .news-section .news-inner .news-items .news-item:nth-child(odd) {
  background-color: rgba(239, 234, 219, 0.85);
}
.blog-list .news-section .news-inner .pagination {
  padding: 40px 0 22px;
}
.blog-list .news-section .news-inner .pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.blog-list .news-section .news-inner .pagination .page-numbers .page-numbers {
  width: 37px;
  height: 37px;
  border: 1px solid #A58847;
  color: #A58847;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.blog-list .news-section .news-inner .pagination .page-numbers .page-numbers.current {
  background-color: #A58847;
  color: #EBE5D0;
}
.blog-list .news-section .news-inner .filter-list {
  text-align: center;
  width: 92%;
  margin: 0 auto;
}
.blog-list .news-section .news-inner .filter-list h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 25px;
}
.blog-list .news-section .news-inner .filter-list ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-list .news-section .news-inner .filter-list ul li {
  background-color: #851515;
  border-radius: 5px;
}
.blog-list .news-section .news-inner .filter-list ul li a {
  text-decoration: none;
  color: #EFEADB;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px;
  display: block;
}
.blog-list hr {
  width: 80%;
  height: 1px;
  border: none;
  margin: 0 auto;
  background-color: #A58847;
}
.blog-list .recommend-section {
  padding: 27px 0 135px;
}
.blog-list .recommend-section .section-header {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.blog-list .recommend-section .section-header p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
  margin: 0 0 30px;
}
.blog-list .recommend-section .section-header h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: underline;
}
.blog-list .recommend-section .recommend-inner {
  width: 92%;
  margin: 40px auto;
}
.blog-list .recommend-section .recommend-inner .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
}
.blog-list .recommend-section .recommend-inner .item:not(:last-child) {
  margin-bottom: 20px;
}
.blog-list .recommend-section .recommend-inner .item .title {
  flex: 1;
}
.blog-list .recommend-section .recommend-inner .item .title img {
  width: 43px;
  height: auto;
  margin-bottom: 5px;
}
.blog-list .recommend-section .recommend-inner .item .title p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
}
.blog-list .recommend-section .recommend-inner .item img {
  width: 56%;
}
.blog-list .recommend-section .link {
  text-align: center;
}
.blog-list .recommend-section .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  padding: 13px 10px 13px 0;
  border-radius: 5px;
  width: 260px;
  position: relative;
}
.blog-list .recommend-section .link a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 13px;
  background-image: url("image/home/click.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.blog-list .bottom-image {
  width: 100%;
}
.blog-list .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.blog-list .bottom-image img.pc-image {
  display: none;
}

.single-page {
  background-color: #FFFCF3;
  padding-top: 40px;
}
.single-page .single-inner {
  width: 92%;
  margin: 0 auto;
  padding: 26px 0 42px;
}
.single-page .single-inner .blog-header .arrow a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.025;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  color: #A58847;
  text-decoration: none;
  font-family: quasimoda, sans-serif;
  letter-spacing: 1.4px;
}
.single-page .single-inner .blog-header .arrow a img {
  width: 30px;
  height: 30px;
}
.single-page .single-inner .blog-header h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.single-page .single-inner .blog-header .text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  margin: 10px 0;
}
.single-page .single-inner .blog-header .tag {
  background-color: #851515;
  color: #EFEADB;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 20px;
  border-radius: 5px;
}
.single-page .single-inner .blog-image {
  width: 100%;
  margin: 20px 0 30px;
}
.single-page .single-inner .blog-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.single-page .single-inner .blog-content .tag {
  display: none;
}
.single-page .single-inner .blog-content h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.single-page .single-inner .blog-content .date {
  margin: 10px 0 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.8px;
}
.single-page .single-inner .blog-content .info {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.429;
}
.single-page .single-inner .blog-content .info p {
  margin-bottom: 20px;
}
.single-page .single-inner .blog-content .info iframe {
  max-width: 100%;
}
.single-page .single-inner .blog-content .info embed,
.single-page .single-inner .blog-content .info object {
  max-width: 100%;
  height: auto;
}
.single-page .single-inner .blog-content .info img {
  max-width: 100%;
  height: auto;
  display: block;
}
.single-page .single-inner .blog-content .info a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.single-page .single-inner .blog-content .info .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.single-page .single-inner .blog-content .info pre {
  white-space: pre-wrap; /* CSS 3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.single-page .single-inner .blog-content .link {
  margin-top: 42px;
  text-align: center;
}
.single-page .single-inner .blog-content .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  padding: 13px 10px 13px 0;
  border-radius: 5px;
  width: 260px;
  position: relative;
}
.single-page .single-inner .blog-content .link a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 13px;
  background-image: url("image/home/click.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.single-page hr {
  width: 80%;
  height: 1px;
  border: none;
  margin: 0 auto;
  background-color: #A58847;
}
.single-page .recommend-section {
  padding: 27px 0 135px;
}
.single-page .recommend-section .section-header {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.single-page .recommend-section .section-header p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
  margin: 0 0 30px;
}
.single-page .recommend-section .section-header h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: underline;
}
.single-page .recommend-section .recommend-inner {
  width: 92%;
  margin: 40px auto;
}
.single-page .recommend-section .recommend-inner .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
}
.single-page .recommend-section .recommend-inner .item:not(:last-child) {
  margin-bottom: 20px;
}
.single-page .recommend-section .recommend-inner .item .title {
  flex: 1;
}
.single-page .recommend-section .recommend-inner .item .title img {
  width: 43px;
  height: auto;
  margin-bottom: 5px;
}
.single-page .recommend-section .recommend-inner .item .title p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
}
.single-page .recommend-section .recommend-inner .item img {
  width: 56%;
}
.single-page .recommend-section .link {
  text-align: center;
}
.single-page .recommend-section .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  padding: 13px 10px 13px 0;
  border-radius: 5px;
  width: 260px;
  position: relative;
}
.single-page .recommend-section .link a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 13px;
  background-image: url("image/home/click.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.single-page .bottom-image {
  width: 100%;
}
.single-page .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.single-page .bottom-image img.pc-image {
  display: none;
}

@media (min-width: 1100px) {
  .blog-list {
    padding-top: 68px;
  }
  .blog-list .news-section {
    padding: 53px 0 56px;
  }
  .blog-list .news-section .section-header {
    width: 94.5%;
    max-width: 1360px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .blog-list .news-section .section-header .title h2 {
    font-size: 40px;
    margin: 10px 0;
  }
  .blog-list .news-section .section-header .title p {
    font-size: 14px;
  }
  .blog-list .news-section .section-header .filter-list {
    display: block;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .blog-list .news-section .section-header .filter-list li {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    padding-bottom: 15px;
  }
  .blog-list .news-section .section-header .filter-list li.active {
    border-bottom: 3px solid #A58847;
  }
  .blog-list .news-section .section-header .filter-list li a {
    text-decoration: none;
    color: #333;
  }
  .blog-list .news-section .news-inner {
    width: 94.5%;
    max-width: 1360px;
    margin: 0 auto;
  }
  .blog-list .news-section .news-inner .news-items {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 40px 3.8%;
  }
  .blog-list .news-section .news-inner .news-items .news-item {
    padding: 29px 23px;
    width: 30.8%;
    border-radius: 10px;
  }
  .blog-list .news-section .news-inner .news-items .news-item .item-inner {
    width: 100%;
  }
  .blog-list .news-section .news-inner .news-items .news-item:nth-child(even) {
    background-color: rgba(239, 234, 219, 0.85);
  }
  .blog-list .news-section .news-inner .pagination {
    padding: 70px 0 0;
  }
  .blog-list .news-section .news-inner .pagination .nav-links {
    gap: 33px;
  }
  .blog-list .news-section .news-inner .filter-list {
    display: none;
  }
  .blog-list hr {
    width: 50%;
  }
  .blog-list .recommend-section {
    padding: 71.45px 0 88px;
  }
  .blog-list .recommend-section .section-header {
    width: 94.5%;
    max-width: 1360px;
  }
  .blog-list .recommend-section .section-header h3 {
    display: none;
  }
  .blog-list .recommend-section .recommend-inner {
    width: 94.5%;
    max-width: 1360px;
    margin: 60px auto 40px;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 70px;
  }
  .blog-list .recommend-section .recommend-inner .item {
    flex-wrap: wrap;
    gap: 27px 0;
    width: 23.8%;
  }
  .blog-list .recommend-section .recommend-inner .item:not(:last-child) {
    margin-bottom: 0;
  }
  .blog-list .recommend-section .recommend-inner .item .title {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .blog-list .recommend-section .recommend-inner .item img {
    width: 100%;
  }
  .blog-list .recommend-section .link {
    text-align: center;
  }
  .blog-list .bottom-image img.sp-image {
    display: none;
  }
  .blog-list .bottom-image img.pc-image {
    display: block;
  }
  .single-page {
    padding-top: 68px;
  }
  .single-page .single-inner {
    width: 94.5%;
    max-width: 1360px;
    padding: 50px 0 100px;
  }
  .single-page .single-inner .blog-header .arrow {
    gap: 23px;
  }
  .single-page .single-inner .blog-header h2 {
    font-size: 40px;
    max-width: 1260px;
    margin: 0 auto;
  }
  .single-page .single-inner .blog-header .text {
    font-size: 14px;
    max-width: 1260px;
    margin: 10px auto 0;
  }
  .single-page .single-inner .blog-header .tag {
    display: none;
  }
  .single-page .single-inner .blog-image {
    margin: 20px auto;
    max-width: 1260px;
  }
  .single-page .single-inner .blog-image img {
    width: 40%;
    border-radius: 10px;
  }
  .single-page .single-inner .blog-content {
    max-width: 1260px;
    margin: 0 auto;
  }
  .single-page .single-inner .blog-content .tag {
    display: inline-block;
    background-color: #851515;
    color: #EFEADB;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 20px;
    border-radius: 5px;
  }
  .single-page .single-inner .blog-content h1 {
    font-size: 32px;
    margin: 20px 0;
  }
  .single-page .single-inner .blog-content .date {
    margin: 20px 0;
  }
  .single-page .single-inner .blog-content .link {
    margin-top: 90px;
  }
  .single-page hr {
    width: 50%;
  }
  .single-page .recommend-section {
    padding: 71.45px 0 88px;
  }
  .single-page .recommend-section .section-header {
    width: 94.5%;
    max-width: 1360px;
  }
  .single-page .recommend-section .section-header h3 {
    display: none;
  }
  .single-page .recommend-section .recommend-inner {
    width: 94.5%;
    max-width: 1360px;
    margin: 60px auto 40px;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 70px;
  }
  .single-page .recommend-section .recommend-inner .item {
    flex-wrap: wrap;
    gap: 27px 0;
    width: 23.8%;
  }
  .single-page .recommend-section .recommend-inner .item:not(:last-child) {
    margin-bottom: 0;
  }
  .single-page .recommend-section .recommend-inner .item .title {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .single-page .recommend-section .recommend-inner .item img {
    width: 100%;
  }
  .single-page .recommend-section .link {
    text-align: center;
  }
  .single-page .bottom-image img.sp-image {
    display: none;
  }
  .single-page .bottom-image img.pc-image {
    display: block;
  }
}
.company {
  background-color: #FFFCF3;
  padding-top: 40px;
}
.company .first-view img {
  width: 100%;
  vertical-align: top;
}
.company .company-info {
  width: 92%;
  margin: 42px auto 46px;
}
.company .company-info .section-header {
  text-align: center;
}
.company .company-info .section-header h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
}
.company .company-info .section-header span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.company .company-info table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.company .company-info table th, .company .company-info table td {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.5;
  vertical-align: top;
}
.company .company-info table th {
  color: #A58847;
  text-align: right;
  width: 26%;
  padding: 5px 10px 5px 0;
}
.company .company-info table td {
  padding: 5px 0 5px 10px;
  color: rgba(0, 0, 0, 0.7);
}
.company .company-info table td a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}
.company .company-info table tr:last-child td {
  text-decoration: underline;
}
.company .company-info img {
  display: none;
}
.company .member-section {
  width: 92%;
  margin: 42px auto;
}
.company .member-section .section-header {
  text-align: center;
}
.company .member-section .section-header h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
}
.company .member-section .section-header span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  color: #A58847;
}
.company .member-section ul {
  list-style: none;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 30px 8%;
  width: 84%;
  margin: 44px auto 0;
}
.company .member-section ul li {
  width: 46%;
  text-align: center;
}
.company .member-section ul li .image {
  width: 100%;
  height: 0;
  padding-bottom: 149.57%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 23px;
  border-radius: 5px;
}
.company .member-section ul li .role {
  color: #A58847;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3px;
}
.company .member-section ul li .name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.company .bottom-image {
  width: 100%;
}
.company .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.company .bottom-image img.pc-image {
  display: none;
}

@media (min-width: 1100px) {
  .company {
    padding-top: 68px;
  }
  .company .first-view {
    display: none;
  }
  .company .company-info {
    width: 94.5%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 65px 0 100px;
    position: relative;
  }
  .company .company-info .section-header {
    text-align: left;
  }
  .company .company-info .section-header h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .company .company-info .section-header span {
    font-size: 14px;
  }
  .company .company-info table {
    width: 55%;
    margin-top: 45px;
  }
  .company .company-info table th, .company .company-info table td {
    font-size: 14px;
  }
  .company .company-info table th {
    padding: 7px 15px 7px 0;
  }
  .company .company-info table td {
    padding: 7px 0 7px 15px;
  }
  .company .company-info img {
    display: inline;
    position: absolute;
    right: -2.75%;
    top: 55%;
    transform: translateY(-50%);
    width: 41%;
    height: auto;
  }
  .company .member-section {
    background-color: rgba(239, 234, 219, 0.6);
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 124px;
  }
  .company .member-section .section-header h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .company .member-section .section-header span {
    font-size: 14px;
  }
  .company .member-section ul {
    width: 94.5%;
    max-width: 1260px;
    margin: 71px auto 0;
    gap: 50px 3.9%;
    justify-content: start;
  }
  .company .member-section ul li {
    width: 10.94%;
  }
  .company .bottom-image img.sp-image {
    display: none;
  }
  .company .bottom-image img.pc-image {
    display: block;
  }
}
.gift {
  background-color: #fff;
}
.gift .first-view {
  width: 100%;
  position: relative;
}
.gift .first-view > img {
  vertical-align: top;
  width: 100%;
}
.gift .first-view .gradation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding-bottom: 19.18%;
  background-image: url("image/gift/gradation.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.gift .first-view .gradation img {
  width: 92.07%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gift .start-homewine {
  text-align: center;
  padding: 35px 0 41px;
}
.gift .start-homewine .start-homewine-inner {
  width: 92%;
  margin: 0 auto;
}
.gift .start-homewine .start-homewine-inner .logo-image img {
  width: 71px;
  vertical-align: top;
}
.gift .start-homewine .start-homewine-inner .text-image {
  margin: 3px 0 17px;
}
.gift .start-homewine .start-homewine-inner .text-image img {
  width: 100%;
  max-width: 269px;
  vertical-align: top;
}
.gift .start-homewine .start-homewine-inner .flex-item img {
  display: none;
}
.gift .start-homewine .start-homewine-inner .flex-item .text p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.384;
  color: #736B5C;
}
.gift .start-homewine .start-homewine-inner .flex-item .text a {
  display: none;
}
.gift .about-section .about-inner > img, .gift .about-section .products-inner > img, .gift .about-section .how-inner > img, .gift .products-section .about-inner > img, .gift .products-section .products-inner > img, .gift .products-section .how-inner > img, .gift .how-section .about-inner > img, .gift .how-section .products-inner > img, .gift .how-section .how-inner > img {
  position: relative;
  width: 89.25%;
  top: 0;
}
.gift .about-section .about-inner .info, .gift .about-section .products-inner .info, .gift .about-section .how-inner .info, .gift .products-section .about-inner .info, .gift .products-section .products-inner .info, .gift .products-section .how-inner .info, .gift .how-section .about-inner .info, .gift .how-section .products-inner .info, .gift .how-section .how-inner .info {
  width: 86.7%;
  margin: 0 auto;
}
.gift .about-section .about-inner .info h2, .gift .about-section .products-inner .info h2, .gift .about-section .how-inner .info h2, .gift .products-section .about-inner .info h2, .gift .products-section .products-inner .info h2, .gift .products-section .how-inner .info h2, .gift .how-section .about-inner .info h2, .gift .how-section .products-inner .info h2, .gift .how-section .how-inner .info h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  font-family: quasimoda, sans-serif;
  color: #A58847;
  letter-spacing: 2px;
  margin: 27px 0 10px;
}
.gift .about-section .about-inner .info p, .gift .about-section .products-inner .info p, .gift .about-section .how-inner .info p, .gift .products-section .about-inner .info p, .gift .products-section .products-inner .info p, .gift .products-section .how-inner .info p, .gift .how-section .about-inner .info p, .gift .how-section .products-inner .info p, .gift .how-section .how-inner .info p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #736B5C;
}
.gift .about-section .about-inner .info .link, .gift .about-section .products-inner .info .link, .gift .about-section .how-inner .info .link, .gift .products-section .about-inner .info .link, .gift .products-section .products-inner .info .link, .gift .products-section .how-inner .info .link, .gift .how-section .about-inner .info .link, .gift .how-section .products-inner .info .link, .gift .how-section .how-inner .info .link {
  margin-top: 30px;
  text-align: center;
}
.gift .about-section .about-inner .info .link a, .gift .about-section .products-inner .info .link a, .gift .about-section .how-inner .info .link a, .gift .products-section .about-inner .info .link a, .gift .products-section .products-inner .info .link a, .gift .products-section .how-inner .info .link a, .gift .how-section .about-inner .info .link a, .gift .how-section .products-inner .info .link a, .gift .how-section .how-inner .info .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
  border: 1px solid #A58847;
  border-radius: 5px;
  padding: 13px 0;
  width: 223px;
}
.gift .about-section .about-inner img, .gift .products-section .about-inner img, .gift .how-section .about-inner img {
  left: -4%;
}
.gift .about-section .products-inner, .gift .products-section .products-inner, .gift .how-section .products-inner {
  margin: 45px auto 80px;
}
.gift .about-section .products-inner img, .gift .products-section .products-inner img, .gift .how-section .products-inner img {
  left: 10.75%;
}
.gift .about-section .how-inner img, .gift .products-section .how-inner img, .gift .how-section .how-inner img {
  left: 0;
}
.gift .about-section .how-inner .info h2, .gift .products-section .how-inner .info h2, .gift .how-section .how-inner .info h2 {
  text-align: center;
}
.gift .how-section {
  margin: 13px 0 34px;
}
.gift .how-section .how-inner .info .sp-text {
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  color: #A58847;
}
.gift .how-section .how-inner .info .pc-text {
  display: none;
}
.gift .how-section .how-inner .info .how-list {
  margin-top: 36px;
}
.gift .how-section .how-inner .info .how-list .item {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 14px;
}
.gift .how-section .how-inner .info .how-list .item img {
  width: 108px;
}
.gift .how-section .how-inner .info .how-list .item .title {
  flex: 1;
}
.gift .how-section .how-inner .info .how-list .item .title span {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  font-family: quasimoda, sans-serif;
  color: #fff;
  padding: 4px;
  line-height: 1;
  background-color: #A58847;
  letter-spacing: 0.78px;
}
.gift .how-section .how-inner .info .how-list .item .title .right-content h3 {
  font-size: 15px;
  line-height: 1.5;
  color: #A58847;
  font-weight: 700;
  margin: 6px 0 9px;
}
.gift .how-section .how-inner .info .how-list .item .title .right-content p {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.gift .how-section .how-inner .info .how-list .item:not(:last-child) {
  margin-bottom: 22px;
}
.gift .popular-section > h2, .gift .popular-section > h3 {
  display: none;
}
.gift .popular-section .popular-inner .item .main-image {
  width: 100%;
  vertical-align: top;
}
.gift .popular-section .popular-inner .item .main-image.pc-image {
  display: none;
}
.gift .popular-section .popular-inner .item .info {
  position: relative;
  width: 86.7%;
  margin: 0 auto;
  padding: 22px 0 0;
}
.gift .popular-section .popular-inner .item .info h1 {
  color: #A58847;
  font-size: 40px;
  font-weight: 100;
  line-height: 1;
  font-family: "SpratRegularThin", serif;
  letter-spacing: -2px;
}
.gift .popular-section .popular-inner .item .info h3 {
  color: #C2A157;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.5;
  margin: 8px 0 10px;
}
.gift .popular-section .popular-inner .item .info .text {
  color: #736B5C;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 21px;
}
.gift .popular-section .popular-inner .item .info .sub-image {
  position: absolute;
  top: -70px;
  right: 0;
  width: auto;
  height: 200px;
}
.gift .popular-section .popular-inner .item .link {
  text-align: center;
  padding: 30px 0 65px;
}
.gift .popular-section .popular-inner .item .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #A58847;
  border-radius: 5px;
  padding: 13px 0;
  width: 223px;
}
.gift .popular-section .popular-inner .item .link img {
  display: none;
}
.gift .sommelier-section {
  background-color: rgba(239, 234, 219, 0.5);
  padding: 40px 0;
}
.gift .sommelier-section .section-title {
  text-align: center;
  margin-bottom: 20px;
}
.gift .sommelier-section .section-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  margin-bottom: 12px;
  font-family: quasimoda, sans-serif;
  letter-spacing: 2px;
}
.gift .sommelier-section .section-title p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
}
.gift .sommelier-section .flex-item {
  width: 86.7%;
  margin: 0 auto;
}
.gift .sommelier-section .flex-item img {
  width: 100%;
  margin-bottom: 20px;
}
.gift .sommelier-section .flex-item .program-info p {
  width: 85%;
  margin: 0 auto;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.667;
  letter-spacing: 0.4px;
  text-align: center;
}
.gift .research-section {
  padding: 52px 0 45px;
}
.gift .research-section .section-title {
  text-align: center;
  margin-bottom: 26px;
}
.gift .research-section .section-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #A58847;
  margin-bottom: 12px;
  font-family: quasimoda, sans-serif;
  letter-spacing: 2px;
}
.gift .research-section .section-title p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
}
.gift .research-section .flex-item {
  width: 86.7%;
  margin: 0 auto;
}
.gift .research-section .flex-item img {
  width: 100%;
  margin-bottom: 20px;
}
.gift .research-section .flex-item img.pc-image {
  display: none;
}
.gift .research-section .flex-item .research-info .title {
  display: none;
}
.gift .research-section .flex-item .research-info .content {
  text-align: center;
}
.gift .research-section .flex-item .research-info .content p {
  color: #1B1B1B;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.667;
  margin-bottom: 20px;
}
.gift .research-section .flex-item .research-info .content a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
  padding: 13px 0;
  border-radius: 5px;
  width: 223px;
  border: 1px solid #A58847;
}
.gift .news-section {
  background-color: rgba(239, 234, 219, 0.5);
  padding: 44px 0 60px;
}
.gift .news-section h2 {
  font-family: quasimoda, sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.025;
  letter-spacing: 2px;
  color: #A58847;
}
.gift .news-section h3 {
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  color: #A58847;
  margin-top: 8px;
}
.gift .news-section .news-list {
  width: 82.9%;
  margin: 16px auto 35px;
}
.gift .news-section .news-list .item {
  background-color: #fff;
  padding: 13px 17px;
  display: block;
  text-decoration: none;
}
.gift .news-section .news-list .item .date {
  color: #A58847;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-family: "poppins", sans-serif;
}
.gift .news-section .news-list .item .title {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #736B5C;
}
.gift .news-section .news-list .item:not(:last-child) {
  margin-bottom: 12px;
}
.gift .news-section .link {
  text-align: center;
}
.gift .news-section .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
  border: 1px solid #A58847;
  border-radius: 5px;
  padding: 13px 0;
  width: 223px;
}
.gift .announcement-section {
  text-align: center;
  margin: 65px 0;
}
.gift .announcement-section .section-header {
  color: #A58847;
}
.gift .announcement-section .section-header h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  letter-spacing: 2px;
  font-family: quasimoda, sans-serif;
}
.gift .announcement-section .section-header span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.gift .announcement-section p {
  width: 92%;
  margin: 15px auto 15px;
  color: #736B5C;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.gift .announcement-section .link {
  text-align: center;
}
.gift .announcement-section .link a img {
  width: 132px;
  height: auto;
}
.gift .bottom-image {
  width: 100%;
}
.gift .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.gift .bottom-image img.pc-image {
  display: none;
}

.gift-about {
  padding-top: 68.5px;
  background-color: #fff;
}
.gift-about .first-view img {
  vertical-align: top;
  width: 100%;
}
.gift-about .first-view img.fv-pc-image {
  display: none;
}
.gift-about .start-about {
  text-align: center;
  padding: 50px 0 60px;
}
.gift-about .start-about .start-about-inner {
  width: 92%;
  margin: 0 auto;
}
.gift-about .start-about .start-about-inner .left-content h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  letter-spacing: 2px;
  color: #A58847;
  font-family: quasimoda, sans-serif;
}
.gift-about .start-about .start-about-inner .left-content h2 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
  margin-top: 5px;
}
.gift-about .start-about .start-about-inner .left-content h4 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.69;
  color: #736B5C;
  margin: 14px 0;
}
.gift-about .start-about .start-about-inner .left-content p {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  color: #736B5C;
  width: 100%;
  margin: 0 auto;
}
.gift-about .start-about .start-about-inner img {
  display: none;
}
.gift-about .passion-section {
  padding-bottom: 88px;
}
.gift-about .passion-section .passion-inner {
  width: 92%;
  margin: 0 auto;
}
.gift-about .passion-section .passion-inner h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  letter-spacing: 2px;
  color: #A58847;
  font-family: quasimoda, sans-serif;
  text-align: center;
}
.gift-about .passion-section .passion-inner h3 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
  margin-top: 5px;
  text-align: center;
}
.gift-about .passion-section .passion-inner .passion-list {
  margin-top: 25px;
}
.gift-about .passion-section .passion-inner .passion-list .items:not(:last-child) {
  margin-bottom: 40px;
}
.gift-about .passion-section .passion-inner .passion-list .items .item {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 23px;
}
.gift-about .passion-section .passion-inner .passion-list .items .item img {
  width: 128px;
  border-radius: 5px;
}
.gift-about .passion-section .passion-inner .passion-list .items .item .title {
  flex: 1;
}
.gift-about .passion-section .passion-inner .passion-list .items .item .title h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  padding-top: 7px;
  position: relative;
}
.gift-about .passion-section .passion-inner .passion-list .items .item .title h4::before {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #D69079;
  position: absolute;
  top: 0;
  left: 0;
}
.gift-about .passion-section .passion-inner .passion-list .items .item .title p {
  margin: 6px 0 3px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.5;
  color: #828282;
}
.gift-about .passion-section .passion-inner .passion-list .items .item .title a {
  color: #A58847;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #A58847;
}
.gift-about .passion-section .passion-inner .passion-list .items .item:not(:last-child) {
  margin-bottom: 40px;
}
.gift-about .how-section {
  padding: 43px 0 64px;
  background-color: #F7F5ED;
}
.gift-about .how-section .how-inner {
  width: 92%;
  margin: 0 auto;
}
.gift-about .how-section .how-inner h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  letter-spacing: 2px;
  color: #A58847;
  font-family: quasimoda, sans-serif;
  text-align: center;
  margin: 0 0 10px;
}
.gift-about .how-section .how-inner .sp-text {
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  color: #A58847;
}
.gift-about .how-section .how-inner .pc-text {
  display: none;
}
.gift-about .how-section .how-inner .how-list {
  margin-top: 36px;
}
.gift-about .how-section .how-inner .how-list .item {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 14px;
}
.gift-about .how-section .how-inner .how-list .item img {
  width: 108px;
}
.gift-about .how-section .how-inner .how-list .item .title {
  flex: 1;
}
.gift-about .how-section .how-inner .how-list .item .title span {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  font-family: quasimoda, sans-serif;
  color: #fff;
  padding: 4px;
  line-height: 1;
  background-color: #A58847;
  letter-spacing: 0.78px;
}
.gift-about .how-section .how-inner .how-list .item .title .right-content h3 {
  font-size: 15px;
  line-height: 1.5;
  color: #A58847;
  font-weight: 700;
  margin: 6px 0 9px;
}
.gift-about .how-section .how-inner .how-list .item .title .right-content p {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.gift-about .how-section .how-inner .how-list .item:not(:last-child) {
  margin-bottom: 22px;
}
.gift-about .how-section .how-inner .link {
  margin-top: 30px;
  text-align: center;
}
.gift-about .how-section .how-inner .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
  border: 1px solid #A58847;
  border-radius: 5px;
  padding: 13px 0;
  width: 223px;
}
.gift-about .announcement-section {
  text-align: center;
  margin: 65px 0 40px;
}
.gift-about .announcement-section .section-header {
  color: #A58847;
}
.gift-about .announcement-section .section-header h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  letter-spacing: 2px;
  font-family: quasimoda, sans-serif;
}
.gift-about .announcement-section .section-header span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.gift-about .announcement-section p {
  width: 92%;
  margin: 15px auto 15px;
  color: #736B5C;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.gift-about .announcement-section .link {
  text-align: center;
}
.gift-about .announcement-section .link a img {
  width: 132px;
  height: auto;
}
.gift-about .bottom-image {
  width: 100%;
}
.gift-about .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.gift-about .bottom-image img.pc-image {
  display: none;
}

.gift-products {
  padding-top: 68.5px;
  background-color: #fff;
}
.gift-products .first-view img {
  vertical-align: top;
  width: 100%;
}
.gift-products .first-view img.fv-pc-image {
  display: none;
}
.gift-products .start-products {
  text-align: center;
  padding: 48px 0;
}
.gift-products .start-products .start-products-inner {
  width: 92%;
  margin: 0 auto;
}
.gift-products .start-products .start-products-inner .left-content h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  letter-spacing: 2px;
  color: #A58847;
  font-family: quasimoda, sans-serif;
}
.gift-products .start-products .start-products-inner .left-content h4 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.69;
  color: #736B5C;
  margin: 14px 0;
}
.gift-products .start-products .start-products-inner img {
  display: none;
}
.gift-products .popular-section .popular-inner .item .main-image {
  width: 100%;
  vertical-align: top;
}
.gift-products .popular-section .popular-inner .item .main-image.pc-image {
  display: none;
}
.gift-products .popular-section .popular-inner .item .info {
  position: relative;
  width: 86.7%;
  margin: 0 auto;
  padding: 22px 0 0;
}
.gift-products .popular-section .popular-inner .item .info h1 {
  color: #A58847;
  font-size: 40px;
  font-weight: 100;
  line-height: 1;
  font-family: "SpratRegularThin", serif;
  letter-spacing: -2px;
}
.gift-products .popular-section .popular-inner .item .info h3 {
  color: #C2A157;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.5;
  margin: 8px 0 10px;
}
.gift-products .popular-section .popular-inner .item .info .text {
  color: #736B5C;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 21px;
}
.gift-products .popular-section .popular-inner .item .info .sub-image {
  position: absolute;
  top: -70px;
  right: 0;
  width: auto;
  height: 200px;
}
.gift-products .popular-section .popular-inner .item .link {
  text-align: center;
  padding: 30px 0 65px;
}
.gift-products .popular-section .popular-inner .item .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #A58847;
  border-radius: 5px;
  padding: 13px 0;
  width: 223px;
}
.gift-products .popular-section .popular-inner .item .link img {
  display: none;
}
.gift-products .allproducts-section {
  padding: 0 0 66px;
}
.gift-products .allproducts-section h2 {
  font-family: quasimoda, sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.025;
  letter-spacing: 2px;
  color: #A58847;
}
.gift-products .allproducts-section .allproducts-inner {
  width: 92%;
  margin: 0 auto;
  padding-top: 30px;
}
.gift-products .allproducts-section .allproducts-inner .allproducts-header {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.gift-products .allproducts-section .allproducts-inner .allproducts-header .header-item {
  width: 50%;
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.gift-products .allproducts-section .allproducts-inner .allproducts-header .header-item .custom-select {
  position: relative;
  cursor: pointer;
}
.gift-products .allproducts-section .allproducts-inner .allproducts-header .header-item .custom-select .custom-select-trigger {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #736B5C;
  cursor: pointer;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("image/gift/filter.png") no-repeat right center;
  background-size: contain;
  padding-right: 50px;
  outline: none;
}
.gift-products .allproducts-section .allproducts-inner .allproducts-header .header-item .custom-select .custom-select-trigger:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.gift-products .allproducts-section .allproducts-inner .allproducts-header .header-item .custom-select .custom-select-trigger.sort {
  background: url("image/gift/sort.png") no-repeat right center;
  background-size: contain;
}
.gift-products .allproducts-section .allproducts-inner .allproducts-header .header-item .custom-select .custom-options {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  display: none;
  z-index: 2;
}
.gift-products .allproducts-section .allproducts-inner .allproducts-header .header-item .custom-select .custom-options .custom-option {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
}
.gift-products .allproducts-section .allproducts-inner .allproducts-header .header-item .custom-select .custom-options .custom-option:hover {
  background-color: #f0f0f0;
}
.gift-products .allproducts-section .allproducts-inner .allproducts-header .header-item .custom-select.open .custom-options {
  display: block;
}
.gift-products .allproducts-section .allproducts-inner .allproducts-header .custom-select-wrapper + .custom-select-wrapper {
  margin-left: 20px;
}
.gift-products .allproducts-section .allproducts-inner .products-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-top: 17px;
}
.gift-products .allproducts-section .allproducts-inner .products-list .product {
  width: 47.48%;
  text-decoration: none;
}
.gift-products .allproducts-section .allproducts-inner .products-list .product .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  border-radius: 5px;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.gift-products .allproducts-section .allproducts-inner .products-list .product h3 {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #736B5C;
  margin-top: 5px;
}
.gift-products .allproducts-section .allproducts-inner .products-list .product .price {
  font-family: "poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #A58847;
}
.gift-products .allproducts-section .allproducts-inner .products-list .product .alert {
  font-family: "poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
}
.gift-products .allproducts-section .allproducts-inner .products-list .product .info {
  margin-bottom: 10px;
}
.gift-products .allproducts-section .allproducts-inner .products-list .product .info p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #828282;
}
.gift-products .allproducts-section .allproducts-inner .products-list .product .tag-list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 3px;
}
.gift-products .allproducts-section .allproducts-inner .products-list .product .tag-list span {
  border: 0.79px solid #A58847;
  border-radius: 30px;
  display: inline-block;
  padding: 3px 10px;
  color: #A58847;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.5;
}
.gift-products .news-section {
  background-color: rgba(239, 234, 219, 0.5);
  padding: 67px 0 50px;
}
.gift-products .news-section h2 {
  font-family: quasimoda, sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.025;
  letter-spacing: 2px;
  color: #A58847;
}
.gift-products .news-section h3 {
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  color: #A58847;
  margin-top: 8px;
}
.gift-products .news-section .news-list {
  width: 82.9%;
  margin: 16px auto 33px;
}
.gift-products .news-section .news-list .item {
  background-color: #fff;
  padding: 13px 17px;
  display: block;
  text-decoration: none;
}
.gift-products .news-section .news-list .item .date {
  color: #A58847;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-family: "poppins", sans-serif;
}
.gift-products .news-section .news-list .item .title {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #736B5C;
}
.gift-products .news-section .news-list .item:not(:last-child) {
  margin-bottom: 12px;
}
.gift-products .news-section .link {
  text-align: center;
}
.gift-products .news-section .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
  border: 1px solid #A58847;
  border-radius: 5px;
  padding: 13px 0;
  width: 223px;
}
.gift-products .announcement-section {
  text-align: center;
  margin: 65px 0 40px;
}
.gift-products .announcement-section .section-header {
  color: #A58847;
}
.gift-products .announcement-section .section-header h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  letter-spacing: 2px;
  font-family: quasimoda, sans-serif;
}
.gift-products .announcement-section .section-header span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.gift-products .announcement-section p {
  width: 92%;
  margin: 15px auto 15px;
  color: #736B5C;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.gift-products .announcement-section .link {
  text-align: center;
}
.gift-products .announcement-section .link a img {
  width: 132px;
  height: auto;
}
.gift-products .bottom-image {
  width: 100%;
}
.gift-products .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.gift-products .bottom-image img.pc-image {
  display: none;
}

.single-gift {
  padding-top: 68.5px;
}
.single-gift .cart-section {
  padding-bottom: 50px;
}
.single-gift .cart-section .slider .gift-slider {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.single-gift .cart-section .slider .gift-slider img {
  width: 100%;
  height: auto;
}
.single-gift .cart-section .slider .gift-slider .slick-prev, .single-gift .cart-section .slider .gift-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  background-color: transparent;
}
.single-gift .cart-section .slider .gift-slider .slick-prev {
  left: 10px;
  background-image: url("image/gift/arrow-left.png");
  cursor: pointer;
}
.single-gift .cart-section .slider .gift-slider .slick-next {
  right: 10px;
  background-image: url("image/gift/arrow-right.png");
  cursor: pointer;
}
.single-gift .cart-section .slider .gift-slider-nav {
  margin: 15px 0 10px;
}
.single-gift .cart-section .slider .gift-slider-nav img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
.single-gift .cart-section .slider .gift-slider-nav .slick-slide {
  margin: 0 3.895px;
}
.single-gift .cart-section .cart-inner {
  width: 92%;
  margin: 0 auto;
  position: relative;
}
.single-gift .cart-section .cart-inner .gift_name {
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 19px;
  position: relative;
}
.single-gift .cart-section .cart-inner .gift_name .gift-name-en {
  font-family: "SpratRegularThin", serif;
  font-weight: 100;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -2px;
  color: #A58847;
  display: inline-block;
}
.single-gift .cart-section .cart-inner .gift_name .gift-name-jp {
  font-family: "poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: #C2A157;
  display: inline-block;
}
.single-gift .cart-section .cart-inner .gift_name .sale-popup {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  right: 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #D69079;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.single-gift .cart-section .cart-inner .sale-price .gift_price {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: line-through;
  color: #736B5C;
}
.single-gift .cart-section .cart-inner .sale-price .gift_sale_price {
  font-size: 24px;
  font-weight: 500;
  color: #0D1315;
  margin: 0 0 5px;
  font-family: quasimoda, sans-serif;
}
.single-gift .cart-section .cart-inner .sale-price .gift_sale_price span {
  font-size: 13px;
  font-weight: 700;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "游ゴシック", YuGothic, sans-serif;
}
.single-gift .cart-section .cart-inner .gift_price {
  font-size: 24px;
  font-weight: 500;
  color: #0D1315;
  margin: 10px 0 5px;
  font-family: quasimoda, sans-serif;
}
.single-gift .cart-section .cart-inner .gift_price span {
  font-size: 12px;
  font-weight: 700;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "游ゴシック", YuGothic, sans-serif;
}
.single-gift .cart-section .cart-inner .gift-review-count {
  font-size: 12px;
  font-weight: 500;
  color: #736B5C;
}
.single-gift .cart-section .cart-inner .gift_main_info {
  margin-top: 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #736B5C;
}
.single-gift .cart-section .cart-inner .gift-form {
  margin: 16px 0 40px;
}
.single-gift .cart-section .cart-inner .gift-form div label {
  font-family: "poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: #C2A157;
  display: block;
  margin: 16px 0 4px;
}
.single-gift .cart-section .cart-inner .gift-form div .quantity-selector button {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  border: none;
}
.single-gift .cart-section .cart-inner .gift-form div .quantity-selector button i {
  color: #FFF;
  font-size: 15px;
}
.single-gift .cart-section .cart-inner .gift-form div .quantity-selector button#quantity-decrease1, .single-gift .cart-section .cart-inner .gift-form div .quantity-selector button#quantity-decrease2 {
  background-color: rgba(214, 144, 121, 0.5);
}
.single-gift .cart-section .cart-inner .gift-form div .quantity-selector button#quantity-increase1, .single-gift .cart-section .cart-inner .gift-form div .quantity-selector button#quantity-increase2 {
  background-color: #D69079;
}
.single-gift .cart-section .cart-inner .gift-form div .quantity-selector input {
  width: 35px;
  height: 35px;
  border: 0.5px solid #736B5C;
  font-size: 13px;
  color: #0D1315;
  text-align: center;
}
.single-gift .cart-section .cart-inner .gift-form div select {
  width: 100%;
  border: 0.5px solid #A58847;
  background-color: #fff !important;
  border-radius: 5px;
  padding: 8px 10px;
  color: #0D1315;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.single-gift .cart-section .cart-inner .gift-form button[type=submit] {
  width: 100%;
  text-align: center;
  background-color: #D69079;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  padding: 16px 0;
  margin-top: 35px;
  border: none;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.single-gift .cart-section .cart-inner .gift-form button[type=submit]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-image: url("image/gift/cart.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-gift .cart-section .cart-inner table {
  width: 100%;
}
.single-gift .cart-section .cart-inner table tr {
  display: flex;
}
.single-gift .cart-section .cart-inner table tr td {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: top;
  padding: 8px 0;
}
.single-gift .cart-section .cart-inner table tr td:first-child {
  color: rgba(13, 19, 21, 0.5);
  width: 30%;
}
.single-gift .cart-section .cart-inner table tr td:last-child {
  color: #0D1315;
  width: 70%;
}
.single-gift .cart-section .cart-inner table tr td:last-child span {
  color: rgba(13, 19, 21, 0.5);
  font-size: 8px;
  line-height: 1.5;
  display: inline-block;
}
.single-gift .osusume-section {
  padding: 23px 0 67px;
  background-color: #F7F3EA;
}
.single-gift .osusume-section h2 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  color: #A58847;
  font-family: quasimoda, sans-serif;
}
.single-gift .osusume-section h4 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #A58847;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #A58847;
  width: 92%;
  margin: 0 auto;
}
.single-gift .osusume-section .detail {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #828282;
  width: 85%;
  margin: 33px auto 28px;
}
.single-gift .osusume-section h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #D69079;
}
.single-gift .osusume-section .osusume-inner {
  width: 92%;
  margin: 43px auto 0;
}
.single-gift .osusume-section .osusume-inner .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-gift .osusume-section .osusume-inner .item .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-gift .osusume-section .osusume-inner .item p {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #736B5C;
  position: relative;
  padding-top: 15px;
}
.single-gift .osusume-section .osusume-inner .item p::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 2px;
  background-color: #D69079;
  top: 0;
  left: 0;
}
.single-gift .osusume-section .osusume-inner .item.first {
  position: relative;
  top: 5px;
}
.single-gift .osusume-section .osusume-inner .item.first .image {
  width: 41%;
  height: 0;
  padding-bottom: 44.6%;
  box-shadow: 5px 5px #E8CBBA;
}
.single-gift .osusume-section .osusume-inner .item.second {
  flex-direction: row-reverse;
}
.single-gift .osusume-section .osusume-inner .item.second .image {
  width: 51%;
  height: 0;
  padding-bottom: 61%;
  position: relative;
  right: -4%;
  box-shadow: -5px 5px #E8CBBA;
}
.single-gift .osusume-section .osusume-inner .item.third {
  position: relative;
  top: -24px;
}
.single-gift .osusume-section .osusume-inner .item.third .image {
  width: 44.59%;
  height: 0;
  padding-bottom: 42.6%;
  box-shadow: 5px 5px #E8CBBA;
}
.single-gift .wine-section {
  background-color: #F7F3EA;
}
.single-gift .wine-section h2 {
  font-size: 17px;
  font-weight: 700;
  color: #A58847;
  text-align: center;
  padding-bottom: 20px;
  width: 84.64%;
  margin: 0 auto;
  border-bottom: 0.5px solid #A58847;
  width: 92%;
}
.single-gift .wine-section .wine-inner {
  width: 92%;
  margin: 18px auto 0;
}
.single-gift .wine-section .wine-inner .item {
  padding: 0 0 24px;
}
.single-gift .wine-section .wine-inner .item .top-item .wine-title {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0 auto 20px;
  width: 92%;
}
.single-gift .wine-section .wine-inner .item .top-item .wine-title span {
  font-size: 14px;
  font-weight: 700;
  color: #A58847;
}
.single-gift .wine-section .wine-inner .item .top-item .wine-title > p {
  flex: 1;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: #736B5C;
}
.single-gift .wine-section .wine-inner .item .top-item .wine-title .wine-brand-en, .single-gift .wine-section .wine-inner .item .top-item .wine-title .wine-brand {
  display: none;
}
.single-gift .wine-section .wine-inner .item .top-item > .wine-image {
  width: 100%;
}
.single-gift .wine-section .wine-inner .item .top-item > .wine-image.second {
  display: none;
}
.single-gift .wine-section .wine-inner .item .top-item > .wine-brand-en {
  width: 92%;
  margin: 0 auto;
}
.single-gift .wine-section .wine-inner .item .top-item > .wine-brand-en p {
  font-family: "SpratRegularThin", serif;
  font-weight: 100;
  font-size: 22px;
  letter-spacing: -1.1px;
  color: #A58847;
  line-height: 1;
}
.single-gift .wine-section .wine-inner .item .top-item > .wine-brand {
  width: 90%;
  margin: 10px auto 0;
}
.single-gift .wine-section .wine-inner .item .top-item > .wine-brand p {
  font-size: 14px;
  font-weight: 700;
  color: #736B5C;
}
.single-gift .wine-section .wine-inner .item .center-item .select-reason {
  background-color: #FFFFFF;
  padding: 25px 20px;
  margin-top: 21px;
}
.single-gift .wine-section .wine-inner .item .center-item .select-reason h3 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.385;
  color: #A58747;
  margin-bottom: 10px;
}
.single-gift .wine-section .wine-inner .item .center-item .select-reason p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.538;
  color: #736B5C;
}
.single-gift .wine-section .wine-inner .item .center-item .select-reason img {
  float: right;
  width: 78px;
  height: 78px;
}
.single-gift .wine-section .wine-inner .item .center-item .story {
  margin-top: 30px;
}
.single-gift .wine-section .wine-inner .item .center-item .story .story-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  width: 92%;
  margin: 0 auto 22px;
}
.single-gift .wine-section .wine-inner .item .center-item .story img {
  width: 100%;
  vertical-align: top;
}
.single-gift .wine-section .wine-inner .item .center-item .story .story-content {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.818;
  color: #736B5C;
  margin-top: 22px;
  width: 92%;
  margin: 22px auto 26px;
}
.single-gift .wine-section .wine-inner .item .center-item table {
  width: 92%;
  border-collapse: collapse;
  margin: 24px auto 0;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
}
.single-gift .wine-section .wine-inner .item .center-item table tr td {
  border: 1px solid rgba(115, 107, 92, 0.5) !important;
  padding: 8px;
  text-align: center;
  font-size: 12px;
  color: rgba(13, 19, 21, 0.5);
}
.single-gift .wine-section .wine-inner .item .bottom-item {
  display: none;
}
.single-gift .wine-section .wine-inner .item.second .top-item .wine-title {
  padding-top: 39px;
  border-top: 0.5px solid #A58847;
}
.single-gift .wine-section .wine-inner .item.second .top-item > .wine-brand-en {
  text-align: right;
}
.single-gift .wine-section .wine-inner .item.second .top-item > .wine-brand {
  text-align: right;
}
.single-gift .manual-section {
  background-color: #F7F3EA;
  padding: 44px 0 52px;
}
.single-gift .manual-section h2 {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  color: #A58847;
  position: relative;
  width: 92%;
  margin: 0 auto;
}
.single-gift .manual-section h2::before {
  content: "";
  display: block;
  width: 64.33px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%);
  border-top: 2px solid #A58847;
  transform: rotate(-110.06deg);
}
.single-gift .manual-section h2::after {
  content: "";
  display: block;
  width: 64.33px;
  height: 0px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%);
  border-top: 2px solid #A58847;
  transform: rotate(110.06deg);
}
.single-gift .manual-section .manual-inner {
  width: 92%;
  margin: 0 auto;
}
.single-gift .manual-section .manual-inner .video-area {
  padding-top: 34px;
}
.single-gift .manual-section .manual-inner .video-area h3 {
  display: none;
}
.single-gift .manual-section .manual-inner .video-area video {
  width: 100%;
  height: auto;
}
.single-gift .manual-section .manual-inner .video-area p {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #736B5C;
  margin-top: 32px;
}
.single-gift .manual-section .manual-inner .carousel-area {
  padding-top: 17px;
}
.single-gift .manual-section .manual-inner .carousel-area h3 {
  display: none;
}
.single-gift .manual-section .manual-inner .carousel-area .manual-main-image {
  width: 100%;
  text-align: center;
}
.single-gift .manual-section .manual-inner .carousel-area .manual-main-image img {
  width: 92%;
  height: auto;
}
.single-gift .manual-section .manual-inner .carousel-area .manual-slider {
  width: 92%;
  margin: 0 auto;
}
.single-gift .manual-section .manual-inner .carousel-area .manual-slider.pc-slider {
  display: none;
}
.single-gift .manual-section .manual-inner .carousel-area .manual-slider .slick-slide img {
  width: 96%;
  height: auto;
  margin: 0 auto;
}
.single-gift .manual-section .manual-inner .carousel-area p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #736B5C;
  text-align: center;
  margin-top: 22px;
}
.single-gift .review-section {
  width: 85.64%;
  margin: 0 auto 85px;
}
.single-gift .review-section h2 {
  text-align: center;
  color: #D69079;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
.single-gift .review-section .review-header {
  margin-bottom: 13px;
}
.single-gift .review-section .review-header button {
  background-color: #D69079;
  border-radius: 5px;
  padding: 10px 20px 10px 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFCF3;
  border: none;
  position: relative;
  cursor: pointer;
}
.single-gift .review-section .review-header button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("image/gift/review-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-gift .review-section .review-header h3 {
  margin-top: 35px;
  margin-left: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.single-gift .review-section .review-list .glsr-review {
  display: block;
  margin-bottom: 25px;
}
.single-gift .review-section .review-list .glsr-review .glsr-review-date, .single-gift .review-section .review-list .glsr-review .glsr-review-author {
  display: none;
}
.single-gift .review-section .review-list .glsr-review .glsr-review-title .glsr-tag-value {
  color: #A58847;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.single-gift .review-section .review-list .glsr-review .glsr-review-rating {
  margin: 5px 0 15px 10px;
}
.single-gift .review-section .review-list .glsr-review .glsr-review-rating .glsr-star-rating .glsr-star-full {
  width: 15px;
  height: 15px;
  background-image: url("image/gift/star-selected.png") !important;
  -webkit-mask-image: none !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-gift .review-section .review-list .glsr-review .glsr-review-rating .glsr-star-rating .glsr-star-empty {
  width: 15px;
  height: 15px;
  background-image: url("image/gift/star.png") !important;
  -webkit-mask-image: none !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-gift .review-section .review-list .glsr-review .glsr-review-content {
  padding: 14px 21px;
  background-color: rgba(239, 234, 219, 0.4);
  border-radius: 10px;
}
.single-gift .review-section .review-list .glsr-review .glsr-review-content .glsr-tag-value p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.single-gift .review-section .review-more, .single-gift .review-section .review-fold-button {
  margin-top: 30px;
  text-align: center;
}
.single-gift .review-section .review-more button, .single-gift .review-section .review-fold-button button {
  font-size: 12px;
  font-weight: 400;
  color: #A58847;
  border: none;
  cursor: pointer;
  background: transparent;
}
.single-gift .popup {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  align-items: center;
}
.single-gift .popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
}
.single-gift .popup .close img {
  width: 100%;
  height: 100%;
}
.single-gift .popup .close:hover, .single-gift .popup .close:focus {
  opacity: 0.8;
}
.single-gift .popup form {
  width: 89.23%;
  margin: 0 auto;
}
.single-gift .popup form input {
  width: 100%;
  padding: 8px 11px;
  box-sizing: border-box;
  border: 0.5px solid #A58847;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}
.single-gift .popup form label {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: #C2A157;
  margin-bottom: 8px;
  display: inline-block;
}
.single-gift .popup form .star-rating {
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin: 7px 0 12px;
}
.single-gift .popup form .star-rating span {
  width: 30px;
  height: 30px;
  background: url("image/gift/star.png") no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.single-gift .popup form .star-rating span.selected, .single-gift .popup form .star-rating span.hover {
  background: url("image/gift/star-selected.png") no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-gift .popup form textarea {
  width: 100%;
  padding: 8px 11px;
  box-sizing: border-box;
  border: 0.5px solid #A58847;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
}
.single-gift .popup form .button button {
  background-color: #D69079;
  color: #fff;
  padding: 16px 0;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.single-gift .popup form > p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 18px;
  color: #000000;
}
.single-gift .popup form > p a {
  color: #000000;
}
.single-gift .bottom-image {
  width: 100%;
}
.single-gift .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.single-gift .bottom-image img.pc-image {
  display: none;
}
.single-gift.dark {
  background-color: #FFFCF3;
}
.single-gift.dark .cart-section .cart-inner .gift_name .sale-popup {
  background-color: #A58847;
}
.single-gift.dark .cart-section .cart-inner .gift-review-count {
  color: rgba(51, 51, 51, 0.5);
}
.single-gift.dark .cart-section .cart-inner .gift_main_info {
  color: rgba(51, 51, 51, 0.5);
}
.single-gift.dark .cart-section .cart-inner .gift-form div .quantity-selector button#quantity-decrease1, .single-gift.dark .cart-section .cart-inner .gift-form div .quantity-selector button#quantity-decrease2 {
  background-color: rgba(165, 136, 71, 0.5);
}
.single-gift.dark .cart-section .cart-inner .gift-form div .quantity-selector button#quantity-increase1, .single-gift.dark .cart-section .cart-inner .gift-form div .quantity-selector button#quantity-increase2 {
  background-color: #A58847;
}
.single-gift.dark .cart-section .cart-inner .gift-form div .quantity-selector input {
  border: 0.5px solid #333333;
}
.single-gift.dark .cart-section .cart-inner .gift-form button[type=submit] {
  background-color: #AF1818;
}
.single-gift.dark .product-section {
  background-color: #EFEADB;
}
.single-gift.dark .product-section .product-inner .content .detail p {
  color: #828282;
}
.single-gift.dark .osusume-section h2 {
  color: #A58847;
}
.single-gift.dark .osusume-section .osusume-inner .item p {
  color: #333333;
}
.single-gift.dark .osusume-section .osusume-inner .item p::before {
  background-color: #A58847;
}
.single-gift.dark .osusume-section .osusume-inner .item.first .image {
  box-shadow: 5px 5px rgba(255, 253, 250, 0.44);
}
.single-gift.dark .osusume-section .osusume-inner .item.second .image {
  box-shadow: -5px 5px rgba(255, 253, 250, 0.44);
}
.single-gift.dark .osusume-section .osusume-inner .item.third .image {
  box-shadow: 5px 5px rgba(255, 253, 250, 0.44);
}
.single-gift.dark .wine-section .wine-inner .item .left-item .wine-info p {
  color: #333333;
}
.single-gift.dark .wine-section .wine-inner .item .left-item table tr td:first-child {
  color: rgba(51, 51, 51, 0.5);
}
.single-gift.dark .wine-section .wine-inner .item .left-item table tr td:last-child {
  color: #0D1315;
}
.single-gift.dark .review-section h2 {
  color: #A58847;
}
.single-gift.dark .review-section .review-header button {
  background-color: #A58847;
}
.single-gift.dark .popup .close {
  color: rgba(0, 0, 0, 0.3);
}
.single-gift.dark .popup form .button button {
  background-color: #A58847;
}

.gift-shipping {
  padding-top: 68.5px;
  background-color: #fff;
}
.gift-shipping .first-view img {
  vertical-align: top;
  width: 100%;
}
.gift-shipping .first-view img.fv-pc-image {
  display: none;
}
.gift-shipping .start-shipping {
  text-align: center;
  padding: 41px 0 25px;
}
.gift-shipping .start-shipping .start-shipping-inner {
  width: 92%;
  margin: 0 auto;
}
.gift-shipping .start-shipping .start-shipping-inner .left-content h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  letter-spacing: 2px;
  color: #A58847;
  font-family: quasimoda, sans-serif;
}
.gift-shipping .start-shipping .start-shipping-inner .left-content h2 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
  margin-top: 5px;
}
.gift-shipping .start-shipping .start-shipping-inner img {
  display: none;
}
.gift-shipping .shipping-section .shipping-inner {
  width: 83.58%;
  margin: 0 auto;
}
.gift-shipping .shipping-section .shipping-inner .items .item {
  padding-bottom: 25px;
}
.gift-shipping .shipping-section .shipping-inner .items .item h3 {
  font-size: 13px;
  font-weight: bold;
  color: #A58847;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  white-space: nowrap;
}
.gift-shipping .shipping-section .shipping-inner .items .item h3:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-left: 10px;
  background-color: #A58847;
}
.gift-shipping .shipping-section .shipping-inner .items .item p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.83;
  color: #736B5C;
}
.gift-shipping .shipping-section .shipping-inner .items .item small {
  font-size: 11px;
  line-height: 1.45;
  color: #736B5C;
  display: inline-block;
  margin-top: 10px;
}
.gift-shipping .link-section {
  margin-top: 19px;
}
.gift-shipping .link-section div {
  text-align: center;
}
.gift-shipping .link-section div a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5px;
  padding: 13px 0;
  width: 247px;
}
.gift-shipping .link-section div.first-link {
  margin-bottom: 20px;
}
.gift-shipping .link-section div.first-link a {
  background-color: #A58847;
  color: #FFFCF3;
}
.gift-shipping .link-section div.second-link a {
  border: 2px solid #A58847;
  color: #A58847;
}
.gift-shipping .announcement-section {
  text-align: center;
  margin: 65px 0 40px;
}
.gift-shipping .announcement-section .section-header {
  color: #A58847;
}
.gift-shipping .announcement-section .section-header h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  letter-spacing: 2px;
  font-family: quasimoda, sans-serif;
}
.gift-shipping .announcement-section .section-header span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.gift-shipping .announcement-section p {
  width: 92%;
  margin: 15px auto 15px;
  color: #736B5C;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.gift-shipping .announcement-section .link {
  text-align: center;
}
.gift-shipping .announcement-section .link a img {
  width: 132px;
  height: auto;
}
.gift-shipping .bottom-image {
  width: 100%;
}
.gift-shipping .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.gift-shipping .bottom-image img.pc-image {
  display: none;
}

.gift-faq {
  padding-top: 68.5px;
  background-color: #fff;
}
.gift-faq .first-view img {
  vertical-align: top;
  width: 100%;
}
.gift-faq .first-view img.fv-pc-image {
  display: none;
}
.gift-faq .start-faq {
  text-align: center;
  padding: 41px 0 21px;
}
.gift-faq .start-faq .start-faq-inner {
  width: 92%;
  margin: 0 auto;
}
.gift-faq .start-faq .start-faq-inner .left-content h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  letter-spacing: 2px;
  color: #A58847;
  font-family: quasimoda, sans-serif;
}
.gift-faq .start-faq .start-faq-inner .left-content h2 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
  margin-top: 5px;
}
.gift-faq .start-faq .start-faq-inner img {
  display: none;
}
.gift-faq .faq-section {
  width: 92%;
  margin: 0 auto;
}
.gift-faq .faq-section .faq-link {
  margin: 0 0 47px;
}
.gift-faq .faq-section .faq-link .item h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #736B5C;
  margin-bottom: 18px;
}
.gift-faq .faq-section .faq-link .item .link {
  display: flex;
  justify-content: space-between;
}
.gift-faq .faq-section .faq-link .item .link a {
  display: inline-block;
  width: 48.36%;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5px;
  padding: 8px 0;
  color: #736B5C;
  border: 1px solid #A58847;
  text-align: center;
  position: relative;
}
.gift-faq .faq-section .faq-link .item .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background-image: url("image/gift/faq-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gift-faq .faq-section .faq-link .item:first-child {
  margin-bottom: 31px;
}
.gift-faq .faq-section > h2 {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #736B5C;
  margin-bottom: 18px;
}
.gift-faq .faq-section .faq-item {
  width: 91.4%;
  margin: 0 auto 77px;
}
.gift-faq .faq-section .faq-item h3 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #D69079;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  white-space: nowrap;
}
.gift-faq .faq-section .faq-item h3:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-right: 10px;
  background-color: #D69079;
}
.gift-faq .faq-section .faq-item h3:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-left: 10px;
  background-color: #D69079;
}
.gift-faq .faq-section .faq-item h4 {
  margin: 39px 0 14px;
  padding: 0 13px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #736B5C;
}
.gift-faq .faq-section .faq-item h4 a {
  color: #736B5C;
  text-decoration: underline;
}
.gift-faq .faq-section .faq-item .faq-inner dl {
  border-bottom: 1px solid rgba(165, 136, 71, 0.7);
}
.gift-faq .faq-section .faq-item .faq-inner dl dt {
  color: #736B5C;
  line-height: 1.5;
  padding: 25px 32px 12px 0;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}
.gift-faq .faq-section .faq-item .faq-inner dl dt p {
  font-size: 15px;
}
.gift-faq .faq-section .faq-item .faq-inner dl dt .plus {
  position: absolute;
  width: 10px;
  height: 5px;
  right: 11px;
  top: 34px;
  transition: transform 0.3s ease-in-out;
  background-image: url(image/gift/faq-plus.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gift-faq .faq-section .faq-item .faq-inner dl dt .plus.show {
  transform: rotate(180deg);
}
.gift-faq .faq-section .faq-item .faq-inner dl dd {
  color: rgba(115, 107, 92, 0.7);
  line-height: 1.83;
  cursor: pointer;
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s, max-height 0.3s;
}
.gift-faq .faq-section .faq-item .faq-inner dl dd p {
  font-size: 12px;
  padding-bottom: 15px;
}
.gift-faq .faq-section .faq-item .faq-inner dl dd p a {
  color: rgba(115, 107, 92, 0.7);
  text-decoration: underline;
}
.gift-faq .faq-section .faq-item.last {
  margin: 0 auto;
}
.gift-faq .link-section {
  margin: 64px auto 87px;
  width: 92%;
  text-align: center;
}
.gift-faq .link-section a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5px;
  padding: 13px 0;
  width: 247px;
  color: #FFFCF3;
  background-color: #A58847;
}
.gift-faq .announcement-section {
  text-align: center;
  margin: 65px 0 40px;
}
.gift-faq .announcement-section .section-header {
  color: #A58847;
}
.gift-faq .announcement-section .section-header h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.025;
  letter-spacing: 2px;
  font-family: quasimoda, sans-serif;
}
.gift-faq .announcement-section .section-header span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.gift-faq .announcement-section p {
  width: 92%;
  margin: 15px auto 15px;
  color: #736B5C;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.gift-faq .announcement-section .link {
  text-align: center;
}
.gift-faq .announcement-section .link a img {
  width: 132px;
  height: auto;
}
.gift-faq .bottom-image {
  width: 100%;
}
.gift-faq .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.gift-faq .bottom-image img.pc-image {
  display: none;
}

@media (min-width: 1100px) {
  .gift .first-view {
    background-image: url("image/gift/gift-fv-pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
  }
  .gift .first-view > img {
    display: none;
  }
  .gift .first-view .gradation {
    padding-bottom: 22.98%;
  }
  .gift .first-view .gradation img {
    width: 93.4%;
    max-width: 1345px;
    top: 67.97%;
  }
  .gift .start-homewine {
    padding: 59px 0 95px;
  }
  .gift .start-homewine .start-homewine-inner {
    width: 92%;
    margin: 0 auto;
  }
  .gift .start-homewine .start-homewine-inner .text-image {
    margin: 14px 0 48px;
  }
  .gift .start-homewine .start-homewine-inner .text-image img {
    max-width: 576px;
  }
  .gift .start-homewine .start-homewine-inner .flex-item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 94.5%;
    max-width: 776px;
    margin: 0 auto;
  }
  .gift .start-homewine .start-homewine-inner .flex-item img {
    display: block;
    width: 43%;
    border-radius: 10px;
  }
  .gift .start-homewine .start-homewine-inner .flex-item .text {
    width: 47.5%;
    text-align: left;
  }
  .gift .start-homewine .start-homewine-inner .flex-item .text p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .gift .start-homewine .start-homewine-inner .flex-item .text a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #A58847;
    border: 1px solid #A58847;
    border-radius: 5px;
    padding: 13px 0;
    width: 223px;
    text-align: center;
  }
  .gift .about-section, .gift .products-section {
    display: none;
  }
  .gift .popular-section {
    background-color: rgba(239, 234, 219, 0.5);
    padding: 103px 0 184px;
  }
  .gift .popular-section > h2 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.025;
    color: #A58847;
    text-align: center;
    font-family: quasimoda, sans-serif;
    letter-spacing: 2.4px;
    margin-bottom: 13px;
  }
  .gift .popular-section > h3 {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.714;
    color: #736B5C;
  }
  .gift .popular-section .popular-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 94.5%;
    max-width: 1050px;
    margin: 50px auto 0;
  }
  .gift .popular-section .popular-inner .item {
    width: 47.5%;
    position: relative;
    padding-bottom: 80px;
  }
  .gift .popular-section .popular-inner .item .main-image {
    border-radius: 10px;
  }
  .gift .popular-section .popular-inner .item .main-image.sp-image {
    display: none;
  }
  .gift .popular-section .popular-inner .item .main-image.pc-image {
    display: block;
  }
  .gift .popular-section .popular-inner .item .info {
    width: 95.4%;
    padding: 16px 0 0;
  }
  .gift .popular-section .popular-inner .item .info .text {
    font-size: 11px;
    margin-bottom: 0;
  }
  .gift .popular-section .popular-inner .item .info .sub-image {
    top: -160px;
    height: 257px;
  }
  .gift .popular-section .popular-inner .item .link {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0;
  }
  .gift .how-section {
    margin: 0;
    padding: 100px 0 94px;
  }
  .gift .how-section .how-inner > img {
    display: none;
  }
  .gift .how-section .how-inner .info {
    width: 94.5%;
    max-width: 1050px;
  }
  .gift .how-section .how-inner .info h2 {
    margin-top: 0;
  }
  .gift .how-section .how-inner .info .sp-text {
    display: none;
  }
  .gift .how-section .how-inner .info .pc-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #736B5C;
    margin-bottom: 62px;
    display: block;
    text-align: center;
  }
  .gift .how-section .how-inner .info .link {
    margin-top: 40px;
  }
  .gift .how-section .how-inner .info .how-list {
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .gift .how-section .how-inner .info .how-list .item {
    width: 28.76%;
    gap: 25px;
    flex-wrap: wrap;
  }
  .gift .how-section .how-inner .info .how-list .item img {
    width: 100%;
  }
  .gift .how-section .how-inner .info .how-list .item .title {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 28px;
  }
  .gift .how-section .how-inner .info .how-list .item .title span {
    font-size: 24px;
    padding: 6.5px 6px;
    letter-spacing: 1.44px;
  }
  .gift .how-section .how-inner .info .how-list .item .title .right-content {
    flex: 1;
  }
  .gift .how-section .how-inner .info .how-list .item .title .right-content h3 {
    margin: 0 0 9px;
  }
  .gift .how-section .how-inner .info .how-list .item:not(:last-child) {
    margin-bottom: 0;
  }
  .gift .sommelier-section {
    padding: 67px 0 94px;
  }
  .gift .sommelier-section .section-title {
    margin-bottom: 38px;
  }
  .gift .sommelier-section .section-title h2 {
    font-size: 24px;
    margin-bottom: 14px;
    letter-spacing: 2.4px;
  }
  .gift .sommelier-section .section-title p {
    font-size: 16px;
    line-height: 1.45;
  }
  .gift .sommelier-section .flex-item {
    width: 94.5%;
    max-width: 780px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7.69%;
  }
  .gift .sommelier-section .flex-item img {
    width: 44%;
    margin-bottom: 0;
  }
  .gift .sommelier-section .flex-item .program-info p {
    flex: 1;
    width: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.714;
    text-align: left;
  }
  .gift .research-section {
    padding: 86px 0 106px;
    background-color: #1B1B1B;
  }
  .gift .research-section .section-title {
    text-align: center;
    margin-bottom: 54px;
  }
  .gift .research-section .section-title h2 {
    color: #F7F5ED;
    font-size: 24px;
    margin-bottom: 14px;
  }
  .gift .research-section .section-title p {
    color: #F7F5ED;
    font-size: 16px;
  }
  .gift .research-section .flex-item {
    width: 94.5%;
    max-width: 780px;
    display: flex;
    justify-content: space-between;
    gap: 7.69%;
  }
  .gift .research-section .flex-item img {
    width: 44%;
    margin: 0;
  }
  .gift .research-section .flex-item img.sp-image {
    display: none;
  }
  .gift .research-section .flex-item img.pc-image {
    display: inline;
  }
  .gift .research-section .flex-item .research-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  .gift .research-section .flex-item .research-info .title {
    display: block;
  }
  .gift .research-section .flex-item .research-info .title img {
    width: 262px;
  }
  .gift .research-section .flex-item .research-info .content {
    text-align: left;
  }
  .gift .research-section .flex-item .research-info .content p {
    font-size: 14px;
    line-height: 1.857;
    margin-bottom: 30px;
    color: #F5F1E5;
  }
  .gift .research-section .flex-item .research-info .content a {
    text-align: center;
    color: #F5F1E5;
    border-color: #F5F1E5;
  }
  .gift .news-section {
    padding: 89px 0 91px;
  }
  .gift .news-section h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .gift .news-section .news-list {
    max-width: 574px;
    margin: 40px auto 65px;
  }
  .gift .news-section .news-list .item {
    padding: 22px 26px;
  }
  .gift .news-section .link {
    text-align: center;
  }
  .gift .news-section .link a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #A58847;
    border: 1px solid #A58847;
    border-radius: 5px;
    padding: 13px 0;
    width: 223px;
  }
  .gift .announcement-section {
    margin: 0;
    padding: 123px 0 132px;
  }
  .gift .announcement-section .section-header {
    color: #D69079;
  }
  .gift .announcement-section .section-header h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .gift .announcement-section p {
    width: 94.5%;
    max-width: 568px;
    margin: 23px auto;
  }
  .gift .bottom-image {
    width: 100%;
  }
  .gift .bottom-image img {
    width: 100%;
    vertical-align: top;
  }
  .gift .bottom-image img.sp-image {
    display: none;
  }
  .gift .bottom-image img.pc-image {
    display: block;
  }
  .gift-about .first-view {
    display: none;
  }
  .gift-about .start-about {
    text-align: left;
    padding: 50px 0 142px;
  }
  .gift-about .start-about .start-about-inner {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8%;
  }
  .gift-about .start-about .start-about-inner .left-content {
    flex: 1;
  }
  .gift-about .start-about .start-about-inner .left-content h1 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .gift-about .start-about .start-about-inner .left-content h2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .gift-about .start-about .start-about-inner .left-content h4 {
    font-size: 14px;
    line-height: 1.71;
    margin: 30px 0;
  }
  .gift-about .start-about .start-about-inner .left-content p {
    margin: 0;
  }
  .gift-about .start-about .start-about-inner img {
    display: block;
    width: 62.8%;
  }
  .gift-about .passion-section {
    padding-bottom: 106px;
  }
  .gift-about .passion-section .passion-inner {
    width: 94.5%;
    max-width: 1200px;
  }
  .gift-about .passion-section .passion-inner h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .gift-about .passion-section .passion-inner h3 {
    font-size: 14px;
    margin-top: 10px;
  }
  .gift-about .passion-section .passion-inner .passion-list {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 144px 0;
  }
  .gift-about .passion-section .passion-inner .passion-list .items {
    width: 50%;
  }
  .gift-about .passion-section .passion-inner .passion-list .items .item {
    width: 100%;
    gap: 0;
  }
  .gift-about .passion-section .passion-inner .passion-list .items .item img {
    width: 50%;
  }
  .gift-about .passion-section .passion-inner .passion-list .items .item .title {
    flex: 1;
    padding: 0 8% 0 5%;
  }
  .gift-about .passion-section .passion-inner .passion-list .items .item .title h4 {
    font-size: 16px;
    padding-top: 16px;
  }
  .gift-about .passion-section .passion-inner .passion-list .items .item .title h4::before {
    width: 35px;
    height: 4px;
    background-color: #A58847;
  }
  .gift-about .passion-section .passion-inner .passion-list .items .item .title p {
    margin: 15px 0 10px;
    font-size: 14px;
    line-height: 1.71;
  }
  .gift-about .passion-section .passion-inner .passion-list .items .item .title a {
    font-size: 14px;
    line-height: 1.5;
  }
  .gift-about .passion-section .passion-inner .passion-list .items .item:not(:last-child) {
    margin-bottom: 144px;
  }
  .gift-about .passion-section .passion-inner .passion-list .items:not(:last-child) {
    margin-bottom: 0;
  }
  .gift-about .how-section {
    margin: 0;
    padding: 90px 0;
  }
  .gift-about .how-section .how-inner {
    width: 94.5%;
    max-width: 1050px;
  }
  .gift-about .how-section .how-inner .sp-text {
    display: none;
  }
  .gift-about .how-section .how-inner .pc-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #736B5C;
    margin-bottom: 62px;
    display: block;
    text-align: center;
  }
  .gift-about .how-section .how-inner .link {
    margin-top: 40px;
  }
  .gift-about .how-section .how-inner .how-list {
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .gift-about .how-section .how-inner .how-list .item {
    width: 28.76%;
    gap: 25px;
    flex-wrap: wrap;
  }
  .gift-about .how-section .how-inner .how-list .item img {
    width: 100%;
  }
  .gift-about .how-section .how-inner .how-list .item .title {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 28px;
  }
  .gift-about .how-section .how-inner .how-list .item .title span {
    font-size: 24px;
    padding: 6.5px 6px;
    letter-spacing: 1.44px;
  }
  .gift-about .how-section .how-inner .how-list .item .title .right-content {
    flex: 1;
  }
  .gift-about .how-section .how-inner .how-list .item .title .right-content h3 {
    margin: 0 0 9px;
  }
  .gift-about .how-section .how-inner .how-list .item:not(:last-child) {
    margin-bottom: 0;
  }
  .gift-about .announcement-section {
    margin: 0;
    padding: 91px 0 100px;
  }
  .gift-about .announcement-section .section-header {
    color: #D69079;
  }
  .gift-about .announcement-section .section-header h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .gift-about .announcement-section p {
    width: 94.5%;
    max-width: 568px;
    margin: 23px auto;
  }
  .gift-about .bottom-image {
    width: 100%;
  }
  .gift-about .bottom-image img {
    width: 100%;
    vertical-align: top;
  }
  .gift-about .bottom-image img.sp-image {
    display: none;
  }
  .gift-about .bottom-image img.pc-image {
    display: block;
  }
  .gift-products .first-view {
    display: none;
  }
  .gift-products .start-products {
    text-align: left;
    padding: 69px 0 109px;
  }
  .gift-products .start-products .start-products-inner {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8%;
  }
  .gift-products .start-products .start-products-inner .left-content {
    flex: 1;
  }
  .gift-products .start-products .start-products-inner .left-content h1 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .gift-products .start-products .start-products-inner .left-content h2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .gift-products .start-products .start-products-inner .left-content h4 {
    font-size: 14px;
    line-height: 1.71;
    margin: 30px 0;
  }
  .gift-products .start-products .start-products-inner .left-content p {
    margin: 0;
  }
  .gift-products .start-products .start-products-inner img {
    display: block;
    width: 62.8%;
  }
  .gift-products .popular-section {
    background-color: rgba(239, 234, 219, 0.5);
    padding: 117px 0 111px;
  }
  .gift-products .popular-section > h2 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.025;
    color: #A58847;
    text-align: center;
    font-family: quasimoda, sans-serif;
    letter-spacing: 2.4px;
    margin-bottom: 13px;
  }
  .gift-products .popular-section > h3 {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.714;
    color: #736B5C;
  }
  .gift-products .popular-section .popular-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 94.5%;
    max-width: 1050px;
    margin: 0 auto;
  }
  .gift-products .popular-section .popular-inner .item {
    width: 47.5%;
    position: relative;
    padding-bottom: 80px;
  }
  .gift-products .popular-section .popular-inner .item .main-image {
    border-radius: 10px;
  }
  .gift-products .popular-section .popular-inner .item .main-image.sp-image {
    display: none;
  }
  .gift-products .popular-section .popular-inner .item .main-image.pc-image {
    display: block;
  }
  .gift-products .popular-section .popular-inner .item .info {
    width: 95.4%;
    padding: 16px 0 0;
  }
  .gift-products .popular-section .popular-inner .item .info .text {
    font-size: 11px;
    margin-bottom: 0;
  }
  .gift-products .popular-section .popular-inner .item .info .sub-image {
    top: -160px;
    height: 257px;
  }
  .gift-products .popular-section .popular-inner .item .link {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0;
  }
  .gift-products .allproducts-section {
    background-color: rgba(239, 234, 219, 0.5);
    position: relative;
    padding: 113px 0;
  }
  .gift-products .allproducts-section::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 94.5%;
    max-width: 1350px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #A58847;
  }
  .gift-products .allproducts-section::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 94.5%;
    max-width: 1350px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #A58847;
  }
  .gift-products .allproducts-section h2 {
    display: none;
  }
  .gift-products .allproducts-section .allproducts-inner {
    width: 94.5%;
    max-width: 1010px;
    padding-top: 0;
  }
  .gift-products .allproducts-section .allproducts-inner .allproducts-header {
    justify-content: end;
    gap: 65px;
  }
  .gift-products .allproducts-section .allproducts-inner .allproducts-header .header-item {
    width: auto;
  }
  .gift-products .allproducts-section .allproducts-inner .products-list {
    max-width: 900px;
    gap: 40px 4%;
    margin: 42px auto 0;
    justify-content: start;
  }
  .gift-products .allproducts-section .allproducts-inner .products-list .product {
    width: 22%;
  }
  .gift-products .allproducts-section .allproducts-inner .products-list .product .info {
    margin-bottom: 30px;
  }
  .gift-products .allproducts-section .allproducts-inner .products-list .product .info p {
    font-size: 14px;
  }
  .gift-products .news-section {
    padding: 107px 0;
  }
  .gift-products .news-section h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .gift-products .news-section .news-list {
    max-width: 574px;
    margin: 40px auto;
  }
  .gift-products .news-section .news-list .item {
    padding: 22px 26px;
  }
  .gift-products .news-section .link {
    text-align: center;
  }
  .gift-products .news-section .link a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #A58847;
    border: 1px solid #A58847;
    border-radius: 5px;
    padding: 13px 0;
    width: 223px;
  }
  .gift-products .announcement-section {
    margin: 0;
    padding: 91px 0 100px;
  }
  .gift-products .announcement-section .section-header h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .gift-products .announcement-section p {
    width: 94.5%;
    max-width: 568px;
    margin: 23px auto;
  }
  .gift-products .bottom-image {
    width: 100%;
  }
  .gift-products .bottom-image img {
    width: 100%;
    vertical-align: top;
  }
  .gift-products .bottom-image img.sp-image {
    display: none;
  }
  .gift-products .bottom-image img.pc-image {
    display: block;
  }
  .single-gift {
    padding-top: 53px;
  }
  .single-gift .cart-section {
    display: flex;
    justify-content: start;
    gap: 10.5%;
    width: 94.5%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 80px 0 109px;
  }
  .single-gift .cart-section .slider {
    width: 48%;
  }
  .single-gift .cart-section .slider .gift-slider .slick-prev, .single-gift .cart-section .slider .gift-slider .slick-next {
    width: 36px;
    height: 36px;
  }
  .single-gift .cart-section .slider .gift-slider-nav {
    margin: 37px 0 0;
  }
  .single-gift .cart-section .slider .gift-slider-nav .slick-slide {
    margin: 0 10px;
  }
  .single-gift .cart-section .cart-inner {
    width: 28.5%;
    margin: 0;
  }
  .single-gift .cart-section .cart-inner .gift_name h1 {
    font-weight: 400;
  }
  .single-gift .cart-section .cart-inner .sale-price .gift_sale_price span.campaign_name {
    display: none;
  }
  .single-gift .cart-section .cart-inner .gift_main_info {
    margin-top: 15px;
  }
  .single-gift .cart-section .cart-inner .gift-form {
    margin: 16px 0 22px;
  }
  .single-gift .cart-section .cart-inner .gift-form div .quantity-selector input {
    text-align: right;
  }
  .single-gift .cart-section .cart-inner .gift-form button[type=submit] {
    margin-top: 30px;
    background-color: #A58847;
  }
  .single-gift .osusume-section {
    padding: 83px 0 89px;
  }
  .single-gift .osusume-section h2 {
    font-size: 30px;
    letter-spacing: 3px;
  }
  .single-gift .osusume-section h4 {
    font-size: 15px;
    padding-bottom: 27px;
    max-width: 360px;
  }
  .single-gift .osusume-section .detail {
    font-size: 13px;
    width: 94.5%;
    max-width: 800px;
    margin: 29px auto 46px;
  }
  .single-gift .osusume-section h3 {
    font-size: 20px;
  }
  .single-gift .osusume-section .osusume-inner {
    width: 94.5%;
    max-width: 794px;
    margin: 47px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .single-gift .osusume-section .osusume-inner .item {
    display: block;
    width: 28.34%;
  }
  .single-gift .osusume-section .osusume-inner .item p {
    margin-top: 22px;
    text-align: center;
    padding: 0;
  }
  .single-gift .osusume-section .osusume-inner .item p::before {
    display: none;
  }
  .single-gift .osusume-section .osusume-inner .item.first {
    top: 0;
  }
  .single-gift .osusume-section .osusume-inner .item.first .image {
    width: 90%;
    padding-bottom: 121.78%;
    margin: 0 auto;
    box-shadow: none;
  }
  .single-gift .osusume-section .osusume-inner .item.second .image {
    width: 90%;
    padding-bottom: 121.78%;
    margin: 0 auto;
    box-shadow: none;
    right: 0;
  }
  .single-gift .osusume-section .osusume-inner .item.third {
    top: 0;
  }
  .single-gift .osusume-section .osusume-inner .item.third .image {
    width: 90%;
    padding-bottom: 121.78%;
    margin: 0 auto;
    box-shadow: none;
  }
  .single-gift .wine-section h2 {
    font-size: 25px;
    padding-bottom: 30px;
    max-width: 360px;
  }
  .single-gift .wine-section .wine-inner {
    width: 94.5%;
    max-width: 1036px;
    margin-top: 55px;
  }
  .single-gift .wine-section .wine-inner .item {
    padding: 0 0 156px;
  }
  .single-gift .wine-section .wine-inner .item .top-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single-gift .wine-section .wine-inner .item .top-item .wine-title {
    flex: 1;
    display: block;
    margin: 0;
    width: auto;
    padding-top: 0;
    border: none;
  }
  .single-gift .wine-section .wine-inner .item .top-item .wine-title span {
    font-size: 20px;
    display: block;
  }
  .single-gift .wine-section .wine-inner .item .top-item .wine-title > p {
    font-size: 30px;
    margin: 25px 0 30px;
  }
  .single-gift .wine-section .wine-inner .item .top-item .wine-title .wine-brand-en {
    display: block;
    margin: 0 auto 8px;
  }
  .single-gift .wine-section .wine-inner .item .top-item .wine-title .wine-brand-en p {
    font-family: "SpratRegularThin", serif;
    font-weight: 100;
    font-size: 30px;
    letter-spacing: -1.5px;
    color: #A58847;
    line-height: 1;
  }
  .single-gift .wine-section .wine-inner .item .top-item .wine-title .wine-brand {
    display: block;
  }
  .single-gift .wine-section .wine-inner .item .top-item .wine-title .wine-brand p {
    font-size: 24px;
    font-weight: 700;
    color: #736B5C;
    line-height: 1.25;
  }
  .single-gift .wine-section .wine-inner .item .top-item > .wine-image {
    width: 42%;
  }
  .single-gift .wine-section .wine-inner .item .top-item > .wine-image.second {
    display: block;
  }
  .single-gift .wine-section .wine-inner .item .top-item > .wine-image.sp-image {
    display: none;
  }
  .single-gift .wine-section .wine-inner .item .top-item > .wine-brand-en {
    display: none;
  }
  .single-gift .wine-section .wine-inner .item .top-item > .wine-brand {
    display: none;
  }
  .single-gift .wine-section .wine-inner .item .center-item {
    display: flex;
    justify-content: space-between;
    margin-top: 53px;
  }
  .single-gift .wine-section .wine-inner .item .center-item .select-reason {
    width: 57%;
    padding: 40px;
    margin-top: 0;
  }
  .single-gift .wine-section .wine-inner .item .center-item .select-reason h3 {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .single-gift .wine-section .wine-inner .item .center-item .select-reason p {
    font-size: 14px;
  }
  .single-gift .wine-section .wine-inner .item .center-item .story {
    display: none;
  }
  .single-gift .wine-section .wine-inner .item .center-item table {
    width: 37%;
    margin: 0;
  }
  .single-gift .wine-section .wine-inner .item .bottom-item {
    display: flex;
    justify-content: space-between;
    gap: 4.6%;
    margin-top: 101px;
  }
  .single-gift .wine-section .wine-inner .item .bottom-item img {
    width: 32.8%;
  }
  .single-gift .wine-section .wine-inner .item .bottom-item .story-info {
    flex: 1;
  }
  .single-gift .wine-section .wine-inner .item .bottom-item .story-info .story-title {
    margin-bottom: 34px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: #736B5C;
  }
  .single-gift .wine-section .wine-inner .item .bottom-item .story-info .story-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.69;
    color: #736B5C;
  }
  .single-gift .wine-section .wine-inner .item.second .top-item .wine-title {
    padding-top: 0;
    border: none;
  }
  .single-gift .manual-section {
    padding: 0 0 121px;
  }
  .single-gift .manual-section h2 {
    max-width: 390px;
  }
  .single-gift .manual-section .manual-inner {
    width: 94.5%;
    max-width: 1036px;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .single-gift .manual-section .manual-inner .video-area {
    padding-top: 0;
    width: 47%;
  }
  .single-gift .manual-section .manual-inner .video-area h3 {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #A58847;
  }
  .single-gift .manual-section .manual-inner .video-area p {
    margin-top: 40px;
  }
  .single-gift .manual-section .manual-inner .carousel-area {
    padding-top: 0;
    width: 39%;
  }
  .single-gift .manual-section .manual-inner .carousel-area h3 {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #A58847;
  }
  .single-gift .manual-section .manual-inner .carousel-area .manual-main-image {
    display: none;
  }
  .single-gift .manual-section .manual-inner .carousel-area .manual-slider.sp-slider {
    display: none;
  }
  .single-gift .manual-section .manual-inner .carousel-area .manual-slider.pc-slider {
    display: block;
  }
  .single-gift .manual-section .manual-inner .carousel-area p {
    margin-top: 40px;
  }
  .single-gift .review-section {
    width: 94.5%;
    max-width: 1220px;
    margin: 120px auto 170px;
  }
  .single-gift .review-section h2 {
    font-size: 24px;
    margin-bottom: 45px;
  }
  .single-gift .review-section .review-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 47px;
  }
  .single-gift .review-section .review-header button {
    width: 168px;
  }
  .single-gift .review-section .review-header h3 {
    flex: 1;
    margin-top: 0;
    margin-left: 0;
  }
  .single-gift .review-section .review-list {
    width: 100%;
    max-width: 863px;
    margin: 0 auto;
  }
  .single-gift .review-section .review-list .glsr-review {
    margin-bottom: 50px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
  }
  .single-gift .review-section .review-list .glsr-review .glsr-review-title {
    width: auto;
  }
  .single-gift .review-section .review-list .glsr-review .glsr-review-title .glsr-tag-value {
    margin-left: 0;
    display: inline-block;
  }
  .single-gift .review-section .review-list .glsr-review .glsr-review-rating {
    margin: 0 0 0 30px;
  }
  .single-gift .review-section .review-list .glsr-review .glsr-review-content {
    padding: 26px 30px;
    width: 100%;
    margin-top: 15px;
  }
  .single-gift .popup .close {
    top: 36px;
    right: 36px;
  }
  .single-gift .popup form {
    max-width: 860px;
  }
  .single-gift .popup form .star-rating {
    justify-content: start;
  }
  .single-gift .popup form .button {
    text-align: center;
  }
  .single-gift .popup form .button button {
    width: 360px;
  }
  .single-gift .popup form > p {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
  }
  .single-gift .bottom-image {
    width: 100%;
  }
  .single-gift .bottom-image img {
    width: 100%;
    vertical-align: top;
  }
  .single-gift .bottom-image img.sp-image {
    display: none;
  }
  .single-gift .bottom-image img.pc-image {
    display: block;
  }
  .single-gift.dark .osusume-section .osusume-inner .item.first .image {
    box-shadow: none;
  }
  .single-gift.dark .osusume-section .osusume-inner .item.second .image {
    box-shadow: none;
  }
  .single-gift.dark .osusume-section .osusume-inner .item.third .image {
    box-shadow: none;
  }
  .gift-shipping .first-view {
    display: none;
  }
  .gift-shipping .start-shipping {
    text-align: left;
    padding: 50px 0 142px;
  }
  .gift-shipping .start-shipping .start-shipping-inner {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8%;
  }
  .gift-shipping .start-shipping .start-shipping-inner .left-content {
    flex: 1;
  }
  .gift-shipping .start-shipping .start-shipping-inner .left-content h1 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .gift-shipping .start-shipping .start-shipping-inner .left-content h2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .gift-shipping .start-shipping .start-shipping-inner img {
    display: block;
    width: 62.8%;
  }
  .gift-shipping .shipping-section .shipping-inner {
    width: 94.5%;
    max-width: 890px;
  }
  .gift-shipping .shipping-section .shipping-inner .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 0;
  }
  .gift-shipping .shipping-section .shipping-inner .items .item {
    width: 45%;
    padding-bottom: 0;
  }
  .gift-shipping .shipping-section .shipping-inner .items .item h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .gift-shipping .shipping-section .shipping-inner .items .item h3:after {
    margin-left: 20px;
  }
  .gift-shipping .shipping-section .shipping-inner .items .item small {
    margin-top: 15px;
  }
  .gift-shipping .shipping-section .shipping-inner .items .item:last-child {
    width: 100%;
  }
  .gift-shipping .shipping-section .shipping-inner .items .item:last-child p {
    width: 50%;
  }
  .gift-shipping .link-section {
    margin-top: 80px;
  }
  .gift-shipping .announcement-section {
    margin: 0;
    padding: 91px 0 100px;
  }
  .gift-shipping .announcement-section .section-header {
    color: #D69079;
  }
  .gift-shipping .announcement-section .section-header h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .gift-shipping .announcement-section p {
    width: 94.5%;
    max-width: 568px;
    margin: 23px auto;
  }
  .gift-shipping .bottom-image {
    width: 100%;
  }
  .gift-shipping .bottom-image img {
    width: 100%;
    vertical-align: top;
  }
  .gift-shipping .bottom-image img.sp-image {
    display: none;
  }
  .gift-shipping .bottom-image img.pc-image {
    display: block;
  }
  .gift-faq .first-view {
    display: none;
  }
  .gift-faq .start-faq {
    text-align: left;
    padding: 50px 0 142px;
  }
  .gift-faq .start-faq .start-faq-inner {
    width: 94.5%;
    max-width: 1360px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8%;
  }
  .gift-faq .start-faq .start-faq-inner .left-content {
    flex: 1;
  }
  .gift-faq .start-faq .start-faq-inner .left-content h1 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .gift-faq .start-faq .start-faq-inner .left-content h2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .gift-faq .start-faq .start-faq-inner img {
    display: block;
    width: 62.8%;
  }
  .gift-faq .faq-section {
    width: 94.5%;
    max-width: 1360px;
  }
  .gift-faq .faq-section .faq-link {
    margin: 0 0 82px;
    display: flex;
    justify-content: start;
    gap: 85px;
  }
  .gift-faq .faq-section .faq-link .item .link {
    gap: 11px;
  }
  .gift-faq .faq-section .faq-link .item .link a {
    width: 163px;
  }
  .gift-faq .faq-section .faq-link .item:first-child {
    margin-bottom: 0;
  }
  .gift-faq .faq-section > h2 {
    margin-bottom: 24px;
  }
  .gift-faq .faq-section .faq-item {
    width: 94.5%;
    max-width: 802px;
    margin: 0 auto 133px;
  }
  .gift-faq .faq-section .faq-item h3 {
    font-size: 16px;
    justify-content: center;
  }
  .gift-faq .faq-section .faq-item h3:before {
    content: "";
    width: 103px;
    margin-right: 25px;
    flex-grow: unset;
  }
  .gift-faq .faq-section .faq-item h3:after {
    content: "";
    width: 103px;
    margin-right: 25px;
    flex-grow: unset;
  }
  .gift-faq .faq-section .faq-item h4 {
    margin: 30px 0;
    text-align: center;
    padding: 0;
  }
  .gift-faq .faq-section .faq-item .faq-inner dl dt {
    padding: 25px 54px 12px 4px;
  }
  .gift-faq .faq-section .faq-item .faq-inner dl dt .plus {
    right: 22px;
  }
  .gift-faq .faq-section .faq-item .faq-inner dl dd p {
    font-size: 14px;
    padding-bottom: 30px;
  }
  .gift-faq .link-section {
    margin-top: 70px;
  }
  .gift-faq .announcement-section {
    margin: 0;
    padding: 91px 0 100px;
  }
  .gift-faq .announcement-section .section-header {
    color: #D69079;
  }
  .gift-faq .announcement-section .section-header h2 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .gift-faq .announcement-section p {
    width: 94.5%;
    max-width: 568px;
    margin: 23px auto;
  }
  .gift-faq .bottom-image {
    width: 100%;
  }
  .gift-faq .bottom-image img {
    width: 100%;
    vertical-align: top;
  }
  .gift-faq .bottom-image img.sp-image {
    display: none;
  }
  .gift-faq .bottom-image img.pc-image {
    display: block;
  }
}
.research {
  background-color: #FFFCF3;
}
.research .first-view img {
  vertical-align: top;
  width: 100%;
}
.research .first-view img.fv-pc-image {
  display: none;
}
.research .main-section {
  width: 92%;
  margin: 0 auto;
}
.research .main-section .section-header {
  padding: 25px 0 27px;
}
.research .main-section .section-header h1 {
  color: #A58847;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.025;
  font-family: quasimoda, sans-serif;
  letter-spacing: 1.4px;
  margin-bottom: 5px;
}
.research .main-section .section-header img {
  width: 222.73px;
  height: auto;
}
.research .main-section .section-header p {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  color: #000000;
}
.research .main-section .video div {
  margin-bottom: 20px;
}
.research .main-section .video p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  color: #000000;
}
.research .article {
  padding: 24px 0 43px;
}
.research .article .article-items .article-item {
  padding: 40px 0;
  display: block;
  text-decoration: none;
}
.research .article .article-items .article-item .item-inner {
  width: 92%;
  margin: 0 auto;
}
.research .article .article-items .article-item .item-inner .image {
  position: relative;
  width: 100%;
}
.research .article .article-items .article-item .item-inner .image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.research .article .article-items .article-item .item-inner .image span {
  position: absolute;
  top: 8px;
  right: 7px;
  width: 90px;
  height: 28px;
  border-radius: 5px;
  background-color: #A58847;
  color: #EFEADB;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: quasimoda, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
.research .article .article-items .article-item .item-inner .content {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 19px 0 9px;
}
.research .article .article-items .article-item .item-inner .date {
  color: #A58847;
  font-size: 12px;
  line-height: 1.5;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.8px;
  position: relative;
}
.research .article .article-items .article-item .item-inner .date::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  background-image: url("image/research/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.research .article .article-items .article-item:nth-child(odd) {
  background-color: rgba(239, 234, 219, 0.85);
}
.research hr {
  width: 92%;
  height: 1px;
  border: none;
  margin: 0 auto;
  background-color: #A58847;
}
.research .developer-section {
  padding: 18px 0 30px;
  width: 86%;
  margin: 0 auto;
}
.research .developer-section > div {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 14px;
}
.research .developer-section > div img {
  width: 54px;
  height: auto;
}
.research .developer-section > div .developer-info p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
}
.research .developer-section > div .developer-info p .text01 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.667;
  color: #A58847;
  font-family: quasimoda, sans-serif;
}
.research .developer-section > div .developer-info p .text02 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  color: #A58847;
}
.research .developer-section > div .developer-info .pc-text {
  display: none;
}
.research .developer-section > p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  color: #000000;
  margin-top: 14px;
}
.research .contact-section {
  padding: 26px 0 39px;
  text-align: center;
  width: 86%;
  margin: 0 auto;
}
.research .contact-section p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  margin-bottom: 20px;
}
.research .contact-section a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  border-radius: 5px;
  width: 260px;
  padding: 10px 0;
}
.research .contact-section a span {
  font-family: quasimoda, sans-serif;
  font-weight: 700;
}
.research .recommend-section {
  padding: 27px 0 75px;
}
.research .recommend-section .section-header {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.research .recommend-section .section-header p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
  margin: 0 0 30px;
}
.research .recommend-section .section-header h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: underline;
}
.research .recommend-section .recommend-inner {
  width: 92%;
  margin: 40px auto;
}
.research .recommend-section .recommend-inner .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
}
.research .recommend-section .recommend-inner .item:not(:last-child) {
  margin-bottom: 20px;
}
.research .recommend-section .recommend-inner .item .title {
  flex: 1;
}
.research .recommend-section .recommend-inner .item .title img {
  width: 43px;
  height: auto;
  margin-bottom: 5px;
}
.research .recommend-section .recommend-inner .item .title p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
}
.research .recommend-section .recommend-inner .item img {
  width: 56%;
}
.research .recommend-section .link {
  text-align: center;
}
.research .recommend-section .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  padding: 13px 10px 13px 0;
  border-radius: 5px;
  width: 260px;
  position: relative;
}
.research .recommend-section .link a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 13px;
  background-image: url("image/home/click.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.research .bottom-image {
  width: 100%;
}
.research .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.research .bottom-image img.pc-image {
  display: none;
}

.research-article {
  background-color: #FFFCF3;
  padding-top: 52px;
}
.research-article .main-section {
  width: 92%;
  margin: 0 auto;
}
.research-article .main-section .article-header a {
  text-decoration: none;
  color: #A58847;
}
.research-article .main-section .article-header a h1 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.025;
  font-family: quasimoda, sans-serif;
  letter-spacing: 1.4px;
  padding-left: 38px;
  position: relative;
}
.research-article .main-section .article-header a h1::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  background-image: url("image/research/article-header-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.research-article .main-section .article-header .article-info {
  padding: 20px 0 23px;
}
.research-article .main-section .article-header .article-info img {
  width: 247px;
  height: auto;
  vertical-align: top;
}
.research-article .main-section .article-header .article-info p {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  margin-top: 10.8px;
}
.research-article .main-section .article-header .article-image .image {
  position: relative;
  width: 100%;
}
.research-article .main-section .article-header .article-image .image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.research-article .main-section .article-header .article-image .image span {
  position: absolute;
  top: 8px;
  right: 7px;
  width: 90px;
  height: 28px;
  border-radius: 5px;
  background-color: #A58847;
  color: #EFEADB;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: quasimoda, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
.research-article .main-section .article-header .article-image .content {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding: 18px 0 8px;
}
.research-article .main-section .article-header .article-image .date {
  color: #A58847;
  font-size: 12px;
  line-height: 1.5;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.8px;
}
.research-article .main-section .article-header .article-text {
  padding: 23px 0 35px;
}
.research-article .main-section .article-header .article-text p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.667;
}
.research-article .main-section .article-header .article-text p span {
  font-weight: 700;
}
.research-article .main-section .article-description .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.667;
  padding: 8px 0 8px 25px;
  border-top: 1px solid #A58847;
  border-bottom: 1px solid #A58847;
  position: relative;
  color: #000;
}
.research-article .main-section .article-description .title::before {
  content: "";
  position: absolute;
  width: 16.5px;
  height: 16.5px;
  top: 11px;
  left: 0;
  background-image: url("image/research/question.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.research-article .main-section .article-description .description-inner {
  margin: 15px 0 40px;
}
.research-article .main-section .article-description .description-inner.pc-description {
  display: none;
}
.research-article .main-section .article-description .description-inner.reverse-description .text {
  margin-bottom: 0;
  margin-top: 20px;
}
.research-article .main-section .article-description .description-inner .text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.667;
  margin-bottom: 20px;
}
.research-article .main-section .article-description .description-inner .text span {
  font-weight: 700;
}
.research-article .main-section .article-description .description-inner .image .image-text {
  font-size: 12px;
  line-height: 1.667;
  color: #A58847;
  font-weight: 700;
  margin: 10px 0 30px;
}
.research-article .main-section .article-description .description-inner .image .image-text span {
  font-weight: 600;
  font-family: quasimoda, sans-serif;
}
.research-article .main-section .article-description .description-inner .image img {
  height: auto;
  vertical-align: top;
}
.research-article .main-section .article-description .description-inner .image img.article01-image01 {
  width: 210px;
}
.research-article .main-section .article-description .description-inner .image img.article01-image02 {
  width: 162px;
}
.research-article .main-section .article-description .description-inner .image img.article02-image01 {
  width: 221px;
}
.research-article .main-section .article-description .description-inner .image img.article02-image02 {
  width: 232px;
}
.research-article .main-section .article-description .description-inner .image img.article03-image01-sp {
  width: 208px;
}
.research-article .main-section .article-description .description-inner .image img.article03-image01-pc {
  display: none;
}
.research-article .main-section .article-description .description-inner .image img.article03-image02 {
  width: 140px;
}
.research-article .main-section .article-description .description-inner .video {
  margin-top: 40px;
}
.research-article .main-section .article-description .description-inner .video .video-text {
  font-size: 12px;
  line-height: 1.667;
  color: #A58847;
  font-weight: 600;
  font-family: quasimoda, sans-serif;
  margin: 10px 0 30px;
}
.research-article hr {
  width: 92%;
  height: 1px;
  border: none;
  margin: 0 auto;
  background-color: #A58847;
}
.research-article .next-article-section .article-item {
  padding: 35px 0 29px;
  background-color: rgba(239, 234, 219, 0.85);
}
.research-article .next-article-section .article-item .item-inner {
  width: 92%;
  margin: 0 auto;
}
.research-article .next-article-section .article-item .item-inner .image {
  position: relative;
  width: 100%;
}
.research-article .next-article-section .article-item .item-inner .image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.research-article .next-article-section .article-item .item-inner .image .tag {
  position: absolute;
  top: 8px;
  right: 7px;
  width: 90px;
  height: 28px;
  border-radius: 5px;
  background-color: #A58847;
  color: #EFEADB;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: quasimoda, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
.research-article .next-article-section .article-item .item-inner .info .tag {
  display: none;
}
.research-article .next-article-section .article-item .item-inner .info .content {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding: 24px 0 12px;
  text-decoration: none;
  display: block;
}
.research-article .next-article-section .article-item .item-inner .info .date {
  color: #A58847;
  font-size: 12px;
  line-height: 1.5;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.8px;
}
.research-article .next-article-section .article-item .item-inner .info .link {
  display: none;
}
.research-article .next-article-section > .link {
  text-align: center;
  padding: 35px 0 60px;
}
.research-article .next-article-section > .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  padding: 13px 10px 13px 0;
  border-radius: 5px;
  width: 260px;
  position: relative;
}
.research-article .next-article-section > .link a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 13px;
  background-image: url("image/home/click.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.research-article .next-article-section > .list-link {
  text-align: center;
  padding: 35px 0 60px;
}
.research-article .next-article-section > .list-link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  padding: 13px 10px 13px 0;
  border-radius: 5px;
  width: 260px;
  position: relative;
}
.research-article .next-article-section > .list-link a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 13px;
  background-image: url("image/home/click.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.research-article .list-link-section {
  text-align: center;
  padding: 0 0 78px;
}
.research-article .list-link-section a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  padding: 13px 10px 13px 0;
  border-radius: 5px;
  width: 260px;
  position: relative;
}
.research-article .list-link-section a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 13px;
  background-image: url("image/home/click.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.research-article .developer-section {
  padding: 18px 0 30px;
  width: 86%;
  margin: 0 auto;
}
.research-article .developer-section > div {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 14px;
}
.research-article .developer-section > div img {
  width: 54px;
  height: auto;
}
.research-article .developer-section > div .developer-info p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
}
.research-article .developer-section > div .developer-info p .text01 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.667;
  color: #A58847;
  font-family: quasimoda, sans-serif;
}
.research-article .developer-section > div .developer-info p .text02 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  color: #A58847;
}
.research-article .developer-section > div .developer-info .pc-text {
  display: none;
}
.research-article .developer-section > p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  color: #000000;
  margin-top: 14px;
}
.research-article .contact-section {
  padding: 26px 0 39px;
  text-align: center;
  width: 86%;
  margin: 0 auto;
}
.research-article .contact-section p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.667;
  margin-bottom: 20px;
}
.research-article .contact-section a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  border-radius: 5px;
  width: 260px;
  padding: 10px 0;
}
.research-article .contact-section a span {
  font-family: quasimoda, sans-serif;
  font-weight: 700;
}
.research-article .recommend-section {
  padding: 27px 0 75px;
}
.research-article .recommend-section .section-header {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.research-article .recommend-section .section-header p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
  margin: 0 0 30px;
}
.research-article .recommend-section .section-header h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: underline;
}
.research-article .recommend-section .recommend-inner {
  width: 92%;
  margin: 40px auto;
}
.research-article .recommend-section .recommend-inner .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
}
.research-article .recommend-section .recommend-inner .item:not(:last-child) {
  margin-bottom: 20px;
}
.research-article .recommend-section .recommend-inner .item .title {
  flex: 1;
}
.research-article .recommend-section .recommend-inner .item .title img {
  width: 43px;
  height: auto;
  margin-bottom: 5px;
}
.research-article .recommend-section .recommend-inner .item .title p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
}
.research-article .recommend-section .recommend-inner .item img {
  width: 56%;
}
.research-article .recommend-section .link {
  text-align: center;
}
.research-article .recommend-section .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  padding: 13px 10px 13px 0;
  border-radius: 5px;
  width: 260px;
  position: relative;
}
.research-article .recommend-section .link a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 13px;
  background-image: url("image/home/click.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.research-article .bottom-image {
  width: 100%;
}
.research-article .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.research-article .bottom-image img.pc-image {
  display: none;
}

@media (min-width: 1100px) {
  .research .first-view img.fv-pc-image {
    display: block;
  }
  .research .first-view img.fv-sp-image {
    display: none;
  }
  .research .main-section {
    width: 94.5%;
    max-width: 1360px;
  }
  .research .main-section .section-header {
    padding: 67px 0 72px;
  }
  .research .main-section .section-header h1 {
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-bottom: 19px;
  }
  .research .main-section .section-header img {
    display: none;
  }
  .research .main-section .section-header p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.429;
  }
  .research .main-section .video {
    width: 100%;
    max-width: 957px;
    margin: 0 auto;
  }
  .research .main-section .video div {
    margin-bottom: 45px;
  }
  .research .main-section .video p {
    text-align: center;
    font-size: 14px;
    line-height: 1.714;
    width: 100%;
    max-width: 583px;
    margin: 0 auto;
  }
  .research .article {
    width: 94.5%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 60px 0 103px;
  }
  .research .article .article-items {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 40px 3.8%;
  }
  .research .article .article-items .article-item {
    padding: 29px 23px;
    width: 30.8%;
    border-radius: 10px;
  }
  .research .article .article-items .article-item .item-inner {
    width: 100%;
  }
  .research .article .article-items .article-item:nth-child(even) {
    background-color: rgba(239, 234, 219, 0.85);
  }
  .research hr {
    display: none;
  }
  .research .developer-section {
    padding: 0 0 53px;
    max-width: 689px;
  }
  .research .developer-section > div {
    gap: 65px;
  }
  .research .developer-section > div img {
    width: 157px;
  }
  .research .developer-section > div .developer-info p {
    font-size: 16px;
    line-height: 1.875;
  }
  .research .developer-section > div .developer-info p .text01 {
    line-height: 2.5;
  }
  .research .developer-section > div .developer-info p .text02 {
    line-height: 2.5;
  }
  .research .developer-section > div .developer-info .pc-text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.714;
    color: #000000;
    margin-top: 11px;
  }
  .research .developer-section > p {
    display: none;
  }
  .research .contact-section {
    padding: 0 0 146px;
  }
  .research .contact-section p {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 36px;
  }
  .research .recommend-section {
    padding: 0 0 88px;
  }
  .research .recommend-section .section-header {
    width: 94.5%;
    max-width: 1360px;
  }
  .research .recommend-section .section-header h3 {
    display: none;
  }
  .research .recommend-section .recommend-inner {
    width: 94.5%;
    max-width: 1360px;
    margin: 60px auto 40px;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 70px;
  }
  .research .recommend-section .recommend-inner .item {
    flex-wrap: wrap;
    gap: 27px 0;
    width: 23.8%;
  }
  .research .recommend-section .recommend-inner .item:not(:last-child) {
    margin-bottom: 0;
  }
  .research .recommend-section .recommend-inner .item .title {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .research .recommend-section .recommend-inner .item img {
    width: 100%;
  }
  .research .recommend-section .link {
    text-align: center;
  }
  .research .bottom-image img.sp-image {
    display: none;
  }
  .research .bottom-image img.pc-image {
    display: block;
  }
  .research-article {
    padding-top: 124px;
  }
  .research-article .main-section {
    width: 94.5%;
    max-width: 1360px;
  }
  .research-article .main-section .article-header a h1 {
    font-size: 24px;
    letter-spacing: 2.4px;
    padding-left: 53px;
    width: 100%;
    max-width: 1226px;
    margin: 0 auto;
  }
  .research-article .main-section .article-header .article-info {
    padding: 52px 0 46px;
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
  }
  .research-article .main-section .article-header .article-info img {
    width: 372.25px;
  }
  .research-article .main-section .article-header .article-info p {
    font-size: 14px;
    line-height: 1.429;
    margin-top: 28.18px;
  }
  .research-article .main-section .article-header .article-image {
    width: 100%;
    max-width: 1026px;
    margin: 0 auto;
  }
  .research-article .main-section .article-header .article-image .image img {
    width: 576px;
    margin-bottom: 36.1px;
  }
  .research-article .main-section .article-header .article-image .image span {
    position: relative;
    top: auto;
    right: auto;
  }
  .research-article .main-section .article-header .article-image .content {
    font-size: 32px;
    padding: 23px 0 16px;
  }
  .research-article .main-section .article-header .article-text {
    width: 100%;
    max-width: 1026px;
    margin: 0 auto;
    padding: 30px 0 60px;
  }
  .research-article .main-section .article-header .article-text p {
    font-size: 14px;
    line-height: 1.714;
    width: 100%;
    max-width: 792px;
  }
  .research-article .main-section .article-description {
    width: 100%;
    max-width: 1026px;
    margin: 0 auto;
  }
  .research-article .main-section .article-description .title {
    padding: 17px 0 15px 30px;
    line-height: 1.429;
  }
  .research-article .main-section .article-description .title::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .research-article .main-section .article-description .description-inner {
    margin: 39px 0 55px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 60px;
  }
  .research-article .main-section .article-description .description-inner.video-description {
    flex-direction: row-reverse;
  }
  .research-article .main-section .article-description .description-inner.pc-description {
    display: flex;
  }
  .research-article .main-section .article-description .description-inner.sp-description {
    display: none;
  }
  .research-article .main-section .article-description .description-inner.onlytext-description .text {
    max-width: 710px;
  }
  .research-article .main-section .article-description .description-inner .text {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 0;
    flex: 1;
  }
  .research-article .main-section .article-description .description-inner .image {
    width: 355px;
  }
  .research-article .main-section .article-description .description-inner .image.image0301 {
    width: 240px;
  }
  .research-article .main-section .article-description .description-inner .image.image0302 {
    width: 277px;
  }
  .research-article .main-section .article-description .description-inner .image img.article01-image01 {
    width: 100%;
  }
  .research-article .main-section .article-description .description-inner .image img.article01-image02 {
    width: 100%;
  }
  .research-article .main-section .article-description .description-inner .image img.article02-image01 {
    width: 100%;
  }
  .research-article .main-section .article-description .description-inner .image img.article02-image02 {
    width: 100%;
  }
  .research-article .main-section .article-description .description-inner .image img.article03-image01-pc {
    display: block;
    width: 100%;
  }
  .research-article .main-section .article-description .description-inner .image img.article03-image01-sp {
    display: none;
  }
  .research-article .main-section .article-description .description-inner .image img.article03-image02 {
    width: 100%;
  }
  .research-article .main-section .article-description .description-inner .video {
    margin-top: 0;
    width: 358px;
  }
  .research-article .main-section .article-description .description-inner .video .video-text {
    margin: 28px 0 0;
  }
  .research-article .next-article-section {
    width: 100%;
    max-width: 1026px;
    margin: 87px auto 105px;
    background-color: rgba(239, 234, 219, 0.85);
    border-radius: 10px;
  }
  .research-article .next-article-section .article-item {
    padding: 40px 42px;
    background-color: transparent;
  }
  .research-article .next-article-section .article-item .item-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
  .research-article .next-article-section .article-item .item-inner .image {
    width: 342px;
  }
  .research-article .next-article-section .article-item .item-inner .image .tag {
    display: none;
  }
  .research-article .next-article-section .article-item .item-inner .info {
    flex: 1;
  }
  .research-article .next-article-section .article-item .item-inner .info .tag {
    border: 2px solid #A58847;
    border-radius: 5px;
    width: 90px;
    height: 28px;
    color: #A58847;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: quasimoda, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
  }
  .research-article .next-article-section .article-item .item-inner .info .content {
    font-size: 24px;
    line-height: 1.35;
    padding: 12px 0;
  }
  .research-article .next-article-section .article-item .item-inner .info .link {
    text-align: right;
    display: block;
    margin-top: 10px;
  }
  .research-article .next-article-section .article-item .item-inner .info .link a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background-color: #A58847;
    color: #FFFCF3;
    padding: 13px 10px 13px 0;
    border-radius: 5px;
    width: 260px;
    position: relative;
  }
  .research-article .next-article-section .article-item .item-inner .info .link a::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 13px;
    background-image: url("image/home/click.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);
  }
  .research-article .next-article-section > .link {
    display: none;
  }
  .research-article hr {
    width: 94.5%;
    max-width: 1253px;
  }
  .research-article hr.small-hr {
    max-width: 332px;
  }
  .research-article .developer-section {
    padding: 55px 0;
    max-width: 700px;
  }
  .research-article .developer-section > div {
    gap: 65px;
    align-items: start;
  }
  .research-article .developer-section > div img {
    width: 157px;
  }
  .research-article .developer-section > div .developer-info p {
    font-size: 16px;
    line-height: 1.875;
  }
  .research-article .developer-section > div .developer-info p .text01 {
    line-height: 2.5;
  }
  .research-article .developer-section > div .developer-info p .text02 {
    line-height: 2.5;
  }
  .research-article .developer-section > div .developer-info .pc-text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.714;
    color: #000000;
    margin-top: 12px;
  }
  .research-article .developer-section > p {
    display: none;
  }
  .research-article .contact-section {
    padding: 91px 0 61px;
  }
  .research-article .contact-section p {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 36px;
  }
  .research-article .recommend-section {
    padding: 85px 0 88px;
  }
  .research-article .recommend-section .section-header {
    width: 94.5%;
    max-width: 1360px;
  }
  .research-article .recommend-section .section-header h3 {
    display: none;
  }
  .research-article .recommend-section .recommend-inner {
    width: 94.5%;
    max-width: 1360px;
    margin: 60px auto 40px;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 70px;
  }
  .research-article .recommend-section .recommend-inner .item {
    flex-wrap: wrap;
    gap: 27px 0;
    width: 23.8%;
  }
  .research-article .recommend-section .recommend-inner .item:not(:last-child) {
    margin-bottom: 0;
  }
  .research-article .recommend-section .recommend-inner .item .title {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .research-article .recommend-section .recommend-inner .item img {
    width: 100%;
  }
  .research-article .recommend-section .link {
    text-align: center;
  }
  .research-article .bottom-image img.sp-image {
    display: none;
  }
  .research-article .bottom-image img.pc-image {
    display: block;
  }
}
.event-list {
  background-color: #FFFCF3;
  padding-top: 40px;
}
.event-list .first-view img {
  vertical-align: top;
  width: 100%;
}
.event-list .first-view img.fv-pc-image {
  display: none;
}
.event-list .event-section {
  padding: 23px 0 60px;
}
.event-list .event-section .section-header {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 35px;
}
.event-list .event-section .section-header .title img {
  width: 100%;
  max-width: 343px;
}
.event-list .event-section .section-header .title h1 {
  font-size: 12px;
  line-height: 1.667;
  font-weight: 700;
  color: #000000;
  margin-top: 10px;
}
.event-list .event-section .section-header .filter-list {
  display: none;
}
.event-list .event-section .event-inner .event-items .event-item {
  padding: 30px 0;
}
.event-list .event-section .event-inner .event-items .event-item .item-inner {
  width: 92%;
  margin: 0 auto;
}
.event-list .event-section .event-inner .event-items .event-item .item-inner .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 68.4%;
}
.event-list .event-section .event-inner .event-items .event-item .item-inner .image .cat {
  position: absolute;
  top: 9px;
  right: 9px;
  background-color: #A58847;
  color: #EFEADB;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 5px;
}
.event-list .event-section .event-inner .event-items .event-item .item-inner .info {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 20px 0 0;
}
.event-list .event-section .event-inner .event-items .event-item .item-inner .info .date {
  text-align: center;
  width: 60px;
  border-right: 0.5px solid #A58847;
}
.event-list .event-section .event-inner .event-items .event-item .item-inner .info .date .year {
  color: #A58847;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.2px;
  font-family: "noto-sans", sans-serif;
}
.event-list .event-section .event-inner .event-items .event-item .item-inner .info .date .day {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 3px;
  margin: 5px 0;
  font-family: "noto-sans", sans-serif;
}
.event-list .event-section .event-inner .event-items .event-item .item-inner .info .date .youbi {
  font-size: 10px;
  font-family: 700;
  line-height: 1;
  color: #000000;
}
.event-list .event-section .event-inner .event-items .event-item .item-inner .info .content {
  flex: 1;
  padding: 0 16px;
}
.event-list .event-section .event-inner .event-items .event-item .item-inner .info .content .title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 6px;
}
.event-list .event-section .event-inner .event-items .event-item .item-inner .info .content .field {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.event-list .event-section .event-inner .event-items .event-item .item-inner .info .content .field span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  font-family: quasimoda, sans-serif;
  color: #000000;
  padding-left: 17px;
  position: relative;
}
.event-list .event-section .event-inner .event-items .event-item .item-inner .info .content .field span:first-child::after {
  content: "";
  position: absolute;
  width: 9.6px;
  height: 12.28px;
  top: 50%;
  left: 0px;
  background-image: url("image/event/area.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.event-list .event-section .event-inner .event-items .event-item .item-inner .info .content .field span:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 11.25px;
  height: 11.25px;
  top: 50%;
  left: 0px;
  background-image: url("image/event/time.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.event-list .event-section .event-inner .event-items .event-item .item-inner .info .content .field span:last-child::after {
  content: "";
  position: absolute;
  width: 11.25px;
  height: 11.25px;
  top: 50%;
  left: 0px;
  background-image: url("image/event/price.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.event-list .event-section .event-inner .event-items .event-item .link {
  text-align: center;
  margin-top: 18.24px;
}
.event-list .event-section .event-inner .event-items .event-item .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #911147;
  color: #FFFCF3;
  border-radius: 5px;
  padding: 6px 8px 6px 0;
  width: 139px;
  height: 30px;
  position: relative;
}
.event-list .event-section .event-inner .event-items .event-item .link a::after {
  content: "";
  position: absolute;
  width: 13.6px;
  height: 13.6px;
  top: 50%;
  right: 20.4px;
  background-image: url("image/event/click.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.event-list .event-section .event-inner .event-items .event-item:nth-child(odd) {
  background-color: rgba(239, 234, 219, 0.85);
}
.event-list .event-section .event-inner .pagination {
  padding: 40px 0 22px;
}
.event-list .event-section .event-inner .pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
}
.event-list .event-section .event-inner .pagination .page-numbers .page-numbers {
  width: 37px;
  height: 37px;
  border: 1px solid #A58847;
  color: #A58847;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.event-list .event-section .event-inner .pagination .page-numbers .page-numbers.current {
  background-color: #A58847;
  color: #EBE5D0;
}
.event-list .event-section .event-inner .filter-list {
  text-align: center;
  width: 92%;
  margin: 0 auto;
}
.event-list .event-section .event-inner .filter-list h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 25px;
}
.event-list .event-section .event-inner .filter-list ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.event-list .event-section .event-inner .filter-list ul li {
  background-color: #851515;
  border-radius: 5px;
}
.event-list .event-section .event-inner .filter-list ul li a {
  text-decoration: none;
  color: #EFEADB;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px;
  display: block;
}
.event-list hr {
  width: 80%;
  height: 1px;
  border: none;
  margin: 0 auto;
  background-color: #A58847;
}
.event-list .recommend-section {
  padding: 27px 0 135px;
}
.event-list .recommend-section .section-header {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.event-list .recommend-section .section-header p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
  margin: 0 0 30px;
}
.event-list .recommend-section .section-header h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: underline;
}
.event-list .recommend-section .recommend-inner {
  width: 92%;
  margin: 40px auto;
}
.event-list .recommend-section .recommend-inner .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
}
.event-list .recommend-section .recommend-inner .item:not(:last-child) {
  margin-bottom: 20px;
}
.event-list .recommend-section .recommend-inner .item .title {
  flex: 1;
}
.event-list .recommend-section .recommend-inner .item .title img {
  width: 43px;
  height: auto;
  margin-bottom: 5px;
}
.event-list .recommend-section .recommend-inner .item .title p {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429;
}
.event-list .recommend-section .recommend-inner .item img {
  width: 56%;
}
.event-list .recommend-section .link {
  text-align: center;
}
.event-list .recommend-section .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #A58847;
  color: #FFFCF3;
  padding: 13px 10px 13px 0;
  border-radius: 5px;
  width: 260px;
  position: relative;
}
.event-list .recommend-section .link a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 13px;
  background-image: url("image/home/click.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.event-list .bottom-image {
  width: 100%;
}
.event-list .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.event-list .bottom-image img.pc-image {
  display: none;
}

.single-event-page {
  background-color: #FFFCF3;
  padding-top: 40px;
}
.single-event-page .single-inner {
  width: 92%;
  margin: 0 auto;
  padding: 13px 0 76px;
}
.single-event-page .single-inner .event-header .arrow a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.025;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  color: #A58847;
  text-decoration: none;
  font-family: quasimoda, sans-serif;
  letter-spacing: 1.4px;
}
.single-event-page .single-inner .event-header .arrow a img {
  width: 30px;
  height: 30px;
}
.single-event-page .single-inner .event-image {
  width: 100%;
  margin: 14px 0 18px;
}
.single-event-page .single-inner .event-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.single-event-page .single-inner .event-content .cat {
  display: inline-block;
  background-color: #A58847;
  color: #EFEADB;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 20px;
  border-radius: 5px;
}
.single-event-page .single-inner .event-content h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
  margin: 18px 0 11px;
}
.single-event-page .single-inner .event-content .date {
  margin: 10px 0 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #A58847;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.8px;
}
.single-event-page .single-inner .event-content .content01, .single-event-page .single-inner .event-content .content02 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714;
  margin: 20px 0;
}
.single-event-page .single-inner .event-content .content01 p, .single-event-page .single-inner .event-content .content02 p {
  margin-bottom: 20px;
}
.single-event-page .single-inner .event-content .content01 iframe, .single-event-page .single-inner .event-content .content02 iframe {
  max-width: 100%;
}
.single-event-page .single-inner .event-content .content01 embed,
.single-event-page .single-inner .event-content .content01 object, .single-event-page .single-inner .event-content .content02 embed,
.single-event-page .single-inner .event-content .content02 object {
  max-width: 100%;
  height: auto;
}
.single-event-page .single-inner .event-content .content01 img, .single-event-page .single-inner .event-content .content02 img {
  max-width: 100%;
  height: auto;
  display: block;
}
.single-event-page .single-inner .event-content .content01 a, .single-event-page .single-inner .event-content .content02 a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.single-event-page .single-inner .event-content .content01 .table-responsive, .single-event-page .single-inner .event-content .content02 .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.single-event-page .single-inner .event-content .content01 pre, .single-event-page .single-inner .event-content .content02 pre {
  white-space: pre-wrap; /* CSS 3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.single-event-page .single-inner .event-content .field {
  padding: 15px 23px;
  background-color: rgba(239, 234, 219, 0.85);
  width: 100%;
  margin: 30px 0;
}
.single-event-page .single-inner .event-content .field p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.67;
  color: #000000;
}
.single-event-page .single-inner .event-content .field p span {
  color: #A58847;
}
.single-event-page .single-inner .event-content .cart {
  margin-top: 42px;
  text-align: center;
}
.single-event-page .single-inner .event-content .cart a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #911147;
  color: #FFFCF3;
  padding: 13px 10px 13px 0;
  border-radius: 5px;
  width: 260px;
  position: relative;
}
.single-event-page .single-inner .event-content .cart a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 13px;
  background-image: url("image/home/click.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.single-event-page .single-inner .event-content .cart span {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #911147;
  color: #FFFCF3;
  padding: 13px 10px;
  border-radius: 5px;
  width: 260px;
  position: relative;
}
.single-event-page .single-inner .event-content .limit {
  margin: 26px 0 77px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.429;
  color: #000000;
  text-align: center;
}
.single-event-page .single-inner .event-content .link {
  margin-top: 42px;
  text-align: center;
}
.single-event-page .single-inner .event-content .link a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #911147;
  border: 1px solid #911147;
  padding: 13px 0 13px 10px;
  border-radius: 5px;
  width: 260px;
  position: relative;
}
.single-event-page .single-inner .event-content .link a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 27px;
  background-image: url("image/event/arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.single-event-page .bottom-image {
  width: 100%;
}
.single-event-page .bottom-image img {
  width: 100%;
  vertical-align: top;
}
.single-event-page .bottom-image img.pc-image {
  display: none;
}

@media (min-width: 1100px) {
  .event-list {
    padding-top: 68px;
  }
  .event-list .first-view img.fv-pc-image {
    display: block;
  }
  .event-list .first-view img.fv-sp-image {
    display: none;
  }
  .event-list .event-section {
    padding: 53px 0 56px;
  }
  .event-list .event-section .section-header {
    width: 94.5%;
    max-width: 1360px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .event-list .event-section .section-header .title img {
    max-width: 582px;
  }
  .event-list .event-section .section-header .title h1 {
    margin-top: 20px;
  }
  .event-list .event-section .section-header .filter-list {
    display: block;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .event-list .event-section .section-header .filter-list li {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    padding-bottom: 15px;
  }
  .event-list .event-section .section-header .filter-list li.active {
    border-bottom: 3px solid #A58847;
  }
  .event-list .event-section .section-header .filter-list li a {
    text-decoration: none;
    color: #333;
  }
  .event-list .event-section .event-inner {
    width: 94.5%;
    max-width: 1360px;
    margin: 0 auto;
  }
  .event-list .event-section .event-inner .event-items {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 40px 3.8%;
  }
  .event-list .event-section .event-inner .event-items .event-item {
    padding: 29px 23px;
    width: 30.8%;
    border-radius: 10px;
  }
  .event-list .event-section .event-inner .event-items .event-item .item-inner {
    width: 100%;
  }
  .event-list .event-section .event-inner .event-items .event-item:nth-child(even) {
    background-color: rgba(239, 234, 219, 0.85);
  }
  .event-list .event-section .event-inner .event-items .event-item .link {
    text-align: right;
  }
  .event-list .event-section .event-inner .event-items .event-item .link a {
    text-align: center;
  }
  .event-list .event-section .event-inner .pagination {
    padding: 70px 0 0;
  }
  .event-list .event-section .event-inner .pagination .nav-links {
    gap: 33px;
  }
  .event-list .event-section .event-inner .filter-list {
    display: none;
  }
  .event-list hr {
    width: 50%;
  }
  .event-list .recommend-section {
    padding: 71.45px 0 88px;
  }
  .event-list .recommend-section .section-header {
    width: 94.5%;
    max-width: 1360px;
  }
  .event-list .recommend-section .section-header h3 {
    display: none;
  }
  .event-list .recommend-section .recommend-inner {
    width: 94.5%;
    max-width: 1360px;
    margin: 60px auto 40px;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 70px;
  }
  .event-list .recommend-section .recommend-inner .item {
    flex-wrap: wrap;
    gap: 27px 0;
    width: 23.8%;
  }
  .event-list .recommend-section .recommend-inner .item:not(:last-child) {
    margin-bottom: 0;
  }
  .event-list .recommend-section .recommend-inner .item .title {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .event-list .recommend-section .recommend-inner .item img {
    width: 100%;
  }
  .event-list .recommend-section .link {
    text-align: center;
  }
  .event-list .bottom-image img.sp-image {
    display: none;
  }
  .event-list .bottom-image img.pc-image {
    display: block;
  }
  .single-event-page {
    padding-top: 68px;
  }
  .single-event-page .single-inner {
    width: 94.5%;
    max-width: 1360px;
    padding: 28px 0 114px;
  }
  .single-event-page .single-inner .event-header .arrow {
    gap: 23px;
  }
  .single-event-page .single-inner .event-image {
    margin: 32px auto 72px;
    max-width: 1260px;
  }
  .single-event-page .single-inner .event-image img {
    width: 40%;
    border-radius: 10px;
  }
  .single-event-page .single-inner .event-content {
    max-width: 1260px;
    margin: 0 auto;
  }
  .single-event-page .single-inner .event-content h1 {
    font-size: 32px;
    margin: 29px 0 24px;
  }
  .single-event-page .single-inner .event-content .date {
    margin: 24px 0 20px;
  }
  .single-event-page .single-inner .event-content .field {
    margin: 40px 0;
    max-width: 440px;
  }
  .single-event-page .single-inner .event-content .field p {
    font-size: 16px;
    line-height: 1.875;
  }
  .single-event-page .single-inner .event-content .cart {
    margin-top: 80px;
  }
  .single-event-page .single-inner .event-content .limit {
    margin: 26px 0 56px;
  }
  .single-event-page .single-inner .event-content .link {
    margin-top: 90px;
  }
  .single-event-page .bottom-image img.sp-image {
    display: none;
  }
  .single-event-page .bottom-image img.pc-image {
    display: block;
  }
}
.video-page h1,
.video-page .h1,
.video-page h2,
.video-page .h2,
.video-page h3,
.video-page .h3,
.video-page h4,
.video-page .h4,
.video-page h5,
.video-page .h5,
.video-page h6,
.video-page .h6 {
  font-family: "poppins", "Inter", sans-serif;
}
.video-page a {
  text-decoration: none;
  color: #000000;
}
.video-page a:hover {
  opacity: 0.8;
}
.video-page .first-view img {
  vertical-align: top;
  width: 100%;
}
.video-page .first-view img.fv-sp-image {
  display: none;
}
.video-page .f_IvyPresto {
  font-family: ivypresto-display, serif;
  font-weight: 300;
  font-style: italic;
}
.video-page .f_Aktiv {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.video-page .filter_black {
  filter: invert(1);
}
.video-page hr[class^=library_border] {
  border-top: 3px solid #d33005;
  margin: 16px 0px 0px;
  overflow: visible;
  display: block;
  border-left: none;
  border-right: none;
  border-bottom: none;
  text-align: left;
  height: 12px;
}
.video-page hr[class^=library_border]:after {
  display: inline-block;
  position: relative;
  top: -16px;
  left: 0;
  padding: 0 3px;
  background: #ebe5d0;
  color: #B53410;
  font-size: 15px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  padding-right: 3%;
  width: 104px;
  font-weight: 700;
}
.video-page .phase_title {
  font-size: 40px;
}
.video-page .library_border01:after {
  content: "PHASE #01";
}
.video-page .library_border02:after {
  content: "PHASE #02";
}
.video-page .library_border03:after {
  content: "PHASE #03";
}
.video-page .library_border04:after {
  content: "PHASE #04";
}
.video-page .library_box {
  border: solid 1px #ccc5ae;
  width: 100%;
  margin: 20px auto;
  max-width: 1329px;
  padding: 40px 40px 20px;
  border-radius: 10px;
  box-shadow: -1px 0px 8px 2px #cbc5b0 inset;
}
.video-page .library_box p {
  font-size: 20px;
  margin: 20px 0;
}
.video-page #Videolibrary_chap2 {
  background-color: #ebe5d0;
  margin-bottom: 2%;
  text-align: center;
}
.video-page .library_chap2_subtitle {
  margin: 12px;
  color: rgba(0, 0, 0, 0.6705882353);
  font-size: 12.5px;
  font-weight: 600;
  font-family: "Inter";
}
.video-page #Videolibrary_chap3 ul {
  padding: 0;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.video-page #Videolibrary_chap3 ul li {
  position: relative;
  border-bottom: solid 1px black;
  margin: 30px 0;
  list-style: none;
  line-height: 28px;
}
.video-page #Videolibrary_chap3 ul li a {
  margin-bottom: 6px;
  display: block;
}
.video-page #Videolibrary_chap3 ul li a:hover {
  opacity: 0.7;
}
.video-page #Videolibrary_chap3 ul li a::after {
  content: "";
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  background-image: url("image/video/play-circle.png");
  background-size: 50px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.video-page #Videolibrary_chap3 {
  background-color: #ebe5d0;
  padding: 0 2%;
}
.video-page #Videolibrary_wrapper {
  padding-top: 140px;
  background-color: #ebe5d0;
}
.video-page .t_center {
  text-align: center;
}
.video-page .bold,
.video-page b,
.video-page .fbold {
  font-weight: bold;
}
.video-page dt {
  position: relative;
}
.video-page .text_bigger {
  font-size: clamp(21px, 4.5vw, 32px);
  letter-spacing: 1.4px;
}
.video-page hr[class^=value_border] {
  border-top: 3px solid #d33005;
  margin: 26px 0px 11px;
  overflow: visible;
  display: block;
  border-left: none;
  border-right: none;
  border-bottom: none;
  text-align: left;
  height: 20px;
  border: none;
}
.video-page hr[class^=value_border]::after {
  display: inline-block;
  position: relative;
  top: -12px;
  left: 0;
  padding: 0 3px;
  background: #ebe5d0;
  color: #B53410;
  font-size: 15px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  width: 100px;
  font-weight: 700;
}
.video-page .grid_video_library {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.video-page .library_border {
  height: 6px;
  background-color: #000;
  border: none;
  margin-top: 0;
  margin-bottom: 2%;
  font-size: 30px;
}

/* スマホの時だけ */
@media (max-width: 767px) {
  .video-page .first-view img.fv-sp-image {
    display: block;
  }
  .video-page hr[class^=value_border] {
    border-top: 3px solid #d33005;
    margin: 60px 0 10px;
  }
  .video-page .grid_video_library {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .video-page #Videolibrary_wrapper {
    padding-top: 26px;
  }
  .video-page .library_border {
    height: 6px;
    background-color: #000;
    border: none;
    margin-top: 0;
    margin-bottom: 2%;
    font-size: 30px;
  }
  .video-page #Videolibrary_chap3 {
    padding: 0;
  }
  .video-page hr[class^=library_border]:after {
    background: #F4EFDE;
  }
  .video-page .library_box {
    border: none;
    box-shadow: none;
    background: #F4EFDE;
    padding: 4% 3%;
    border-radius: 0;
    margin: 0;
  }
  .video-page .library_box p {
    font-size: 12px;
    margin: 12px 0;
  }
  .video-page #Videolibrary_chap3 ul li {
    font-size: 11px;
    line-height: 17px;
  }
  .video-page #Videolibrary_chap3 ul li a:after {
    width: 30px;
    height: 30px;
    background-size: 30px;
    top: 3px;
  }
  .video-page .phase_title {
    font-size: 24px;
  }
}
.privacy, .customer_term, .faq, .law_info {
  background-color: #ebe4d0;
  padding: 100px 0 40px;
}
.privacy h1, .customer_term h1, .faq h1, .law_info h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.privacy section, .customer_term section, .faq section, .law_info section {
  width: 92%;
  margin: 40px auto 0;
}
.privacy section div > h2, .customer_term section div > h2, .faq section div > h2, .law_info section div > h2 {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 400;
}
.privacy section div > p, .customer_term section div > p, .faq section div > p, .law_info section div > p {
  font-size: 13px;
}
.privacy section div ul, .customer_term section div ul, .faq section div ul, .law_info section div ul {
  list-style: none;
  margin: 30px 0 0;
}
.privacy section div ul li, .customer_term section div ul li, .faq section div ul li, .law_info section div ul li {
  margin-bottom: 30px;
}
.privacy section div ul li h2, .customer_term section div ul li h2, .faq section div ul li h2, .law_info section div ul li h2 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
}
.privacy section div ul li p, .customer_term section div ul li p, .faq section div ul li p, .law_info section div ul li p {
  font-size: 13px;
}
.privacy section dl, .customer_term section dl, .faq section dl, .law_info section dl {
  padding: 8px 0;
  border-top: 1px solid #0d1315;
}
.privacy section dl:last-child, .customer_term section dl:last-child, .faq section dl:last-child, .law_info section dl:last-child {
  border-bottom: 1px solid #0d1315;
}
.privacy section dl dt, .customer_term section dl dt, .faq section dl dt, .law_info section dl dt {
  font-size: 14px;
  color: #0d1315;
  line-height: 1.5;
  padding: 8px 35px;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}
.privacy section dl dt span, .customer_term section dl dt span, .faq section dl dt span, .law_info section dl dt span {
  position: absolute;
  left: 5px;
  top: 8px;
  font-size: 14px;
  line-height: 1.5;
}
.privacy section dl dt p, .customer_term section dl dt p, .faq section dl dt p, .law_info section dl dt p {
  font-size: 13px;
}
.privacy section dl dt i, .customer_term section dl dt i, .faq section dl dt i, .law_info section dl dt i {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 8px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  font-style: normal;
  line-height: 1;
}
.privacy section dl dt i.plus::before, .customer_term section dl dt i.plus::before, .faq section dl dt i.plus::before, .law_info section dl dt i.plus::before {
  content: "＋";
}
.privacy section dl dt i.plus.show, .customer_term section dl dt i.plus.show, .faq section dl dt i.plus.show, .law_info section dl dt i.plus.show {
  opacity: 1;
}
.privacy section dl dt i.minus::before, .customer_term section dl dt i.minus::before, .faq section dl dt i.minus::before, .law_info section dl dt i.minus::before {
  content: "ー";
}
.privacy section dl dt i.minus.show, .customer_term section dl dt i.minus.show, .faq section dl dt i.minus.show, .law_info section dl dt i.minus.show {
  opacity: 1;
}
.privacy section dl dd, .customer_term section dl dd, .faq section dl dd, .law_info section dl dd {
  font-size: 14px;
  color: #0d1315;
  line-height: 1.5;
  padding: 0 35px;
  cursor: pointer;
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s, max-height 0.3s;
}
.privacy section dl dd span, .customer_term section dl dd span, .faq section dl dd span, .law_info section dl dd span {
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 14px;
  line-height: 1.5;
}
.privacy section dl dd p, .customer_term section dl dd p, .faq section dl dd p, .law_info section dl dd p {
  font-size: 13px;
}
.privacy section table, .customer_term section table, .faq section table, .law_info section table {
  width: 100%;
  border-collapse: collapse;
}
.privacy section table tbody tr, .customer_term section table tbody tr, .faq section table tbody tr, .law_info section table tbody tr {
  border-bottom: 1px solid #0d1315;
  padding: 15px 10px;
  display: block;
}
.privacy section table tbody tr:first-child, .customer_term section table tbody tr:first-child, .faq section table tbody tr:first-child, .law_info section table tbody tr:first-child {
  border-top: 1px solid #0d1315;
}
.privacy section table tbody tr th, .customer_term section table tbody tr th, .faq section table tbody tr th, .law_info section table tbody tr th {
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.privacy section table tbody tr td, .customer_term section table tbody tr td, .faq section table tbody tr td, .law_info section table tbody tr td {
  text-align: left;
  font-size: 13px;
  width: 100%;
  display: block;
}

@media (min-width: 1100px) {
  .privacy, .customer_term, .faq, .law_info {
    padding: 140px 0 60px;
  }
  .privacy section, .customer_term section, .faq section, .law_info section {
    width: 94.5%;
    max-width: 800px;
    margin: 60px auto 0;
  }
  .privacy section table tbody tr, .customer_term section table tbody tr, .faq section table tbody tr, .law_info section table tbody tr {
    padding: 0;
    display: table-row;
  }
  .privacy section table tbody tr th, .customer_term section table tbody tr th, .faq section table tbody tr th, .law_info section table tbody tr th {
    padding: 15px 10px;
    width: 20%;
    display: table-cell;
    margin-bottom: 0;
  }
  .privacy section table tbody tr td, .customer_term section table tbody tr td, .faq section table tbody tr td, .law_info section table tbody tr td {
    padding: 15px 10px;
    width: 80%;
    display: table-cell;
  }
  .privacy section dl, .customer_term section dl, .faq section dl, .law_info section dl {
    padding: 10px 0;
  }
  .privacy section dl dt, .customer_term section dl dt, .faq section dl dt, .law_info section dl dt {
    font-size: 15px;
    padding: 10px 45px;
  }
  .privacy section dl dt span, .customer_term section dl dt span, .faq section dl dt span, .law_info section dl dt span {
    left: 15px;
    font-size: 15px;
  }
  .privacy section dl dt p, .customer_term section dl dt p, .faq section dl dt p, .law_info section dl dt p {
    font-size: 15px;
  }
  .privacy section dl dt i, .customer_term section dl dt i, .faq section dl dt i, .law_info section dl dt i {
    font-size: 20px;
    right: 15px;
  }
  .privacy section dl dd, .customer_term section dl dd, .faq section dl dd, .law_info section dl dd {
    font-size: 15px;
    padding: 0 45px;
  }
  .privacy section dl dd span, .customer_term section dl dd span, .faq section dl dd span, .law_info section dl dd span {
    left: 15px;
    font-size: 15px;
  }
  .privacy section dl dd p, .customer_term section dl dd p, .faq section dl dd p, .law_info section dl dd p {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */