/* 基本情報 */
body {
  padding: 0 !important;
}
body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,table,th,td,img,figure,form {
  color: #000;
  letter-spacing: 0.04em;
}
input,button,textarea,select {
  color: #000;
}
textarea {resize: vertical;}
select::-ms-expand {display: none;}
::placeholder {
  color: #000;
}

/*.ie11対策*/
input:-ms-input-placeholder {
  color: #000;
}
select:invalid {
  color: #000;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
form {
  font-family: "Zen Old Mincho", serif;
}

.font_en {
  font-family: "Zen Old Mincho", serif;
}

header {
  height: 11rem;
}
@media screen and (max-width: 768px) {
  header {
    height: 23.2vw;
  }
}
header .txt {
  font-size: 1.4rem;
  color: #000;
  height: 3.4rem;
  line-height: 3.4rem;
  letter-spacing: 0.04em;
  background: #F4F4EF;
}
@media screen and (max-width: 768px) {
  header .txt {
    font-size: 3.2vw;
    height: 8vw;
    line-height: 8vw;
  }
}
header .header_wrap {
  padding: 0 4.3rem 0 5rem;
  height: 7.6rem;
}
@media screen and (max-width: 768px) {
  header .header_wrap {
    padding: 0 5.84vw 0 5.3333333333vw;
    height: 15.2vw;
  }
}
@media screen and (max-width: 768px) {
  header .logo_wrap {
    width: 40vw;
  }
}
header .header_list_wrap {
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  header .header_list_wrap {
    gap: 0;
  }
}
header .gnav_list {
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  header .gnav_list {
    gap: 0;
    padding: 3.9733333333vw 0 0;
  }
}
header .gnav_list .gnav_item {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  header .gnav_list .gnav_item {
    padding: 0 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  header .gnav_list .gnav_item + .gnav_item {
    border-top: 0.1rem solid #F0F0F0;
  }
}
header .gnav_list .gnav_item .gnav_link {
  position: relative;
  padding: 0;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header .gnav_list .gnav_item .gnav_link {
    font-size: 4.5333333333vw;
    line-height: 15.2vw;
    border-bottom: none;
  }
}
header .gnav_list .gnav_item .gnav_link:before {
  bottom: -1rem;
}
@media screen and (max-width: 768px) {
  header .gnav_list .gnav_item .gnav_link:before {
    display: none;
  }
}
header .gnav_list .search_box {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  header .gnav_list .search_box {
    margin: 0 4vw 6.6666666667vw;
    padding: 0;
  }
}
header .gnav_list .search_box .search_box_search {
  border-radius: 2rem;
  background: #F0F0F0;
}
@media screen and (max-width: 768px) {
  header .gnav_list .search_box .search_box_search {
    border-radius: 5.0666666667vw;
  }
}
header .gnav_list .search_box .search_box_search .search_input {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 3.5rem 0 2rem !important;
  color: #666;
}
@media screen and (max-width: 768px) {
  header .gnav_list .search_box .search_box_search .search_input {
    font-size: 3.7333333333vw;
    font-family: "Zen Old Mincho", serif;
    line-height: 1.78;
    padding: 0 10.1333333333vw 0 5.0666666667vw !important;
  }
}
header .gnav_list .search_box .search_box_search .search_input::-webkit-input-placeholder {
  color: #666;
  font-family: "Zen Old Mincho", serif;
}
header .gnav_list .search_box .search_box_search .search_input::-moz-placeholder {
  color: #666;
  font-family: "Zen Old Mincho", serif;
}
header .gnav_list .search_box .search_box_search .search_input:-ms-input-placeholder {
  color: #666;
  font-family: "Zen Old Mincho", serif;
}
header .gnav_list .search_box .search_box_search .search_input::-ms-input-placeholder {
  color: #666;
  font-family: "Zen Old Mincho", serif;
}
header .gnav_list .search_box .search_box_search .search_input::placeholder {
  color: #666;
  font-family: "Zen Old Mincho", serif;
}
header .gnav_list .search_box .search_box_search .search_ico {
  right: 1.85rem;
}
@media screen and (max-width: 768px) {
  header .gnav_list .search_box .search_box_search .search_ico {
    right: 5.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  header .gnav_list .gnav_item_logo {
    margin: 0 4vw 6vw;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  header .gnav_list .gnav_item_login .gnav_link {
    font-size: 4.5333333333vw;
    line-height: 13.8666666667vw;
    background: #F4F4EF;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  header .gnav_list .gnav_item_account {
    margin-top: 3.0666666667vw;
    font-size: 4.5333333333vw;
    color: #fff !important;
    line-height: 18.1333333333vw;
    background: #000;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  header .gnav_list .gnav_item_close {
    margin-top: 3.6vw;
    font-size: 4.5333333333vw;
    line-height: 18.1333333333vw;
    background: #F0F0F0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  header .black_bg {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  header .black_bg::before, header .black_bg::after {
    height: 0.2rem;
  }
}
header .various_list {
  gap: 2.3rem;
}
@media screen and (max-width: 768px) {
  header .various_list {
    gap: 3.4133333333vw;
  }
}
header .various_list .various_item {
  margin-left: 0;
}
header .various_list .various_item a {
  gap: 0.98rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header .various_list .various_item a {
    gap: 0;
  }
}
header .various_list .various_item a .my_page_img {
  margin: 0;
  width: 1.947rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  header .various_list .various_item a .my_page_img {
    width: 5.192vw;
  }
}
header .various_list .various_item a .cart_img {
  margin: 0;
  width: 1.606rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  header .various_list .various_item a .cart_img {
    width: 4.2826666667vw;
  }
}
header .various_list .various_item a .various_txt {
  padding-top: 0;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
header .menu_btn {
  height: auto;
  aspect-ratio: 1/0.6428571429;
}
@media screen and (max-width: 768px) {
  header .menu_btn {
    width: 7.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  header .menu_btn span {
    width: 7.4666666667vw;
    height: 0.2rem;
  }
}
header .menu_btn span:nth-of-type(1) {
  top: 0;
}
header .menu_btn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
header .menu_btn span:nth-of-type(3) {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  header .menu_btn span:nth-of-type(3) {
    width: 5.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  header nav#gnav {
    width: 80.5333333333vw;
  }
}
/* 既存修正 */
header * {
  letter-spacing: 0.04em;
}
header .logo_wrap {
  margin: 0;
}
header .gnav_item_login {
  padding: 0;
}
header .search_ico input {
  margin: 0;
}
@media screen and (min-width: 769px) {
  header .gnav_link:hover {
    color: #9D9D78;
  }
  header .gnav_link:hover::before {
    border-bottom-color: #9D9D78;
  }
  header .various_link:hover .various_txt {
    color: #9D9D78;
  }
}

.top_btn .top_btn_link {
  width: 5rem;
  height: 5rem;
  background: #222;
}
.top_btn .top_btn_link:hover {
  background: #000;
}
.top_btn .top_btn_link:before {
  bottom: 45%;
}

footer {
  padding: 6.21rem 0 2.13rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 8vw 0 5.3333333333vw;
  }
}
footer .inner {
  padding: 0;
}
footer .logo_wrap {
  margin-bottom: 4.58rem;
}
@media screen and (max-width: 768px) {
  footer .logo_wrap {
    margin-bottom: 8vw;
  }
}
footer .logo_wrap .logo_link {
  margin-bottom: 0;
}
footer .list {
  gap: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  footer .list {
    gap: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
footer .list .item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer .list .item {
    width: 100%;
  }
}
footer .list .item .link {
  color: #000;
  letter-spacing: 0.04em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer .list .item .link {
    margin-left: 0;
    font-size: 3.7333333333vw;
  }
}
footer .list .item .link:hover {
  color: #9D9D78;
  opacity: 1.0;
}
footer .btn {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  footer .btn {
    margin-bottom: 8vw;
  }
}
footer .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33rem;
  height: 6rem;
  padding: 0;
  margin: auto;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  font-family: inherit;
  background: #FFF;
  border: 0.1rem solid #ccc;
  border-radius: 3rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer .btn a {
    width: 90.6666666667vw;
    height: 16vw;
    font-size: 4vw;
    border-radius: 8vw;
  }
}
footer .btn a:hover {
  color: #fff;
  background: #CCC;
}
footer .sns_list {
  margin-bottom: 1.33rem;
}
footer .copy {
  font-size: 1.2rem;
  color: #000;
}
footer * {
  letter-spacing: 0.04em;
}

/*#fs_Top * {
  color: #000;
  letter-spacing: 0.04em;
}*/
#fs_Top img:hover {
  opacity: 1;
}
main#new_Top * {
  color: #000;
  letter-spacing: 0.04em;
}

.fv {
  position: relative;
}
.fv .slick-dots {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  padding-top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv .slick-dots {
    bottom: -5.3333333333vw;
  }
}
.fv .slick-dots button {
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .fv .slick-dots button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.fv .slick-dots .slick-active button {
  background: #222;
}

#fv_bottom {
  padding: 10rem 0 13.8rem;
  background: #FBFBF6;
}
@media screen and (max-width: 768px) {
  #fv_bottom {
    padding: 18.6666666667vw 0 16vw;
  }
}
#fv_bottom .inner {
  max-width: 150rem;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #fv_bottom .inner {
    width: 90.6666666667vw;
  }
}
#fv_bottom .title02 {
  width: 30rem;
  margin: 0 auto 3.58rem;
}
@media screen and (max-width: 768px) {
  #fv_bottom .title02 {
    width: 58.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}
