﻿@font-face {
  font-family: 'TBGoStdDB';
  src: url("/Css/TBGoStdDB-Normal.otf") format("opentype");
}

@font-face {
  font-family: 'TBGoStdR';
  src: url("/Css/TBGoStdR-Normal.otf") format("opentype");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "TBGoStdR", serif;
  font-size: 16px;
  font-weight: 400;
  color: #503A2F;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F8F7F7;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

li {
  list-style: none;
}

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

figure {
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 1;
}

p {
  margin: 0;
  line-height: calc(40/16);
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  p {
    line-height: calc(50/24);
    text-align: left;
  }
}

a:visited {
  color: #503A2F;
}

ul {
  margin: 0;
}

ul::after {
  display: none;
}

@media screen and (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.inner {
  max-width: 980px;
  margin: 0 auto;
  height: inherit;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    padding-left: calc(100vw / 640 * 40);
    padding-right: calc(100vw / 640 * 40);
  }
}
#newsHead {
  margin-bottom: 70px;
}
#newsHead .section_title {
  font-family: "TBGoStdDB", serif;
  font-size: 34px;
  margin: 0;
  margin-top: 90px;
  padding: 30px 0;
  position: relative;
  text-align: center;
  line-height: 1;
  letter-spacing: 3.4px;
}

#newsHead .section_title::before {
  content: "";
  display: inline-block;
  background: url(/Contents/ImagesPkg/2024/wp/pc/news_snipets.png) no-repeat center center/contain;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
}
.columns_all_article {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .section_title::before {
    background: url(/Contents/ImagesPkg/2024/wp/sp/news_snipets.png) no-repeat center center/contain;
    width: calc(100vw / 640 * 41);
  }
}

@media screen and (max-width: 767px) {
  .section_title {
    font-size: calc(100vw / 640 * 32);
    font-size: calc(100vw / 640 * 32);
    padding: calc(100vw / 640 * 30) 0;
    letter-spacing: 0.32px;
  }
}

.section_title_sub {
  text-align: center;
  line-height: calc(40/16);
  font-family: "TBGoStdR", serif;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .section_title_sub {
    line-height: calc(50/24);
    text-align: left;
    font-size: 16px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #503A2F;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main_btn a {
  font-family: "TBGoStdDB", serif;
  display: inline-block;
  background: #715F56;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #715F56;
  border: 1px solid #BBB1AC;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .main_btn a {
    border-radius: 3px;
  }
}

.main_btn a:hover {
  background: #fff;
  color: #715F56;
  border: 1px solid #BBB1AC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.main_btn_sm a {
  width: 224px;
  padding: 15px 10px;
  letter-spacing: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_btn_sm a {
    font-size: 18px;
    padding: 12px 10px;
  }
}

@media screen and (max-width: 767px) {
  .main_btn_sm a {
    font-size: 16px;
    width: 68.5%;
    padding: 8px 5px;
    letter-spacing: 1.2px;
  }
}

.main_btn_lg a {
  padding: 24px 100px;
  width: 377px;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_btn_lg a {
    font-size: 20px;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 767px) {
  .main_btn_lg a {
    width: 76.7%;
    font-size: 17px;
    padding: 19px 40px;
    border: none;
    letter-spacing: .65px;
  }
}

.top-load_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 82px auto 0;
}

.top-load_btn a {
  width: 377px;
  padding: 24px 10px;
  border: 1px solid #715F56;
}

.top-load_btn a:hover {
  border: 1px solid #715F56;
}

.top-load_btn:first-child a {
  border: 1px solid #715F56;
  background: #fff;
  color: #715F56;
  letter-spacing: 0;
}

.top-load_btn:first-child a:hover {
  background: #715F56;
  color: #fff;
  border: 1px solid #715F56;
}

#newsBody ul {
  max-width: 800px;
  margin: 30px auto 0;
}

#newsBody ul li {
  background: #fff;
  padding: 23px;
  border: 1px solid #D1C7C1;
  border-radius: 6px;
  margin-bottom: 11px;
  display: list-item;
  cursor: pointer;
}

#newsBody ul li:hover {
  opacity: .5;
}

#newsBody ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

#newsBody ul li a:hover {
  opacity: 1 !important;
}

#newsBody ul li dt {
  font-size: 13px;
}

