@charset "utf-8";
/*!
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
@import "../css/lib/swiper.5.4.5.css";
@import "../css/lib/simplebar.css";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
input,
select,
textarea,
button {
  line-height: 1;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  outline: none;
}
img {
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  vertical-align: baseline;
  background: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
a:focus {
  outline: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
sup {
  vertical-align: top;
  font-size: 0.5rem;
  line-height: 1;
}
table {
  border-collapse: separate;
  border-spacing: 1px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
em,
address {
  font-style: normal;
}
button,
input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  background-color: #ddd;
}
select::-ms-expand {
  display: none;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
html {
  touch-action: manipulation;
}
body {
  font-family: 'Shippori Mincho', "Helvetica Neue", Arial, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: #222;
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.73333vw;
  }
  img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html.desktop body {
    width: 100vw;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #222;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
  }
}
button {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
label,
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
  outline: 0;
}
input[type=text],
input[type=email],
input[type=submit],
input[type=password],
input[type=tel],
textarea {
  border-radius: 0px;
  -webkit-appearance: none;
          appearance: none;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=submit]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=submit]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=submit]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
.pc-inline,
.sp-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .sp,
  [id*="sp-"],
  [class*="sp-"] {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc,
  [id*="pc-"],
  [class*="pc-"] {
    display: none;
  }
}
body [data-text="jp"],
body [data-text="en"],
body [data-block="jp"],
body [data-block="en"] {
  display: none;
}
body[data-language="jp"] [data-text="jp"] {
  display: inline-block;
}
body[data-language="en"] [data-text="en"] {
  display: inline-block;
}
body[data-language="jp"] [data-block="jp"] {
  display: block;
}
body[data-language="en"] [data-block="en"] {
  display: block;
}
.hBookmark-widget-counter {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
  display: none;
}
#guide {
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 100000;
  opacity: 0.33;
  pointer-events: none;
}
#guide img {
  position: relative;
  left: -50%;
}
@media screen and (max-width: 767px) {
  #guide {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 100000;
    opacity: 0.33;
    pointer-events: none;
  }
  #guide img {
    left: 0%;
  }
}
@media screen and (min-width: 768px) {
  /************************************************************************
*
* ■ layout(PC)
*
************************************************************************/
  .contentWrapper {
    padding-right: 90px;
  }
  #pc-gnav {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 300;
  }
  #pc-gnav .simplebar-scrollbar::before {
    background: #999;
  }
  #pc-gnav .simplebar-track.simplebar-vertical {
    width: 7px;
  }
  #footer {
    padding: 150px 60px 70px 0;
    background-color: #008C32;
  }
  #footer .inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
  }
  #footer .inner .logo {
    position: absolute;
    right: -2px;
    top: -42px;
    z-index: auto;
    width: 79.2px;
    height: 198.6px;
    background-image: url("../img/nav/footer_logo_kyotaru.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    transition: opacity 0.1s ease-out;
  }
  #footer .inner .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .inner .logo:hover {
    opacity: 0.8;
    transition: opacity 0.1s ease-out;
  }
  #footer .inner .link-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 700px;
  }
  #footer .inner .link-list > li {
    width: 320px;
    margin-bottom: 25px;
  }
  #footer .inner .link-list > li a {
    display: block;
    padding: 12px 0 13px 2px;
    background: url("../img/icon/ico_blank_01.svg") no-repeat center right 2px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.12em;
    text-decoration: none;
    transition: opacity 0.1s ease-out;
  }
  #footer .inner .link-list > li a:hover {
    opacity: 0.7;
    transition: opacity 0.1s ease-out;
  }
  #footer .inner .copyright {
    margin-top: 55px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  /************************************************************************
*
* ■module(PC)
*
************************************************************************/
  .mainContent [data-pc-tategaki] {
    width: 100%;
    display: flex;
    align-items: center;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
  }
  .mainContent [data-pc-tategaki] .wrapper {
    height: 350px;
  }
  .mainContent [data-pc-tategaki] .wrapper > p {
    margin: 0 30px;
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.09em;
    line-height: 1.95;
  }
  .mainContent [data-pc-tategaki] .wrapper > p.primary {
    margin-left: 50px;
    margin-right: 0px;
    font-size: 25px;
  }
  .mainContent [data-pc-tategaki] .wrapper > p .indent {
    margin-top: -0.45em;
  }
  .mainContent [data-pc-tategaki] .wrapper > p .en {
    text-orientation: mixed;
  }
  .mainContent [data-pc-tategaki-homeintro] {
    width: 100%;
    display: flex;
    align-items: center;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
  }
  .mainContent [data-pc-tategaki-homeintro] .wrapper {
    height: 380px;
  }
  .mainContent [data-pc-tategaki-homeintro] .wrapper > p {
    margin: 0 30px;
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.09em;
    line-height: 1.95;
  }
  .mainContent [data-pc-tategaki-homeintro] .wrapper > p.primary {
    margin-left: 50px;
    margin-right: 0px;
    font-size: 30px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
  [data-button="primary"] {
    display: inline-flex;
    min-width: 340px;
    height: 60px;
    line-height: 60px;
    padding-left: 35px;
    text-decoration: none;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    border: 1px solid #000;
    background: #fff url("../img/icon/arrow_02.svg") no-repeat center right 30px;
    transition: all 0.15s ease-out;
  }
  [data-button="primary"]:hover {
    color: #fff;
    border-color: #008C32;
    background-color: #008C32;
    background-image: url("../img/icon/arrow_02_white.svg");
    transition: all 0.1s ease-out;
  }
  [data-button="secondary"] {
    display: inline-flex;
    height: 56px;
    line-height: 56px;
    padding: 0 85px 0 70px;
    font-size: 16.5px;
    font-weight: 500;
    color: #000;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.15em;
    text-decoration: none;
    text-align: center;
    border: 1px solid #000;
    border-radius: 30px;
    background: #fff url("../img/icon/arrow_02.svg") no-repeat center right 25px;
    transition: all 0.15s ease-out;
  }
  [data-button="secondary"]:hover {
    color: #fff;
    border-color: #d20312;
    background-color: #d20312;
    background-image: url("../img/icon/arrow_02_white.svg");
    transition: all 0.1s ease-out;
  }
  /************************************************************************
*
* ■ home(PC)
*
************************************************************************/
  .home .mainContent {
    padding-bottom: 135px;
  }
  .home .mainContent img {
    max-width: 100%;
  }
  .home .mainContent .pageSummary {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
  }
  .home .mainContent .kv-area {
    position: relative;
    width: 100%;
  }
  .home .mainContent .kv-area .kv-block .pict {
    transition: opacity 0.15s ease-out;
  }
  .home .mainContent .kv-area .kv-block .pict img {
    width: 100%;
  }
  .home .mainContent .kv-area .kv-block .pict:hover {
    opacity: 0.85;
    transition: opacity 0.1s ease-out;
  }
  .home .mainContent .kv-area .homeKvSlideshow {
    position: relative;
  }
  .home .mainContent .kv-area .homeKvSlideshow .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover';
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    font-family: 'object-fit: cover; object-position: center center';
  }
  .home .mainContent .kv-area .homeKvSlideshow .swiper-container .swiper-wrapper .swiper-slide a {
    transition: opacity 0.1s ease-out;
  }
  .home .mainContent .kv-area .homeKvSlideshow .swiper-container .swiper-wrapper .swiper-slide a:hover {
    opacity: 0.8;
    transition: opacity 0.15s ease-out;
  }
  .home .mainContent .intro-area {
    padding-top: 20px;
  }
  .home .mainContent .intro-area .banner-block {
    width: 720px;
    margin: 0px auto;
    padding-left: 30px;
  }
  .home .mainContent .intro-area .banner-block .item-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0 30px;
  }
  .home .mainContent .intro-area .banner-block .item-list > li {
    width: 330px;
  }
  .home .mainContent .intro-area .banner-block .item-list > li a {
    transition: opacity 0.1s ease-out;
  }
  .home .mainContent .intro-area .banner-block .item-list > li a:hover {
    opacity: 0.8;
    transition: opacity 0.15s ease-out;
  }
  .home .mainContent .intro-area .copy-block .text-container {
    padding: 100px 0 40px;
  }
  .home .mainContent .kyoto-area {
    padding-bottom: 70px;
  }
  .home .mainContent .kyoto-area .heading-block {
    position: relative;
    width: 100%;
    height: 650px;
  }
  .home .mainContent .kyoto-area .heading-block .title-container {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .kyoto-area .heading-block .title-container .caption {
    position: absolute;
    right: 116px;
    top: 100px;
    z-index: 2;
    width: 59px;
    height: 345px;
    background-image: url("../img/home/kyoto_caption.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .kyoto-area .heading-block .title-container .caption a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .kyoto-area .heading-block .back-container {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .kyoto-area .heading-block .back-container .bg {
    width: 100%;
    height: 100%;
    background: url("../img/home/kyoto_01.jpg") no-repeat center center / cover;
  }
  .home .mainContent .kyoto-area .group1-sec {
    margin: 100px auto 100px;
  }
  .home .mainContent .kyoto-area .group1-sec .copy-block .text-container {
    padding: 60px 0 40px;
  }
  .home .mainContent .kyoto-area .group1-sec .link-block {
    margin-top: -20px;
    text-align: center;
  }
  .home .mainContent .teiban-area .heading-block {
    position: relative;
    width: 100%;
    height: 650px;
  }
  .home .mainContent .teiban-area .heading-block .title-container {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .teiban-area .heading-block .title-container .caption {
    position: absolute;
    right: 97px;
    top: 100px;
    z-index: 2;
    width: 102px;
    height: 296px;
    background-image: url("../img/home/teiban_caption.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .teiban-area .heading-block .title-container .caption a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .teiban-area .heading-block .back-container {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .teiban-area .heading-block .back-container .bg {
    width: 100%;
    height: 100%;
    background: url("../img/home/teiban_01.jpg") no-repeat center center / cover;
  }
  .home .mainContent .teiban-area .group1-sec {
    margin: 100px auto 0px;
  }
  .home .mainContent .teiban-area .group1-sec .copy-block .text-container {
    padding: 60px 0 30px;
  }
  .home .mainContent .teiban-area .group1-sec .link-block {
    margin-top: -20px;
    text-align: center;
  }
  /************************************************************************
*
* ■ product(PC)
*
************************************************************************/
  .contentWrapper.product {
    min-width: 1050px;
  }
  .contentWrapper.product .mainContent {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  .contentWrapper.product .mainContent .anc:before {
    content: "";
    display: block;
    height: -50px;
    margin-top: 50px;
    visibility: hidden;
  }
  .contentWrapper.product .mainContent .pageHeading-area {
    width: 900px;
    margin: 0 auto;
  }
  .contentWrapper.product .mainContent .pageHeading-area .heading-block {
    text-align: center;
  }
  .contentWrapper.product .mainContent .pageHeading-area .heading-block .pageTitle {
    font-size: 31px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.2em;
  }
  .contentWrapper.product .mainContent .pageHeading-area .banner-block {
    margin-top: 50px;
  }
  .contentWrapper.product .mainContent .pageHeading-area .banner-block .banner1 {
    width: 920px;
    transition: all 0.1s ease-out;
  }
  .contentWrapper.product .mainContent .pageHeading-area .banner-block .banner1:hover {
    opacity: 0.8;
    transition: all 0.1s ease-out;
  }
  .contentWrapper.product .mainContent .pageHeading-area .shortcut-block {
    margin-top: 20px;
  }
  .contentWrapper.product .mainContent .pageHeading-area .shortcut-block .link-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .contentWrapper.product .mainContent .pageHeading-area .shortcut-block .link-list a {
    font-size: 17px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.15em;
    text-decoration: none;
    margin-left: 22px;
    margin-right: 22px;
    margin-top: 35px;
  }
  .contentWrapper.product .mainContent .pageHeading-area .shortcut-block .link-list a:hover {
    text-decoration: underline;
  }
  .contentWrapper.product .mainContent .product-area {
    margin-top: 100px;
  }
  .contentWrapper.product .mainContent .product-area .productSection {
    margin-top: 50px;
    padding-top: 100px;
    border-top: 1px solid #DFDFDF;
  }
  .contentWrapper.product .mainContent .product-area .productSection:first-of-type {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .heading-block {
    position: relative;
    width: 60px;
    height: 320px;
    padding-top: 60px;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .heading-block:before {
    position: absolute;
    left: 5px;
    top: 0px;
    z-index: auto;
    content: "";
    width: 1px;
    height: 42px;
    background-color: #222;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .heading-block .title {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    font-size: 25px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.18em;
    line-height: 1.5;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .heading-block .title .space {
    display: inline-block;
    height: 0.5em;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block {
    width: 876px;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: 876px;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li {
    position: relative;
    width: 272px;
    margin-right: 30px;
    margin-bottom: 48px;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li:nth-child(3n) {
    margin-right: 0px;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li .image-container .image {
    border: 1px solid #DFDFDF;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li .image-container .image img {
    width: 270px;
    height: 212px;
    font-family: 'object-fit: cover';
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    font-family: 'object-fit: cover; object-position: center center';
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li .text-container {
    margin-top: 15px;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li .text-container .name {
    font-size: 15px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li .text-container .price {
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-top: 3px;
    line-height: 1.4;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li .text-container .description {
    font-size: 13px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-top: 5px;
    line-height: 1.3;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li[data-icon="reserve"]:after {
    content: "";
    position: absolute;
    left: 215px;
    top: 150px;
    z-index: auto;
    width: 52px;
    height: 61px;
    background-image: url("../img/product/icon/ico_reserve.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li[data-icon="reserve"]:after a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li[data-comingsoon]:before {
    content: "coming soon";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 214px;
    background-color: rgba(160, 160, 160, 0.8);
    font-size: 18px;
    font-weight: inherit;
    color: #fff;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li[data-nowprinting]:before {
    content: "now printing";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 214px;
    background-color: rgba(160, 160, 160, 0.8);
    font-size: 18px;
    font-weight: inherit;
    color: #fff;
  }
  .contentWrapper.product .mainContent .product-area .productSection.sukeroku-sec .wrapper .heading-block {
    height: 390px;
  }
  .contentWrapper.product .mainContent .product-area .productSection.sai-sec .wrapper .heading-block .title,
  .contentWrapper.product .mainContent .product-area .productSection.waza-sec .wrapper .heading-block .title,
  .contentWrapper.product .mainContent .product-area .productSection.den-sec .wrapper .heading-block .title {
    -webkit-transform: translateX(-35px);
            transform: translateX(-35px);
  }
  .contentWrapper.product .mainContent .product-area .supplement-sec {
    margin-top: 70px;
  }
  .contentWrapper.product .mainContent .product-area .supplement-sec .buttons {
    text-align: center;
  }
  .contentWrapper.product .mainContent .product-area .supplement-sec .buttons .nutrition-btn {
    min-width: 285px;
  }
  .contentWrapper.product .mainContent .product-area .supplement-sec .notes {
    margin-top: 60px;
    line-height: 2.4;
    text-align: center;
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 767px) {
  /************************************************************************
*
* ■ layout(SP)
*
************************************************************************/
  #sp-gnav .simplebar-scrollbar::before {
    background: #999;
  }
  #sp-gnav .simplebar-track.simplebar-vertical {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    width: 1.86667vw;
  }
  html.iphone #sp-gnav .simplebar-track.simplebar-vertical {
    display: none;
  }
  #footer {
    padding: 8vw 0 18.66667vw;
    background-color: #008C32;
  }
  #footer .inner {
    position: relative;
    width: 84vw;
    margin: 0 auto;
  }
  #footer .inner .logo {
    margin: 0 auto;
    width: 10.56vw;
    height: 26.48vw;
    background-image: url("../img/nav/footer_logo_kyotaru.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #footer .inner .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .inner .link-list {
    margin-top: 8vw;
  }
  #footer .inner .link-list > li {
    margin-top: 5.6vw;
  }
  #footer .inner .link-list > li:first-of-type {
    margin-top: 0px;
  }
  #footer .inner .link-list > li a {
    display: block;
    padding: 3.2vw 0 3.46667vw 0.53333vw;
    background: url("../img/icon/ico_blank_01.svg") no-repeat top 4vw right 0.53333vw;
    border-bottom: 1px solid #fff;
    font-size: 3.2vw;
    font-weight: 400;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.15em;
    text-decoration: none;
  }
  #footer .inner .copyright {
    margin-top: 9.33333vw;
    font-size: 2.66667vw;
    font-weight: 400;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-align: center;
  }
  /************************************************************************
*
* ■module(SP)
*
************************************************************************/
  .mainContent [data-pc-tategaki] .wrapper {
    margin-left: 8vw;
    margin-right: 8vw;
  }
  .mainContent [data-pc-tategaki] .wrapper > p {
    font-size: 2.93333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.9;
  }
  .mainContent [data-pc-tategaki] .wrapper > p.primary {
    margin-bottom: 10px;
    font-size: 4vw;
    line-height: 1.7;
  }
  .mainContent [data-pc-tategaki-homeintro] .wrapper {
    text-align: center;
  }
  .mainContent [data-pc-tategaki-homeintro] .wrapper > p {
    margin-top: 5.33333vw;
    font-size: 2.93333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.09em;
    line-height: 1.9;
  }
  .mainContent [data-pc-tategaki-homeintro] .wrapper > p:first-of-type {
    margin-top: 0px;
  }
  .mainContent [data-pc-tategaki-homeintro] .wrapper > p.primary {
    text-align: center;
    padding-left: 10px;
    font-size: 6.66667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
  [data-button="primary"] {
    display: inline-flex;
    min-width: 50.66667vw;
    height: 9.6vw;
    line-height: 8.8vw;
    padding-left: 4.8vw;
    text-decoration: none;
    text-align: left;
    font-size: 2.93333vw;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    border: 1px solid #666;
    background: #fff url("../img/icon/arrow_02.svg") no-repeat center right 3.73333vw;
    background-size: 1.6vw 2.66667vw;
  }
  [data-button="secondary"] {
    display: inline-flex;
    padding: 4vw 12vw 4vw 9.33333vw;
    text-decoration: none;
    text-align: center;
    border: 1px solid #000;
    border-radius: 8vw;
    font-size: 3.73333vw;
    font-weight: 500;
    color: #000;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.12em;
    background: #fff url("../img/icon/arrow_02.svg") no-repeat center right 5.33333vw;
    background-size: 1.6vw 2.66667vw;
  }
  /************************************************************************
*
* ■ home(SP)
*
************************************************************************/
  .home .mainContent img {
    max-width: 100%;
  }
  .home .mainContent .pageSummary {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
  }
  .home .mainContent .kv-area {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .kv-area .homeKvSlideshow {
    position: relative;
  }
  .home .mainContent .kv-area .homeKvSlideshow .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 176vw;
    font-family: 'object-fit: cover';
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    font-family: 'object-fit: cover; object-position: center center';
  }
  .home .mainContent .intro-area .banner-block .item-list > li {
    margin: 4vw 8vw 0px;
  }
  .home .mainContent .intro-area .banner-block .item-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .intro-area .copy-block {
    padding-top: 17.33333vw;
    padding-bottom: 17.33333vw;
  }
  .home .mainContent .kyoto-area {
    padding-bottom: 16vw;
  }
  .home .mainContent .kyoto-area .heading-block {
    position: relative;
    width: 100%;
    height: 80vw;
  }
  .home .mainContent .kyoto-area .heading-block .title-container {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .kyoto-area .heading-block .title-container .caption {
    position: absolute;
    left: 45.6vw;
    top: 14.66667vw;
    z-index: 2;
    width: 8.653vw;
    height: 50.6vw;
    background-image: url("../img/home/kyoto_caption.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .kyoto-area .heading-block .title-container .caption a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .kyoto-area .heading-block .back-container {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 80vw;
  }
  .home .mainContent .kyoto-area .heading-block .back-container .bg {
    width: 100%;
    height: 100%;
    background: url("../img/home/kyoto_01_sp.jpg") no-repeat center center / cover;
  }
  .home .mainContent .kyoto-area .group1-sec {
    margin-top: 16vw;
    margin-bottom: 5.33333vw;
  }
  .home .mainContent .kyoto-area .group1-sec .copy-block .text-container {
    padding: 6.66667vw 0 8vw;
  }
  .home .mainContent .kyoto-area .group1-sec .link-block {
    text-align: center;
  }
  .home .mainContent .teiban-area {
    padding-bottom: 18.66667vw;
  }
  .home .mainContent .teiban-area .heading-block {
    position: relative;
    width: 100%;
    height: 80vw;
  }
  .home .mainContent .teiban-area .heading-block .title-container {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .teiban-area .heading-block .title-container .caption {
    position: absolute;
    left: 42.93333vw;
    top: 18.66667vw;
    z-index: 2;
    width: 14.96vw;
    height: 43.413vw;
    background-image: url("../img/home/teiban_caption.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .teiban-area .heading-block .title-container .caption a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .teiban-area .heading-block .back-container {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 80vw;
  }
  .home .mainContent .teiban-area .heading-block .back-container .bg {
    width: 100%;
    height: 100%;
    background: url("../img/home/teiban_01_sp.jpg") no-repeat center center / cover;
  }
  .home .mainContent .teiban-area .group1-sec {
    margin-top: 16vw;
  }
  .home .mainContent .teiban-area .group1-sec .copy-block .text-container {
    padding: 6.66667vw 0 10.66667vw;
  }
  .home .mainContent .teiban-area .group1-sec .copy-block .text-container .wrapper.sp > p.primary {
    letter-spacing: 0em;
  }
  .home .mainContent .teiban-area .group1-sec .link-block {
    text-align: center;
  }
  /************************************************************************
*
* ■ product(SP)
*
************************************************************************/
  .contentWrapper.product .mainContent {
    padding-top: 34.66667vw;
    padding-bottom: 24vw;
  }
  .contentWrapper.product .mainContent .anc#sai-anc:before {
    content: "";
    display: block;
    height: 50px;
    margin-top: -50px;
    visibility: hidden;
  }
  .contentWrapper.product .mainContent .pageHeading-area {
    margin: 0 auto;
  }
  .contentWrapper.product .mainContent .pageHeading-area .heading-block {
    text-align: center;
  }
  .contentWrapper.product .mainContent .pageHeading-area .heading-block .pageTitle {
    font-size: 5.33333vw;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.2em;
  }
  .contentWrapper.product .mainContent .pageHeading-area .banner-block {
    margin: 13.33333vw 8vw 0;
  }
  .contentWrapper.product .mainContent .pageHeading-area .shortcut-block {
    display: none;
  }
  .contentWrapper.product .mainContent .product-area {
    margin-top: 16vw;
  }
  .contentWrapper.product .mainContent .product-area .productSection {
    margin-top: 5.33333vw;
    padding-top: 16vw;
    border-top: 1px solid #DFDFDF;
  }
  .contentWrapper.product .mainContent .product-area .productSection:first-of-type {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 84vw;
    margin: 0 auto;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .heading-block {
    position: relative;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .heading-block:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2.13333vw;
    z-index: auto;
    width: 5.86667vw;
    height: 0.26667vw;
    background-color: #222;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .heading-block .title {
    height: 4.53333vw;
    line-height: 4.53333vw;
    padding: 0px 2.66667vw 0px 8vw;
    font-size: 3.73333vw;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block {
    width: 84vw;
    margin-top: 5.33333vw;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li {
    position: relative;
    width: 40vw;
    margin-bottom: 9.33333vw;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li .image-container .image {
    outline: 1px solid #DFDFDF;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li .image-container .image img {
    width: 39.46667vw;
    height: 30.93333vw;
    font-family: 'object-fit: cover';
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    font-family: 'object-fit: cover; object-position: center center';
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li .text-container {
    margin-top: 1.6vw;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li .text-container .name {
    font-size: 2.93333vw;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li .text-container .price {
    font-size: 2.93333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 0.8vw;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li .text-container .description {
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-top: 1.33333vw;
    line-height: 1.3;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li[data-icon="reserve"]:after {
    content: "";
    position: absolute;
    left: 30.66667vw;
    top: 20.53333vw;
    z-index: auto;
    width: 8.32vw;
    height: 9.76vw;
    background-image: url("../img/product/icon/ico_reserve.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li[data-icon="reserve"]:after a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li[data-comingsoon]:before {
    content: "coming soon";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 30.93333vw;
    background-color: rgba(160, 160, 160, 0.8);
    font-size: 3.73333vw;
    font-weight: inherit;
    color: #fff;
  }
  .contentWrapper.product .mainContent .product-area .productSection .wrapper .item-block .item-list > li[data-nowprinting]:before {
    content: "now printing";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 30.93333vw;
    background-color: rgba(160, 160, 160, 0.8);
    font-size: 3.73333vw;
    font-weight: inherit;
    color: #fff;
  }
  .contentWrapper.product .mainContent .product-area .supplement-sec {
    margin-top: 10.66667vw;
  }
  .contentWrapper.product .mainContent .product-area .supplement-sec .buttons {
    text-align: center;
  }
  .contentWrapper.product .mainContent .product-area .supplement-sec .buttons .nutrition-btn {
    min-width: 44vw;
  }
  .contentWrapper.product .mainContent .product-area .supplement-sec .notes {
    margin: 16vw 6.66667vw 0;
    line-height: 1.8;
    font-size: 3.2vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }
}
/**************************************************************
*
* ■ SectionSlideshow(PC)
*
**************************************************************/
@media screen and (min-width: 768px) {
  .SectionSlideshow {
    width: 100%;
    height: 560px;
  }
  .SectionSlideshow > .inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .SectionSlideshow > .inner .subject-block {
    order: 2;
    position: relative;
    width: 185px;
  }
  .SectionSlideshow > .inner .subject-block .title-container {
    position: relative;
    height: 100%;
  }
  .SectionSlideshow > .inner .subject-block .title-container:before {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    top: 0px;
    z-index: auto;
    width: 1px;
    height: 72px;
    background-color: #000;
  }
  .SectionSlideshow > .inner .subject-block .title-container .caption {
    position: absolute;
    left: 50%;
    top: 102px;
    z-index: auto;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    font-size: 39px;
    font-weight: 400;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    height: 470px;
  }
  .SectionSlideshow > .inner .subject-block .title-container .caption .sub {
    font-size: 30px;
  }
  .SectionSlideshow > .inner .subject-block .title-container .caption .indent {
    margin-top: -0.4em;
  }
  .SectionSlideshow > .inner .subject-block .title-container .caption .space {
    margin-top: 0.4em;
  }
  .SectionSlideshow > .inner .subject-block .title-container .caption.en {
    text-orientation: mixed;
    letter-spacing: 0.03em;
  }
  .SectionSlideshow > .inner .document-block {
    order: 1;
    position: relative;
    width: calc(100% - 185px);
  }
  .SectionSlideshow > .inner .document-block .singleImage {
    width: 100%;
    height: 560px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
/**************************************************************
*
* ■ SectionSlideshow(SP)
*
**************************************************************/
@media screen and (max-width: 767px) {
  .SectionSlideshow {
    width: 100%;
    height: 62.13333vw;
  }
  .SectionSlideshow > .inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .SectionSlideshow > .inner .subject-block {
    order: 2;
    position: relative;
    width: 18.66667vw;
  }
  .SectionSlideshow > .inner .subject-block .title-container {
    position: relative;
    height: 100%;
  }
  .SectionSlideshow > .inner .subject-block .title-container:before {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    top: 0px;
    z-index: auto;
    width: 1px;
    height: 5.86667vw;
    background-color: #000;
  }
  .SectionSlideshow > .inner .subject-block .title-container .caption {
    position: absolute;
    left: 50%;
    top: 8vw;
    z-index: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 4.26667vw;
    font-weight: 400;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.15em;
  }
  .SectionSlideshow > .inner .subject-block .title-container .caption .sub {
    font-size: 3.2vw;
  }
  .SectionSlideshow > .inner .subject-block .title-container .caption .indent {
    margin-top: -0.3em;
  }
  .SectionSlideshow > .inner .subject-block .title-container .caption .space {
    margin-top: 0.4em;
  }
  .SectionSlideshow > .inner .subject-block .title-container .caption.en {
    text-orientation: mixed;
    letter-spacing: 0.03em;
  }
  .SectionSlideshow > .inner .document-block {
    order: 1;
    position: relative;
    width: 81.33333vw;
  }
  .SectionSlideshow > .inner .document-block .singleImage {
    width: 100%;
    height: 62.13333vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
/**************************************************************
*
* ■ tablet
*
**************************************************************/
html.tablet body {
  width: 1150px;
}
html.tablet {
  height: -webkit-fill-available;
}
html.tablet .PcGnav .root .hitarea {
  max-height: 100vh;
  max-height: -webkit-fill-available;
}
#pc-gnav .PcGnav .root .hitarea .menu-btn {
  top: 170px;
  left: 21px;
}
html.tablet.portrait .pc_reserve_btn {
  bottom: 544px;
}
html.tablet.portrait .pc_ec_btn {
  bottom: 392px;
}
html.tablet.portrait .pc_ec2_btn {
  bottom: 240px;
}
html.tablet.portrait .pc_search_btn {
  bottom: 120px;
}
html.tablet.landscape .pc_reserve_btn {
  bottom: 483px;
}
html.tablet.landscape .pc_ec_btn {
  bottom: 332px;
}
html.tablet.landscape .pc_ec2_btn {
  bottom: 180px;
}
html.tablet.landscape .pc_search_btn {
  bottom: 60px;
}
/**************************************************************
*
* ■ news
*
**************************************************************/
#news {
  background-color: #F7F5F4;
}
#news .title:before {
  content: "";
  position: absolute;
  top: 0px;
  background-color: #000;
}
#news .news_list {
  background-color: #fff;
}
#news .news_list .list_data {
  display: flex;
  align-items: flex-start;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  border-top: 1px solid #D3DAD6;
}
#news .news_list .list_data:first-child {
  padding-top: 0;
  border-top: 0;
}
#news .news_list .list_data:last-child {
  padding-bottom: 0;
}
#news .news_list .list_data .date {
  white-space: nowrap;
  letter-spacing: 0.05em;
}
#news .news_list .list_data .tag {
  background-color: #008C32;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
}
#news .news_list .list_data .tag.sushiro {
  background-color: #a9151a;
}
#news .news_list .list_data .tag.misaki {
  background-color: #3a80ba;
}
#news .news_list .list_data .txt a {
  text-decoration: none;
  line-height: 1.4;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#news .news_list .list_data .txt a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  #news {
    padding-top: 110px;
    padding-bottom: 120px;
    margin-bottom: 120px;
  }
  #news .title {
    position: relative;
    margin-right: 50px;
    padding-top: 50px;
    font-size: 24px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.3em;
    line-height: 1.7;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
  }
  #news .title:before {
    left: calc(50% - 1px);
    width: 1px;
    height: 30px;
  }
  #news .contents_inner {
    display: flex;
    max-width: 1000px;
    margin: auto;
  }
  #news .news_list {
    padding: 35px 80px;
    width: 100%;
  }
  #news .news_list .list_data {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  #news .news_list .list_data .date {
    width: 105px;
    padding-top: 5px;
    font-size: 14px;
  }
  #news .news_list .list_data .tag {
    width: 100px;
    padding: 0.8em 0.5em;
    font-size: 12px;
  }
  #news .news_list .list_data .txt {
    width: calc(100% - 205px);
    padding-top: 5px;
    padding-left: 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #news {
    padding-top: 16vw;
    padding-bottom: 16vw;
    margin-bottom: 21vw;
  }
  #news .contents_inner {
    max-width: 90%;
    margin: auto;
  }
  #news .title {
    position: relative;
    padding-top: 15px;
    font-size: 18px;
  }
  #news .title:before {
    left: 0;
    width: 35px;
    height: 1px;
  }
  #news .news_list {
    padding: 4vw 5vw;
    margin-top: 6vw;
  }
  #news .news_list .list_data {
    flex-wrap: wrap;
    align-items: center;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  #news .news_list .list_data .date {
    width: 90px;
    font-size: 14px;
  }
  #news .news_list .list_data .tag {
    width: 70px;
    padding: 0.65em 0.5em;
    font-size: 10px;
  }
  #news .news_list .list_data .txt {
    flex-basis: 100%;
    margin-top: 10px;
    font-size: 14px;
  }
  #news .btn_block .btn_line,
  #news .btn_block .btn_solid {
    width: 295px;
    margin: auto;
  }
}
/**************************************************************
*
* ■ accordion
*
**************************************************************/
.menu-list > li .primary a {
  display: inline-block;
  padding-top: 4px!important;
  padding-bottom: 4px!important;
}
a.acc_btn {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  position: absolute;
  right: 0;
  width: 19px;
  height: 19px;
  background: #000;
}
a.acc_btn:hover {
  opacity: 0.7;
  transition: opacity 0.1s ease-out;
}
a.acc_btn:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 2px;
  z-index: auto;
  width: 1px;
  height: 14px;
  background-color: #fff;
  transition: all 0.15s ease;
}
a.acc_btn:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 9px;
  z-index: auto;
  width: 14px;
  height: 1px;
  background-color: #fff;
  transition: all 0.15s ease;
}
a.acc_btn.open:before {
  opacity: 0;
}
.primary {
  position: relative;
}
ul.secondary-list {
  display: none;
}
/**************************************************************
*
* ■ pc_reserve_btn
*
**************************************************************/
.pc_reserve_btn {
  position: absolute;
  left: 25px;
  bottom: 371px;
  padding: 9px 12px;
  border: 1px solid #008C32;
  font-size: 14px;
  color: #008C32;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
.pc_reserve_btn:hover {
  background-color: #008C32;
  color: #fff;
  transition: all 0.1s ease-out;
}
#pc-gnav.is-hiddenbutton .pc_reserve_btn {
  display: none;
}
/**************************************************************
*
* ■ pc_ec_btn
*
**************************************************************/
.pc_ec_btn {
  position: absolute;
  left: 25px;
  bottom: 242px;
  padding: 9px 12px;
  border: 1px solid #008C32;
  font-size: 14px;
  color: #008C32;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
.pc_ec_btn:hover {
  background-color: #008C32;
  color: #fff;
  transition: all 0.1s ease-out;
}
#pc-gnav.is-hiddenbutton .pc_ec_btn {
  display: none;
}
/**************************************************************
*
* ■ pc_ec2_btn
*
**************************************************************/
.pc_ec2_btn {
  position: absolute;
  left: 25px;
  bottom: 113px;
  padding: 9px 12px;
  border: 1px solid #008C32;
  font-size: 14px;
  color: #008C32;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
.pc_ec2_btn:hover {
  background-color: #008C32;
  color: #fff;
  transition: all 0.1s ease-out;
}
#pc-gnav.is-hiddenbutton .pc_ec2_btn {
  display: none;
}
/**************************************************************
*
* ■ search_btn
*
**************************************************************/
.pc_search_btn {
  background: #008C32;
  color: #Fff;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.18em;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  padding: 12px 9px;
  position: absolute;
  bottom: 16px;
  left: 25px;
}
.pc_search_btn:hover {
  opacity: 0.7;
  transition: opacity 0.1s ease-out;
}
.sp_bottom_bar {
  display: none;
}
#pc-gnav.is-hiddenbutton .pc_search_btn {
  display: none;
}
/**************************************************************
*
* ■ sp_bottom_bar
*
**************************************************************/
@media screen and (max-width: 767px) {
  #footer-nav {
    padding-bottom: 54px;
  }
  .sp_bottom_bar {
    display: flex;
    justify-content: center;
    gap: 0px 0px;
    padding: 7px 0px;
    background: #008C32;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    flex-wrap: wrap;
  }
  .sp_bottom_bar .btn {
    width: 35%;
  }
  .sp_bottom_bar .btn a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 7px 0px;
    text-decoration: none;
    letter-spacing: 0.05em;
  }
  .sp_bottom_bar .btn a span {
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 0 2px 5px;
  }
  .sp_bottom_bar .ec-btn a {
    letter-spacing: 0em;
  }
  .sp_bottom_bar .shopsearch-btn a span:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(/assets/img/icon/icon_search_wh.svg) center / contain no-repeat;
    margin: -4px 10px 0 0;
  }
}