#fv_bottom .title02 img {
  width: 100%;
}
#fv_bottom p {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #fv_bottom p {
    font-size: 4.5333333333vw;
    line-height: 2;
  }
}

#about {
  padding: 12rem 0 14rem;
  background-image: url("../img/renewal/bg_about.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #about {
    padding: 16vw 0 18.6666666667vw;
    background-image: url("../img/renewal/bg_about_sp.jpg");
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-attachment: unset;
    background-position: top left;
  }
}
#about .inner {
  max-width: 150rem;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #about .inner {
    width: 92vw;
  }
}
#about .title02 {
  margin-bottom: 10rem;
  font-size: 4rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .title02 {
    margin-bottom: 6.1333333333vw;
    font-size: 8vw;
  }
}
#about .catch {
  margin-bottom: 8rem;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #about .catch {
    margin-bottom: 7.2vw;
    font-size: 5.6vw;
    line-height: 2;
  }
}
#about p {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  line-height: 2.7;
}
@media screen and (max-width: 768px) {
  #about p {
    font-size: 4vw;
    line-height: 2;
  }
}
#about .btn_more,
#about .btn_close {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.18rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #about .btn_more,
  #about .btn_close {
    margin-top: 10.6666666667vw;
    gap: 3.168vw;
    font-size: 3.7333333333vw;
  }
}
#about .btn_more:hover,
#about .btn_close:hover {
  opacity: 0.7;
}
#about .btn_more .arrow,
#about .btn_close .arrow {
  position: relative;
  display: inline-block;
  width: 1.66rem;
  height: 0.88rem;
}
@media screen and (max-width: 768px) {
  #about .btn_more .arrow,
  #about .btn_close .arrow {
    width: 4.3173333333vw;
    height: 2.1573333333vw;
  }
}
#about .btn_more .arrow::before, #about .btn_more .arrow::after,
#about .btn_close .arrow::before,
#about .btn_close .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.05rem);
  width: 0.1rem;
  height: 1.2rem;
  background-color: #ffffff;
  -webkit-transform-origin: 50% calc(100% - 0.05rem);
          transform-origin: 50% calc(100% - 0.05rem);
}
@media screen and (max-width: 768px) {
  #about .btn_more .arrow::before, #about .btn_more .arrow::after,
  #about .btn_close .arrow::before,
  #about .btn_close .arrow::after {
    height: 3.2vw;
  }
}
#about .btn_more .arrow::before,
#about .btn_close .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#about .btn_more .arrow::after,
#about .btn_close .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#about .btn_close .arrow::before, #about .btn_close .arrow::after {
  top: 0;
  -webkit-transform-origin: 50% 0.05rem;
          transform-origin: 50% 0.05rem;
}
#about .acc_con {
  padding: 12rem 0 8rem;
}
@media screen and (max-width: 768px) {
  #about .acc_con {
    padding: 21.3333333333vw 0 0;
  }
}
#about .acc_con .title03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7rem;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #about .acc_con .title03 {
    margin-bottom: 10.6666666667vw;
    font-size: 8vw;
  }
}
#about .acc_con .title03 span {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #about .acc_con .title03 span {
    font-size: 4.8vw;
  }
}
#about .acc_con .title03:after {
  content: "";
  display: block;
  width: 30rem;
  height: 0.1rem;
  margin-left: 1.6rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #about .acc_con .title03:after {
    width: 22.4vw;
    height: 0.05rem;
    margin-left: 2.1333333333vw;
  }
}
#about .acc_con ol li + li {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #about .acc_con ol li + li {
    margin-top: 10.6666666667vw;
  }
}
#about .acc_con ol li .title04 {
  margin-bottom: 2.5rem;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #about .acc_con ol li .title04 {
    margin-bottom: 4vw;
    font-size: 8vw;
  }
}
#about .acc_con ol li .title04 .number {
  margin-right: 0.5em;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about .acc_con ol li .title04 .number {
    font-size: 4.8vw;
  }
}
#about .acc_con ol li .title04 .en {
  margin-left: 0.8em;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #about .acc_con ol li .title04 .en {
    font-size: 2.9333333333vw;
  }
}
#about .acc_con p {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about .acc_con p {
    font-size: 3.7333333333vw;
  }
}
#about .acc_con figure {
  max-width: 50rem;
  margin: 8rem 0;
}
@media screen and (max-width: 768px) {
  #about .acc_con figure {
    width: 87.4053333333vw;
    margin: 10.6666666667vw auto;
  }
}