#newsBody ul li dd {
  font-family: "TBGoStdDB", serif;
  font-size: 15px;
  margin-top: 10px;
  line-height: calc(24/15);
}

#newsBody {
  margin-top: 70px;
}

#newsSingle {
  padding: 40px 40px 65px;
  background: #fff;
}

#newsSingle h3 {
  font-family: "TBGoStdDB", serif;
  font-size: 26px;
  padding: 30px 0;
  margin: 0;
  position: relative;
  text-align: center;
  line-height: 1;
  letter-spacing: 2.6px;
}

#newsSingle h3::before {
  content: "";
  display: inline-block;
  background: url(/Contents/ImagesPkg/2024/wp/pc/section_title_snipets.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 41px;
  height: 5px;
}

@media screen and (max-width: 767px) {
  #newsSingle h3::before {
    background: url(/Contents/ImagesPkg/2024/wp/sp/section_title_snipets.png) no-repeat center center/contain;
    width: calc(100vw / 640 * 41);
  }
}

#newsSingle h3::after {
  content: "";
  display: inline-block;
  background: url(/Contents/ImagesPkg/2024/wp/pc/section_title_snipets.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 41px;
  height: 5px;
}

@media screen and (max-width: 767px) {
  #newsSingle h3::after {
    background: url(/Contents/ImagesPkg/2024/wp/sp/section_title_snipets.png) no-repeat center center/contain;
    width: calc(100vw / 640 * 41);
  }
}

@media screen and (max-width: 767px) {
  #newsSingle h3 {
    font-size: calc(100vw / 640 * 32);
    font-size: calc(100vw / 640 * 32);
    padding: calc(100vw / 640 * 30) 0;
    letter-spacing: 0.32px;
  }
}

#newsSingleData {
  font-family: "TBGoStdDB", serif;
  font-size: 13px;
  color: #BBB1AC;
  text-align: right;
  margin-top: 9px;
}

#newsSingleBox h4 {
  line-height: calc(44/24);
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #BBB1AC;
  width: 980px;
  margin-right: calc(50% - 490px);
  margin-left: calc(50% - 490px);
  font-family: "TBGoStdDB", serif;
  letter-spacing: 2.4px;
  padding-bottom: 7px;
  margin-bottom: 27px;
  margin-top: 27px;
}

#newsSingleBox h4 span {
  color: #503A2F !important;
}

@media screen and (max-width: 767px) {
  #newsSingleBox h4 {
    font-size: calc(100vw / 640 * 28);
    margin-right: 0;
    margin-left: 0;
    width: inherit;
    border-bottom: none;
    position: relative;
    letter-spacing: 1.4px;
    line-height: calc(55/28);
    margin-bottom: calc(100vw / 640 * 28);
    margin-top: calc(100vw / 640 * 60);
  }
  #newsSingleBox h4::after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 1px;
    background: #BBB1AC;
    position: absolute;
    bottom: calc(100vw / 640 * 10);
    left: calc(100vw / 640 * -50);
  }
}

#newsSingleBox p {
  line-height: calc(40/16);
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #newsSingleBox p {
    font-size: calc(100vw / 640 * 24);
    line-height: calc(50/24);
  }
}

#newsSingleBox p strong {
  font-family: "TBGoStdDB", serif;
  color: #FF7777;
}

#newsSingleBox a {
  font-family: "TBGoStdDB", serif;
  color: #503A2F;
  font-size: 16px;
  line-height: calc(40/16);
  text-decoration: underline;
  padding-left: 18px;
  position: relative;
  display: inline-block;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  #newsSingleBox a {
    font-size: calc(100vw / 640 * 24);
    line-height: calc(40/24);
    margin-top: calc(100vw / 640 * 30);
    padding-left: calc(100vw / 640 * 24);
  }
}

#newsSingleBox a::before {
  content: "";
  display: inline-block;
  background: #FF7777;
  border: 1px solid #715F56;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  #newsSingleBox a::before {
    width: calc(100vw / 640 * 16);
    height: calc(100vw / 640 * 16);
    -webkit-transform: inherit;
            transform: inherit;
    top: calc(100vw / 640 * 12);
  }
}

.c-footer2023 {
  padding-top: 120px;
}

#pankuzu p {
  padding-top: 5px;
  padding-bottom: 40px;
}

.c-header2023__container01__inner__cart__link {
  white-space: nowrap;
}