#story {
  padding: 12rem 0 10rem;
  background: #FBFBF6;
}
@media screen and (max-width: 768px) {
  #story {
    padding: 16vw 0 18.6666666667vw;
  }
}
#story .inner {
  max-width: 150rem;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #story .inner {
    width: 92vw;
  }
}
#story .title02 {
  margin-bottom: 7.5rem;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #story .title02 {
    margin-bottom: 13.3333333333vw;
    font-size: 8vw;
  }
}
#story ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #story ol li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
}
#story ol li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#story ol li + li {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  #story ol li + li {
    margin-top: 10.6666666667vw;
  }
}
#story ol li figure {
  max-width: 78rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #story ol li figure {
    max-width: none;
    width: 100%;
  }
}
#story ol li .in {
  max-width: 63rem;
  width: 42%;
}
@media screen and (max-width: 768px) {
  #story ol li .in {
    max-width: none;
    width: 100%;
  }
}
#story ol li .in .number {
  margin-bottom: 1.5rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #story ol li .in .number {
    margin-bottom: 1.3333333333vw;
    font-size: 10.6666666667vw;
  }
}
#story ol li .in .title03 {
  margin-bottom: 4rem;
  font-size: 2.6rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #story ol li .in .title03 {
    margin-bottom: 2.6666666667vw;
    font-size: 5.8666666667vw;
  }
}
#story ol li .in p {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #story ol li .in p {
    font-size: 4vw;
  }
}
#story ol li .in dl {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #story ol li .in dl {
    margin-top: 5.3333333333vw;
  }
}
#story ol li .in dl dt {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #story ol li .in dl dt {
    margin-bottom: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
#story ol li .in dl dd {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #story ol li .in dl dd {
    font-size: 4vw;
  }
}

#product {
  padding: 10rem 0;
  background: #FBFBF6;
}
@media screen and (max-width: 768px) {
  #product {
    padding: 16vw 0;
  }
}
#product .inner {
  max-width: 120rem;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #product .inner {
    width: 92vw;
  }
}
#product .title02 {
  margin-bottom: 5.3rem;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #product .title02 {
    margin-bottom: 5.3333333333vw;
    font-size: 8vw;
  }
}
#product .catch {
  margin-bottom: 1.7rem;
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #product .catch {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
#product .caution {
  margin-bottom: 9rem;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #product .caution {
    margin-bottom: 13.3333333333vw;
    font-size: 4vw;
    line-height: 1.8;
  }
}
#product .product_list {
  max-width: 98rem;
  margin: 0 auto 14rem;
}
@media screen and (max-width: 768px) {
  #product .product_list {
    width: 90.6666666667vw;
    margin: 0 auto 24vw;
  }
}
#product .product_list .product_list_content + .product_list_content {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content + .product_list_content {
    margin-top: 24vw;
  }
}
#product .product_list .product_list_content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8vw;
  }
}
#product .product_list .product_list_content .left {
  max-width: 34rem;
  width: 34.693877551%;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .left {
    max-width: none;
    width: 100%;
  }
}
#product .product_list .product_list_content .left dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  border: 0.1rem solid #000;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .left dl dt {
    height: 10.6666666667vw;
    margin-bottom: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#product .product_list .product_list_content .left dl dd {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .left dl dd {
    font-size: 3.4666666667vw;
  }
}
#product .product_list .product_list_content .left dl dd + dt {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .left dl dd + dt {
    margin-top: 13.3333333333vw;
  }
}
#product .product_list .product_list_content .right {
  max-width: 55rem;
  width: 56.1224489796%;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .right {
    max-width: none;
    width: 100%;
  }
}
#product .product_list .product_list_content .right p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .right p {
    font-size: 4vw;
  }
}
#product .product_list .product_list_content .right .name {
  margin: 2rem 0 1rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .right .name {
    margin: 0;
    font-size: 4.8vw;
  }
}
#product .product_list .product_list_content .right .price {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .right .price {
    margin-bottom: 5.3333333333vw;
    font-size: 7.4666666667vw;
  }
}
#product .product_list .product_list_content .right .price .yen {
  margin-right: 0.6rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .right .price .yen {
    margin-right: 1.6vw;
    font-size: 5.3333333333vw;
  }
}
#product .product_list .product_list_content .right .price .tax {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .right .price .tax {
    font-size: 3.7333333333vw;
  }
}
#product .product_list .product_list_content .right .btn_more,
#product .product_list .product_list_content .right .btn_close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 6rem;
  margin-top: 4rem;
  font-size: 1.5rem;
  font-weight: 500;
  background: #fff;
  border: 0.1rem solid #ccc;
  border-radius: 3rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .right .btn_more,
  #product .product_list .product_list_content .right .btn_close {
    height: 16vw;
    margin-top: 8vw;
    font-size: 4vw;
    border-radius: 8vw;
  }
}
#product .product_list .product_list_content .right .btn_more:hover,
#product .product_list .product_list_content .right .btn_close:hover {
  opacity: 0.7;
}
#product .product_list .product_list_content .right .btn_more .arrow,
#product .product_list .product_list_content .right .btn_close .arrow {
  position: absolute;
  top: 50%;
  right: 3.68rem;
  display: inline-block;
  width: 1.66rem;
  height: 0.88rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .right .btn_more .arrow,
  #product .product_list .product_list_content .right .btn_close .arrow {
    right: 9.8133333333vw;
    width: 4vw;
    height: 2vw;
  }
}
#product .product_list .product_list_content .right .btn_more .arrow::before, #product .product_list .product_list_content .right .btn_more .arrow::after,
#product .product_list .product_list_content .right .btn_close .arrow::before,
#product .product_list .product_list_content .right .btn_close .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.05rem);
  width: 0.1rem;
  height: 1.2rem;
  background-color: #000;
  -webkit-transform-origin: 50% calc(100% - 0.05rem);
          transform-origin: 50% calc(100% - 0.05rem);
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .right .btn_more .arrow::before, #product .product_list .product_list_content .right .btn_more .arrow::after,
  #product .product_list .product_list_content .right .btn_close .arrow::before,
  #product .product_list .product_list_content .right .btn_close .arrow::after {
    height: 3.2vw;
  }
}
#product .product_list .product_list_content .right .btn_more .arrow::before,
#product .product_list .product_list_content .right .btn_close .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#product .product_list .product_list_content .right .btn_more .arrow::after,
#product .product_list .product_list_content .right .btn_close .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#product .product_list .product_list_content .right .btn_close .arrow::before, #product .product_list .product_list_content .right .btn_close .arrow::after {
  top: 0;
  -webkit-transform-origin: 50% 0.05rem;
          transform-origin: 50% 0.05rem;
}
#product .product_list .product_list_content .acc_con {
  padding: 4rem 0 6rem;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con {
    padding: 8vw 0;
  }
}
#product .product_list .product_list_content .acc_con p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con p {
    font-size: 4vw;
  }
}
#product .product_list .product_list_content .acc_con .btn {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con .btn {
    margin-top: 11.7333333333vw;
  }
}
#product .product_list .product_list_content .acc_con .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 8rem;
  font-size: 2rem;
  font-weight: 500;
  background: #fff;
  border: 0.1rem solid #000;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con .btn a {
    height: 14.4vw;
    font-size: 4.5333333333vw;
  }
}
#product .product_list .product_list_content .acc_con .btn a:hover {
  text-decoration: none;
}
#product .product_list .product_list_content .acc_con .cart_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con .cart_area {
    margin-top: 5.3333333333vw;
  }
}
#product .product_list .product_list_content .acc_con .cart_area .fs-c-productQuantityAndWishlist__quantity {
  -ms-flex-item-align: center;
      align-self: center;
}
#product .product_list .product_list_content .acc_con .cart_area .fs-c-productQuantityAndWishlist__quantity select {
  width: 4.6rem;
  padding: 0.7rem 0.8rem;
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  background: #fff;
  border: 0.1rem solid #ccc;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con .cart_area .fs-c-productQuantityAndWishlist__quantity select {
    width: 12.2666666667vw;
    padding: 1.9466666667vw 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
#product .product_list .product_list_content .acc_con .cart_area .fs-c-productActionButton {
  width: 49rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con .cart_area .fs-c-productActionButton {
    width: 74.6666666667vw;
  }
}
#product .product_list .product_list_content .acc_con .cart_area .fs-c-productActionButton button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 8rem;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  background: #222;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con .cart_area .fs-c-productActionButton button {
    height: 14.4vw;
    font-size: 4.5333333333vw;
  }
}
#product .product_list .product_list_content .acc_con .cart_area .fs-c-productActionButton button:hover {
  opacity: 0.7;
}
#product .product_list .product_list_content .acc_con .regular_deli {
  padding-top: 4rem;
  margin-top: 5.3rem;
  border-top: 0.1rem solid #ccc;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con .regular_deli {
    padding-top: 8vw;
    margin-top: 9.0666666667vw;
  }
}
#product .product_list .product_list_content .acc_con .regular_deli .fl {
  margin-bottom: 1.7rem;
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con .regular_deli .fl {
    margin-bottom: 4vw;
    font-size: 5.3333333333vw;
  }
}
#product .product_list .product_list_content .acc_con .regular_deli .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  border: 0.1rem solid #ccc;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con .regular_deli .box {
    margin-bottom: 5.3333333333vw;
  }
}
#product .product_list .product_list_content .acc_con .regular_deli .box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27.5rem;
  height: 7rem;
  padding: 0 2rem;
  font-size: 1.7rem;
  line-height: 1;
  background: #F0F0F0;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con .regular_deli .box dt {
    width: auto;
    height: 14.4vw;
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#product .product_list .product_list_content .acc_con .regular_deli .box dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 7rem;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con .regular_deli .box dd {
    height: 14.4vw;
    padding: 0 0;
  }
}
#product .product_list .product_list_content .acc_con .regular_deli .box dd .price {
  width: 100%;
  margin-bottom: 0;
  font-size: 3.2rem;
  text-align: right;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con .regular_deli .box dd .price {
    font-size: 7.4666666667vw;
  }
}
#product .product_list .product_list_content .acc_con .regular_deli .box dd .price .yen {
  margin-right: 0.6rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con .regular_deli .box dd .price .yen {
    margin-right: 1.6vw;
    font-size: 5.3333333333vw;
  }
}
#product .product_list .product_list_content .acc_con .regular_deli .box dd .price .tax {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #product .product_list .product_list_content .acc_con .regular_deli .box dd .price .tax {
    font-size: 3.7333333333vw;
  }
}
#product .box_free {
  padding: 4rem 3rem 5rem;
  margin-bottom: 9rem;
  background: #fff;
  border: 0.1rem solid #ccc;
}
@media screen and (max-width: 768px) {
  #product .box_free {
    padding: 5.3333333333vw 2.6666666667vw 4vw;
    margin-bottom: 14.6666666667vw;
  }
}
#product .box_free .title03 {
  margin-bottom: 2.4rem;
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #product .box_free .title03 {
    margin-bottom: 2.4vw;
    font-size: 6.6666666667vw;
  }
}
#product .box_free p {
  margin-bottom: 1.8rem;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #product .box_free p {
    margin-bottom: 4vw;
    font-size: 3.2vw;
  }
}
#product .box_free .box_g {
  padding: 2.2rem 1.6rem;
  background: #F0F0F0;
}
@media screen and (max-width: 768px) {
  #product .box_free .box_g {
    padding: 2.6666666667vw;
  }
}
#product .box_free .box_g ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  #product .box_free .box_g ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #product .box_free .box_g ul li {
    width: 25.0666666667vw;
  }
}
#product .box_benefits {
  padding: 6.6rem 7rem 8rem;
  background: #fff;
  border: 1rem solid #F0F0F0;
}
@media screen and (max-width: 768px) {
  #product .box_benefits {
    padding: 5.3333333333vw 4vw 4vw;
    border: 1.3333333333vw solid #F0F0F0;
  }
}
#product .box_benefits ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #product .box_benefits ol li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
}
#product .box_benefits ol li + li {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #product .box_benefits ol li + li {
    margin-top: 5.3333333333vw;
  }
}
#product .box_benefits ol li figure {
  max-width: 24rem;
  width: 22.2222222222%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #product .box_benefits ol li figure {
    max-width: none;
    width: 100%;
  }
}
#product .box_benefits ol li .in {
  max-width: 775rem;
  width: 71.7592592593%;
}
@media screen and (max-width: 768px) {
  #product .box_benefits ol li .in {
    max-width: none;
    width: 100%;
  }
}
#product .box_benefits ol li .in .catch {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  color: #999;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #product .box_benefits ol li .in .catch {
    margin-bottom: 0;
    font-size: 5.3333333333vw;
  }
}
#product .box_benefits ol li .in .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  #product .box_benefits ol li .in .flex {
    gap: 2.6666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
#product .box_benefits ol li .in .flex .number {
  font-size: 4rem;
  color: #999;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #product .box_benefits ol li .in .flex .number {
    font-size: 10.1333333333vw;
  }
}
#product .box_benefits ol li .in .flex .en {
  font-size: 1.8rem;
  color: #999;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #product .box_benefits ol li .in .flex .en {
    font-size: 4.2666666667vw;
  }
}
#product .box_benefits ol li .in .title03 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #product .box_benefits ol li .in .title03 {
    margin-bottom: 2.6666666667vw;
    font-size: 5.8666666667vw;
  }
}
#product .box_benefits ol li .in p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #product .box_benefits ol li .in p {
    font-size: 4vw;
  }
}
#product .box_benefits ol li .in p.mt1em {
  margin-top: 2em;
}

#column {
  padding: 10rem 0;
  background: #FBFBF6;
}
@media screen and (max-width: 768px) {
  #column {
    padding: 16vw 0;
  }
}
#column .inner {
  max-width: 150rem;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #column .inner {
    width: 92vw;
  }
}
#column .title02 {
  margin-bottom: 5rem;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #column .title02 {
    margin-bottom: 8vw;
    font-size: 8vw;
  }
}
#column .top_column {
  gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  #column .top_column {
    gap: 5.3333333333vw;
  }
}
#column .top_column .column_item {
  width: calc((100% - 9rem) / 3);
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #column .top_column .column_item {
    width: 100%;
  }
}
#column .top_column .column_item a:hover {
  text-decoration: none;
}
#column .top_column .column_item .thumb {
  margin-bottom: 3rem;
  aspect-ratio: 1/0.7;
}
@media screen and (max-width: 768px) {
  #column .top_column .column_item .thumb {
    margin-bottom: 2.6666666667vw;
  }
}
#column .top_column .column_item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#column .top_column .column_item .time {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #999;
}
@media screen and (max-width: 768px) {
  #column .top_column .column_item .time {
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#column .top_column .column_item .tl {
  margin-bottom: 2rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #column .top_column .column_item .tl {
    margin-bottom: 2.6666666667vw;
    font-size: 4vw;
  }
}
#column .top_column .column_item .tl b {
  font-weight: 500;
}
#column .top_column .column_item .tag {
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #column .top_column .column_item .tag {
    gap: 2.6666666667vw;
  }
}
#column .top_column .column_item .tag li {
  font-size: 1.5rem;
  color: #999;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.2rem;
}
@media screen and (max-width: 768px) {
  #column .top_column .column_item .tag li {
    font-size: 3.2vw;
  }
}
#column .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 55rem;
  width: 100%;
  height: 6rem;
  margin: 6rem auto 0;
  font-size: 1.5rem;
  font-weight: 500;
  background: #fff;
  border: 0.1rem solid #ccc;
  border-radius: 3rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #column .btn a {
    height: 16vw;
    margin: 9.6vw auto 0;
    font-size: 4vw;
    border-radius: 8vw;
  }
}
#column .btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#column .btn a .arrow {
  position: absolute;
  top: 50%;
  right: 3.68rem;
  display: inline-block;
  width: 1.66rem;
  height: 0.88rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #column .btn a .arrow {
    right: 9.8133333333vw;
    width: 4vw;
    height: 2vw;
  }
}
#column .btn a .arrow::before, #column .btn a .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.05rem);
  width: 0.1rem;
  height: 1.2rem;
  background-color: #000;
  -webkit-transform-origin: 50% calc(100% - 0.05rem);
          transform-origin: 50% calc(100% - 0.05rem);
}
@media screen and (max-width: 768px) {
  #column .btn a .arrow::before, #column .btn a .arrow::after {
    height: 3.2vw;
  }
}
#column .btn a .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#column .btn a .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#instagram {
  padding: 10rem 0;
  background: #FBFBF6;
}
@media screen and (max-width: 768px) {
  #instagram {
    padding: 16vw 0;
  }
}
#instagram .inner {
  max-width: 120rem;
  width: 90%;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #instagram .inner {
    width: 92vw;
  }
}
#instagram .title02 {
  margin-bottom: 0.9rem;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #instagram .title02 {
    margin-bottom: 2.6666666667vw;
    font-size: 8vw;
  }
}

#news {
  padding: 10rem 0 20rem;
  background: #FBFBF6;
}
@media screen and (max-width: 768px) {
  #news {
    padding: 16vw 0;
  }
}
#news .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 120rem;
  width: 90%;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #news .inner {
    width: 92vw;
  }
}
#news .title02 {
  font-size: 4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #news .title02 {
    font-size: 8vw;
  }
}
#news .list {
  width: 73.6666666667%;
}
@media screen and (max-width: 768px) {
  #news .list {
    width: 100%;
    margin-top: 8vw;
  }
}
#news .list .fs-pt-list__item {
  margin-bottom: 0;
  overflow: hidden;
}
#news .list .fs-pt-list__item + .fs-pt-list__item {
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  #news .list .fs-pt-list__item + .fs-pt-list__item {
    margin-top: 4vw;
  }
}
#news .list .fs-pt-list__item .fs-pt-list__link {
  gap: 2.3rem;
}
@media screen and (max-width: 768px) {
  #news .list .fs-pt-list__item .fs-pt-list__link {
    gap: 5.3333333333vw;
  }
}
#news .list .fs-pt-list__item time {
  width: 6.2em;
  margin-right: 0;
  font-size: 1.5rem;
  color: #999;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #news .list .fs-pt-list__item time {
    margin: 0 0 1.3333333333vw;
    font-size: 3.2vw;
  }
}
#news .list .fs-pt-list__item .sttl {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  #news .list .fs-pt-list__item .sttl {
    font-size: 4vw;
  }
}
#news .list .fs-pt-list__item a:hover time {
  color: #9D9D78;
}
.news_wrap .list > li a.link:hover .sttl, 
.news_wrap .list > li a.fs-pt-list__link:hover .sttl {
  color: #9D9D78 !important;
}

.fs-l-main {
  background: #FBFBF6;
}
.fs-l-main img:hover {
  opacity: 1;
}

.product_comment .anchor_list {
  padding: 0;
  margin: 7rem 0 0;
}
@media screen and (max-width: 768px) {
  .product_comment .anchor_list {
    margin: 8vw 0 0;
  }
}
.product_comment .anchor_list ul {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .product_comment .anchor_list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90.6666666667vw;
  }
}
.product_comment .anchor_list ul li {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .product_comment .anchor_list ul li {
    width: 100%;
  }
}
.product_comment .anchor_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 7rem;
  font-size: 2rem;
  color: #666;
  background: #fff;
  border: 0.1rem solid #666;
}
@media screen and (max-width: 768px) {
  .product_comment .anchor_list ul li a {
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.product_comment .anchor_list ul li a:hover {
  color: #fff;
  background: #666;
  opacity: 1;
}
.product_comment .anchor_list ul li + li a {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .product_comment .anchor_list ul li + li a {
    border-top: none;
    border-left: 0.1rem solid #666;
  }
}
.product_comment .content {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .product_comment .content {
    padding: 10.6666666667vw 0;
  }
}
.product_comment .content * {
  color: #000;
}
.product_comment .content .comment_inner {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .product_comment .content .comment_inner {
    width: 90.6666666667vw;
  }
}
.product_comment .content .reuse_ttl {
  margin-bottom: 0.5rem;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  text-indent: 0;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .product_comment .content .reuse_ttl {
    margin-bottom: 0;
    font-size: 8vw;
  }
}
.product_comment .content .reuse_lead {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  text-indent: 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .product_comment .content .reuse_lead {
    font-size: 3.2vw;
  }
}
.product_comment .content .detail_cont {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont {
    margin-top: 5.3333333333vw;
  }
}
.product_comment .content .detail_cont .box_free {
  padding: 4rem;
  margin-bottom: 12rem;
  background: #fff;
  border: 0.1rem solid #ccc;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_free {
    padding: 2.6666666667vw;
    margin-bottom: 16vw;
  }
}
.product_comment .content .detail_cont .box_free .title03 {
  margin-bottom: 2.4rem;
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_free .title03 {
    margin-bottom: 2.4vw;
    font-size: 6.6666666667vw;
  }
}
.product_comment .content .detail_cont .box_free p {
  margin-bottom: 3rem;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_free p {
    margin-bottom: 4vw;
    font-size: 3.2vw;
  }
}
.product_comment .content .detail_cont .box_free .box_g {
  padding: 2rem 10rem;
  background: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_free .box_g {
    padding: 2.6666666667vw;
  }
}
.product_comment .content .detail_cont .box_free .box_g ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 3rem;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_free .box_g ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.1333333333vw;
  }
}
.product_comment .content .detail_cont .box_free .box_g ul li {
  width: 12.8rem;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_free .box_g ul li {
    width: 25.0666666667vw;
  }
}
.product_comment .content .detail_cont .box_benefits ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_benefits ol li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
}
.product_comment .content .detail_cont .box_benefits ol li + li {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_benefits ol li + li {
    margin-top: 13.3333333333vw;
  }
}
.product_comment .content .detail_cont .box_benefits ol li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.product_comment .content .detail_cont .box_benefits ol li figure {
  max-width: 42rem;
  width: 42%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_benefits ol li figure {
    max-width: none;
    width: 100%;
  }
}
.product_comment .content .detail_cont .box_benefits ol li .in {
  max-width: 51rem;
  width: 51%;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_benefits ol li .in {
    max-width: none;
    width: 100%;
  }
}
.product_comment .content .detail_cont .box_benefits ol li .in .catch {
  margin-bottom: 0.7rem;
  font-size: 2rem;
  color: #999;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_benefits ol li .in .catch {
    margin-bottom: 0;
    font-size: 5.3333333333vw;
  }
}
.product_comment .content .detail_cont .box_benefits ol li .in .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_benefits ol li .in .flex {
    gap: 2.6666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.product_comment .content .detail_cont .box_benefits ol li .in .flex .number {
  font-size: 4rem;
  color: #999;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_benefits ol li .in .flex .number {
    font-size: 10.1333333333vw;
  }
}
.product_comment .content .detail_cont .box_benefits ol li .in .flex .en {
  font-size: 1.8rem;
  color: #999;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_benefits ol li .in .flex .en {
    font-size: 4.2666666667vw;
  }
}
.product_comment .content .detail_cont .box_benefits ol li .in .title03 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_benefits ol li .in .title03 {
    margin-bottom: 2.6666666667vw;
    font-size: 5.8666666667vw;
  }
}
.product_comment .content .detail_cont .box_benefits ol li .in p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .product_comment .content .detail_cont .box_benefits ol li .in p {
    font-size: 4vw;
  }
}
.product_comment .content .detail_cont .box_benefits ol li .in p.mt1em {
  margin-top: 2em;
}
.product_comment .content .recommended_cont {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .product_comment .content .recommended_cont {
    margin-top: 8vw;
  }
}
.product_comment .content .recommended_cont dl {
  padding: 4.5rem 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .product_comment .content .recommended_cont dl {
    padding: 5.3333333333vw 0;
  }
}
.product_comment .content .recommended_cont dl + dl {
  border-top: 1px solid #ccc;
}
.product_comment .content .recommended_cont dl:first-of-type {
  padding: 0 0 4.5rem;
}
@media screen and (max-width: 768px) {
  .product_comment .content .recommended_cont dl:first-of-type {
    padding: 0 0 5.3333333333vw;
  }
}
.product_comment .content .recommended_cont dl:last-of-type {
  padding: 4.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .product_comment .content .recommended_cont dl:last-of-type {
    padding: 5.3333333333vw 0 0;
  }
}
.product_comment .content .recommended_cont dl dt {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  line-height: 1.133;
  font-family: "Zen Old Mincho", serif;
  background: #999;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .product_comment .content .recommended_cont dl dt {
    font-size: 3.7333333333vw;
  }
}
.product_comment .content .recommended_cont dl dt .inner {
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.product_comment .content .recommended_cont dl dt .inner span {
  font-size: 3rem;
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .product_comment .content .recommended_cont dl dt .inner span {
    font-size: 6.9333333333vw;
  }
}
.product_comment .content .recommended_cont dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  padding-left: 4rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .product_comment .content .recommended_cont dl dd {
    padding-left: 0;
    margin-top: 2.6666666667vw;
    font-size: 4vw;
  }
}
.product_comment .content .recommended_cont dl dd em {
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .product_comment .content .recommended_cont dl dd em {
    font-size: 4.533vw;
  }
}
.product_comment .content .recommended_text {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .product_comment .content .recommended_text {
    margin-top: 8vw;
  }
}
.product_comment .content .recommended_text dl dt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .product_comment .content .recommended_text dl dt {
    font-size: 3.7333vw;
  }
}
.product_comment .content .recommended_text dl dd {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .product_comment .content .recommended_text dl dd {
    font-size: 3.7333vw;
    margin-top: 4vw;
  }
}
.product_comment .content .spec_table {
  margin-top: 5rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .product_comment .content .spec_table {
    margin-top: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.product_comment .content .spec_table table th,
.product_comment .content .spec_table table td {
  padding: 2rem;
  border: 0.1rem solid #ccc;
}
@media screen and (max-width: 768px) {
  .product_comment .content .spec_table table th,
  .product_comment .content .spec_table table td {
    padding: 2.6666666667vw;
  }
}
.product_comment .content .spec_table table th {
  width: 16.4rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
  background: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .product_comment .content .spec_table table th {
    width: 7em;
    font-size: 4vw;
  }
}
.product_comment .content .spec_table table td {
  width: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.733333;
}
@media screen and (max-width: 768px) {
  .product_comment .content .spec_table table td {
    font-size: 3.7333333333vw;
  }
}
.product_comment .content .spec_table table td span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .product_comment .content .spec_table table td span {
    margin-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.product_comment .content .caution {
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .product_comment .content .caution {
    margin-top: 4vw;
  }
}
.product_comment .content .caution p {
  font-size: 1.5rem;
  line-height: 1.733333;
}
@media screen and (max-width: 768px) {
  .product_comment .content .caution p {
    font-size: 3.2vw;
  }
}

/*.下層デフォルト調整*/
.fs-c-button--primary {
  background-color: #000;
  box-shadow: none;
  border-radius: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.fs-c-heading--page {
  background: #F4F4EF;
}
.fp_s_title {
  background-color: #F4F4EF;
}
.fs-c-subSection__title, 
.fs-c-linkedServiceLogin__title {
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 2rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.fs-c-newUsers.fs-c-subSection .fs-c-newUsers__message.fs-c-subSection__message {
  margin-bottom: 20px;
}
.fs-c-otherServiceLogin .fs-c-anotherLogin__message.fs-c-anotherLogin__message--amazon {
  margin-bottom: 20px;
}
.fs-c-otherServiceLogin .fs-c-anotherLogin__message.fs-c-anotherLogin__message--amazon p {
  line-height: 1.6;
}
.fs-c-inputTable .fs-c-inputTable__dataCell input {
  background: #fff;
}
.fs-c-breadcrumb__list a {
  text-decoration: none;
}
.fs-c-breadcrumb__list a:link {
  text-decoration: none;
}
.company_table {
  margin-bottom: 6rem;
}
.company_table table {
  background: #fff;
}
.fs-c-documentArticle [type="text"], 
.fs-c-documentArticle textarea, 
.fs-c-documentArticle select {
  background: #fff;
}
.fs-c-documentArticle textarea {
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .fs-c-subSection__title, 
  .fs-c-linkedServiceLogin__title {
    font-size: 1.6rem;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .company_table {
    margin-bottom: 4rem;
  }
}

/*.商品詳細*/
.fs-c-productNameHeading {
  color: #000;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 10px !important;
}
.fs-l-productLayout .fs-p-productDescription {
  margin: 0;
}
.fs-c-productMarks {
  margin: 0 0 10px !important;
}
.fs-c-productList__list .fs-c-productMarks {
  margin-top: 15px !important;
}
.fs-c-mark--normalAndSubscription {
  margin-right: 12px;
  font-size: 1.5rem;
  padding: 8px;
}
.fs-c-mark {
  border-radius: 0;
  font-size: 1.5rem;
  padding: 8px;
}
.fs-c-productMark__mark {
  font-size: 1.5rem;
  padding: 8px;
}
.fs-c-productNumber {
  background: #fff;
  border: 1px solid #CCCCCC;
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 28px;
}
.fs-c-productNumber .fs-c-productNumber__number {
  font-weight: 500;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #000;
}
.fs-l-productLayout .fs-c-productPrice {
  align-items: baseline;
}
.fs-l-productLayout .fs-c-price__value {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
}
.fs-l-productLayout .fs-c-price__currencyMark {
  font-size: 2.4rem;
}
.fs-l-productLayout .fs-c-productPrice__addon {
  font-size: 1.8rem;
}
.fs-l-productLayout .fs-c-productPrices.fs-c-productPrices--productDetail {
  margin-bottom: 20px;
}
.fs-l-productLayout .fs-c-buttonContainer {
  padding: 0;
}
.fs-l-productLayout .fs-c-productActionButton .fs-c-button--primary {
  font-size: 2.4rem;
  padding: 28px 1em;
}
.fs-l-productLayout .fs-c-productQuantityAndAction .fs-c-button--primary {
  font-size: 2.4rem;
  padding: 28px 1em;
}
.fs-l-productLayout .fs-c-productQuantityAndWishlist .fs-c-quantity__select {
  background: #fff;
  border: 1px solid #CCCCCC;
  font-size: 1.6rem;
  padding: 6px 7px;
}
.fs-l-productLayout .fs-c-productQuantityAndAction__quantity select.fs-c-quantity__select {
  background: #fff;
  border: 1px solid #CCCCCC;
  font-size: 1.6rem;
  padding: 6px 7px;
}
.fs-l-productLayout .fs-c-subscriptionPriceTable {
  margin: 100px 0 35px;
  position: relative;
}
.fs-l-productLayout .fs-c-subscriptionPriceTable::before {
  content: "";
  background: #CCCCCC;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -50px;
}
.fs-l-productLayout .fs-c-subscriptionPriceTable .fs-c-subscriptionPriceTable__label {
  background: #F0F0F0;
  border: 1px solid #CCCCCC;
  border-right: none;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 20px 15px;
}
.fs-l-productLayout .fs-c-subscriptionPriceTable .fs-c-subscriptionPriceTable__price {
  border: 1px solid #CCCCCC;
  border-left: none;
  padding: 10px 18px;
}
.fs-l-productLayout .fs-c-buttonContainer.fs-c-buttonContainer--addToWishList--detail {
  justify-content: flex-start;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  background: transparent;
  border: 1px solid #CCCCCC;
}
@media screen and (min-width: 960px) {
  .fs-l-productLayout__item.fs-l-productLayout__item--1 {
    width: 45.8334%;
  }
  .fs-l-productLayout__item.fs-l-productLayout__item--2 {
    width: 45.8334%;
  }
}
@media screen and (max-width: 768px) {
  .fs-l-product2 .fs-l-pageMain {
    padding-bottom: 60px;
  }
  .fs-c-productNameHeading {;
    font-size: 2.2rem;
    margin-top: 16px;
    margin-bottom: 8px !important;
  }
  .fs-c-productMarks {
    margin: 0 0 6px !important;
  }
  .fs-c-productList__list .fs-c-productMarks {
    margin-top: 12px !important;
  }
  .fs-c-mark--normalAndSubscription {
    margin-right: 10px;
    font-size: 1.3rem;
    padding: 6px;
  }
  .fs-c-mark {
    font-size: 1.3rem;
    padding: 6px;
    margin-bottom: 4px;
  }
  .fs-c-productMark__mark {
    font-size: 1.3rem;
    padding: 6px;
  }
  .fs-c-productNumber {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .fs-l-productLayout .fs-c-price__value {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
  .fs-l-productLayout .fs-c-price__currencyMark {
    font-size: 1.8rem;
  }
  .fs-l-productLayout .fs-c-productPrice__addon {
    font-size: 1.6rem;
  }
  .fs-l-productLayout .fs-c-productPrices.fs-c-productPrices--productDetail {
    margin-bottom: 16px;
  }
  .fs-l-productLayout .fs-c-productActionButton .fs-c-button--primary {
    font-size: 1.8rem;
    padding: 18px 1em;
  }
  .fs-l-productLayout .fs-c-productQuantityAndAction .fs-c-button--primary {
    font-size: 1.8rem;
    padding: 18px 1em;
  }
  .fs-l-productLayout .fs-c-productQuantityAndWishlist .fs-c-quantity__select {
    font-size: 1.4rem;
    padding: 5px;
  }
  .fs-l-productLayout .fs-c-productQuantityAndAction__quantity select.fs-c-quantity__select {
    font-size: 1.4rem;
    padding: 5px;
  }
  .fs-l-productLayout .fs-c-subscriptionPriceTable {
    margin: 60px 0 25px;
    position: relative;
  }
  .fs-l-productLayout .fs-c-subscriptionPriceTable::before {
    top: -30px;
  }
  .fs-l-productLayout .fs-c-subscriptionPriceTable .fs-c-subscriptionPriceTable__label {
    font-size: 1.5rem;
    padding: 16px 10px;
  }
  .fs-l-productLayout .fs-c-subscriptionPriceTable .fs-c-subscriptionPriceTable__price {
    padding: 8px 14px;
  }
}