@charset "UTF-8";
/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
@import "reset.css";
@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: "Noto Sans TC", sans-serif;
  color: #000;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  height: auto;
  overflow: auto;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  display: inline-table;
  min-height: 1px;
}

* html .cf {
  height: 1px;
}

.cf {
  display: block;
}

.clear {
  clear: both;
}

@media only screen and (min-width:641px) and (max-width:835px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (min-width:780px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width:640px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media only screen and (min-width:780px) {
  .sp_tb {
    display: none !important;
  }
}
@media only screen and (max-width:640px) {
  .sp_tb {
    display: block !important;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .sp_tb {
    display: block !important;
  }
}

@media only screen and (min-width:780px) {
  .pc_only {
    display: block !important;
  }
}
@media only screen and (max-width:640px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .pc_only {
    display: none !important;
  }
}

.backtotop a {
  position: fixed;
  right: 40px;
  bottom: -60px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.backtotop a:hover {
  position: fixed;
  right: 40px;
  bottom: -10px;
}

.dead_linek {
  position: relative;
}
.dead_linek::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.dead_linek::after {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  content: "COMMING SOON";
  font-style: italic;
  font-weight: 400;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
  font-size: 20px;
  font-size: 2rem;
}
.dead_linek a {
  pointer-events: none;
}

::selection {
  background: #8c947c;
}

::-webkit-selection {
  background: #8c947c;
}

::-moz-selection {
  background: #8c947c;
}

::-ms-selection {
  background: #8c947c;
}

::-o-selection {
  background: #8c947c;
}

.wrapper {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  clear: both;
}
@media only screen and (min-width:780px) and (max-width:1366px) {
  .wrapper {
    width: 80%;
  }
}

.window_wrap {
  width: 96%;
  margin: 0 auto;
  position: relative;
  clear: both;
  z-index: 1;
}

.wrap_inner {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width:640px) {
  .wrap_inner {
    width: 100%;
  }
}

.breadcrumbs {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 0;
  font-size: 13px;
}
@media (min-width: 480px) {
  .breadcrumbs {
    font-size: 15px;
    font-size: calc(0.0025 * 100vw + 11.8px);
  }
}
@media (min-width: 1280px) {
  .breadcrumbs {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .breadcrumbs {
    top: 100px;
  }
}
.breadcrumbs .wrapper {
  max-width: 1280px;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .breadcrumbs .wrapper {
    width: 90%;
  }
}
@media only screen and (max-width:640px) {
  .breadcrumbs .wrapper {
    width: 90%;
  }
}
.breadcrumbs .current-item {
  color: #365b56;
  font-weight: 700;
}
.breadcrumbs span {
  line-height: 30px;
  margin: 0 5px;
  font-size: 13px;
}
@media (min-width: 480px) {
  .breadcrumbs span {
    font-size: 15px;
    font-size: calc(0.0025 * 100vw + 11.8px);
  }
}
@media (min-width: 1280px) {
  .breadcrumbs span {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .breadcrumbs span {
    margin: 0;
    line-height: 1;
  }
}
.breadcrumbs a, .breadcrumbs span {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 13px;
}
@media (min-width: 480px) {
  .breadcrumbs a, .breadcrumbs span {
    font-size: 15px;
    font-size: calc(0.0025 * 100vw + 11.8px);
  }
}
@media (min-width: 1280px) {
  .breadcrumbs a, .breadcrumbs span {
    font-size: 15px;
  }
}
.breadcrumbs a:hover, .breadcrumbs span:hover {
  color: #f8f8f8;
}
.serif {
  font-family: "Noto Serif JP", serif;
}

.wrapT {
  width: 100%;
  height: 360px;
  position: relative;
  display: table;
}
.wrapT .wrapC {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.primary_title {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width:640px) {
  .primary_title {
    margin-bottom: 0;
  }
}
.primary_title-event {
  margin-bottom: 60px;
  padding-left: 5.555%;
}
@media only screen and (max-width:640px) {
  .primary_title-event {
    margin-bottom: 30px;
  }
}
.primary_title-event h2 {
  text-align: left;
}
.primary_title-event .tw {
  font-family: "Noto Serif TC", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #365b56;
  letter-spacing: 0.3em;
}
@media (min-width: 480px) {
  .primary_title-event .tw {
    font-size: 32px;
    font-size: calc(0.005 * 100vw + 25.6px);
  }
}
@media (min-width: 1280px) {
  .primary_title-event .tw {
    font-size: 32px;
  }
}
.primary_title-event .en {
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 600;
  color: #829592;
  letter-spacing: 0.3em;
}
@media (min-width: 480px) {
  .primary_title-event .en {
    font-size: 16px;
    font-size: calc(0.0025 * 100vw + 12.8px);
  }
}
@media (min-width: 1280px) {
  .primary_title-event .en {
    font-size: 16px;
  }
}
.primary_title h2 {
  line-height: 1;
}
.primary_title h2 span {
  line-height: 1;
  display: block;
}
.primary_title .jp {
  font-size: 24px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 480px) {
  .primary_title .jp {
    font-size: 34px;
    font-size: calc(0.0125 * 100vw + 18px);
  }
}
@media (min-width: 1280px) {
  .primary_title .jp {
    font-size: 34px;
  }
}
@media only screen and (min-width:780px) and (max-width:1366px) {
  .primary_title .jp {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.primary_title .en {
  margin-top: 18px;
  font-size: 15px;
  font-family: "Cormorant", serif;
  letter-spacing: 0.3em;
}
@media (min-width: 480px) {
  .primary_title .en {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .primary_title .en {
    font-size: 18px;
  }
}

.mid_title {
  font-size: 15px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.2em;
}
@media (min-width: 480px) {
  .mid_title {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .mid_title {
    font-size: 18px;
  }
}

.is-access {
  position: relative;
}
.is-access-hdr h2 .en {
  font-family: "Cormorant", serif;
}
.is-access .wrap {
  margin-bottom: 140px;
}
@media only screen and (max-width:640px) {
  .is-access .wrap {
    margin-top: 60px;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .is-access_info {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width:640px) {
  .is-access_info {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.is-access_info p {
  text-align: center;
}
.is-access_info .logo img {
  margin: 0 auto;
}
@media only screen and (max-width:640px) {
  .is-access_info .logo img {
    width: 60px;
  }
}
.is-access_info .address {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  margin: 26px auto 16px;
}
@media (min-width: 480px) {
  .is-access_info .address {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-access_info .address {
    font-size: 15px;
  }
}
.is-access_info .link {
  text-decoration: underline;
  color: #365b56;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .is-access_info .link {
    font-size: 13px;
    font-size: calc(0 * 100vw + 13px);
  }
}
@media (min-width: 1280px) {
  .is-access_info .link {
    font-size: 13px;
  }
}
.is-access_info .icon-arrow {
  margin: 0 auto;
  border: 1px solid #365b56;
}
.is-access_info .icon-arrow::before {
  color: #365b56;
}

.sbs {
  font-size: 0;
}
.sbs li {
  display: inline-block;
  vertical-align: top;
}

a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.primary_title-seasonal {
  background: linear-gradient(45deg, rgb(225, 235, 248) 0%, rgb(252, 217, 238) 100%);
  padding: 42px 50px;
  -webkit-border-radius: 0 22px 22px 0;
  -moz-border-radius: 0 22px 22px 0;
  -ms-border-radius: 0 22px 22px 0;
  border-radius: 0 22px 22px 0;
  margin-right: 60px;
}
.primary_title-seasonal h2 {
  writing-mode: vertical-lr;
}
@media only screen and (max-width:640px) {
  .primary_title-seasonal h2 {
    writing-mode: inherit;
  }
}
.primary_title-seasonal h2 .tw {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #365b56;
  letter-spacing: 0.3em;
}
@media (min-width: 480px) {
  .primary_title-seasonal h2 .tw {
    font-size: 32px;
    font-size: calc(0.005 * 100vw + 25.6px);
  }
}
@media (min-width: 1280px) {
  .primary_title-seasonal h2 .tw {
    font-size: 32px;
  }
}
.primary_title-seasonal h2 .en {
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 600;
  color: #829592;
  letter-spacing: 0.3em;
}
@media (min-width: 480px) {
  .primary_title-seasonal h2 .en {
    font-size: 16px;
    font-size: calc(0.0025 * 100vw + 12.8px);
  }
}
@media (min-width: 1280px) {
  .primary_title-seasonal h2 .en {
    font-size: 16px;
  }
}

.btn-more {
  display: inline-block;
  position: relative;
}
.btn-more a,
.btn-more span {
  position: relative;
}
.btn-more a {
  text-align: center;
}
.btn-more a span {
  color: #365b56;
  display: block;
}
.btn-more a .tw {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .btn-more a .tw {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .btn-more a .tw {
    font-size: 18px;
  }
}
.btn-more a .en {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 1em;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.btn-more .arrow-icon {
  position: relative;
  background: url("../images/common/arrow-right.svg") 0 0/cover no-repeat;
  width: 14px;
  height: 11px;
  margin: 0 auto;
  display: block;
}
.btn-more::before {
  content: "";
  background: url("../images/common/btn-outline.svg") 0 0/cover no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 60px;
}
@media only screen and (max-width:640px) {
  .btn-more::before {
    padding: 50px;
  }
}

.modal {
  width: 100%;
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 55000;
}
.modal__bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
}
.modal__content {
  width: 980px;
  overflow: scroll;
  background: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 60px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .modal__content {
    width: 90%;
  }
}
@media only screen and (max-width:640px) {
  .modal__content {
    width: 90%;
    height: 90vh;
    padding: 8%;
    display: block !important;
  }
}
.modal__content iframe {
  width: 100%;
  height: 650px;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .modal__content iframe {
    height: 440px;
  }
}
@media only screen and (max-width:640px) {
  .modal__content iframe {
    height: 220px;
  }
}
.modal__content .img {
  width: 30%;
}
@media only screen and (max-width:640px) {
  .modal__content .img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.modal__content .txt {
  width: 65%;
}
@media only screen and (max-width:640px) {
  .modal__content .txt {
    width: 100%;
  }
}
.modal__content .txt h3 {
  font-size: 18px;
}
@media (min-width: 480px) {
  .modal__content .txt h3 {
    font-size: 20px;
    font-size: calc(0.0025 * 100vw + 16.8px);
  }
}
@media (min-width: 1280px) {
  .modal__content .txt h3 {
    font-size: 20px;
  }
}
.modal__content .txt p {
  font-size: 15px;
}
@media (min-width: 480px) {
  .modal__content .txt p {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .modal__content .txt p {
    font-size: 15px;
  }
}
.modal .js-modal-close-btn {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: -60px;
  right: -60px;
}
.modal .js-modal-close-btn i {
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
}
@media only screen and (max-width:640px) {
  .modal .js-modal-close-btn i {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.table_col {
  width: 100%;
  border-top: 1px solid #ddd;
}
.table_col tr {
  border-bottom: 1px solid #ddd;
}
.table_col tr th,
.table_col tr td {
  font-size: 11px;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .table_col tr th,
  .table_col tr td {
    font-size: 13px;
    font-size: calc(0.0025 * 100vw + 9.8px);
  }
}
@media (min-width: 1280px) {
  .table_col tr th,
  .table_col tr td {
    font-size: 13px;
  }
}
.table_col tr th {
  width: 30%;
  font-weight: 600;
  position: relative;
  padding: 18px 20px 18px 0;
}
@media only screen and (max-width:640px) {
  .table_col tr th {
    padding: 11px 6px 12px 0;
  }
}
.table_col tr td {
  width: 70%;
  padding: 20px 0;
}
.table_col tr td small {
  display: block;
  font-size: 11px;
}
@media (min-width: 480px) {
  .table_col tr td small {
    font-size: 13px;
    font-size: calc(0.0025 * 100vw + 9.8px);
  }
}
@media (min-width: 1280px) {
  .table_col tr td small {
    font-size: 13px;
  }
}
.table_col tr td a {
  text-decoration: underline;
  word-break: break-all;
  color: #365b56;
  font-size: 15px;
}
@media (min-width: 480px) {
  .table_col tr td a {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .table_col tr td a {
    font-size: 15px;
  }
}
.table_col tr td strong {
  font-size: 15px;
}
@media (min-width: 480px) {
  .table_col tr td strong {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .table_col tr td strong {
    font-size: 15px;
  }
}
.table_col tr td ul {
  padding-left: 20px;
}
.table_col tr td ul li {
  list-style: disc;
  font-size: 15px;
}
@media (min-width: 480px) {
  .table_col tr td ul li {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .table_col tr td ul li {
    font-size: 15px;
  }
}
.table_col tr td ol li {
  font-size: 15px;
}
@media (min-width: 480px) {
  .table_col tr td ol li {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .table_col tr td ol li {
    font-size: 15px;
  }
}

.tabs {
  font-size: 0;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .tabs_items {
    overflow: scroll;
  }
}
@media only screen and (max-width:640px) {
  .tabs_items {
    overflow: scroll;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .tabs_items_wrap {
    width: 800px;
  }
}
@media only screen and (max-width:640px) {
  .tabs_items_wrap {
    width: 800px;
  }
}
.tabs_item {
  background: #fff;
  font-size: 15px;
  border: 1px solid #eae4e3;
  padding: 14px 42px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 10px;
}
@media (min-width: 480px) {
  .tabs_item {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .tabs_item {
    font-size: 15px;
  }
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .tabs_item {
    white-space: nowrap;
    padding: 14px 22px;
  }
}
@media only screen and (max-width:640px) {
  .tabs_item {
    white-space: nowrap;
    padding: 14px 22px;
    margin-right: 5px;
  }
}
.tabs_item:hover {
  cursor: pointer;
}
@media only screen and (min-width:780px) {
  .tabs_item:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
.tabs_item:last-child {
  margin-right: 0;
}
.tabs_content {
  background: #fff;
  display: none;
  margin-top: -1px;
  padding: 80px;
  clear: both;
  overflow: hidden;
  border: 1px solid #eae4e3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .tabs_content {
    padding: 40px;
  }
}
@media only screen and (max-width:640px) {
  .tabs_content {
    padding: 5%;
  }
}
.tabs input[name=tabs_item] {
  display: none;
}
.tabs .active {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tabs input:checked + .tabs_item {
  color: #000;
  background: #fff;
  border-bottom: 1px solid #fff;
}
.header_mouse {
  width: 36px;
  height: 56px;
  background: none;
  border: 2px solid #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  bottom: 50px;
  left: calc(50% - 18px);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  z-index: 10;
}
@media only screen and (max-width:640px) {
  .header_mouse {
    width: 30px;
    height: 46px;
    left: calc(50% - 15px);
  }
}
.header_mouse span {
  width: 4px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 45%;
  left: calc(50% - 2px);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: block;
  animation: vertical 1s ease-in-out infinite alternate;
}

.sns {
  z-index: 1000;
}
.sns_icon {
  text-align: center;
}
.sns_icon li {
  margin-right: 20px;
  position: relative;
}
.sns_icon li:last-child {
  margin-right: 0;
}
.sns_icon li i {
  width: 62px;
  height: 62px;
  background: url("../images/common/sns-bg.svg") center/cover no-repeat;
  display: block;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 480px) {
  .sns_icon li i {
    font-size: 18px;
    font-size: calc(0 * 100vw + 18px);
  }
}
@media (min-width: 1280px) {
  .sns_icon li i {
    font-size: 18px;
  }
}

.fa-instagram {
  padding-top: 22px;
  padding-left: 2px;
}
.fa-facebook-f {
  padding-left: 1px;
  padding-top: 23px;
}
.fa-youtube {
  padding-left: 3px;
  padding-top: 22px;
}

.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.flex-stretch {
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-start {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.flex-center-middle {
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-reverse {
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.loopSliderWrap {
  left: 0;
  height: 260px;
  overflow: hidden;
  position: absolute;
}
@media only screen and (max-width:1366px) {
  .loopSliderWrap {
    height: 153px;
  }
}
.loopSliderWrap:after {
  content: "";
  display: none;
  clear: none;
}

.loopSlider,
.loopWave {
  margin: 0 auto;
  width: 100%;
  height: 260px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:1366px) {
  .loopSlider,
  .loopWave {
    height: 153px;
  }
}
.loopSlider ul,
.loopWave ul {
  height: 260px;
  float: right;
  position: relative;
  overflow: hidden;
  margin-right: -240px;
}
@media only screen and (max-width:1366px) {
  .loopSlider ul,
  .loopWave ul {
    height: 153px;
  }
}
.loopSlider ul li,
.loopWave ul li {
  width: 340px;
  height: 260px;
  float: right;
  display: inline-block;
  margin-right: 20px;
  overflow: hidden;
}
@media only screen and (max-width:1366px) {
  .loopSlider ul li,
  .loopWave ul li {
    width: 200px;
    height: 153px;
  }
}
.loopSlider ul li img,
.loopWave ul li img {
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  border-radius: 38px;
}
@media only screen and (max-width:640px) {
  .loopSlider ul li img,
  .loopWave ul li img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
}

.mfp-content {
  width: 980px !important;
  background: #fff;
  padding: 50px;
}
@media only screen and (max-width:640px) {
  .mfp-content {
    width: 90% !important;
    padding: 5%;
  }
}
.mfp-content h3 {
  text-align: center;
  margin: 30px auto 40px;
}
@media only screen and (max-width:640px) {
  .mfp-content h3 {
    margin: 20px auto;
  }
}
.mfp-content .content p {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width:640px) {
  .mfp-content .content p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.ac_lists .acMenu dt::before,
.ac_lists .acMenu dd::before {
  position: absolute;
}
.ac_lists .acMenu dt {
  cursor: pointer;
}
.ac_lists .acMenu dt::before {
  display: block;
}
.ac_lists .acMenu dd {
  display: none;
}

.swiper-container-2 {
  width: 100%;
  margin: 0 auto;
}
.swiper-container-2 img {
  width: 100%;
  -webkit-border-radius: 42.65%;
  -moz-border-radius: 42.65%;
  -ms-border-radius: 42.65%;
  border-radius: 42.65%;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}

/* 固定搜尋列 */
#fixed-search-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
#fixed-search-bar form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#fixed-search-bar form .search-field {
  width: 100%;
  padding: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
#fixed-search-bar form .search-submit {
  background-color: #0073e6;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
#fixed-search-bar form .search-submit:hover {
  background-color: #005bb5;
}

/* 增加搜尋結果區域的樣式 */
#ajax-search-results {
  margin-top: 80px;
  padding: 20px;
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.icon-lifeivent {
  width: 46px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width:640px) {
  .icon-lifeivent {
    width: 45px;
  }
}

.icon-other {
  width: 9px;
  height: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  border-top: 2px solid #000;
  background: none;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.icon-other:before {
  width: 9px;
  height: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
}

.icon-line {
  width: 23px;
  height: 22px;
  background: url("../images/page/for-beginner/icon-line.svg") 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:640px) {
  .icon-line {
    left: 12%;
  }
}

.icon-line_music {
  width: 26px;
  height: 26px;
  background: url("../images/common/icon-linemusic_bk.svg") 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-play {
  width: 60px;
  height: 60px;
  background: #365b56;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-style: normal;
}
@media only screen and (max-width:640px) {
  .icon-play {
    width: 42px;
    height: 42px;
  }
}
.icon-play::before, .icon-play::after {
  position: absolute;
  color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.icon-play::before {
  content: "\f04b";
  top: 50%;
  left: 55%;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-size: 1.4rem;
}

.icon-plus {
  width: 9px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
}
@media only screen and (max-width:640px) {
  .icon-plus {
    right: 30px;
  }
}
.icon-plus:before {
  width: 1px;
  height: 9px;
  z-index: 1;
  content: "";
  background: #fff;
  position: absolute;
  top: -4px;
  left: 4px;
}

.icon-plus_circle {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: relative;
}
.icon-plus_circle::before, .icon-plus_circle::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon-plus_circle::before {
  width: 1px;
  height: 14px;
}
.icon-plus_circle::after {
  width: 14px;
  height: 1px;
}

.icon-arrow {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #365b56;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.icon-arrow::before {
  text-align: center;
  content: "\f105";
  padding-left: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
}
@media (min-width: 480px) {
  .icon-arrow::before {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .icon-arrow::before {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .icon-arrow::before {
    font-size: 11px;
    font-size: 1.1rem;
    width: 28px;
    height: 28px;
    line-height: 24px;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header_nav-pc .menu-header-container {
  margin-left: 4rem;
  margin-top: 17px;
}

.is-main-nav_lists {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
@media only screen and (max-width:640px) {
  .is-main-nav_lists {
    flex-direction: column;
    align-items: flex-start;
  }
}
.is-main-nav_lists .menu-item {
  position: relative;
  display: block;
  margin-right: 3em;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .is-main-nav_lists .menu-item {
    margin-right: 1em;
  }
}
@media only screen and (max-width:640px) {
  .is-main-nav_lists .menu-item {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.is-main-nav_lists .menu-item a {
  font-weight: 500;
  font-size: 13px;
  color: #282828;
  position: relative;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 0.5em;
}
@media (min-width: 480px) {
  .is-main-nav_lists .menu-item a {
    font-size: 13px;
    font-size: calc(0 * 100vw + 13px);
  }
}
@media (min-width: 1280px) {
  .is-main-nav_lists .menu-item a {
    font-size: 13px;
  }
}
@media only screen and (max-width:640px) {
  .is-main-nav_lists .menu-item a {
    display: block;
    font-size: 16px;
  }
}
@media only screen and (max-width:640px) and (min-width: 480px) {
  .is-main-nav_lists .menu-item a {
    font-size: 20px;
    font-size: calc(0.005 * 100vw + 13.6px);
  }
}
@media only screen and (max-width:640px) and (min-width: 1280px) {
  .is-main-nav_lists .menu-item a {
    font-size: 20px;
  }
}
@media only screen and (max-width:640px) {
  .is-main-nav_lists .menu-item a:after {
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 1px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
  }
}
.is-main-nav_lists-footer {
  position: relative;
  margin-bottom: 3.3333em;
}
.is-main-nav_lists-footer ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.is-main-nav_lists-footer ul a {
  font-size: 12px;
}
@media (min-width: 480px) {
  .is-main-nav_lists-footer ul a {
    font-size: 15px;
    font-size: calc(0.00375 * 100vw + 10.2px);
  }
}
@media (min-width: 1280px) {
  .is-main-nav_lists-footer ul a {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-main-nav_lists-footer {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20%;
    justify-content: center;
  }
}
.is-main-nav_lists-footer .menu-item {
  margin-right: 30px;
  text-align: left;
}
@media only screen and (max-width:640px) {
  .is-main-nav_lists-footer .menu-item {
    margin-right: 0;
    width: 50%;
  }
}
.is-main-nav_lists-footer .menu-item:nth-of-type(1) {
  position: absolute;
  right: 77%;
  top: 0;
  width: 100%;
}
@media only screen and (max-width:640px) {
  .is-main-nav_lists-footer .menu-item:nth-of-type(1) {
    position: relative;
    right: auto;
    top: auto;
    width: 50%;
  }
}
.is-main-nav_lists-footer .menu-item:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 162%;
  width: 100%;
}
@media only screen and (max-width:640px) {
  .is-main-nav_lists-footer .menu-item:nth-of-type(2) {
    position: relative;
    right: auto;
    top: auto;
    width: 50%;
  }
}
.is-main-nav_lists-footer .menu-item:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 6px;
  height: 6px;
  margin-bottom: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #c4c4c4;
  margin-right: 10px;
}
.is-main-nav_lists-footer .menu-item a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .is-main-nav_lists-footer .menu-item a {
    font-size: 16px;
    font-size: calc(0 * 100vw + 16px);
  }
}
@media (min-width: 1280px) {
  .is-main-nav_lists-footer .menu-item a {
    font-size: 16px;
  }
}
.is-main-nav_lists-footer .menu-item-has-children .sub-menu a {
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 480px) {
  .is-main-nav_lists-footer .menu-item-has-children .sub-menu a {
    font-size: 12px;
    font-size: calc(0 * 100vw + 12px);
  }
}
@media (min-width: 1280px) {
  .is-main-nav_lists-footer .menu-item-has-children .sub-menu a {
    font-size: 12px;
  }
}
.is-main-nav_lists-footer .menu-item-has-children .menu-item {
  position: relative;
}
.is-main-nav_lists-footer .menu-item-has-children .menu-item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  background-color: transparent;
}
.is-main-nav_lists-footer .menu-item-has-children .menu-item:nth-of-type(1) {
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
}
.is-main-nav_lists-footer .menu-item-has-children .menu-item:nth-of-type(2) {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
}

.drawer-nav {
  width: 100%;
  background: #fff;
  z-index: 30000;
}
@media only screen and (max-width:640px) {
  .drawer-nav {
    width: 60%;
  }
}
.drawer-nav .sns_icon {
  padding-top: 5%;
}
@media only screen and (max-width:640px) {
  .drawer-nav .sns_icon li i {
    color: #365b56;
    background: none;
    padding: 0;
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .drawer-nav .drawer-menu {
    display: block;
  }
}
@media only screen and (max-width:640px) {
  .drawer-nav .drawer-menu {
    display: block;
  }
}
.drawer-nav_img {
  width: 40%;
  position: relative;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .drawer-nav_img {
    width: 100%;
  }
}
@media only screen and (max-width:640px) {
  .drawer-nav_img {
    width: 100%;
  }
}
.drawer-nav_img .season_txt {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  line-height: 80px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 10;
}
@media (min-width: 480px) {
  .drawer-nav_img .season_txt {
    font-size: 28px;
    font-size: calc(0.0075 * 100vw + 18.4px);
  }
}
@media (min-width: 1280px) {
  .drawer-nav_img .season_txt {
    font-size: 28px;
  }
}
@media only screen and (max-width:640px) {
  .drawer-nav_img .season_txt {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 20px;
    left: 20px;
  }
}
.drawer-nav_img li {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .drawer-nav_img li {
    height: 40vh;
  }
}
@media only screen and (max-width:640px) {
  .drawer-nav_img li {
    height: 30vh;
  }
}
.drawer-nav_inner {
  width: 60%;
  padding: 0 6vw;
  position: relative;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .drawer-nav_inner {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width:640px) {
  .drawer-nav_inner {
    width: 100%;
    padding-top: 40%;
    height: 100vh;
  }
}
.drawer-nav-ftr {
  position: absolute;
  bottom: 5vh;
  padding-top: 5%;
  border-top: 1px solid #DEDEDE;
  color: #365b56;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.14em;
}
.drawer-nav_lists {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 5%;
}
.drawer-nav_lists .menu-item {
  display: block;
  width: 100%;
}
.drawer-nav_lists .menu-item a {
  display: block;
  padding: 5% 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #365b56;
  font-weight: 700;
}
.drawer-nav_lists__item {
  width: 33.3333%;
  margin-bottom: 40px;
}
@media only screen and (max-width:640px) {
  .drawer-nav_lists__item {
    width: 50%;
    margin-bottom: 14px;
  }
}
.drawer-nav_lists__item a {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 480px) {
  .drawer-nav_lists__item a {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .drawer-nav_lists__item a {
    font-size: 15px;
  }
}
.drawer-nav_lists__item a span {
  display: block;
  font-size: 11px;
  color: #666666;
  font-family: "Jost", sans-serif;
}
@media (min-width: 480px) {
  .drawer-nav_lists__item a span {
    font-size: 13px;
    font-size: calc(0.0025 * 100vw + 9.8px);
  }
}
@media (min-width: 1280px) {
  .drawer-nav_lists__item a span {
    font-size: 13px;
  }
}
.drawer-nav_lists .dead a, .drawer-nav_lists .dead span {
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-decoration: line-through;
  pointer-events: none;
}
.drawer-nav_lists .dead a::after, .drawer-nav_lists .dead span::after {
  display: none;
}
.drawer-nav .footer-navi {
  margin: 40px 0;
}
@media only screen and (max-width:640px) {
  .drawer-nav .footer-navi {
    margin: 14px 0;
  }
}
.drawer-nav .footer-navi ul {
  text-align: left;
}
.drawer-nav .footer-navi ul li a {
  font-size: 11px;
  color: #000;
}
@media (min-width: 480px) {
  .drawer-nav .footer-navi ul li a {
    font-size: 13px;
    font-size: calc(0.0025 * 100vw + 9.8px);
  }
}
@media (min-width: 1280px) {
  .drawer-nav .footer-navi ul li a {
    font-size: 13px;
  }
}
.drawer-nav .sns ul {
  text-align: right;
}

.drawer-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 29000;
}

.drawer--right .drawer-nav {
  right: -100%;
}
@media only screen and (max-width:640px) {
  .drawer--right .drawer-nav {
    right: -100%;
  }
}

.drawer-hamburger {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 52px !important;
  right: 52px !important;
  padding: 0;
  z-index: 30002;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-appearance: none;
}
@media only screen and (max-width:640px) {
  .drawer-hamburger {
    top: 10px !important;
    right: 10px !important;
  }
}
@media all and (-ms-high-contrast: none) {
  .drawer-hamburger {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  }
}
.drawer-hamburger:hover {
  background: #fff;
}
.drawer-hamburger .text {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.2em;
  position: absolute;
  top: 36px;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 480px) {
  .drawer-hamburger .text {
    font-size: 13px;
    font-size: calc(0.0025 * 100vw + 9.8px);
  }
}
@media (min-width: 1280px) {
  .drawer-hamburger .text {
    font-size: 13px;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .drawer-hamburger .text {
    top: 35px;
  }
}
@media only screen and (max-width:640px) {
  .drawer-hamburger .text {
    top: 25px;
  }
}

.drawer-hamburger-icon {
  width: 34px;
  position: absolute;
  top: 50%;
  left: calc(50% - 17px);
  background: #000;
  margin: 0;
}
@media only screen and (max-width:640px) {
  .drawer-hamburger-icon {
    background: #000;
  }
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background: #000;
}
@media only screen and (max-width:640px) {
  .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background: #000;
  }
}

.drawer-open .drawer-hamburger-icon {
  background: none;
}
.drawer-open .drawer-hamburger-icon::before, .drawer-open .drawer-hamburger-icon::after {
  width: 100%;
}
@media only screen and (max-width:640px) {
  .drawer-open .drawer-hamburger-icon::before, .drawer-open .drawer-hamburger-icon::after {
    background: #000;
  }
}

.drawer--left.drawer-open .drawer-hamburger, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 277px !important;
}

.drawer-nav li.anchor {
  padding: 0 0 0 50px;
}

.drawer-nav li.anchor a {
  font-size: 14px;
}

.drawer-nav li.cm,
.drawer-nav li.cp {
  margin: 50px 0 0 0;
}

.drawer-nav li.cm a,
.drawer-nav li.cp a {
  text-indent: -1em;
  margin-left: 1em;
}

.drawer-nav li.nolink .link {
  opacity: 0.4;
}

.drawer-nav li.nolink .link:hover {
  text-decoration: none;
}

.drawer-nav li .link {
  color: #fff;
}

.drawer-nav li .link img {
  vertical-align: middle;
}

.drawer-nav li .link span {
  font-size: 18px;
  display: block;
}

.drawer-menu-item {
  padding: 5px 0;
}

.drawer-hamburger {
  top: 1px;
  -moz-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
}

.drawer--left.drawer-open .drawer-hamburger, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0 !important;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.is-thanks p {
  margin-bottom: 60px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width:640px) {
  .is-thanks p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.is-contact {
  z-index: 1;
}
@media only screen and (max-width:640px) {
  .is-contact .conv_flex {
    display: block;
  }
}
.is-contact .conv .conv_item-tel {
  margin-right: 20px;
}
@media only screen and (max-width:640px) {
  .is-contact .conv .conv_item-tel ul li {
    width: calc(50% - 5px);
  }
}
.is-contact .wrapper {
  width: 50%;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .is-contact .wrapper {
    width: 80%;
  }
}
@media only screen and (max-width:640px) {
  .is-contact .wrapper {
    width: 90%;
  }
}
.is-contact .contact_wrap__sec .lead {
  margin-bottom: 60px;
  font-size: 11px;
  font-weight: 500;
}
@media (min-width: 480px) {
  .is-contact .contact_wrap__sec .lead {
    font-size: 15px;
    font-size: calc(0.005 * 100vw + 8.6px);
  }
}
@media (min-width: 1280px) {
  .is-contact .contact_wrap__sec .lead {
    font-size: 15px;
  }
}
.is-contact .contact_wrap__sec .contact-table {
  width: 100%;
}
.is-contact .contact_wrap__sec .contact-table tr {
  display: flex;
  gap: 53px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .is-contact .contact_wrap__sec .contact-table tr {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (max-width:640px) {
  .is-contact .contact_wrap__sec .contact-table tr {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 5%;
  }
}
.is-contact .contact_wrap__sec .contact-table tr .col-l {
  width: 20%;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .is-contact .contact_wrap__sec .contact-table tr .col-l {
    width: 100%;
  }
}
@media only screen and (max-width:640px) {
  .is-contact .contact_wrap__sec .contact-table tr .col-l {
    width: 100%;
  }
}
.is-contact .contact_wrap__sec .contact-table tr .col-r {
  width: calc(80% - 53px);
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .is-contact .contact_wrap__sec .contact-table tr .col-r {
    width: 100%;
  }
}
@media only screen and (max-width:640px) {
  .is-contact .contact_wrap__sec .contact-table tr .col-r {
    width: 100%;
  }
}
.is-contact .contact_wrap__sec .contact-table tr:last-child td:last-child {
  margin-bottom: 0;
}
.is-contact .contact_wrap__sec .contact-table tr td p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (max-width:640px) {
  .is-contact .contact_wrap__sec .contact-table tr td {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
.is-contact .contact_wrap__sec .contact-table tr td sup {
  font-size: 10px;
  font-size: 1rem;
  color: #365b56;
  display: inline-block;
  margin: 0 0 0 4px;
}
.is-contact .contact_wrap__sec .contact-table tr td .must {
  font-size: inherit;
  color: #ff0000;
  display: inline-block;
}
.is-contact .contact_wrap iframe {
  width: 100%;
  height: 600px;
}
.is-contact .contact_wrap .subscribe-image {
  display: none !important;
}

@media only screen and (max-width:1366px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=tel],
  .wpcf7 input[type=email],
  .wpcf7 textarea,
  .wpcf7 input[type=submit],
  .wpcf7 input[type=number],
  .wpcf7 .wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
  }
}
.wpcf7 i {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
.wpcf7 .cm_jp {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  margin: 0 2em 0 0;
}
.wpcf7 .cm_jp:last-child {
  margin: 0 1em 0 0;
}
.wpcf7 .con,
.wpcf7 .mess,
.wpcf7 .cm {
  width: 100%;
  padding: 18px 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  font-size: 15px;
  font-size: 1.5rem;
  background: #fff;
}
@media only screen and (max-width:640px) {
  .wpcf7 .con,
  .wpcf7 .mess,
  .wpcf7 .cm {
    padding: 14px 1em;
  }
}
.wpcf7 .cm {
  width: 30%;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width:640px) {
  .wpcf7 .cm {
    width: 24%;
    padding: 22px 13px;
  }
}
.wpcf7 select {
  width: 100%;
  padding: 22px 30px;
  border: 1px solid #363535;
  font-size: 12px;
  font-size: 1.2rem;
  background: #292828;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  position: relative;
}
.wpcf7 .radio .wpcf7-list-item,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 7px;
}
.wpcf7 .radio .wpcf7-list-item input,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item input {
  margin: 0 10px 4px 0;
}
.wpcf7 .radio .wpcf7-list-item span,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item span {
  font-size: 12px;
  font-size: 1.2rem;
}
.wpcf7 .radio .wpcf7-list-item:last-child,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.wpcf7 .checkbtn {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 60px;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width:640px) {
  .wpcf7 .checkbtn {
    margin-bottom: 20px;
  }
}
.wpcf7 .checkbtn .check {
  margin-right: 1rem;
}
.wpcf7 .checkbtn a {
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: underline;
  color: #365b56;
  font-weight: 600;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 1.2rem;
  color: #365b56;
  display: block;
  margin-top: 7px;
}
.wpcf7 .mess {
  height: 200px;
}
.wpcf7 #contactSub #submit {
  width: 100%;
  height: 62px;
  line-height: 56px;
  border: 0;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #365b56;
  background: #365b56;
  -webkit-appearance: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.wpcf7 #contactSub #submit:hover {
  background: #365b56;
  color: #fff;
  border: 2px solid #fff;
}

.wpcf7-list-item {
  margin: 0;
}

input::placeholder,
textarea::placeholder {
  color: #9c9c9c;
  opacity: 0.3;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.paginavi {
  margin-top: 50px;
}
.paginavi ul {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.paginavi ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 20px 0;
}
@media only screen and (max-width:640px) {
  .paginavi ul li {
    margin: 0 10px 10px 0;
  }
}
.paginavi ul li:last-child {
  margin-right: 0;
}
.paginavi ul li a {
  width: 84px;
  height: 84px;
  line-height: 84px;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  background: #365b56;
  position: relative;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (min-width: 480px) {
  .paginavi ul li a {
    font-size: 30px;
    font-size: calc(0.01 * 100vw + 17.2px);
  }
}
@media (min-width: 1280px) {
  .paginavi ul li a {
    font-size: 30px;
  }
}
@media only screen and (max-width:640px) {
  .paginavi ul li a {
    width: 52px;
    height: 52px;
    line-height: 50px;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #365b56;
  }
}
.paginavi ul li a i {
  color: #fff;
  display: block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 84px;
  padding-left: 5px;
}
@media only screen and (max-width:640px) {
  .paginavi ul li a i {
    line-height: 52px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.paginavi ul li .dots {
  font-family: "Jost", sans-serif;
  line-height: 0;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width:640px) {
  .paginavi ul li .dots {
    font-size: 20px;
    font-size: 2rem;
  }
}
.paginavi ul .current {
  width: 84px;
  height: 84px;
  line-height: 84px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #365b56;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  display: block;
  position: relative;
}
@media (min-width: 480px) {
  .paginavi ul .current {
    font-size: 30px;
    font-size: calc(0.01 * 100vw + 17.2px);
  }
}
@media (min-width: 1280px) {
  .paginavi ul .current {
    font-size: 30px;
  }
}
@media only screen and (max-width:640px) {
  .paginavi ul .current {
    width: 52px;
    height: 52px;
    line-height: 50px;
  }
}
.paginavi ul .next,
.paginavi ul .prev {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width:780px) {
  .paginavi ul .next:hover::before,
  .paginavi ul .prev:hover::before {
    color: #365b56;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.is-guidance h2 {
  font-size: 20px;
  margin-bottom: 36px;
}
@media (min-width: 480px) {
  .is-guidance h2 {
    font-size: 22px;
    font-size: calc(0.0025 * 100vw + 18.8px);
  }
}
@media (min-width: 1280px) {
  .is-guidance h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width:640px) {
  .is-guidance h2 {
    margin-bottom: 22px;
  }
}
.is-guidance__hdr {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width:640px) {
  .is-guidance__hdr {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.is-guidance__hdr p {
  font-size: 11px;
  line-height: 1.5;
}
@media (min-width: 480px) {
  .is-guidance__hdr p {
    font-size: 15px;
    font-size: calc(0.005 * 100vw + 8.6px);
  }
}
@media (min-width: 1280px) {
  .is-guidance__hdr p {
    font-size: 15px;
  }
}
.is-guidance__body .is-flow {
  display: block;
}
.is-guidance__body .is-flow .wrap {
  margin-bottom: 100px;
}
@media only screen and (max-width:640px) {
  .is-guidance__body .is-flow .wrap {
    margin-bottom: 0;
  }
}
.is-guidance__body .is-flow .step {
  line-height: 80px;
  padding-left: 4px;
  padding-top: 8px;
}
@media only screen and (max-width:640px) {
  .is-guidance__body .is-flow .step {
    line-height: 60px;
  }
}
.is-guidance__body .is-flow .answer {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #365b56;
}
@media (min-width: 480px) {
  .is-guidance__body .is-flow .answer {
    font-size: 22px;
    font-size: calc(0.0025 * 100vw + 18.8px);
  }
}
@media (min-width: 1280px) {
  .is-guidance__body .is-flow .answer {
    font-size: 22px;
  }
}
.is-guidance__body .is-transaction-law .table_col {
  border-top: 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 40px;
}
.is-guidance__body .is-transaction-law .table_col th,
.is-guidance__body .is-transaction-law .table_col td {
  font-size: 11px;
  font-weight: 500;
}
@media (min-width: 480px) {
  .is-guidance__body .is-transaction-law .table_col th,
  .is-guidance__body .is-transaction-law .table_col td {
    font-size: 15px;
    font-size: calc(0.005 * 100vw + 8.6px);
  }
}
@media (min-width: 1280px) {
  .is-guidance__body .is-transaction-law .table_col th,
  .is-guidance__body .is-transaction-law .table_col td {
    font-size: 15px;
  }
}
.is-guidance__body .is-transaction-law .table_col tr {
  border-bottom: 0;
}
.is-guidance__body .is-transaction-law .table_col tr td {
  padding: 10px 0;
}
.is-guidance__body .is-transaction-law .table_col tr:last-child td,
.is-guidance__body .is-transaction-law .table_col tr:last-child th {
  padding: 10px 0 40px 0;
}
.is-guidance__body .is-transaction-law .table_col th {
  text-align: left;
  color: #365b56;
  vertical-align: top;
  font-weight: 700;
  padding: 10px 0;
}
.is-guidance__body_tab {
  margin-bottom: 110px;
}
.is-guidance__body_tab ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.is-guidance__body_tab ul li {
  width: calc(33.3333333333% - 20px);
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .is-guidance__body_tab ul li {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:640px) {
  .is-guidance__body_tab ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .is-guidance__body_tab ul li:last-child {
    margin-bottom: 0;
  }
}
.is-guidance__body_tab ul li a {
  width: 100%;
  display: inline-block;
  padding: 19px 0;
  border: 1px solid #365b56;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #365b56;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 480px) {
  .is-guidance__body_tab ul li a {
    font-size: 15px;
    font-size: calc(0.005 * 100vw + 8.6px);
  }
}
@media (min-width: 1280px) {
  .is-guidance__body_tab ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-guidance__body_tab ul li a {
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.05));
    background-color: #fff;
  }
}
.is-guidance__body_tab ul li a:hover {
  background: #365b56;
  color: #fff;
}
.is-guidance__body_tab ul li a i {
  width: 14px;
  height: 11px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(90deg);
  background: url("../images/common/arrow-right.svg") 0 0/cover no-repeat;
}
@media only screen and (max-width:640px) {
  .is-guidance__body_sec {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.is-guidance__body_sec h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
}
.is-guidance__body_list {
  list-style: none;
  margin-bottom: 30px;
}
@media only screen and (max-width:640px) {
  .is-guidance__body_list {
    margin-bottom: 40px;
  }
}
.is-guidance__body_list:last-child {
  margin-bottom: 0;
}
.is-guidance__body_list h3 {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 480px) {
  .is-guidance__body_list h3 {
    font-size: 18px;
    font-size: calc(0 * 100vw + 18px);
  }
}
@media (min-width: 1280px) {
  .is-guidance__body_list h3 {
    font-size: 18px;
  }
}
.is-guidance__body_list h4 {
  font-weight: 700;
  color: #365b56;
}
.is-guidance__body_list strong {
  font-size: inherit;
  display: block;
  margin-top: 9px;
  font-weight: 700;
  margin-bottom: -5px;
}
.is-guidance__body_list h4,
.is-guidance__body_list p,
.is-guidance__body_list li,
.is-guidance__body_list a,
.is-guidance__body_list h5 {
  font-size: 11px;
}
@media (min-width: 480px) {
  .is-guidance__body_list h4,
  .is-guidance__body_list p,
  .is-guidance__body_list li,
  .is-guidance__body_list a,
  .is-guidance__body_list h5 {
    font-size: 15px;
    font-size: calc(0.005 * 100vw + 8.6px);
  }
}
@media (min-width: 1280px) {
  .is-guidance__body_list h4,
  .is-guidance__body_list p,
  .is-guidance__body_list li,
  .is-guidance__body_list a,
  .is-guidance__body_list h5 {
    font-size: 15px;
  }
}
.is-guidance__body_list p {
  line-height: 2.2;
  margin-top: 9px;
}
.is-guidance__body_list a {
  text-decoration: underline;
  color: #365b56;
}
.is-guidance__body_list_lists {
  padding: 0 0 0 2em;
  margin-top: 15px;
}
.is-guidance__body_list_lists .is-guidance__body_list_lists_list {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-bottom: 0.6em;
}
.is-guidance__body_list_lists .is-guidance__body_list_lists_list:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.is-guidance__body_list_lists_counts1, .is-guidance__body_list_lists_counts2 {
  margin: 10px 0 0.6em 40px;
  list-style: inherit;
}
.is-guidance__body_list ul {
  margin-top: 10px;
}
.is-guidance__body_list ul li {
  margin: 0 0 15px 1.5em;
  list-style: disc;
}
.is-guidance__ftr {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width:640px) {
  .is-guidance__ftr {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.is-guidance__ftr p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.2;
}
.is-guidance__ftr_con {
  margin-top: 20px;
}
.is-guidance__ftr_con h4 {
  font-size: 15px;
  font-size: 1.5rem;
}

#faq .answer_outter {
  display: flex;
}
@media only screen and (max-width:640px) {
  #faq .answer_outter {
    padding-left: 25%;
  }
}
#faq .answer_outter .lead {
  padding-top: 0.8rem;
  padding-left: 1rem;
}
#faq .step {
  padding-top: 0;
}
@media only screen and (max-width:640px) {
  #faq .is-flow .step-list .subttl {
    padding-left: 24%;
  }
}

#transaction-law {
  margin-bottom: 240px;
}
@media only screen and (max-width:640px) {
  #transaction-law {
    margin-bottom: 100px;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media print {
  .header {
    position: absolute;
  }
}
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#loading.disappear {
  display: none;
}

#youtube-area {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-border-radius: 42px 0 0 42px;
  -moz-border-radius: 42px 0 0 42px;
  -ms-border-radius: 42px 0 0 42px;
  border-radius: 42px 0 0 42px;
}
@media only screen and (max-width:640px) {
  #youtube-area {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }
}
#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

#youtube-area-2 {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  height: 100%;
  opacity: 1;
  width: 100vw;
  max-height: 810px;
}
#youtube-area-2:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(248, 253, 255, 0.6);
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.youtube {
  height: 100vh;
  width: 100%;
  transform: scale(1.6);
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .youtube {
    transform: scale(2);
  }
}
@media only screen and (max-width:640px) {
  .youtube {
    transform: scale(5);
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header {
  position: relative;
}
.header_nav-pc {
  width: 100%;
  position: fixed;
  max-height: 90px;
  margin: 0 auto;
  padding: 20px 20px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 1000;
}
@media only screen and (max-width:640px) {
  .header_nav-pc {
    display: none;
  }
}
@media only screen and (max-width:640px) {
  .header_nav_left {
    display: none;
  }
}
@media only screen and (min-width:641px) and (max-width:835px), only screen and (max-width:640px) {
  .header_nav_right {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 1000;
  }
  .header_nav_right .cover_kv-login, .header_nav_right .cover_kv-cartbtn, .header_nav_right .cover_kv-translation, .header_nav_right .cover_kv-line, .header_nav_right .cover_kv-signup {
    margin-right: 0;
    height: auto;
    width: 25%;
    margin: 0;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    -ms-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
    z-index: 1000;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) and (min-width:641px) and (max-width:1366px), only screen and (max-width:640px) and (min-width:641px) and (max-width:1366px) {
  .header_nav_right .cover_kv-login, .header_nav_right .cover_kv-cartbtn, .header_nav_right .cover_kv-translation, .header_nav_right .cover_kv-line, .header_nav_right .cover_kv-signup {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) and (max-width:640px), only screen and (max-width:640px) and (max-width:640px) {
  .header_nav_right .cover_kv-login, .header_nav_right .cover_kv-cartbtn, .header_nav_right .cover_kv-translation, .header_nav_right .cover_kv-line, .header_nav_right .cover_kv-signup {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
}
@media only screen and (min-width:641px) and (max-width:835px), only screen and (max-width:640px) {
  .header_nav_right .cover_kv-login a, .header_nav_right .cover_kv-cartbtn a, .header_nav_right .cover_kv-translation a, .header_nav_right .cover_kv-line a, .header_nav_right .cover_kv-signup a {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-align: center;
  }
  .header_nav_right .cover_kv-translation {
    text-align: center;
    border-right: 0 !important;
    justify-content: space-around;
    z-index: 1;
  }
}

.fixed-logo {
  width: 122px;
  position: relative;
  margin-top: 10px;
  text-align: center;
  z-index: 2000;
  padding: 20px 21px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .fixed-logo {
    width: 90px;
    padding: 15px 16px;
  }
}
@media only screen and (max-width:640px) {
  .fixed-logo {
    margin-top: 0;
  }
}
.fixed-logo::before {
  content: "";
  background: url("../images/common/logo-clr_bg.svg") center/contain no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width:640px) {
  .fixed-logo {
    top: 10px;
    position: fixed;
    width: 70px;
    padding: 10px 11px;
    left: calc(50% - 35px);
  }
}
.fixed-logo img {
  margin: 0 auto;
  display: block;
}

.smaller.fixed-logo {
  width: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  padding: 18px;
}
@media only screen and (max-width:640px) {
  .smaller.fixed-logo {
    width: 70px;
    padding: 16px;
    top: 20px;
    left: 20px;
  }
}
.smaller.fixed-logo img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.footer {
  position: relative;
  z-index: 999;
}
.footer_hdr {
  padding: 186px 0 214px;
  position: relative;
  max-height: 810px;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .footer_hdr {
    padding: 80px 0;
    margin-bottom: 30px;
  }
}
.footer_hdr::before {
  content: "";
  position: absolute;
  width: 60.5%;
  height: 647px;
  left: -143px;
  top: -185px;
  background: url("../images/common/ftr-txt.png") center/contain no-repeat;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .footer_hdr::before {
    width: 100%;
    left: 50%;
    top: 50%;
    height: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.footer_hdr .lead {
  word-break: auto-phrase;
  padding-left: 54.16%;
  padding-right: 13%;
  color: #365b56;
  font-family: "Noto Serif TC", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 3.3333333333;
}
@media (min-width: 480px) {
  .footer_hdr .lead {
    font-size: 18px;
    font-size: calc(0.00875 * 100vw + 6.8px);
  }
}
@media (min-width: 1280px) {
  .footer_hdr .lead {
    font-size: 18px;
  }
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .footer_hdr .lead {
    text-align: center;
    padding-left: 0;
    padding: 10%;
    line-height: 2;
  }
}
.footer_hdr-logo {
  text-align: center;
  margin: 0 auto 80px;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .footer_hdr-logo {
    width: 280px;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width:640px) {
  .footer_hdr-logo {
    width: 60%;
    margin: 0 auto 24px;
  }
}
.footer_hdr-logo img {
  margin: 0 auto;
}
@media only screen and (max-width:640px) {
  .footer_hdr-logo img {
    width: 60px;
  }
}
.footer_hdr video {
  width: 100vw;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .footer_hdr video {
    width: auto;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width:640px) {
  .footer_hdr video {
    width: auto;
  }
}
.footer_content {
  position: relative;
}
.footer_content .sns {
  position: absolute;
  left: 80px;
  bottom: 1em;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .footer_content .sns {
    position: static;
  }
}
.footer_content .sns li a i {
  color: #fff;
}
.footer_content .btn-more {
  position: absolute;
  right: 80px;
  bottom: 18px;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .footer_content .btn-more {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: block;
    right: auto;
    bottom: auto;
    margin-top: 30px;
  }
}
.footer-navi {
  position: absolute;
  left: 80px;
  bottom: 40px;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .footer-navi {
    position: static;
    padding: 10%;
  }
}
.footer-navi ul {
  text-align: left;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .footer-navi ul {
    text-align: center;
  }
}
.footer-navi ul li {
  margin-right: 2.3em;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .footer-navi ul li {
    margin-right: 1em;
  }
}
.footer-navi ul li:last-child {
  margin-right: 0;
}
.footer-navi ul li a {
  color: #365b56;
  position: relative;
  font-weight: 600;
  font-size: 13px;
}
@media (min-width: 480px) {
  .footer-navi ul li a {
    font-size: 13px;
    font-size: calc(0 * 100vw + 13px);
  }
}
@media (min-width: 1280px) {
  .footer-navi ul li a {
    font-size: 13px;
  }
}
.footer_ftr {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .footer_ftr {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.footer_ftr .copyright {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #365b56;
}
@media (min-width: 480px) {
  .footer_ftr .copyright {
    font-size: 11px;
    font-size: calc(0 * 100vw + 11px);
  }
}
@media (min-width: 1280px) {
  .footer_ftr .copyright {
    font-size: 11px;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.article-col_lists__item {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.article-col_lists__item:hover, .article-col_lists__item:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.article-col_lists__item .thumb {
  position: relative;
}
.article-col_lists__item .thumb img {
  width: 100%;
  display: block;
  font-size: 0;
}
.article-col_lists-1 .col_item {
  width: 100%;
}
.article-col_lists-2 {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-col_lists-2 .col_item {
  width: calc(50% - 25px);
  margin: 0 50px 60px 0;
}
.article-col_lists-2 .col_item:nth-of-type(2n) {
  margin-right: 0 !important;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .article-col_lists-2 .col_item {
    width: calc(50% - 15px);
    margin: 0 30px 40px 0;
  }
}
@media only screen and (max-width:640px) {
  .article-col_lists-2 .col_item {
    width: 100%;
    margin: 0 auto 50px;
    display: block;
  }
}
.article-col_lists-3 {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width:640px) {
  .article-col_lists-3 {
    display: block;
  }
}
.article-col_lists-3::after {
  width: calc(33.3333% - 24px);
  content: "";
  display: block;
}
@media only screen and (max-width:640px) {
  .article-col_lists-3::after {
    display: none;
  }
}
.article-col_lists-3 .col_item {
  width: calc(33.3333% - 24px);
  margin-right: 36px;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .article-col_lists-3 .col_item {
    width: calc(33.3333% - 10px);
    margin-right: 15px;
  }
}
@media only screen and (max-width:640px) {
  .article-col_lists-3 .col_item {
    width: 100%;
    margin-right: 0;
  }
}
.article-col_lists-3 .col_item:nth-of-type(3n) {
  margin-right: 0;
}
.article-col_lists-4 {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-col_lists-4 .col_item {
  width: calc(25% - 7.5px);
  margin: 0 10px 80px 0 !important;
}
@media only screen and (min-width:780px) and (max-width:1366px) {
  .article-col_lists-4 .col_item {
    margin: 0 10px 60px 0 !important;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .article-col_lists-4 .col_item {
    width: calc(50% - 5px);
    margin: 0 10px 40px 0 !important;
  }
  .article-col_lists-4 .col_item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width:640px) {
  .article-col_lists-4 .col_item {
    width: calc(50% - 5px);
    margin: 0 10px 30px 0 !important;
  }
  .article-col_lists-4 .col_item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
.article-col_lists-4 .col_item:nth-of-type(4n) {
  margin-right: 0 !important;
}

.post_tag_item {
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 11px 22px;
  font-weight: 600;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: #2E7C43;
  color: #fff;
  line-height: 1;
  margin-right: 10px;
}
@media (min-width: 480px) {
  .post_tag_item {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .post_tag_item {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .post_tag_item {
    padding: 11px 16px;
  }
}

.article {
  position: relative;
}
.article-event_lists__item .thumb {
  position: relative;
}
.article-event_lists__item .thumb img {
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  border-radius: 48px;
}
.article-event_lists__item .txt {
  position: relative;
}
.article-event_lists__item .txt .title {
  color: #365b56;
  font-weight: 700;
  margin: 30px 0;
  line-height: 1.8;
  font-size: 15px;
  font-family: "Noto Serif TC", sans-serif;
}
@media (min-width: 480px) {
  .article-event_lists__item .txt .title {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .article-event_lists__item .txt .title {
    font-size: 18px;
  }
}
@media only screen and (min-width:780px) and (max-width:1366px) {
  .article-event_lists__item .txt .title {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .article-event_lists__item .txt .title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:640px) {
  .article-event_lists__item .txt .title {
    margin: 12px auto;
  }
}
.article-event_lists__item .txt .holding_period {
  text-align: right;
}
.article-event_lists__item .txt .holding_period p {
  color: #365b56;
  font-size: 18px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
@media (min-width: 480px) {
  .article-event_lists__item .txt .holding_period p {
    font-size: 36px;
    font-size: calc(0.0225 * 100vw + 7.2px);
  }
}
@media (min-width: 1280px) {
  .article-event_lists__item .txt .holding_period p {
    font-size: 36px;
  }
}
.article-event_lists__item .txt .holding_period .date {
  position: relative;
  display: inline-block;
}
.article-event_lists__item .txt .holding_period .date::before {
  width: 1px;
  height: 80px;
  position: absolute;
  transform: rotate(45deg);
  bottom: -5px;
  left: -46px;
  content: "";
  background: #365b56;
}
@media only screen and (max-width:640px) {
  .article-event_lists__item .txt .holding_period .date::before {
    height: 40px;
    right: 10px;
    left: -20px !important;
  }
}
.article-event_lists .swiper-slide-active {
  margin-top: 0;
}
.article-blog_lists .txt .title {
  margin: 0;
  font-size: 15px;
}
@media (min-width: 480px) {
  .article-blog_lists .txt .title {
    font-size: 22px;
    font-size: calc(0.00875 * 100vw + 10.8px);
  }
}
@media (min-width: 1280px) {
  .article-blog_lists .txt .title {
    font-size: 22px;
  }
}
.article-news_lists {
  padding-top: 30px;
  border-top: 1px solid #CCC;
  margin-bottom: 40px;
}
@media only screen and (max-width:640px) {
  .article-news_lists {
    padding-top: 18px;
    margin-bottom: 20px;
  }
}
.article-news_lists__item {
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  align-items: center;
}
@media only screen and (max-width:640px) {
  .article-news_lists__item {
    margin-bottom: 16px;
    padding-bottom: 18px;
  }
}
.article-news_lists__item:last-child {
  margin-bottom: 0;
}
.article-news_lists__item .title, .article-news_lists__item time {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width:1366px) {
  .article-news_lists__item .title, .article-news_lists__item time {
    display: block;
  }
}
.article-news_lists__item .title {
  font-weight: 600;
  line-height: 1.8;
  font-family: "Noto Serif TC", sans-serif;
  font-size: 15px;
}
@media (min-width: 480px) {
  .article-news_lists__item .title {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .article-news_lists__item .title {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .article-news_lists__item .title {
    line-height: 1.4;
  }
}
.article-news_lists__item time {
  margin: 2px 1.6em 0 0;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-size: 13px;
}
@media (min-width: 480px) {
  .article-news_lists__item time {
    font-size: 15px;
    font-size: calc(0.0025 * 100vw + 11.8px);
  }
}
@media (min-width: 1280px) {
  .article-news_lists__item time {
    font-size: 15px;
  }
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .article-news_lists__item time {
    margin-right: 0;
  }
}
@media only screen and (max-width:640px) {
  .article-news_lists__item time {
    margin-right: 0;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.is-single_news .main_content {
  position: relative;
}
.is-single_news .main_content .wrapper {
  max-width: 880px;
}
.is-single-hdr .thumb {
  width: 100%;
  margin: 0 auto 60px;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .is-single-hdr .thumb {
    width: 90%;
  }
}
@media only screen and (max-width:640px) {
  .is-single-hdr .thumb {
    width: 100%;
    margin-bottom: 30px;
  }
}
.is-single-hdr .thumb img {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  display: block;
  margin: 0 auto;
}
.is-single-hdr .title {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 32px;
}
@media (min-width: 480px) {
  .is-single-hdr .title {
    font-size: 34px;
    font-size: calc(0.0175 * 100vw + 11.6px);
  }
}
@media (min-width: 1280px) {
  .is-single-hdr .title {
    font-size: 34px;
  }
}
@media only screen and (max-width:640px) {
  .is-single-hdr .title {
    margin-bottom: 24px;
  }
}
.is-single-hdr time {
  display: block;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
  text-align: right;
  color: #365b56;
  font-size: 20px;
}
@media (min-width: 480px) {
  .is-single-hdr time {
    font-size: 26px;
    font-size: calc(0.0075 * 100vw + 16.4px);
  }
}
@media (min-width: 1280px) {
  .is-single-hdr time {
    font-size: 26px;
  }
}
.is-single-body .title {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 32px;
}
@media (min-width: 480px) {
  .is-single-body .title {
    font-size: 34px;
    font-size: calc(0.0175 * 100vw + 11.6px);
  }
}
@media (min-width: 1280px) {
  .is-single-body .title {
    font-size: 34px;
  }
}
@media only screen and (max-width:640px) {
  .is-single-body .title {
    margin-bottom: 24px;
  }
}
.is-single-body time {
  display: block;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  color: #70644f;
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-single-body time {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-single-body time {
    font-size: 15px;
  }
}
.is-single-body .holding_period {
  margin-bottom: 40px;
}
@media only screen and (max-width:640px) {
  .is-single-body .holding_period {
    margin-bottom: 16px;
  }
}
.is-single-body .holding_period p {
  color: #606060;
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 480px) {
  .is-single-body .holding_period p {
    font-size: 15px;
    font-size: calc(0.0025 * 100vw + 11.8px);
  }
}
@media (min-width: 1280px) {
  .is-single-body .holding_period p {
    font-size: 15px;
  }
}
.is-single-body .holding_period p span {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  display: inline-block;
  padding-right: 40px;
  position: relative;
  font-size: 13px;
  font-weight: 600;
}
@media (min-width: 480px) {
  .is-single-body .holding_period p span {
    font-size: 15px;
    font-size: calc(0.0025 * 100vw + 11.8px);
  }
}
@media (min-width: 1280px) {
  .is-single-body .holding_period p span {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-single-body .holding_period p span {
    padding-right: 30px;
  }
}
.is-single-body .holding_period p span::before {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  content: "";
  background: #cbcbcb;
}
@media only screen and (max-width:640px) {
  .is-single-body .holding_period p span::before {
    right: 10px;
  }
}
.is-single-body .post_tags {
  margin-bottom: 60px;
}
@media only screen and (max-width:640px) {
  .is-single-body .post_tags {
    margin-bottom: 40px;
  }
}
.is-single-body .post_tags_lists__item {
  margin: 0 10px 10px 0;
}
@media only screen and (max-width:640px) {
  .is-single-body .post_tags_lists__item {
    margin: 0 5px 5px 0;
  }
}
.is-single-body .post_tags_lists__item a {
  display: block;
  background: #f0f1ef;
  font-size: 11px;
  padding: 19px 27px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 480px) {
  .is-single-body .post_tags_lists__item a {
    font-size: 13px;
    font-size: calc(0.0025 * 100vw + 9.8px);
  }
}
@media (min-width: 1280px) {
  .is-single-body .post_tags_lists__item a {
    font-size: 13px;
  }
}
@media only screen and (max-width:640px) {
  .is-single-body .post_tags_lists__item a {
    padding: 10px 14px;
  }
}
.is-single-body .the_content {
  /* 對齊樣式 */
  /* 寬對齊和全寬對齊（需要主題容器支援） */
}
.is-single-body .the_content h2,
.is-single-body .the_content h3,
.is-single-body .the_content h4,
.is-single-body .the_content h5,
.is-single-body .the_content h6,
.is-single-body .the_content p,
.is-single-body .the_content a,
.is-single-body .the_content span,
.is-single-body .the_content strong,
.is-single-body .the_content i,
.is-single-body .the_content li,
.is-single-body .the_content em {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-single-body .the_content h2,
  .is-single-body .the_content h3,
  .is-single-body .the_content h4,
  .is-single-body .the_content h5,
  .is-single-body .the_content h6,
  .is-single-body .the_content p,
  .is-single-body .the_content a,
  .is-single-body .the_content span,
  .is-single-body .the_content strong,
  .is-single-body .the_content i,
  .is-single-body .the_content li,
  .is-single-body .the_content em {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-single-body .the_content h2,
  .is-single-body .the_content h3,
  .is-single-body .the_content h4,
  .is-single-body .the_content h5,
  .is-single-body .the_content h6,
  .is-single-body .the_content p,
  .is-single-body .the_content a,
  .is-single-body .the_content span,
  .is-single-body .the_content strong,
  .is-single-body .the_content i,
  .is-single-body .the_content li,
  .is-single-body .the_content em {
    font-size: 15px;
  }
}
.is-single-body .the_content h2 {
  color: #282828;
  margin: 64px 0 44px;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 480px) {
  .is-single-body .the_content h2 {
    font-size: 24px;
    font-size: calc(0.005 * 100vw + 17.6px);
  }
}
@media (min-width: 1280px) {
  .is-single-body .the_content h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width:640px) {
  .is-single-body .the_content h2 {
    margin: 40px 0 28px;
  }
}
.is-single-body .the_content h3 {
  border-left: 6px solid #365b56;
  padding: 0 0 8px 0.8em;
  margin: 60px 0 40px;
  font-size: 20px;
}
@media (min-width: 480px) {
  .is-single-body .the_content h3 {
    font-size: 24px;
    font-size: calc(0.005 * 100vw + 17.6px);
  }
}
@media (min-width: 1280px) {
  .is-single-body .the_content h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width:640px) {
  .is-single-body .the_content h3 {
    margin: 40px 0 28px;
  }
}
.is-single-body .the_content h4 {
  margin: 60px 0 38px;
  font-size: 18px;
}
@media (min-width: 480px) {
  .is-single-body .the_content h4 {
    font-size: 18px;
    font-size: calc(0 * 100vw + 18px);
  }
}
@media (min-width: 1280px) {
  .is-single-body .the_content h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width:640px) {
  .is-single-body .the_content h4 {
    margin: 40px 0 24px;
  }
}
.is-single-body .the_content p,
.is-single-body .the_content span,
.is-single-body .the_content strong,
.is-single-body .the_content a,
.is-single-body .the_content i,
.is-single-body .the_content em {
  margin-bottom: 36px;
  line-height: 2.2;
}
@media only screen and (max-width:640px) {
  .is-single-body .the_content p,
  .is-single-body .the_content span,
  .is-single-body .the_content strong,
  .is-single-body .the_content a,
  .is-single-body .the_content i,
  .is-single-body .the_content em {
    margin-bottom: 20px;
  }
}
.is-single-body .the_content a {
  color: #365b56;
  text-decoration: underline;
}
.is-single-body .the_content img {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  margin-bottom: 50px;
}
@media only screen and (max-width:640px) {
  .is-single-body .the_content img {
    margin-bottom: 24px;
  }
}
.is-single-body .the_content ul {
  padding-left: 30px;
  margin: 40px 0;
}
.is-single-body .the_content ul li {
  list-style: disc;
}
.is-single-body .the_content ol {
  padding-left: 30px;
  margin: 40px 0;
}
.is-single-body .the_content ol li {
  list-style: decimal;
}
.is-single-body .the_content blockquote {
  padding: 30px;
  background: #f8f8f8;
}
@media only screen and (max-width:640px) {
  .is-single-body .the_content blockquote {
    padding: 5%;
  }
}
.is-single-body .the_content blockquote p {
  margin-bottom: 0;
}
.is-single-body .the_content blockquote cite {
  font-size: 13px;
}
@media (min-width: 480px) {
  .is-single-body .the_content blockquote cite {
    font-size: 15px;
    font-size: calc(0.0025 * 100vw + 11.8px);
  }
}
@media (min-width: 1280px) {
  .is-single-body .the_content blockquote cite {
    font-size: 15px;
  }
}
.is-single-body .the_content iframe {
  width: 100%;
}
.is-single-body .the_content .alignleft {
  float: left;
  margin-right: 1.5em;
}
.is-single-body .the_content .alignright {
  float: right;
  margin-left: 1.5em;
}
.is-single-body .the_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.is-single-body .the_content .alignwide {
  max-width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem;
}
.is-single-body .the_content .alignfull {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.is-single .btn-more {
  text-align: center;
  width: 100%;
  margin: 84px auto 140px;
}
.is-single .btn-more a {
  display: block;
}
.is-single .btn-more a i {
  transform: rotate(180deg);
}

.hide {
  display: none !important;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.primary-sec {
  position: relative;
}
.section {
  position: relative;
  margin-bottom: 160px;
  margin-right: auto;
}
@media only screen and (min-width:780px) and (max-width:1366px) {
  .section {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .section {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width:640px) {
  .section {
    margin-bottom: 80px;
  }
}

.is-main_navi {
  position: relative;
  padding: 100px 60px;
  background: #f8f8f8;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .is-main_navi {
    padding: 50px 5%;
  }
}
@media only screen and (max-width:640px) {
  .is-main_navi {
    padding: 40px 8%;
  }
}
.is-main_navi::before, .is-main_navi::after {
  width: calc(100% - 60px);
  height: 25px;
  content: "";
  position: absolute;
  left: 30px;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .is-main_navi::before, .is-main_navi::after {
    height: 45px;
  }
}
@media only screen and (max-width:1366px) {
  .is-main_navi::before, .is-main_navi::after {
    width: calc(100% - 20px);
    bottom: 10px;
    left: 10px;
  }
}
.is-main_navi::before {
  background: url("../images/common/shape-glay-2-pc.svg") center/cover no-repeat;
  top: -25px;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .is-main_navi::before {
    top: -45px;
  }
}
@media only screen and (max-width:640px) {
  .is-main_navi::before {
    background: url("../images/common/shape-glay-2-sp.svg") center/cover no-repeat;
  }
}
.is-main_navi::after {
  background: url("../images/common/shape-glay-1-pc.svg") center/cover no-repeat;
  bottom: -25px;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .is-main_navi::after {
    bottom: -45px;
  }
}
@media only screen and (max-width:640px) {
  .is-main_navi::after {
    background: url("../images/common/shape-glay-1-sp.svg") center/cover no-repeat;
  }
}
.is-main_navi_lists {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width:640px) {
  .is-main_navi_lists {
    display: block;
  }
}
.is-main_navi_lists__item {
  width: calc(33.3333% - 20px);
  height: 420px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width:780px) and (max-width:1366px) {
  .is-main_navi_lists__item {
    height: 320px;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .is-main_navi_lists__item {
    height: 220px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
}
@media only screen and (max-width:640px) {
  .is-main_navi_lists__item {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
  .is-main_navi_lists__item:last-child {
    margin-bottom: 0;
  }
}
.is-main_navi_lists__item:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.is-main_navi_lists__item::before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(39, 49, 22, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
@media only screen and (max-width:640px) {
  .is-main_navi_lists__item::before {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
}
.is-main_navi_lists__item p,
.is-main_navi_lists__item span {
  text-align: center;
  position: relative;
  color: #fff;
}
.is-main_navi_lists__item .text {
  line-height: 1;
  margin-bottom: 60px;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .is-main_navi_lists__item .text {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width:640px) {
  .is-main_navi_lists__item .text {
    margin-bottom: 20px;
  }
}
.is-main_navi_lists__item .text span {
  display: block;
  line-height: 1;
}
.is-main_navi_lists__item .text .jp {
  font-size: 24px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 480px) {
  .is-main_navi_lists__item .text .jp {
    font-size: 34px;
    font-size: calc(0.0125 * 100vw + 18px);
  }
}
@media (min-width: 1280px) {
  .is-main_navi_lists__item .text .jp {
    font-size: 34px;
  }
}
.is-main_navi_lists__item .text .en {
  margin-top: 18px;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.3em;
}
@media (min-width: 480px) {
  .is-main_navi_lists__item .text .en {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-main_navi_lists__item .text .en {
    font-size: 18px;
  }
}
.is-main_navi_lists__item .icon-arrow {
  margin: 0 auto;
  border: 1px solid #fff;
}
.is-main_navi_lists__item .icon-arrow::before {
  color: #fff;
}
.is-main_navi_lists__item-1 {
  background: url("../images/cafeteria/kv.jpg") center/cover no-repeat;
}
.is-main_navi_lists__item-2 {
  background: url("../images/products/kv.jpg") center/cover no-repeat;
}
.is-main_navi_lists__item-3 {
  background: url("../images/experience/kv.jpg") center/cover no-repeat;
}

.is-page {
  position: relative;
  background: #fff;
  z-index: 102;
}
@media only screen and (max-width:640px) {
  .is-page {
    margin-top: 0;
  }
}
.is-page .is-main_navi::before, .is-page .is-main_navi::after {
  width: 100%;
  left: 0;
}
@media only screen and (max-width:640px) {
  .is-page .is-main_navi::before, .is-page .is-main_navi::after {
    left: 0;
  }
}

.is-partnership_program__title {
  width: 100%;
  height: 80vh;
  background: url("../images/about-us/school-img.jpg") center/cover no-repeat;
  position: relative;
}
@media only screen and (max-width:640px) {
  .is-partnership_program__title {
    height: 50vh;
  }
}
.is-partnership_program__title::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.is-partnership_program__title .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.is-partnership_program__title .inner::before, .is-partnership_program__title .inner::after {
  width: 100%;
  height: 2vw;
  content: "";
  position: absolute;
  left: 0;
}
@media only screen and (max-width:640px) {
  .is-partnership_program__title .inner::before, .is-partnership_program__title .inner::after {
    height: 5vw;
    bottom: 10px;
  }
}
.is-partnership_program__title .inner::before {
  background: url("../images/common/musk-wh-1-pc.svg") center/cover no-repeat;
  top: 0;
}
@media only screen and (max-width:640px) {
  .is-partnership_program__title .inner::before {
    background: url("../images/common/musk-wh-1-sp.svg") center/cover no-repeat;
  }
}
.is-partnership_program__title .inner::after {
  background: url("../images/common/musk-wh-2-pc.svg") center/cover no-repeat;
  bottom: 0;
}
@media only screen and (max-width:640px) {
  .is-partnership_program__title .inner::after {
    background: url("../images/common/musk-wh-2-sp.svg") center/cover no-repeat;
  }
}
.is-partnership_program__title .inner .primary_title {
  margin-bottom: 0;
}
.is-partnership_program__title .inner .primary_title h2 span {
  color: #fff;
}
.is-partnership_program__lead {
  width: 50%;
  margin: 100px auto;
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-partnership_program__lead {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-partnership_program__lead {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-partnership_program__lead {
    width: 84%;
    margin: 40px auto;
  }
}
.is-partnership_program .article {
  padding: 0 0 0 10%;
}
@media only screen and (max-width:640px) {
  .is-partnership_program .article {
    padding: 0 0 0 8%;
  }
}
.is-partnership_program .article .swiper-button-prev,
.is-partnership_program .article .swiper-button-next {
  top: -31px;
  z-index: 20;
  margin: 0;
}
@media only screen and (max-width:640px) {
  .is-partnership_program .article .swiper-button-prev,
  .is-partnership_program .article .swiper-button-next {
    top: -21px;
  }
}
.is-partnership_program .article .swiper-button-prev {
  right: 162px;
  left: auto;
}
@media only screen and (max-width:640px) {
  .is-partnership_program .article .swiper-button-prev {
    right: 20vw;
  }
}
.is-partnership_program .article .swiper-button-next {
  right: 80px;
}
@media only screen and (max-width:640px) {
  .is-partnership_program .article .swiper-button-next {
    right: 4vw;
  }
}

@media only screen and (max-width:640px) {
  .txt-clm {
    display: block;
  }
}
.txt-clm_title {
  width: 25%;
  z-index: 2;
}
@media only screen and (max-width:640px) {
  .txt-clm_title {
    width: 100%;
    margin-bottom: 50px;
  }
}
.txt-clm_title h2 {
  text-align: left;
  margin-bottom: 40px;
}
@media only screen and (max-width:640px) {
  .txt-clm_title h2 {
    margin-bottom: 10px;
  }
}
.txt-clm_title .lead {
  font-size: 15px;
  line-height: 2.2;
}
@media (min-width: 480px) {
  .txt-clm_title .lead {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .txt-clm_title .lead {
    font-size: 15px;
  }
}
.txt-clm_inner {
  display: flex;
  gap: 40px;
  padding-left: 36.1%;
  padding-right: 5.555%;
}
@media only screen and (max-width:640px) {
  .txt-clm_inner {
    gap: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.txt-clm_inner_sec {
  margin-bottom: 60px;
}
@media only screen and (max-width:640px) {
  .txt-clm_inner_sec {
    margin-bottom: 30px;
  }
}
.txt-clm_inner_sec:last-child {
  margin-bottom: 0;
}
.txt-clm_inner_sec .circle-title {
  font-size: 18px;
  position: relative;
  padding-left: 26px;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .txt-clm_inner_sec .circle-title {
    font-size: 20px;
    font-size: calc(0.0025 * 100vw + 16.8px);
  }
}
@media (min-width: 1280px) {
  .txt-clm_inner_sec .circle-title {
    font-size: 20px;
  }
}
@media only screen and (max-width:640px) {
  .txt-clm_inner_sec .circle-title {
    margin-bottom: 6px;
  }
}
.txt-clm_inner_sec .circle-title::before {
  width: 12px;
  height: 12px;
  content: "";
  background: #365b56;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.txt-clm_inner {
  margin-bottom: 120px;
}
@media only screen and (max-width:640px) {
  .txt-clm_inner {
    width: 100%;
    margin-bottom: 0;
  }
}
.txt-clm_inner-hdr {
  font-size: 11px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: -2em;
}
@media (min-width: 480px) {
  .txt-clm_inner-hdr {
    font-size: 13px;
    font-size: calc(0.0025 * 100vw + 9.8px);
  }
}
@media (min-width: 1280px) {
  .txt-clm_inner-hdr {
    font-size: 13px;
  }
}
@media only screen and (max-width:640px) {
  .txt-clm_inner-hdr {
    margin-bottom: 20px;
  }
  .txt-clm_inner-hdr br {
    display: none;
  }
}
.txt-clm_inner-ftr {
  font-size: 13px;
  line-height: 2;
  font-family: "Noto Sans TC", sans-serif;
}
@media (min-width: 480px) {
  .txt-clm_inner-ftr {
    font-size: 13px;
    font-size: calc(0 * 100vw + 13px);
  }
}
@media (min-width: 1280px) {
  .txt-clm_inner-ftr {
    font-size: 13px;
  }
}
.txt-clm_inner-ftr_lists {
  padding-left: 2em;
}
.txt-clm_inner-ftr_lists li {
  font-size: 15px;
  list-style: disc;
}
@media (min-width: 480px) {
  .txt-clm_inner-ftr_lists li {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .txt-clm_inner-ftr_lists li {
    font-size: 15px;
  }
}
.txt-clm_inner .swiper_clm-slide-4 {
  z-index: -1;
}
.txt-clm_inner-img ul li img {
  width: 100%;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
.txt-clm_swiper {
  position: relative;
}
.txt-clm_swiper .swiper-button-prev,
.txt-clm_swiper .swiper-button-next {
  top: -31px;
  z-index: 20;
  margin: 0;
}
@media only screen and (max-width:640px) {
  .txt-clm_swiper .swiper-button-prev,
  .txt-clm_swiper .swiper-button-next {
    top: -21px;
  }
}
.txt-clm_swiper .swiper-button-prev {
  right: 82px;
  left: auto;
}
@media only screen and (max-width:640px) {
  .txt-clm_swiper .swiper-button-prev {
    right: 62px;
  }
}
.txt-clm_swiper .swiper-button-next {
  right: 0;
}
.txt-clm_swiper ul li img {
  width: 100%;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
.txt-clm_swiper ul li .img {
  position: relative;
}
.txt-clm_swiper ul li .txt {
  width: 90%;
  margin: -60px auto 0;
  background: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  padding: 24px 20px;
  position: relative;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.05));
  transform: translateZ(0);
}
.txt-clm_swiper ul li .txt h3,
.txt-clm_swiper ul li .txt p {
  text-align: center;
}
.txt-clm_swiper ul li .txt h3 {
  font-size: 18px;
}
@media (min-width: 480px) {
  .txt-clm_swiper ul li .txt h3 {
    font-size: 20px;
    font-size: calc(0.0025 * 100vw + 16.8px);
  }
}
@media (min-width: 1280px) {
  .txt-clm_swiper ul li .txt h3 {
    font-size: 20px;
  }
}
.txt-clm_swiper ul li .txt p {
  font-size: 15px;
}
@media (min-width: 480px) {
  .txt-clm_swiper ul li .txt p {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .txt-clm_swiper ul li .txt p {
    font-size: 15px;
  }
}
.txt-clm_img {
  position: relative;
  margin-top: 93px;
}
@media only screen and (max-width:640px) {
  .txt-clm_img {
    margin-top: 50px;
  }
}

.is-archive.is-event {
  padding-bottom: 160px;
}
@media only screen and (max-width:640px) {
  .is-archive.is-event {
    padding-bottom: 60px;
  }
}
.is-archive.is-event::after {
  background: url("../images/common/shape-wh-1-pc.svg") center/cover no-repeat;
  bottom: -25px;
}
@media only screen and (max-width:640px) {
  .is-archive.is-event::after {
    background: url("../images/common/shape-wh-1-sp.svg") center/cover no-repeat;
  }
}
.is-archive.is-event .article-event_lists__item {
  margin-bottom: 50px;
}
@media only screen and (max-width:640px) {
  .is-archive.is-event .article-event_lists__item {
    margin-bottom: 30px;
  }
}
.is-archive.is-event .article-event_lists__item .txt {
  background: #f8f8f8;
}

.is-event {
  background-color: #fff;
  padding-bottom: 140px;
}
.is-event .wrapper {
  width: 61.111%;
}
@media only screen and (max-width:640px) {
  .is-event .wrapper {
    width: 90%;
  }
}
@media only screen and (max-width:640px) {
  .is-event .txt-clm_title {
    margin-bottom: 50px;
  }
}
.is-event .article-col_lists__item {
  margin-bottom: 0;
  padding: 30px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-top: 1px solid #DEDEDE;
  gap: 40px;
}
.is-event .article-col_lists__item:last-child {
  border-bottom: 1px solid #DEDEDE;
}
.is-event .article-col_lists__item .thumb {
  width: 20.45%;
}
@media only screen and (max-width:640px) {
  .is-event .article-col_lists__item .thumb {
    width: 100%;
  }
}
.is-event .article-col_lists__item .txt {
  width: 75%;
}
@media only screen and (max-width:640px) {
  .is-event .article-col_lists__item .txt {
    width: 100%;
  }
  .is-event .article-col_lists__item .txt .date:before {
    left: 0;
  }
}
.is-event .article-col_lists__item .txt .holding_period {
  position: absolute;
  bottom: 0;
  right: 0;
}

.is-archive .article-col_lists .txt .date {
  font-size: 16px;
}
@media (min-width: 480px) {
  .is-archive .article-col_lists .txt .date {
    font-size: 26px;
    font-size: calc(0.0125 * 100vw + 10px);
  }
}
@media (min-width: 1280px) {
  .is-archive .article-col_lists .txt .date {
    font-size: 26px;
  }
}
.is-archive .article-col_lists .txt .date:before {
  left: -20px;
}
.is-archive .article-col_lists .thumb img {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
}

.is-terms_lists {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.is-terms_lists__item {
  width: calc(25% - 12px);
  margin: 0 16px 16px 0;
  display: table;
}
@media only screen and (max-width:640px) {
  .is-terms_lists__item {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
  .is-terms_lists__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.is-terms_lists__item:nth-of-type(4n) {
  margin-right: 0;
}
.is-terms_lists__item a {
  height: 62px;
  display: table-cell;
  vertical-align: middle;
  background: #f8f8f8;
  color: #2b3c35;
  line-height: 1.2;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width:640px) {
  .is-terms_lists__item a {
    font-size: 11px;
    font-size: 1.1rem;
    height: 38px;
    min-height: 32px;
    letter-spacing: 0;
    padding: 6px 3px;
  }
  .is-terms_lists__item a small {
    letter-spacing: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width:640px) and (max-width:640px) {
  .is-terms_lists__item a small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.is-terms_lists__item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.is-terms_lists__item a small {
  color: #2b3c35;
  display: block;
}

.is-tags {
  padding: 0;
}
.is-tags li {
  margin: 0 10px 10px 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 18px 22px;
  line-height: 1;
  border: 1px solid #dbdbdb;
  font-size: 11px;
  font-size: 1.1rem;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .is-tags li {
    padding: 8px 10px;
  }
}
@media only screen and (max-width:640px) {
  .is-tags li {
    padding: 8px 10px;
    margin: 0 5px 5px 0;
  }
}

.is-flow {
  display: flex;
  gap: 6%;
  flex-wrap: nowrap;
  max-width: 1180px;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .is-flow {
    flex-wrap: wrap;
    gap: 0;
  }
  .is-flow .wrap {
    width: 100%;
    margin-bottom: 60px;
  }
}
.is-flow h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.75em;
  color: #365b56;
}
@media (min-width: 480px) {
  .is-flow h2 {
    font-size: 24px;
    font-size: calc(0.005 * 100vw + 17.6px);
  }
}
@media (min-width: 1280px) {
  .is-flow h2 {
    font-size: 24px;
  }
}
.is-flow .wrap {
  flex: 1;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .is-flow .wrap {
    flex: auto;
  }
}
.is-flow .step {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  position: absolute;
  left: -112px;
  top: -18px;
  width: 80px;
  height: 80px;
  border: 2px solid #365b56;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #365b56;
  text-align: center;
  line-height: 94px;
  font-size: 16px;
  font-family: "Jost", sans-serif;
}
.is-flow .step-wrapper {
  padding-left: 112px;
}
@media only screen and (max-width:640px) {
  .is-flow .step-wrapper {
    padding-left: 0;
  }
}
.is-flow .step-list {
  list-style: none;
  position: relative;
  margin-bottom: 48px;
}
.is-flow .step-list .subttl {
  font-size: 15px;
  color: #365b56;
  margin-bottom: 1em;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}
@media (min-width: 480px) {
  .is-flow .step-list .subttl {
    font-size: 20px;
    font-size: calc(0.00625 * 100vw + 12px);
  }
}
@media (min-width: 1280px) {
  .is-flow .step-list .subttl {
    font-size: 20px;
  }
}
@media only screen and (max-width:640px) {
  .is-flow .step-list .subttl {
    margin-bottom: 10px;
    padding-left: 24%;
  }
}
.is-flow .step-list .lead {
  font-size: 12px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  color: #365b56;
}
@media (min-width: 480px) {
  .is-flow .step-list .lead {
    font-size: 15px;
    font-size: calc(0.00375 * 100vw + 10.2px);
  }
}
@media (min-width: 1280px) {
  .is-flow .step-list .lead {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-flow .step-list .lead {
    padding-left: 24%;
  }
}
@media (min-width: 480px) {
  .is-flow .step {
    font-size: 30px;
    font-size: calc(0.0175 * 100vw + 7.6px);
  }
}
@media (min-width: 1280px) {
  .is-flow .step {
    font-size: 30px;
  }
}
@media only screen and (max-width:640px) {
  .is-flow .step {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 76px;
  }
}
.is-flow .step .txt {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-family: inherit;
  display: block;
  color: #365b56;
  font-size: 12px;
}
@media (min-width: 480px) {
  .is-flow .step .txt {
    font-size: 15px;
    font-size: calc(0.00375 * 100vw + 10.2px);
  }
}
@media (min-width: 1280px) {
  .is-flow .step .txt {
    font-size: 15px;
  }
}
.is-flow .step-wrapper {
  padding-top: 18px;
}
.is-flow .cancel-list {
  list-style: none;
  position: relative;
  padding-top: 42px;
  margin-bottom: 64px;
  border-top: 1px solid #dedede;
}
@media only screen and (max-width:640px) {
  .is-flow .cancel-list {
    padding-top: 21px;
    margin-bottom: 42px;
  }
}
.is-flow .cancel-list:last-child {
  margin-bottom: 0;
}
.is-flow .cancel-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #365b56;
}
.is-flow .cancel-list .subttl {
  color: #365b56;
  font-size: 15px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
  margin-bottom: 1.167em;
}
@media (min-width: 480px) {
  .is-flow .cancel-list .subttl {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-flow .cancel-list .subttl {
    font-size: 18px;
  }
}
.is-flow .cancel-list h4 {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 480px) {
  .is-flow .cancel-list h4 {
    font-size: 15px;
    font-size: calc(0.00375 * 100vw + 10.2px);
  }
}
@media (min-width: 1280px) {
  .is-flow .cancel-list h4 {
    font-size: 15px;
  }
}
.is-flow .cancel-list .lead {
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 480px) {
  .is-flow .cancel-list .lead {
    font-size: 15px;
    font-size: calc(0.00375 * 100vw + 10.2px);
  }
}
@media (min-width: 1280px) {
  .is-flow .cancel-list .lead {
    font-size: 15px;
  }
}
.is-flow .cancel-list .lead-1 {
  margin-bottom: 16px;
}

.is-news {
  margin-bottom: 140px;
}

.content-area {
  margin: 0 auto;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.is-about-us_whatwedo .txt-clm_inner .txt {
  font-size: 11px;
  margin-bottom: 2em;
  line-height: 2;
}
@media (min-width: 480px) {
  .is-about-us_whatwedo .txt-clm_inner .txt {
    font-size: 13px;
    font-size: calc(0.0025 * 100vw + 9.8px);
  }
}
@media (min-width: 1280px) {
  .is-about-us_whatwedo .txt-clm_inner .txt {
    font-size: 13px;
  }
}
.is-about-us_whatwedo .txt-clm_inner .jp {
  font-family: "Noto Sans JP", sans-serif;
}
.is-about-us_whatwedo .txt-clm_inner-hdr, .is-about-us_whatwedo .txt-clm_inner-ftr {
  flex: 1;
}
.is-about-us_mov iframe {
  width: 100%;
  height: 600px;
}
@media only screen and (max-width:640px) {
  .is-about-us_mov iframe {
    height: 220px;
  }
}
.is-about-us-img {
  position: absolute;
  right: 0;
}
@media only screen and (max-width:640px) {
  .is-about-us-img {
    position: relative;
  }
}
.is-about-us-img img {
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  border-radius: 48px;
}
@media only screen and (max-width:640px) {
  .is-about-us-img img {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
  }
}
.is-about-us-img img:first-child {
  width: 30.5vw;
}
@media only screen and (max-width:640px) {
  .is-about-us-img img:first-child {
    width: 45%;
    margin-left: 50%;
  }
}
.is-about-us-img img:last-child {
  position: absolute;
  width: 26.38vw;
  left: -19.444vw;
  bottom: -170px;
}
@media only screen and (max-width:640px) {
  .is-about-us-img img:last-child {
    width: 40vw;
    left: 5%;
    bottom: 0%;
  }
}
.is-about-us_outline .txt-clm {
  width: 38.888%;
  margin-left: 5.5555%;
}
@media only screen and (max-width:640px) {
  .is-about-us_outline .txt-clm {
    width: 90%;
    margin: 0 auto;
  }
}
.is-about-us_outline .txt-clm .table_col tr th {
  width: 19%;
  padding: 0 0 30px 0;
}
@media only screen and (max-width:640px) {
  .is-about-us_outline .txt-clm .table_col tr th {
    padding: 0 10px 10px 0;
  }
}
.is-about-us_outline .txt-clm .table_col tr td {
  padding: 0 0 30px 0;
}
.is-about-us_whoweare .swiper-slide .btn-more-arrow i::after {
  top: auto;
  bottom: -36px;
  left: 50%;
  color: #fff;
  background: #365b56;
}
@media only screen and (max-width:640px) {
  .is-about-us_whoweare .swiper-slide .btn-more-arrow i::after {
    bottom: -28px;
  }
}
.is-about-us_whoweare .swiper-slide .txt {
  padding-bottom: 32px;
}
@media only screen and (max-width:640px) {
  .is-about-us_whoweare .swiper-slide .txt {
    padding-bottom: 26px;
  }
}
@media only screen and (max-width:640px) {
  .is-about-us_whoweare .swiper-button-prev, .is-about-us_whoweare .swiper-button-next {
    top: 25px;
  }
}
.is-about-us_facility {
  background: #f8f8f8;
  padding: 0 0 160px;
  position: relative;
}
@media only screen and (max-width:640px) {
  .is-about-us_facility {
    padding-bottom: 80px;
  }
}
.is-about-us_facility .bg-txt {
  display: block;
  font-size: 80px;
  font-family: "Lato", sans-serif;
  color: #C1C1C1;
  opacity: 0.1;
  filter: alpha(opacity=10);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
@media (min-width: 480px) {
  .is-about-us_facility .bg-txt {
    font-size: 170px;
    font-size: calc(0.1125 * 100vw + 26px);
  }
}
@media (min-width: 1280px) {
  .is-about-us_facility .bg-txt {
    font-size: 170px;
  }
}
.is-about-us_facility .txt-clm_title {
  margin-top: -20px;
}
@media only screen and (max-width:640px) {
  .is-about-us_facility_lists {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.is-about-us_facility_lists__item {
  width: 48%;
}
.is-about-us_facility_lists__item img {
  width: 100%;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
@media only screen and (max-width:640px) {
  .is-about-us_facility_lists__item img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
}
.is-about-us_outline .primary_title {
  margin-bottom: 20px;
}
@media only screen and (max-width:640px) {
  .is-about-us_outline .primary_title {
    margin-bottom: 10px;
  }
}
.is-about-us_outline .primary_title h2 {
  text-align: left;
}
.is-about-us_outline .primary_title h2 .en {
  margin-top: 0;
  color: #368D81;
  font-family: "Cormorant", serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.12em;
}
@media (min-width: 480px) {
  .is-about-us_outline .primary_title h2 .en {
    font-size: 18px;
    font-size: calc(0 * 100vw + 18px);
  }
}
@media (min-width: 1280px) {
  .is-about-us_outline .primary_title h2 .en {
    font-size: 18px;
  }
}
.is-about-us_outline .inner {
  border-top: 1px solid #DEDEDE;
  padding: 30px 0 30px;
}
.is-about-us_outline .inner-ftr {
  padding: 30px 0 0;
  border-bottom: 1px solid #DEDEDE;
}
.is-about-us_outline .table_col {
  border-top: 0;
}
.is-about-us_outline .table_col tr {
  border-bottom: 0;
}
.is-about-us_outline .table_col tr th {
  font-size: 12px;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 480px) {
  .is-about-us_outline .table_col tr th {
    font-size: 13px;
    font-size: calc(0.00125 * 100vw + 11.4px);
  }
}
@media (min-width: 1280px) {
  .is-about-us_outline .table_col tr th {
    font-size: 13px;
  }
}

#outline {
  margin-bottom: 160px;
}
@media only screen and (max-width:640px) {
  #outline {
    margin-bottom: 100px;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.is-location-information_sec .txt-clm_inner-img {
  margin-top: 74px;
}
@media only screen and (max-width:640px) {
  .is-location-information_sec .txt-clm_inner-img {
    margin-top: 28px;
  }
}
.is-location-information_links_spot_lists {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.is-location-information_links_spot_lists__item {
  width: 48%;
  margin-bottom: 38px;
  position: relative;
}
.is-location-information_links_spot_lists__item img {
  width: 100%;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
@media only screen and (max-width:640px) {
  .is-location-information_links_spot_lists__item img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
}
.is-location-information_links_spot_lists__item span {
  margin-top: 6px;
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 480px) {
  .is-location-information_links_spot_lists__item span {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-location-information_links_spot_lists__item span {
    font-size: 18px;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.is-cafeteria_calendar .lead {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .is-cafeteria_calendar .lead {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-cafeteria_calendar .lead {
    font-size: 18px;
  }
}
.is-cafeteria_calendar iframe {
  width: 800px;
  height: 600px;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .is-cafeteria_calendar iframe {
    width: 100%;
  }
}
@media only screen and (max-width:640px) {
  .is-cafeteria_calendar iframe {
    width: 100%;
    height: 300px;
  }
}
.is-cafeteria_chef {
  position: relative;
}
@media only screen and (max-width:640px) {
  .is-cafeteria_chef {
    margin-bottom: 160px;
  }
}
.is-cafeteria_chef::before {
  width: 100%;
  height: 80vh;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f8f8f8;
}
.is-cafeteria_chef .bg-txt {
  display: block;
  font-size: 80px;
  font-family: "Lato", sans-serif;
  color: #C1C1C1;
  opacity: 0.1;
  filter: alpha(opacity=10);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
@media (min-width: 480px) {
  .is-cafeteria_chef .bg-txt {
    font-size: 170px;
    font-size: calc(0.1125 * 100vw + 26px);
  }
}
@media (min-width: 1280px) {
  .is-cafeteria_chef .bg-txt {
    font-size: 170px;
  }
}
.is-cafeteria_chef .txt-clm_title {
  width: 35%;
  margin-top: -20px;
}
@media only screen and (max-width:640px) {
  .is-cafeteria_chef .txt-clm_title {
    width: 100%;
  }
}
.is-cafeteria_chef .txt-clm_title h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width:640px) {
  .is-cafeteria_chef .txt-clm_title h2 {
    margin-bottom: 10px;
  }
}
.is-cafeteria_chef .txt-clm_title .profile_img {
  width: 180px;
}
@media only screen and (max-width:640px) {
  .is-cafeteria_chef .txt-clm_title .profile_img {
    width: 80px;
  }
}
.is-cafeteria_chef .txt-clm_title .profile_img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.is-cafeteria_chef .txt-clm_title .profile_txt {
  padding-left: 20px;
  margin: 30px 0 0 90px;
  border-left: 1px solid #D5D5D5;
}
@media only screen and (max-width:640px) {
  .is-cafeteria_chef .txt-clm_title .profile_txt {
    margin: 10px 0 0 40px;
  }
}
.is-cafeteria_chef .txt-clm_title .profile_txt_title {
  font-size: 11px;
}
@media (min-width: 480px) {
  .is-cafeteria_chef .txt-clm_title .profile_txt_title {
    font-size: 13px;
    font-size: calc(0.0025 * 100vw + 9.8px);
  }
}
@media (min-width: 1280px) {
  .is-cafeteria_chef .txt-clm_title .profile_txt_title {
    font-size: 13px;
  }
}
.is-cafeteria_chef .txt-clm_title .profile_txt_name {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 480px) {
  .is-cafeteria_chef .txt-clm_title .profile_txt_name {
    font-size: 20px;
    font-size: calc(0.0025 * 100vw + 16.8px);
  }
}
@media (min-width: 1280px) {
  .is-cafeteria_chef .txt-clm_title .profile_txt_name {
    font-size: 20px;
  }
}
.is-cafeteria_chef .txt-clm_title .profile_txt_lead {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-cafeteria_chef .txt-clm_title .profile_txt_lead {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-cafeteria_chef .txt-clm_title .profile_txt_lead {
    font-size: 15px;
  }
}
.is-cafeteria_chef .txt-clm_title .profile_btn {
  margin: 18px 0 0 90px;
}
@media only screen and (max-width:640px) {
  .is-cafeteria_chef .txt-clm_title .profile_btn {
    margin: 8px 0 0 40px;
  }
}
.is-cafeteria_chef .txt-clm_title .profile_desc {
  width: 70%;
  margin-top: 20px;
  font-size: 13px;
}
@media (min-width: 480px) {
  .is-cafeteria_chef .txt-clm_title .profile_desc {
    font-size: 13px;
    font-size: calc(0 * 100vw + 13px);
  }
}
@media (min-width: 1280px) {
  .is-cafeteria_chef .txt-clm_title .profile_desc {
    font-size: 13px;
  }
}
@media only screen and (max-width:640px) {
  .is-cafeteria_chef .txt-clm_title .profile_desc {
    width: 100%;
  }
}
.is-cafeteria_chef .txt-clm_inner {
  width: calc(65% - 80px);
  position: relative;
  margin-top: 160px;
}
@media only screen and (max-width:640px) {
  .is-cafeteria_chef .txt-clm_inner {
    width: 100%;
    margin-top: 40px;
  }
}
.is-cafeteria_chef .txt-clm_inner .imgs {
  position: relative;
}
@media only screen and (max-width:640px) {
  .is-cafeteria_chef .txt-clm_inner .imgs_item-1 {
    width: 80%;
  }
}
.is-cafeteria_chef .txt-clm_inner .imgs_item-2 {
  margin: 80px 0 0 -80px;
}
@media only screen and (max-width:640px) {
  .is-cafeteria_chef .txt-clm_inner .imgs_item-2 {
    width: 40%;
    margin: 40px 0 0 -20%;
  }
}
.is-cafeteria_chef .txt-clm_inner .imgs_item-3 {
  position: absolute;
  bottom: -80px;
  left: -3vw;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .is-cafeteria_chef .txt-clm_inner .imgs_item-3 {
    width: 70%;
    bottom: -30px;
    left: -40px;
  }
}
@media only screen and (max-width:640px) {
  .is-cafeteria_chef .txt-clm_inner .imgs_item-3 {
    width: 80%;
    bottom: -90px;
    left: 30px;
  }
}
@media only screen and (max-width:640px) {
  .is-cafeteria_event-next .txt-clm_title {
    margin-bottom: 50px;
  }
}
.is-cafeteria_event-next .article-col_lists__item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width:1366px) {
  .is-cafeteria_event-next .article-col_lists__item {
    display: block;
  }
}
.is-cafeteria_event-next .article-col_lists__item .thumb {
  width: 40%;
}
@media only screen and (max-width:1366px) {
  .is-cafeteria_event-next .article-col_lists__item .thumb {
    width: 100%;
  }
}
.is-cafeteria_event-next .article-col_lists__item .thumb img {
  -webkit-border-radius: 24px 0 0 24px;
  -moz-border-radius: 24px 0 0 24px;
  -ms-border-radius: 24px 0 0 24px;
  border-radius: 24px 0 0 24px;
}
@media only screen and (max-width:1366px) {
  .is-cafeteria_event-next .article-col_lists__item .thumb img {
    -webkit-border-radius: 24px 24px 0 0;
    -moz-border-radius: 24px 24px 0 0;
    -ms-border-radius: 24px 24px 0 0;
    border-radius: 24px 24px 0 0;
  }
}
.is-cafeteria_event-next .article-col_lists__item .txt {
  width: 60%;
  background: #f8f8f8;
  -webkit-border-radius: 0 24px 24px 0;
  -moz-border-radius: 0 24px 24px 0;
  -ms-border-radius: 0 24px 24px 0;
  border-radius: 0 24px 24px 0;
}
@media only screen and (max-width:1366px) {
  .is-cafeteria_event-next .article-col_lists__item .txt {
    width: 100%;
    -webkit-border-radius: 0 0 24px 24px;
    -moz-border-radius: 0 0 24px 24px;
    -ms-border-radius: 0 0 24px 24px;
    border-radius: 0 0 24px 24px;
  }
}
.is-cafeteria_event-past {
  padding: 100px 0;
  background: #f8f8f8;
}
@media only screen and (max-width:640px) {
  .is-cafeteria_event-past {
    padding: 60px 0;
  }
}
.is-cafeteria_event-past-body {
  padding-left: 10%;
}
@media only screen and (max-width:640px) {
  .is-cafeteria_event-past-body {
    padding-left: 8%;
  }
}
.is-cafeteria_event-past-body .swiper-button-prev, .is-cafeteria_event-past-body .swiper-button-next {
  top: -31px;
  z-index: 20;
  margin: 0;
}
@media only screen and (max-width:640px) {
  .is-cafeteria_event-past-body .swiper-button-prev, .is-cafeteria_event-past-body .swiper-button-next {
    top: -21px;
  }
}
.is-cafeteria_event-past-body .swiper-button-prev {
  right: 162px;
  left: auto;
}
@media only screen and (max-width:640px) {
  .is-cafeteria_event-past-body .swiper-button-prev {
    right: 20vw;
  }
}
.is-cafeteria_event-past-body .swiper-button-next {
  right: 80px;
}
@media only screen and (max-width:640px) {
  .is-cafeteria_event-past-body .swiper-button-next {
    right: 4vw;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cover_kv {
  width: 100%;
  position: relative;
}
.cover_kv-bg {
  width: 100%;
  padding: 90px 0 120px 300px;
  z-index: -2;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .cover_kv-bg {
    padding: 90px 0 120px 150px;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv-bg {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 100vh;
    padding: 90px 20px 120px;
  }
}
.cover_kv-bg img {
  width: 100%;
}
@media only screen and (max-width:1366px) {
  .cover_kv-bg::after {
    width: 100%;
    height: 100vh;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.cover_kv-title {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8.333vw;
  z-index: 10;
}
@media only screen and (max-width:640px) {
  .cover_kv-title {
    top: 55%;
    left: 0;
  }
}
.cover_kv-title h2 span {
  color: #365b56;
  position: relative;
  display: block;
}
.cover_kv-title .en {
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #829592;
  font-family: "Cormorant", serif;
  font-size: 15px;
}
@media (min-width: 480px) {
  .cover_kv-title .en {
    font-size: 16px;
    font-size: calc(0.00125 * 100vw + 14.4px);
  }
}
@media (min-width: 1280px) {
  .cover_kv-title .en {
    font-size: 16px;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv-title .en {
    width: 90%;
  }
}
.cover_kv-title .tw {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #365b56;
}
@media (min-width: 480px) {
  .cover_kv-title .tw {
    font-size: 32px;
    font-size: calc(0.01 * 100vw + 19.2px);
  }
}
@media (min-width: 1280px) {
  .cover_kv-title .tw {
    font-size: 32px;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv-title .tw {
    padding: 10px 5% 0 5%;
    line-height: 2;
  }
}
.cover_kv-title_lead {
  width: 75%;
  font-size: 15px;
  color: #fff;
  padding: 22px 0 0 4%;
}
@media (min-width: 480px) {
  .cover_kv-title_lead {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .cover_kv-title_lead {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv-title_lead {
    width: 85%;
  }
}
.cover_kv-signup {
  margin-right: 1rem;
  margin-top: 6px;
}
.cover_kv-signup-button {
  padding: 12px 23px 11px 23px;
  background: #e6f7f0;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (min-width: 480px) {
  .cover_kv-signup-button {
    font-size: 13px;
    font-size: calc(0.00375 * 100vw + 8.2px);
  }
}
@media (min-width: 1280px) {
  .cover_kv-signup-button {
    font-size: 13px;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .cover_kv-signup-button {
    flex-direction: column;
    letter-spacing: 0.3em;
    padding: 12px 5px 11px;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv-signup-button {
    padding: 12px 5px 11px;
    flex-direction: column;
    letter-spacing: 0.3em;
  }
}
.cover_kv-signup-button i {
  text-align: center;
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #365b56;
  margin-right: 12px;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .cover_kv-signup-button i {
    margin-right: 6px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv-signup-button i {
    margin-right: 6px;
    margin-bottom: 6px;
  }
}
.cover_kv-cartbtn, .cover_kv-login {
  margin-right: 1rem;
  margin-top: 6px;
}
.cover_kv-cartbtn a, .cover_kv-login a {
  padding: 12px 23px 11px 23px;
  background: #e6f7f0;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (min-width: 480px) {
  .cover_kv-cartbtn a, .cover_kv-login a {
    font-size: 13px;
    font-size: calc(0.00375 * 100vw + 8.2px);
  }
}
@media (min-width: 1280px) {
  .cover_kv-cartbtn a, .cover_kv-login a {
    font-size: 13px;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .cover_kv-cartbtn a, .cover_kv-login a {
    flex-direction: column;
    letter-spacing: 0.3em;
    padding: 12px 5px 11px;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv-cartbtn a, .cover_kv-login a {
    padding: 12px 5px 11px;
    flex-direction: column;
    letter-spacing: 0.3em;
  }
}
.cover_kv-cartbtn a i, .cover_kv-login a i {
  text-align: center;
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #365b56;
  margin-right: 12px;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .cover_kv-cartbtn a i, .cover_kv-login a i {
    margin-right: 6px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv-cartbtn a i, .cover_kv-login a i {
    margin-right: 6px;
    margin-bottom: 6px;
  }
}
.cover_kv-translation {
  padding: 12px 23px 11px 23px;
  margin-top: 6px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
  height: 100%;
  background: #e6f7f0;
  display: flex;
  align-items: center;
  z-index: 6001;
}
.cover_kv-translation li {
  margin: 0 0.5em;
}
@media only screen and (max-width:640px) {
  .cover_kv-translation li {
    margin: 0;
  }
}
.cover_kv-translation li a {
  font-size: 10px;
  font-weight: 600;
}
@media (min-width: 480px) {
  .cover_kv-translation li a {
    font-size: 13px;
    font-size: calc(0.00375 * 100vw + 8.2px);
  }
}
@media (min-width: 1280px) {
  .cover_kv-translation li a {
    font-size: 13px;
  }
}
.cover_kv-translation .current a {
  pointer-events: none;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.cover_kv-cartbtn {
  z-index: 5000;
}
.cover_kv-cartbtn a i {
  background: url("../images/cart/cart.svg") center/cover no-repeat;
}
@media only screen and (max-width:640px) {
  .cover_kv-cartbtn {
    top: 94px;
    left: auto;
    right: 18px;
  }
}
.cover_kv-cartbtn .quantity_badge {
  color: #365b56;
  font-family: "Jost", sans-serif;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  border: 2px solid #e6f7f0;
  top: -15px;
  right: -5px;
  background-color: #fff;
}
@media (min-width: 480px) {
  .cover_kv-cartbtn .quantity_badge {
    font-size: 13px;
    font-size: calc(0.0025 * 100vw + 9.8px);
  }
}
@media (min-width: 1280px) {
  .cover_kv-cartbtn .quantity_badge {
    font-size: 13px;
  }
}
.cover_kv-cartbtn .zero_quantity_badge {
  display: none;
}
.cover_kv-login a i {
  background: url("../images/common/login.svg") center/cover no-repeat;
}
.cover_kv-signup-button i {
  background: url("../images/common/signup.svg") center/cover no-repeat;
}
.cover_kv-line {
  margin-left: 1rem;
  margin-top: -1px;
}
.cover_kv-line a {
  display: inline-block;
  position: relative;
  width: 54px;
  height: 54px;
  text-align: center;
  background-color: #05c755;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.cover_kv-line a i {
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 21px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../images/common/line.svg") center/cover no-repeat;
}
.cover_kv-news {
  position: absolute;
  bottom: 118px;
  right: 0;
  z-index: 999;
  background-color: #fff;
  padding: 34px 30px 8px;
  -webkit-border-radius: 28px 0 0 0;
  -moz-border-radius: 28px 0 0 0;
  -ms-border-radius: 28px 0 0 0;
  border-radius: 28px 0 0 0;
}
@media only screen and (max-width:640px) {
  .cover_kv-news {
    padding: 17px 15px 4px;
    top: calc(83.4vh - 58px);
    bottom: auto;
  }
}
.cover_kv-news::before, .cover_kv-news::after {
  content: "";
  background: url("../images/common/kv-bg-cut.svg") center/cover no-repeat;
  position: absolute;
  width: 38px;
  height: 38px;
}
@media only screen and (max-width:640px) {
  .cover_kv-news::before, .cover_kv-news::after {
    display: none;
  }
}
.cover_kv-news::before {
  left: -37px;
  bottom: 0;
}
.cover_kv-news:after {
  right: 0;
  top: -37px;
}
@media only screen and (max-width:640px) {
  .cover_kv-news:after {
    right: 19px;
  }
}
.cover_kv-news-ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #365b56;
}
.cover_kv-news-ttl::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #365b56;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
}
.cover_kv-news .title {
  color: #282828;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0.9rem;
}
@media only screen and (max-width:640px) {
  .cover_kv-news .title {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.cover_kv-news time {
  color: #829592;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
}
@media only screen and (max-width:640px) {
  .cover_kv-news time {
    display: block;
  }
}
.cover_kv-top-page {
  height: auto;
}
@media only screen and (max-width:640px) {
  .cover_kv-top-page .cover_kv-bg {
    height: auto;
    padding: 30px 10% 60px;
  }
}
.cover_kv-top-page .cover_kv-title {
  top: 248px;
  left: 60px;
  transform: translateY(0);
}
@media only screen and (max-width:640px) {
  .cover_kv-top-page .cover_kv-title {
    margin-top: 60px;
    position: relative;
    left: auto;
    top: auto;
  }
}
.cover_kv-top-page .cover_kv-title .en::before {
  height: 78vh;
  bottom: -84vh;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .cover_kv-top-page .cover_kv-title .en::before {
    height: calc(60vh + 8em);
    bottom: calc(-65vh - 8em);
  }
}
@media only screen and (max-width:640px) {
  .cover_kv-top-page .cover_kv-title .en::before {
    height: calc(65vh + 10em);
    bottom: calc(-69vh - 10em);
  }
}
.cover_kv-top-page #youtube-area {
  width: 100%;
  height: 83.4vh;
  position: relative;
  z-index: -1;
  max-height: 810px;
}
.cover_kv-top-page #youtube-area video {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width:640px) {
  .cover_kv-top-page #youtube-area video {
    width: 100%;
  }
}
.cover_kv-top-page #youtube-area #loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cover_kv-top-page #youtube-area #loading span {
  display: block;
}
@media only screen and (max-width:640px) {
  .cover_kv-top-page #youtube-area #loading span {
    width: 260px;
    top: calc(50% - 35px);
    left: calc(50% - 130px);
  }
  .cover_kv-top-page #youtube-area #loading span object {
    width: 100%;
  }
}
.cover_kv-lower .en::before {
  height: 50vh;
  bottom: -56vh;
}
@media only screen and (max-width:640px) {
  .cover_kv-lower .en::before {
    height: 23vh;
    bottom: -26vh;
  }
}
.cover_kv-lower .jp {
  font-weight: 400;
}
@media only screen and (max-width:640px) {
  .cover_kv-lower .cover_kv-title {
    top: 55%;
    padding: 10%;
    text-align: center;
  }
  .cover_kv-lower .cover_kv-title .tw {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cover_kv-lower .cover_kv-title .en {
    padding-left: 5%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width:640px) and (max-width:640px) {
  .cover_kv-lower .cover_kv-title .en {
    padding-left: 0;
    width: 100%;
  }
}
.cover_kv-lower .cover_kv-bg {
  padding: 90px 20px 120px;
}
@media only screen and (max-width:640px) {
  .cover_kv-lower .cover_kv-bg {
    height: auto;
    padding: 90px 20px 60px;
  }
}
.cover_kv-cafeteria .cover_kv-title {
  top: 30vh;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .cover_kv-cafeteria .cover_kv-title {
    top: 20vh;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv-cafeteria .cover_kv-title {
    top: 20vh;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv-cafeteria .cover_kv-title .en::before {
    height: 43vh;
    bottom: -46vh;
  }
}
.cover_kv-experience .cover_kv-title {
  top: 30vh;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .cover_kv-experience .cover_kv-title {
    top: 20vh;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv-experience .cover_kv-title {
    top: 20vh;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv-experience .cover_kv-title .en::before {
    height: 43vh;
    bottom: -46vh;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv-event .cover_kv-title .en::before {
    height: 43vh;
    bottom: -46vh;
  }
}
.cover_kv .calendar {
  width: 340px;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 60px 30px 80px;
  text-align: center;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.05));
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .cover_kv .calendar {
    width: 200px;
    padding: 30px 15px 40px;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv .calendar {
    width: 80%;
    margin: 0 auto;
    padding: 10% 8% 12%;
  }
}
.cover_kv .calendar .notice {
  text-align: left;
  font-size: 11px;
}
@media (min-width: 480px) {
  .cover_kv .calendar .notice {
    font-size: 11px;
    font-size: calc(0 * 100vw + 11px);
  }
}
@media (min-width: 1280px) {
  .cover_kv .calendar .notice {
    font-size: 11px;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv .calendar .notice {
    text-align: center;
  }
}
.cover_kv .calendar h3 {
  font-size: 11px;
  padding: 13px 0;
  border-top: 1px solid #365b56;
  border-bottom: 1px solid #365b56;
  margin-bottom: 2em;
}
@media (min-width: 480px) {
  .cover_kv .calendar h3 {
    font-size: 15px;
    font-size: calc(0.005 * 100vw + 8.6px);
  }
}
@media (min-width: 1280px) {
  .cover_kv .calendar h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .cover_kv .calendar h3 {
    margin-bottom: 1em;
  }
}
.cover_kv .calendar h4 {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #365b56;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media (min-width: 480px) {
  .cover_kv .calendar h4 {
    font-size: 44px;
    font-size: calc(0.035 * 100vw + -0.8px);
  }
}
@media (min-width: 1280px) {
  .cover_kv .calendar h4 {
    font-size: 44px;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .cover_kv .calendar h4 {
    font-size: 18px;
    margin-bottom: 1em;
  }
}
.cover_kv .calendar .col {
  padding: 2em 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 1.4rem;
}
.cover_kv .calendar .col p {
  color: #365b56;
}
.cover_kv .calendar .col-r {
  font-weight: 500;
  font-size: 11px;
  font-family: "Jost", sans-serif;
}
@media (min-width: 480px) {
  .cover_kv .calendar .col-r {
    font-size: 18px;
    font-size: calc(0.00875 * 100vw + 6.8px);
  }
}
@media (min-width: 1280px) {
  .cover_kv .calendar .col-r {
    font-size: 18px;
  }
}
.cover_kv .calendar .col-l {
  font-weight: 700;
  font-size: 11px;
}
@media (min-width: 480px) {
  .cover_kv .calendar .col-l {
    font-size: 13px;
    font-size: calc(0.0025 * 100vw + 9.8px);
  }
}
@media (min-width: 1280px) {
  .cover_kv .calendar .col-l {
    font-size: 13px;
  }
}
.cover_kv .calendar .col-1 {
  margin-bottom: 8px;
}
.cover_kv .calendar .col-1, .cover_kv .calendar .col-2 {
  align-items: center;
  justify-content: space-between;
}
.cover_kv .calendar .col .notice {
  font-size: 11px;
  color: #365b56;
}
@media (min-width: 480px) {
  .cover_kv .calendar .col .notice {
    font-size: 11px;
    font-size: calc(0 * 100vw + 11px);
  }
}
@media (min-width: 1280px) {
  .cover_kv .calendar .col .notice {
    font-size: 11px;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.index {
  position: relative;
  z-index: 101;
}
.index .swiper-button-prev,
.index .swiper-button-next {
  top: -20px;
  z-index: 20;
  margin: 0;
}
.index .swiper-button-prev {
  right: 304px;
  left: auto;
}
@media only screen and (max-width:640px) {
  .index .swiper-button-prev {
    right: 20vw;
  }
}
.index .swiper-button-next {
  right: 242px;
}
@media only screen and (max-width:640px) {
  .index .swiper-button-next {
    right: 4vw;
  }
}
.index .is-message {
  margin-bottom: 150px;
}
.index .is-message_lead {
  color: #fff;
  line-height: 2.4;
  padding-left: calc(10% + 50px);
  font-size: 15px;
  position: relative;
}
@media (min-width: 480px) {
  .index .is-message_lead {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .index .is-message_lead {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .index .is-message_lead {
    padding: 0 5% 0 15%;
  }
  .index .is-message_lead br {
    display: none;
  }
}
.index .is-message .btn-more {
  margin: 6em 0 0 10%;
}
@media only screen and (max-width:640px) {
  .index .is-message .btn-more {
    margin: 1em 0 0 8%;
  }
}
.index .is-message .btn-more a {
  color: #fff;
}
.index .is-message .btn-more a:after {
  border: 1px solid #fff;
  color: #fff;
}
.index .is-message_imgs {
  margin-top: 53px;
  padding-left: 10%;
  position: relative;
}
.index .is-message_imgs img {
  width: 100%;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
.index .is-event {
  position: relative;
}
.index .is-event::before {
  content: "";
  width: 66.66%;
  height: 160vh;
  position: absolute;
  left: 0;
  top: -182px;
  -webkit-border-radius: 0 62px 62px 0;
  -moz-border-radius: 0 62px 62px 0;
  -ms-border-radius: 0 62px 62px 0;
  border-radius: 0 62px 62px 0;
  background: linear-gradient(225deg, rgb(255, 248, 255) 0%, rgb(255, 252, 244) 100%);
}
.index .is-event-body {
  padding-left: 5.555%;
  background: #fff;
}
.index .is-event-body .btn-more {
  position: absolute;
  top: -31px;
  right: 110px;
  z-index: 20;
}
@media only screen and (max-width:640px) {
  .index .is-event-body .btn-more {
    position: relative;
    top: auto;
    left: 80%;
    right: auto;
    margin-top: 60px;
    transform: translateX(-50%);
  }
}
.index .is-event-body .btn-more a {
  display: inline-block;
}
.index .is-event .article-col_lists__item {
  border-top: 0;
  display: block;
  padding: 0;
}
.index .is-event .article-col_lists__item:last-child {
  border-bottom: 0;
}
.index .is-event .article-col_lists__item .thumb {
  width: 100%;
}
.index .is-event .article-col_lists__item .txt {
  width: 100%;
}
.index .is-event .article-col_lists__item .txt .holding_period {
  position: static;
}
.index .is-seasonal {
  margin-top: -90px;
  width: 100vw;
  position: relative;
  background-color: #fff;
  display: flex;
  padding-top: 150px;
  padding-bottom: 114px;
  padding-right: 60px;
}
.index .is-seasonal ul::before, .index .is-seasonal ul::after {
  content: none !important;
  display: none !important;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .index .is-seasonal {
    margin-top: -90px;
  }
}
@media only screen and (max-width:640px) {
  .index .is-seasonal {
    margin-top: 0;
    padding-right: 0;
    padding: 0 5%;
  }
}
.index .is-seasonal::before {
  content: "";
  position: absolute;
  width: 66.66%;
  height: 100%;
  max-height: 1862px;
  background: linear-gradient(45deg, rgb(248, 253, 255) 0%, rgb(244, 255, 250) 100%);
  right: 0;
  top: 70px;
  -webkit-border-radius: 62px 0 0 62px;
  -moz-border-radius: 62px 0 0 62px;
  -ms-border-radius: 62px 0 0 62px;
  border-radius: 62px 0 0 62px;
}
.index .is-seasonal-body {
  width: 100%;
}
.index .is-seasonal .primary_title-seasonal {
  background: linear-gradient(45deg, rgb(225, 235, 248) 0%, rgb(252, 217, 238) 100%);
  padding: 42px 48px;
  -webkit-border-radius: 0 22px 22px 0;
  -moz-border-radius: 0 22px 22px 0;
  -ms-border-radius: 0 22px 22px 0;
  border-radius: 0 22px 22px 0;
  min-width: 168px;
  width: auto;
  margin-right: 60px;
}
@media only screen and (max-width:640px) {
  .index .is-seasonal .primary_title-seasonal {
    min-width: auto;
    display: block;
    position: absolute;
    left: 0;
    padding: 20px 25px;
    margin-right: 0;
  }
}
.index .is-seasonal .primary_title-seasonal h2 {
  writing-mode: vertical-lr;
}
@media only screen and (max-width:640px) {
  .index .is-seasonal .primary_title-seasonal h2 {
    writing-mode: inherit;
  }
}
.index .is-seasonal .primary_title-seasonal h2 .tw {
  font-family: "Noto Serif TC", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #365b56;
  letter-spacing: 0.3em;
}
@media (min-width: 480px) {
  .index .is-seasonal .primary_title-seasonal h2 .tw {
    font-size: 32px;
    font-size: calc(0.02 * 100vw + 6.4px);
  }
}
@media (min-width: 1280px) {
  .index .is-seasonal .primary_title-seasonal h2 .tw {
    font-size: 32px;
  }
}
.index .is-seasonal .primary_title-seasonal h2 .en {
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 600;
  color: #829592;
  letter-spacing: 0.3em;
}
@media (min-width: 480px) {
  .index .is-seasonal .primary_title-seasonal h2 .en {
    font-size: 16px;
    font-size: calc(0.0025 * 100vw + 12.8px);
  }
}
@media (min-width: 1280px) {
  .index .is-seasonal .primary_title-seasonal h2 .en {
    font-size: 16px;
  }
}
.index .is-seasonal .btn-more {
  position: absolute;
  left: 86px;
  bottom: 114px;
}
@media only screen and (max-width:640px) {
  .index .is-seasonal .btn-more {
    position: relative;
    left: 85%;
    bottom: auto;
    transform: translateX(-50%);
    margin-top: 60px;
    display: block;
  }
}
.index .is-seasonal-ftr {
  background-color: #fff;
  padding-bottom: 142px;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .index .is-seasonal-ftr {
    margin-top: 60px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width:640px) {
  .index .is-seasonal-ftr {
    margin-top: 100px;
    padding-bottom: 60px;
  }
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.is-woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  text-align: center;
  margin-bottom: 30px;
  border-top: 0;
  background: transparent;
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    font-size: 18px;
  }
}
.is-woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
  font-size: 15px;
  color: #365b56;
  padding: 0;
  text-decoration: underline;
  background-color: transparent;
  font-weight: inherit;
}
@media (min-width: 480px) {
  .is-woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
    font-size: 18px;
  }
}
.is-woocommerce .woocommerce-notices-wrapper .woocommerce-message::before {
  display: none;
}
.is-woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
  float: none;
}
.is-woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  border-top-color: #8c947c !important;
  width: 70% !important;
  margin: 0 auto 30px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
}
@media only screen and (max-width:640px) {
  .is-woocommerce .woocommerce-notices-wrapper .woocommerce-error {
    width: 100% !important;
  }
}
.is-woocommerce .woocommerce-notices-wrapper .woocommerce-error:before {
  font-size: 15px;
  color: #8c947c !important;
  left: 10px !important;
  top: 11px !important;
}
@media (min-width: 480px) {
  .is-woocommerce .woocommerce-notices-wrapper .woocommerce-error:before {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .woocommerce-notices-wrapper .woocommerce-error:before {
    font-size: 15px;
  }
}
.is-woocommerce .woocommerce-notices-wrapper .woocommerce-error li {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-woocommerce .woocommerce-notices-wrapper .woocommerce-error li {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .woocommerce-notices-wrapper .woocommerce-error li {
    font-size: 15px;
  }
}
.is-woocommerce .woocommerce-info {
  text-align: center;
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-woocommerce .woocommerce-info {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .woocommerce-info {
    font-size: 15px;
  }
}
.is-woocommerce .woocommerce-info a {
  color: #8c947c;
  text-decoration: underline;
}
.is-woocommerce .woocommerce-form-login-toggle {
  margin-bottom: 20px;
}
.is-woocommerce .woocommerce-form-login-toggle .woocommerce-info {
  font-weight: 600;
}
.is-woocommerce .woocommerce-form-login__rememberme span {
  font-size: 11px;
  font-weight: 500;
}
@media (min-width: 480px) {
  .is-woocommerce .woocommerce-form-login__rememberme span {
    font-size: 11px;
    font-size: calc(0 * 100vw + 11px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .woocommerce-form-login__rememberme span {
    font-size: 11px;
  }
}
.is-woocommerce .return-to-shop {
  text-align: center;
  margin-top: 40px !important;
  margin-bottom: 160px !important;
}
.is-woocommerce .return-to-shop a {
  width: 380px !important;
  height: 76px !important;
  line-height: 76px !important;
  display: block !important;
  background: #000 !important;
  color: #fff !important;
  padding: 0 !important;
  -webkit-border-radius: 38px !important;
  -moz-border-radius: 38px !important;
  -ms-border-radius: 38px !important;
  border-radius: 38px !important;
  font-size: 15px;
  margin: 0 auto !important;
  position: relative !important;
}
@media (min-width: 480px) {
  .is-woocommerce .return-to-shop a {
    font-size: 15px !important;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .return-to-shop a {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-woocommerce .return-to-shop a {
    width: 60% !important;
    height: 62px !important;
    line-height: 62px !important;
  }
}
.is-woocommerce .return-to-shop a::after {
  content: "\f105";
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 30px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
}
@media (min-width: 480px) {
  .is-woocommerce .return-to-shop a::after {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .return-to-shop a::after {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-woocommerce .return-to-shop a::after {
    right: 20px;
  }
}
.is-woocommerce_navi {
  margin-bottom: 40px;
}
.is-woocommerce_navi li {
  width: 33.3333%;
  font-size: 15px;
  font-weight: 600;
  padding: 22px 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #829592;
  border-right: 1px solid #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
@media (min-width: 480px) {
  .is-woocommerce_navi li {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce_navi li {
    font-size: 18px;
  }
}
.is-woocommerce_navi li:last-child {
  border-right: 0;
}
.is-woocommerce_navi .current {
  color: #fff;
  background: #368d81;
  opacity: 1;
  filter: alpha(opacity=100);
}
.is-woocommerce .shop_table {
  width: 100%;
}
.is-woocommerce .shop_table tr th,
.is-woocommerce .shop_table tr td {
  font-size: 13px;
  padding: 20px 0 !important;
  vertical-align: middle;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 480px) {
  .is-woocommerce .shop_table tr th,
  .is-woocommerce .shop_table tr td {
    font-size: 15px;
    font-size: calc(0.0025 * 100vw + 11.8px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .shop_table tr th,
  .is-woocommerce .shop_table tr td {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table tr th,
  .is-woocommerce .shop_table tr td {
    display: block;
    padding: 10px 0 !important;
    text-align: right;
  }
}
.is-woocommerce .shop_table tr th bdi,
.is-woocommerce .shop_table tr th span,
.is-woocommerce .shop_table tr th time,
.is-woocommerce .shop_table tr td bdi,
.is-woocommerce .shop_table tr td span,
.is-woocommerce .shop_table tr td time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}
@media (min-width: 480px) {
  .is-woocommerce .shop_table tr th bdi,
  .is-woocommerce .shop_table tr th span,
  .is-woocommerce .shop_table tr th time,
  .is-woocommerce .shop_table tr td bdi,
  .is-woocommerce .shop_table tr td span,
  .is-woocommerce .shop_table tr td time {
    font-size: 15px;
    font-size: calc(0.0025 * 100vw + 11.8px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .shop_table tr th bdi,
  .is-woocommerce .shop_table tr th span,
  .is-woocommerce .shop_table tr th time,
  .is-woocommerce .shop_table tr td bdi,
  .is-woocommerce .shop_table tr td span,
  .is-woocommerce .shop_table tr td time {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table thead {
    display: none;
  }
}
.is-woocommerce .shop_table thead tr {
  border-bottom: 1px solid #dedede;
}
.is-woocommerce .shop_table thead tr th {
  font-weight: 600;
}
.is-woocommerce .shop_table thead tr .product-thumbnail {
  width: 40%;
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table thead tr .product-thumbnail {
    width: auto;
    margin: 10px auto;
  }
}
.is-woocommerce .shop_table thead tr .product-price {
  width: 20%;
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table thead tr .product-price {
    width: auto;
    text-align: center;
  }
}
.is-woocommerce .shop_table thead tr .product-quantity {
  width: 20%;
  text-align: center;
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table thead tr .product-quantity {
    width: auto;
  }
}
.is-woocommerce .shop_table thead tr .product-subtotal {
  width: 20%;
  text-align: center;
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table thead tr .product-subtotal {
    width: auto;
  }
}
.is-woocommerce .shop_table tbody tr {
  border-bottom: 1px solid #dedede;
}
.is-woocommerce .shop_table tbody tr .product-thumbnail {
  width: 10%;
  padding-right: 20px !important;
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table tbody tr .product-thumbnail {
    width: 100%;
    margin: 0 auto;
    padding-right: 0 !important;
  }
}
.is-woocommerce .shop_table tbody tr .product-thumbnail_remove {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table tbody tr .product-thumbnail_remove {
    width: 100%;
    height: auto;
    width: auto;
  }
}
.is-woocommerce .shop_table tbody tr .product-thumbnail_remove .remove {
  width: 24px;
  height: 24px;
  line-height: 23px;
  display: block;
  z-index: 3;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  color: #717171 !important;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -13px;
  right: -13px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table tbody tr .product-thumbnail_remove .remove {
    top: 0;
    right: 0;
  }
}
.is-woocommerce .shop_table tbody tr .product-thumbnail_img img {
  width: 80px;
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table tbody tr .product-thumbnail_img img {
    margin: 0 auto;
  }
}
.is-woocommerce .shop_table tbody tr .product-name {
  width: 30%;
  text-align: left;
  padding-right: 20px;
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table tbody tr .product-name {
    width: 100%;
    text-align: right;
    padding-right: 0;
  }
}
.is-woocommerce .shop_table tbody tr .product-name ul {
  margin-top: 1em;
}
.is-woocommerce .shop_table tbody tr .product-name a {
  font-size: 13px;
  color: #365b56;
  text-decoration: underline;
}
@media (min-width: 480px) {
  .is-woocommerce .shop_table tbody tr .product-name a {
    font-size: 15px;
    font-size: calc(0.0025 * 100vw + 11.8px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .shop_table tbody tr .product-name a {
    font-size: 15px;
  }
}
.is-woocommerce .shop_table tbody tr .product-name .product-quantity {
  font-size: 13px;
}
@media (min-width: 480px) {
  .is-woocommerce .shop_table tbody tr .product-name .product-quantity {
    font-size: 15px;
    font-size: calc(0.0025 * 100vw + 11.8px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .shop_table tbody tr .product-name .product-quantity {
    font-size: 15px;
  }
}
.is-woocommerce .shop_table tbody tr .product-price {
  width: 20%;
  text-align: center;
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table tbody tr .product-price {
    width: 100%;
    text-align: right;
  }
}
.is-woocommerce .shop_table tbody tr .product-quantity {
  width: 20%;
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table tbody tr .product-quantity {
    width: 100%;
  }
}
.is-woocommerce .shop_table tbody tr .product-quantity .quantity span {
  display: none;
}
.is-woocommerce .shop_table tbody tr .product-quantity .quantity .screen-reader-text {
  display: none;
}
.is-woocommerce .shop_table tbody tr .product-quantity input {
  width: 100px;
  height: 52px;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
  font-size: 15px;
  padding: 15px 10px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 480px) {
  .is-woocommerce .shop_table tbody tr .product-quantity input {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .shop_table tbody tr .product-quantity input {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table tbody tr .product-quantity input {
    text-align: right;
    display: inline-block;
    margin-left: 15px;
    height: 32PX;
  }
}
.is-woocommerce .shop_table tbody tr .product-subtotal {
  width: 20%;
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table tbody tr .product-subtotal {
    width: 100%;
  }
}
.is-woocommerce .shop_table tbody .actions .button {
  margin: 0 0 0 auto;
  padding: 10px 18px !important;
  font-size: 11px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
  color: #000;
  -webkit-appearance: none;
}
@media (min-width: 480px) {
  .is-woocommerce .shop_table tbody .actions .button {
    font-size: 13px;
    font-size: calc(0.0025 * 100vw + 9.8px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .shop_table tbody .actions .button {
    font-size: 13px;
  }
}
@media only screen and (max-width:640px) {
  .is-woocommerce .shop_table tbody .actions .button {
    width: 100%;
    margin-bottom: 15px;
  }
}
.is-woocommerce .shop_table tbody .unitprice,
.is-woocommerce .shop_table tbody .subtotal {
  font-family: "Jost", sans-serif;
}
.is-woocommerce .btn-submit a {
  width: 80%;
  margin: -33px auto 0;
  display: block;
  padding: 18px 0;
  border: 0;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  background: #829592;
  -webkit-appearance: none;
  position: relative;
  z-index: 10;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 480px) {
  .is-woocommerce .btn-submit a {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-woocommerce .btn-submit a {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-woocommerce .btn-submit a {
    padding: 16px 0;
  }
}
.is-woocommerce .btn-submit a:hover {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (min-width:641px) and (max-width:835px) {
  .is-cart_inner__content {
    display: block;
  }
}
@media only screen and (max-width:640px) {
  .is-cart_inner__content {
    display: block;
  }
}
.is-cart_inner__content form {
  width: 60%;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .is-cart_inner__content form {
    width: 100%;
  }
}
@media only screen and (max-width:640px) {
  .is-cart_inner__content form {
    width: 100%;
  }
}
.is-cart_inner__content .woocommerce-cart-form .shop_table {
  width: 100%;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .is-cart_inner__content .woocommerce-cart-form .shop_table {
    width: 100%;
  }
}
.is-cart_inner__content .cart-collaterals {
  width: 35% !important;
  padding: 40px;
  border: 1px solid #dedede;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .is-cart_inner__content .cart-collaterals {
    width: 100% !important;
    padding: 5%;
    margin-top: 20px;
  }
}
@media only screen and (max-width:640px) {
  .is-cart_inner__content .cart-collaterals {
    width: 100% !important;
    padding: 5%;
  }
}
.is-cart_inner__content .cart-collaterals h2 {
  font-size: 15px;
  color: #365b56;
}
@media (min-width: 480px) {
  .is-cart_inner__content .cart-collaterals h2 {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-cart_inner__content .cart-collaterals h2 {
    font-size: 18px;
  }
}
.is-cart_inner__content .cart-collaterals .shop_table tr {
  border-bottom: 1px solid #dedede;
}
.is-cart_inner__content .cart-collaterals .shop_table tr th,
.is-cart_inner__content .cart-collaterals .shop_table tr td {
  padding: 16px 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width:640px) {
  .is-cart_inner__content .cart-collaterals .shop_table tr th,
  .is-cart_inner__content .cart-collaterals .shop_table tr td {
    padding: 12px 4px;
  }
}
.is-cart_inner__content .cart-collaterals .shop_table tr th {
  width: 30% !important;
}
@media only screen and (max-width:640px) {
  .is-cart_inner__content .cart-collaterals .shop_table tr th {
    text-align: left !important;
    width: 100% !important;
  }
}
.is-cart_inner__content .cart-collaterals .shop_table tr td {
  width: 70%;
  text-align: left;
}
@media only screen and (max-width:640px) {
  .is-cart_inner__content .cart-collaterals .shop_table tr td {
    width: 100%;
  }
}
.is-cart_inner__content .cart-collaterals .shop_table tr td ul li {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-cart_inner__content .cart-collaterals .shop_table tr td ul li {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-cart_inner__content .cart-collaterals .shop_table tr td ul li {
    font-size: 15px;
  }
}
.is-cart_inner__content .cart-collaterals .shop_table tr td ul li label {
  font-size: 13px;
}
@media (min-width: 480px) {
  .is-cart_inner__content .cart-collaterals .shop_table tr td ul li label {
    font-size: 13px;
    font-size: calc(0 * 100vw + 13px);
  }
}
@media (min-width: 1280px) {
  .is-cart_inner__content .cart-collaterals .shop_table tr td ul li label {
    font-size: 13px;
  }
}
.is-cart_inner__content .cart-collaterals .shop_table tr td p,
.is-cart_inner__content .cart-collaterals .shop_table tr td strong,
.is-cart_inner__content .cart-collaterals .shop_table tr td a {
  font-size: 13px;
}
@media (min-width: 480px) {
  .is-cart_inner__content .cart-collaterals .shop_table tr td p,
  .is-cart_inner__content .cart-collaterals .shop_table tr td strong,
  .is-cart_inner__content .cart-collaterals .shop_table tr td a {
    font-size: 13px;
    font-size: calc(0 * 100vw + 13px);
  }
}
@media (min-width: 1280px) {
  .is-cart_inner__content .cart-collaterals .shop_table tr td p,
  .is-cart_inner__content .cart-collaterals .shop_table tr td strong,
  .is-cart_inner__content .cart-collaterals .shop_table tr td a {
    font-size: 13px;
  }
}
.is-cart_inner__content .cart-collaterals .shop_table tr td a {
  color: #365b56;
  text-decoration: underline;
}
.is-cart_inner__content .cart-collaterals .wc-proceed-to-checkout {
  margin-top: 20px;
}
.is-cart_inner__content .cart-collaterals .wc-proceed-to-checkout a {
  width: 100%;
  display: block;
  padding: 18px 0 !important;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  background-color: #365b56 !important;
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-cart_inner__content .cart-collaterals .wc-proceed-to-checkout a {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-cart_inner__content .cart-collaterals .wc-proceed-to-checkout a {
    font-size: 15px;
  }
}
.is-cart_inner__content .cart-collaterals .wc-proceed-to-checkout a:hover {
  background-color: #829592 !important;
}
@media only screen and (max-width:640px) {
  .is-cart_inner__content .cart-collaterals .wc-proceed-to-checkout a {
    padding: 12px 0 !important;
  }
}
.is-cart_inner__content .woocommerce-cart-form .btn-submit {
  margin-top: 20px;
}
@media only screen and (max-width:640px) {
  .is-cart_inner__content .woocommerce-cart-form .btn-submit {
    margin: 0 auto 30px;
  }
}
.is-cart_inner__content .woocommerce-cart-form .btn-submit a {
  width: 100%;
  margin: 0 auto;
}

.is-checkout_inner__content .woocommerce-checkout .col-1 {
  width: 100%;
  float: none;
}
.is-checkout_inner__content .woocommerce-checkout .col-2 {
  width: 100%;
  float: none;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content .flex {
    display: block;
  }
}
.is-checkout_inner__content input[type=text],
.is-checkout_inner__content input[type=tel],
.is-checkout_inner__content input[type=email], .is-checkout_inner__content select {
  width: 100%;
  padding: 18px 2em;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 15px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 480px) {
  .is-checkout_inner__content input[type=text],
  .is-checkout_inner__content input[type=tel],
  .is-checkout_inner__content input[type=email], .is-checkout_inner__content select {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content input[type=text],
  .is-checkout_inner__content input[type=tel],
  .is-checkout_inner__content input[type=email], .is-checkout_inner__content select {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content input[type=text],
  .is-checkout_inner__content input[type=tel],
  .is-checkout_inner__content input[type=email], .is-checkout_inner__content select {
    padding: 14px 1em;
  }
}
.is-checkout_inner__content #delivery_date_field .woocommerce-input-wrapper {
  position: relative;
}
.is-checkout_inner__content #delivery_date_field .woocommerce-input-wrapper::after {
  width: 42px;
  height: 42px;
  overflow: hidden;
  text-align: center;
  line-height: 42px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  content: "\f107";
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 10000;
}
.is-checkout_inner__content textarea {
  width: 100%;
  height: 180px;
  padding: 18px 2em;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner__content textarea {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content textarea {
    font-size: 15px;
  }
}
.is-checkout_inner__content .required {
  font-size: 11px;
  color: #8c947c;
  border-bottom: 0;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .required {
    font-size: 11px;
    font-size: calc(0 * 100vw + 11px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .required {
    font-size: 11px;
  }
}
.is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row,
.is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row,
.is-checkout_inner__content .woocommerce-additional-fields .form-row {
  margin-bottom: 30px;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row,
  .is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row,
  .is-checkout_inner__content .woocommerce-additional-fields .form-row {
    margin-bottom: 15px;
  }
}
.is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row label,
.is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row span,
.is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row label,
.is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row span,
.is-checkout_inner__content .woocommerce-additional-fields .form-row label,
.is-checkout_inner__content .woocommerce-additional-fields .form-row span {
  display: inline-block;
  vertical-align: middle;
}
.is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row label,
.is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row label,
.is-checkout_inner__content .woocommerce-additional-fields .form-row label {
  width: 30%;
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row label,
  .is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row label,
  .is-checkout_inner__content .woocommerce-additional-fields .form-row label {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row label,
  .is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row label,
  .is-checkout_inner__content .woocommerce-additional-fields .form-row label {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row label,
  .is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row label,
  .is-checkout_inner__content .woocommerce-additional-fields .form-row label {
    width: 100%;
  }
}
.is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.is-checkout_inner__content .woocommerce-additional-fields .form-row .woocommerce-input-wrapper {
  width: calc(70% - 53px);
  font-size: 0;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper,
  .is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper,
  .is-checkout_inner__content .woocommerce-additional-fields .form-row .woocommerce-input-wrapper {
    width: 100%;
  }
}
.is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper strong,
.is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper strong,
.is-checkout_inner__content .woocommerce-additional-fields .form-row .woocommerce-input-wrapper strong {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper strong,
  .is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper strong,
  .is-checkout_inner__content .woocommerce-additional-fields .form-row .woocommerce-input-wrapper strong {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper strong,
  .is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper strong,
  .is-checkout_inner__content .woocommerce-additional-fields .form-row .woocommerce-input-wrapper strong {
    font-size: 15px;
  }
}
.is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection,
.is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection,
.is-checkout_inner__content .woocommerce-additional-fields .form-row .woocommerce-input-wrapper .selection {
  display: block;
}
.is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single,
.is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single,
.is-checkout_inner__content .woocommerce-additional-fields .form-row .woocommerce-input-wrapper .selection .select2-selection--single {
  width: 100%;
  height: 56px;
  line-height: 56px;
  display: block;
  border: 1px solid #d8d8d8;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single,
  .is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single,
  .is-checkout_inner__content .woocommerce-additional-fields .form-row .woocommerce-input-wrapper .selection .select2-selection--single {
    height: 47px;
    line-height: 47px;
  }
}
.is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__rendered,
.is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__rendered,
.is-checkout_inner__content .woocommerce-additional-fields .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  padding-left: 2em;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__rendered,
  .is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__rendered,
  .is-checkout_inner__content .woocommerce-additional-fields .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__rendered,
  .is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__rendered,
  .is-checkout_inner__content .woocommerce-additional-fields .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__rendered,
  .is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__rendered,
  .is-checkout_inner__content .woocommerce-additional-fields .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__rendered {
    line-height: 47px;
    padding-left: 1em;
  }
}
.is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__arrow,
.is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__arrow,
.is-checkout_inner__content .woocommerce-additional-fields .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__arrow {
  top: calc(50% - 19px);
  right: 20px;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__arrow,
  .is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__arrow,
  .is-checkout_inner__content .woocommerce-additional-fields .form-row .woocommerce-input-wrapper .selection .select2-selection--single .select2-selection__arrow {
    top: calc(50% - 11px);
  }
}
.is-checkout_inner__content .woocommerce-billing-fields__field-wrapper #billing_address_2_field .woocommerce-input-wrapper,
.is-checkout_inner__content .woocommerce-billing-fields__field-wrapper #shipping_address_2_field .woocommerce-input-wrapper,
.is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper #billing_address_2_field .woocommerce-input-wrapper,
.is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field .woocommerce-input-wrapper,
.is-checkout_inner__content .woocommerce-additional-fields #billing_address_2_field .woocommerce-input-wrapper,
.is-checkout_inner__content .woocommerce-additional-fields #shipping_address_2_field .woocommerce-input-wrapper {
  display: inline-block;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content .woocommerce-billing-fields__field-wrapper #billing_address_2_field .woocommerce-input-wrapper,
  .is-checkout_inner__content .woocommerce-billing-fields__field-wrapper #shipping_address_2_field .woocommerce-input-wrapper,
  .is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper #billing_address_2_field .woocommerce-input-wrapper,
  .is-checkout_inner__content .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field .woocommerce-input-wrapper,
  .is-checkout_inner__content .woocommerce-additional-fields #billing_address_2_field .woocommerce-input-wrapper,
  .is-checkout_inner__content .woocommerce-additional-fields #shipping_address_2_field .woocommerce-input-wrapper {
    margin: 0;
    display: block;
  }
}
.is-checkout_inner__content .woocommerce-NoticeGroup li {
  padding: 12px 3em;
  font-size: 15px;
  text-align: center;
  background: #8c947c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .woocommerce-NoticeGroup li {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .woocommerce-NoticeGroup li {
    font-size: 15px;
  }
}
.is-checkout_inner__content .woocommerce-NoticeGroup li strong {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .woocommerce-NoticeGroup li strong {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .woocommerce-NoticeGroup li strong {
    font-size: 15px;
  }
}
.is-checkout_inner__content .woocommerce-NoticeGroup li:last-child {
  margin-bottom: 30px;
}
.is-checkout_inner__content .col2-set {
  width: 60% !important;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content .col2-set {
    width: 100% !important;
  }
}
.is-checkout_inner__content .col2-set .col-1 .woocommerce-billing-fields h3 {
  border-left: 3px solid #000;
  padding-left: 22px;
  margin-bottom: 28px;
  font-size: 20px;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .col2-set .col-1 .woocommerce-billing-fields h3 {
    font-size: 22px;
    font-size: calc(0.0025 * 100vw + 18.8px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .col2-set .col-1 .woocommerce-billing-fields h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content .col2-set .col-1 .woocommerce-billing-fields h3 {
    margin-bottom: 14px;
  }
}
.is-checkout_inner__content .col2-set .col-1 .woocommerce-billing-fields .screen-reader-text {
  position: relative !important;
}
.is-checkout_inner__content .col2-set .col-2 .screen-reader-text {
  position: relative !important;
}
.is-checkout_inner__content .col2-set .col-2 .woocommerce-shipping-fields {
  margin-bottom: 30px;
}
.is-checkout_inner__content .col2-set .col-2 #ship-to-different-address span {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .col2-set .col-2 #ship-to-different-address span {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .col2-set .col-2 #ship-to-different-address span {
    font-size: 15px;
  }
}
.is-checkout_inner__content .customer_order {
  width: 35%;
  padding: 40px;
  border: 1px solid #dedede;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content .customer_order {
    width: 100%;
    padding: 8%;
  }
}
.is-checkout_inner__content .customer_order h3 {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .customer_order h3 {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .customer_order h3 {
    font-size: 18px;
  }
}
.is-checkout_inner__content .customer_order .shop_table tr {
  border-bottom: 1px solid #dedede;
}
.is-checkout_inner__content .customer_order .shop_table tr th,
.is-checkout_inner__content .customer_order .shop_table tr td {
  padding: 10px 0;
}
.is-checkout_inner__content .customer_order .shop_table tr th {
  width: 30%;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content .customer_order .shop_table tr th {
    width: 100%;
  }
}
.is-checkout_inner__content .customer_order .shop_table tr td {
  width: 70%;
  text-align: left;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content .customer_order .shop_table tr td {
    width: 100%;
  }
}
.is-checkout_inner__content .customer_order .shop_table tr td ul li {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .customer_order .shop_table tr td ul li {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .customer_order .shop_table tr td ul li {
    font-size: 15px;
  }
}
.is-checkout_inner__content .customer_order .shop_table tr td ul li label {
  font-size: 11px;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .customer_order .shop_table tr td ul li label {
    font-size: 13px;
    font-size: calc(0.0025 * 100vw + 9.8px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .customer_order .shop_table tr td ul li label {
    font-size: 13px;
  }
}
.is-checkout_inner__content .customer_order .shop_table tr td p {
  font-size: 13px;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .customer_order .shop_table tr td p {
    font-size: 13px;
    font-size: calc(0 * 100vw + 13px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .customer_order .shop_table tr td p {
    font-size: 13px;
  }
}
.is-checkout_inner__content .customer_order .shop_table tr td a {
  font-size: 15px;
  color: #365b56;
  text-decoration: underline;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .customer_order .shop_table tr td a {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .customer_order .shop_table tr td a {
    font-size: 15px;
  }
}
.is-checkout_inner__content .customer_order .shop_table tfoot tr {
  border-bottom: 1px solid #e7e7e7;
}
.is-checkout_inner__content .customer_order .shop_table tfoot tr th {
  text-align: left;
}
.is-checkout_inner__content .customer_order .woocommerce-checkout-payment {
  margin-top: 20px;
}
.is-checkout_inner__content .customer_order .woocommerce-checkout-payment .payment_methods input {
  margin: 0;
}
.is-checkout_inner__content .customer_order .woocommerce-checkout-payment .payment_methods label {
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .customer_order .woocommerce-checkout-payment .payment_methods label {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .customer_order .woocommerce-checkout-payment .payment_methods label {
    font-size: 15px;
  }
}
.is-checkout_inner__content .customer_order .woocommerce-checkout-payment .payment_box p {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .customer_order .woocommerce-checkout-payment .payment_box p {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .customer_order .woocommerce-checkout-payment .payment_box p {
    font-size: 15px;
  }
}
.is-checkout_inner__content .customer_order .woocommerce-checkout-payment .place-order {
  margin-top: 15px;
}
.is-checkout_inner__content .customer_order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px;
}
.is-checkout_inner__content .customer_order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: 13px;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .customer_order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 13px;
    font-size: calc(0 * 100vw + 13px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .customer_order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 13px;
  }
}
.is-checkout_inner__content .customer_order .woocommerce-checkout-payment .place-order button {
  width: 100%;
  display: block;
  padding: 18px 0;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600;
  border: 0;
  text-align: center;
  background: #365b56;
  font-size: 15px;
  -webkit-appearance: none;
}
@media (min-width: 480px) {
  .is-checkout_inner__content .customer_order .woocommerce-checkout-payment .place-order button {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner__content .customer_order .woocommerce-checkout-payment .place-order button {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-checkout_inner__content .customer_order .woocommerce-checkout-payment .place-order button {
    padding: 12px 0;
  }
}
.is-checkout_inner-thanks .woocommerce-notice {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-notice {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-notice {
    font-size: 18px;
  }
}
.is-checkout_inner-thanks .woocommerce-notice--error {
  color: #365b56;
}
.is-checkout_inner-thanks__content {
  max-width: 720px;
  margin: 0 auto;
}
.is-checkout_inner-thanks .woocommerce-order-overview {
  padding: 40px;
  border: 1px solid #e7e7e7;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 40px;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner-thanks .woocommerce-order-overview {
    padding: 8%;
  }
}
.is-checkout_inner-thanks .woocommerce-order-overview li {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-order-overview li {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-order-overview li {
    font-size: 15px;
  }
}
.is-checkout_inner-thanks .woocommerce-order-overview li bdi,
.is-checkout_inner-thanks .woocommerce-order-overview li span,
.is-checkout_inner-thanks .woocommerce-order-overview li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-order-overview li bdi,
  .is-checkout_inner-thanks .woocommerce-order-overview li span,
  .is-checkout_inner-thanks .woocommerce-order-overview li strong {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-order-overview li bdi,
  .is-checkout_inner-thanks .woocommerce-order-overview li span,
  .is-checkout_inner-thanks .woocommerce-order-overview li strong {
    font-size: 15px;
  }
}
.is-checkout_inner-thanks p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks p {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks p {
    font-size: 15px;
  }
}
.is-checkout_inner-thanks .woocommerce-order-flex {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.is-checkout_inner-thanks .woocommerce-bacs-bank-details {
  width: 100%;
  padding: 30px;
  border: 1px solid #e7e7e7;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 40px;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner-thanks .woocommerce-bacs-bank-details {
    width: 100%;
    padding: 8%;
    margin-bottom: 20px;
  }
}
.is-checkout_inner-thanks .woocommerce-bacs-bank-details h2 {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-bacs-bank-details h2 {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-bacs-bank-details h2 {
    font-size: 18px;
  }
}
.is-checkout_inner-thanks .woocommerce-bacs-bank-details h3 {
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-bacs-bank-details h3 {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-bacs-bank-details h3 {
    font-size: 15px;
  }
}
.is-checkout_inner-thanks .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
    font-size: 15px;
  }
}
.is-checkout_inner-thanks .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
  font-weight: 400;
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
    font-size: 15px;
  }
}
.is-checkout_inner-thanks .woocommerce-order-details {
  width: 100%;
  padding: 30px;
  border: 1px solid #e7e7e7;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 40px;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner-thanks .woocommerce-order-details {
    width: 100%;
    padding: 8%;
    margin-bottom: 20px;
  }
}
.is-checkout_inner-thanks .woocommerce-order-details h2 {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-order-details h2 {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-order-details h2 {
    font-size: 18px;
  }
}
.is-checkout_inner-thanks .woocommerce-order-details tr, .is-checkout_inner-thanks .woocommerce-order-details td {
  padding: 1em 1em 1em 0;
}
.is-checkout_inner-thanks .woocommerce-order-details td {
  font-size: 13px;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-order-details td {
    font-size: 15px;
    font-size: calc(0.0025 * 100vw + 11.8px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-order-details td {
    font-size: 15px;
  }
}
.is-checkout_inner-thanks .woocommerce-order-details .shop_table thead tr {
  border-bottom: 1px solid #dedede;
}
.is-checkout_inner-thanks .woocommerce-order-details .shop_table thead tr .woocommerce-table__product-name {
  width: 70%;
  text-align: left;
}
.is-checkout_inner-thanks .woocommerce-order-details .shop_table thead tr .woocommerce-table__product-table {
  width: 30%;
}
.is-checkout_inner-thanks .woocommerce-order-details .shop_table .woocommerce-table__product-purchase-note p {
  text-align: left;
}
.is-checkout_inner-thanks .woocommerce-order-details .shop_table tbody tr {
  border-bottom: 1px solid #dedede;
}
.is-checkout_inner-thanks .woocommerce-order-details .shop_table tfoot tr th,
.is-checkout_inner-thanks .woocommerce-order-details .shop_table tfoot tr td {
  padding: 20px 0;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner-thanks .woocommerce-order-details .shop_table tfoot tr th,
  .is-checkout_inner-thanks .woocommerce-order-details .shop_table tfoot tr td {
    padding: 0;
    border: 0;
  }
}
.is-checkout_inner-thanks .woocommerce-order-details .shop_table tfoot tr th {
  text-align: left;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner-thanks .woocommerce-order-details .shop_table tfoot tr td {
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
  }
}
@media only screen and (max-width:640px) {
  .is-checkout_inner-thanks .woocommerce-order-details .shop_table tfoot tr td .product-quantity input {
    margin-left: 0;
  }
}
.is-checkout_inner-thanks .woocommerce-customer-details {
  width: 100%;
  padding: 30px;
  border: 1px solid #e7e7e7;
  border-bottom: 1px solid #dedede;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 40px;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner-thanks .woocommerce-customer-details {
    width: 100%;
    padding: 8%;
  }
}
.is-checkout_inner-thanks .woocommerce-customer-details .col2-set {
  width: 100%;
}
.is-checkout_inner-thanks .woocommerce-customer-details .col2-set h2 {
  font-size: 11px;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-customer-details .col2-set h2 {
    font-size: 18px;
    font-size: calc(0.00875 * 100vw + 6.8px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-customer-details .col2-set h2 {
    font-size: 18px;
  }
}
.is-checkout_inner-thanks .woocommerce-customer-details .col2-set address {
  font-size: 11px;
  font-style: normal;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-customer-details .col2-set address {
    font-size: 15px;
    font-size: calc(0.005 * 100vw + 8.6px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-customer-details .col2-set address {
    font-size: 15px;
  }
}
.is-checkout_inner-thanks .woocommerce-customer-details .col2-set p {
  font-size: 11px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  text-align: left;
  word-wrap: break-word;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-customer-details .col2-set p {
    font-size: 15px;
    font-size: calc(0.005 * 100vw + 8.6px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-customer-details .col2-set p {
    font-size: 15px;
  }
}
.is-checkout_inner-thanks .woocommerce-customer-details .col2-set .woocommerce-customer-details--phone {
  margin-bottom: 0;
}
.is-checkout_inner-thanks .woocommerce-order_bankjp {
  width: 100%;
  padding: 30px;
  border: 1px solid #e7e7e7;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 40px;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner-thanks .woocommerce-order_bankjp {
    width: 100%;
    padding: 8%;
    margin-bottom: 20px;
  }
}
.is-checkout_inner-thanks .woocommerce-order_bankjp h2 {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-order_bankjp h2 {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-order_bankjp h2 {
    font-size: 18px;
  }
}
.is-checkout_inner-thanks .woocommerce-order_bankjp .order_details .account_info {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-order_bankjp .order_details .account_info {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-order_bankjp .order_details .account_info {
    font-size: 15px;
  }
}
.is-checkout_inner-thanks .woocommerce-order_bankjp .order_details .account_info strong {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner-thanks .woocommerce-order_bankjp .order_details .account_info strong {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-thanks .woocommerce-order_bankjp .order_details .account_info strong {
    font-size: 15px;
  }
}
.is-checkout_inner-order_card .order_details {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 40px;
}
@media only screen and (max-width:640px) {
  .is-checkout_inner-order_card .order_details {
    padding: 8%;
  }
}
.is-checkout_inner-order_card .order_details li {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner-order_card .order_details li {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-order_card .order_details li {
    font-size: 15px;
  }
}
.is-checkout_inner-order_card .order_details li bdi,
.is-checkout_inner-order_card .order_details li span,
.is-checkout_inner-order_card .order_details li strong {
  font-family: "Jost", sans-serif;
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner-order_card .order_details li bdi,
  .is-checkout_inner-order_card .order_details li span,
  .is-checkout_inner-order_card .order_details li strong {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-order_card .order_details li bdi,
  .is-checkout_inner-order_card .order_details li span,
  .is-checkout_inner-order_card .order_details li strong {
    font-size: 15px;
  }
}
.is-checkout_inner-order_card p {
  text-align: center;
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner-order_card p {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-order_card p {
    font-size: 15px;
  }
}
.is-checkout_inner-order_card .button-alt {
  width: 100%;
  max-width: 720px;
  margin: 20px auto 0;
  display: block;
  padding: 18px 0;
  color: #fff;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  background: #ccc;
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-checkout_inner-order_card .button-alt {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-checkout_inner-order_card .button-alt {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-checkout_inner-order_card .button-alt {
    width: 100%;
    padding: 12px 0;
  }
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  border: 0;
}

.woocommerce table.shop_table {
  border: 0 !important;
}

.woocommerce-cart table.cart th {
  color: #365b56;
  font-weight: 700;
  text-align: center;
}

.woocommerce .cart-collaterals .cross-sells {
  width: 100%;
}
.woocommerce .cart-collaterals .cross-sells h2 {
  text-align: center;
  color: #365b56;
  font-weight: 700;
}
.woocommerce .cart-collaterals .cross-sells img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.woocommerce .cart-collaterals .cross-sells p {
  font-size: 11px;
}
@media (min-width: 480px) {
  .woocommerce .cart-collaterals .cross-sells p {
    font-size: 15px;
    font-size: calc(0.005 * 100vw + 8.6px);
  }
}
@media (min-width: 1280px) {
  .woocommerce .cart-collaterals .cross-sells p {
    font-size: 15px;
  }
}
.woocommerce .cart-collaterals .cross-sells .product-additional-info {
  display: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: none !important;
  width: 160px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 8px 18px !important;
}
@media only screen and (max-width:640px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-bottom: 1.6rem !important;
    width: 100% !important;
  }
}

@media only screen and (max-width:640px) {
  .woocommerce-cart table.cart td.actions {
    padding-top: 30px;
  }
}

@media only screen and (max-width:640px) {
  .woocommerce-cart table.cart td.actions .coupon {
    width: 100%;
  }
}

.woocommerce-info {
  border-top-color: #365b56;
}
.woocommerce-info::before {
  color: #365b56;
}

.is-woocommerce .woocommerce-info a {
  color: #368d81;
}

.woocommerce form .form-row {
  width: 100% !important;
  float: none !important;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  width: 100% !important;
  padding: 0 !important;
  float: none !important;
}

@media only screen and (max-width:640px) {
  .is-cart {
    margin-top: 0;
  }
}
.is-cart .wrapper {
  max-width: 1280px;
  margin-bottom: 30px;
}
#cart .product-subtotal {
  text-align: center;
  color: #365b56;
}
#cart .cart_totals table {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.woocommerce-cart .related-products {
  max-width: 1280px;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media only screen and (max-width:640px) {
  .woocommerce-cart .related-products {
    width: 90%;
    margin-top: 60px;
  }
}
.woocommerce-cart .is-product .article-product_lists .products {
  display: flex;
}

.is-checkout_inner__content {
  margin-bottom: 140px;
}

.is-checkout {
  margin-top: 0;
}

.woocommerce ul.order_details li {
  float: none !important;
  margin-right: 0 !important;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5 !important;
  padding-right: 0 !important;
  color: #282828 !important;
  border-right: 0 !important;
}
@media (min-width: 480px) {
  .woocommerce ul.order_details li {
    font-size: 15px !important;
    font-size: calc(0.005 * 100vw + 8.6px);
  }
}
@media (min-width: 1280px) {
  .woocommerce ul.order_details li {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .woocommerce ul.order_details li {
    margin-bottom: 1em !important;
  }
}
.woocommerce ul.order_details li strong,
.woocommerce ul.order_details li bdi,
.woocommerce ul.order_details li span {
  font-size: inherit !important;
  font-weight: 500 !important;
  color: inherit !important;
  display: inline-block !important;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  font-size: 15px;
  font-size: 1.5rem;
}

.wc-item-meta p {
  font-size: 11px;
  display: inline-block;
}
@media (min-width: 480px) {
  .wc-item-meta p {
    font-size: 15px;
    font-size: calc(0.005 * 100vw + 8.6px);
  }
}
@media (min-width: 1280px) {
  .wc-item-meta p {
    font-size: 15px;
  }
}

.woocommerce form.login {
  border: 0;
  padding: 0;
}

.login-notice {
  padding: 13px 37px 13px 23px;
  background: #e6f7f0;
  display: flex;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
  border-radius: 27px;
  font-size: 13px;
  color: #365b56;
  font-size: 13px;
  font-weight: 700;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .login-notice {
    width: 80%;
    font-size: 12px;
    padding: 7px 12px 6px 11px;
  }
}
@media only screen and (max-width:640px) {
  .login-notice {
    width: 100%;
    font-size: 11px;
    padding: 7px 12px 6px 11px;
  }
}
.login-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
  background: url("../images/common/login-icon.svg") 0 0/cover no-repeat;
}

@media only screen and (max-width:640px) {
  table.shop_table_responsive tr td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
    font-size: 15px;
  }
}
.woocommerce td.product-name dl.variation dd {
  text-align: right;
  font-size: 15px;
}
.woocommerce td.product-name dl.variation dd p {
  font-size: inherit;
}

.woocommerce td.product-name dl.variation dt {
  font-size: 15px;
}

table.cart td.actions label {
  display: none;
}

@media only screen and (max-width:640px) {
  .woocommerce table.shop_table {
    border-spacing: 0 30px;
  }
}

.woocommerce form .form-row textarea {
  height: 180px !important;
}

.woocommerce form.checkout_coupon p {
  font-size: 15px;
}
.woocommerce form.checkout_coupon #coupon_code {
  padding: 0.75em;
  border: 1px solid #dedede;
  margin: 0.75em 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.woocommerce-info {
  border-top: 1px solid #365b56 !important;
}
.woocommerce-info::before {
  color: #365b56 !important;
}

.woocommerce .woocommerce-customer-details .addresses {
  width: 100% !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 12px;
}

.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 10px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods li:last-child {
  margin-bottom: 0;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.is-product_sec {
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
}
@media only screen and (max-width:640px) {
  .is-product_sec {
    margin-bottom: 100px;
  }
}
.is-product_sec .primary_title h2 {
  text-align: left;
}
.is-product-left {
  flex: 1;
  max-width: 760px;
}
.is-product-left .the_content {
  margin-top: 80px;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .is-product-left .the_content {
    width: 90%;
    margin: 0 auto;
  }
}
.is-product-left .the_content h2,
.is-product-left .the_content h3,
.is-product-left .the_content h4,
.is-product-left .the_content h5,
.is-product-left .the_content h6,
.is-product-left .the_content p,
.is-product-left .the_content a,
.is-product-left .the_content span,
.is-product-left .the_content strong,
.is-product-left .the_content i,
.is-product-left .the_content li,
.is-product-left .the_content em {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-product-left .the_content h2,
  .is-product-left .the_content h3,
  .is-product-left .the_content h4,
  .is-product-left .the_content h5,
  .is-product-left .the_content h6,
  .is-product-left .the_content p,
  .is-product-left .the_content a,
  .is-product-left .the_content span,
  .is-product-left .the_content strong,
  .is-product-left .the_content i,
  .is-product-left .the_content li,
  .is-product-left .the_content em {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-product-left .the_content h2,
  .is-product-left .the_content h3,
  .is-product-left .the_content h4,
  .is-product-left .the_content h5,
  .is-product-left .the_content h6,
  .is-product-left .the_content p,
  .is-product-left .the_content a,
  .is-product-left .the_content span,
  .is-product-left .the_content strong,
  .is-product-left .the_content i,
  .is-product-left .the_content li,
  .is-product-left .the_content em {
    font-size: 15px;
  }
}
.is-product-left .the_content h2 {
  color: #282828;
  margin: 60px 0 64px;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
}
@media (min-width: 480px) {
  .is-product-left .the_content h2 {
    font-size: 48px;
    font-size: calc(0.005 * 100vw + 17.6px);
  }
}
@media (min-width: 1280px) {
  .is-product-left .the_content h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width:640px) {
  .is-product-left .the_content h2 {
    padding: 8px 12px;
    margin: 40px 0 28px;
  }
}
.is-product-left .the_content h3 {
  border-left: 6px solid #365b56;
  padding: 0 0 8px 0.8em;
  margin: 60px 0 40px;
  font-size: 20px;
}
@media (min-width: 480px) {
  .is-product-left .the_content h3 {
    font-size: 24px;
    font-size: calc(0.005 * 100vw + 17.6px);
  }
}
@media (min-width: 1280px) {
  .is-product-left .the_content h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width:640px) {
  .is-product-left .the_content h3 {
    margin: 40px 0 28px;
  }
}
.is-product-left .the_content h4 {
  margin: 60px 0 38px;
  font-size: 18px;
}
@media (min-width: 480px) {
  .is-product-left .the_content h4 {
    font-size: 18px;
    font-size: calc(0 * 100vw + 18px);
  }
}
@media (min-width: 1280px) {
  .is-product-left .the_content h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width:640px) {
  .is-product-left .the_content h4 {
    margin: 40px 0 24px;
  }
}
.is-product-left .the_content p,
.is-product-left .the_content span,
.is-product-left .the_content strong,
.is-product-left .the_content a,
.is-product-left .the_content i,
.is-product-left .the_content em {
  margin-bottom: 36px;
  line-height: 2.2;
}
@media only screen and (max-width:640px) {
  .is-product-left .the_content p,
  .is-product-left .the_content span,
  .is-product-left .the_content strong,
  .is-product-left .the_content a,
  .is-product-left .the_content i,
  .is-product-left .the_content em {
    margin-bottom: 20px;
  }
}
.is-product-left .the_content a {
  color: #365b56;
  text-decoration: underline;
}
.is-product-left .the_content img {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  margin-bottom: 50px;
}
@media only screen and (max-width:640px) {
  .is-product-left .the_content img {
    margin-bottom: 24px;
  }
}
.is-product-left .the_content ul {
  padding-left: 30px;
  margin: 40px 0;
}
.is-product-left .the_content ul li {
  list-style: disc;
}
.is-product-left .the_content ol {
  padding-left: 30px;
  margin: 40px 0;
}
.is-product-left .the_content ol li {
  list-style: decimal;
}
.is-product-left .the_content blockquote {
  padding: 30px;
  background: #f8f8f8;
}
@media only screen and (max-width:640px) {
  .is-product-left .the_content blockquote {
    padding: 5%;
  }
}
.is-product-left .the_content blockquote p {
  margin-bottom: 0;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .is-product-left .related-products {
    width: 90%;
    margin: 60px auto;
  }
}
.is-product_single_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:1366px) {
  .is-product_single_inner {
    justify-content: center;
  }
}
.is-product_single_inner .woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media only screen and (max-width:640px) {
  .is-product_single_inner .woocommerce-product-gallery {
    flex-direction: column;
  }
}
.is-product_single_inner .woocommerce-product-gallery img {
  display: block;
  height: auto;
  box-shadow: none;
  max-height: 640px;
  object-fit: cover;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}
.is-product_single_inner .woocommerce-product-gallery .flex-viewport {
  width: 100%;
}
@media only screen and (max-width:640px) {
  .is-product_single_inner .woocommerce-product-gallery .flex-viewport {
    width: 100%;
  }
}
.is-product_single_inner .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  flex-direction: column;
  width: 13.2%;
}
@media only screen and (max-width:640px) {
  .is-product_single_inner .woocommerce-product-gallery .flex-control-nav {
    flex-direction: row;
    width: 100%;
  }
}
.is-product_single_inner .woocommerce-product-gallery .flex-control-nav li {
  list-style: none;
  width: 100% !important;
}
.is-product_single_inner .woocommerce-product-gallery .flex-control-nav img {
  width: 100%;
  min-width: 30px;
  object-fit: cover;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}
@media only screen and (max-width:640px) {
  .is-product_single_inner .woocommerce-product-gallery .flex-control-nav img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
}
.is-product_single_inner .woocommerce-product-details__short-description {
  margin-bottom: 2.8em;
}
.is-product .custom-pricing-info {
  padding: 11px 0 14px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.is-product .article-product_lists__item.col_item {
  margin-bottom: 50px;
}
@media only screen and (max-width:640px) {
  .is-product .article-product_lists__item.col_item {
    margin-top: 30px;
  }
}
.is-product .article-product_lists__item.col_item .thumb {
  position: relative;
}
.is-product .article-product_lists__item.col_item .thumb img {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
.is-product .article-product_lists__item.col_item .thumb .post_tag {
  position: absolute;
  top: -18px;
  left: 26px;
}
.is-product .article-product_lists__item.col_item .thumb .post_tag_item-products {
  display: none;
}
.is-product .article-product_lists__item.col_item .txt {
  position: relative;
  margin: 14px 0 0;
}
@media only screen and (max-width:640px) {
  .is-product .article-product_lists__item.col_item .txt {
    margin-top: 4px;
  }
}
.is-product .article-product_lists__item.col_item .txt .title {
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1.8;
}
@media (min-width: 480px) {
  .is-product .article-product_lists__item.col_item .txt .title {
    font-size: 18px;
    font-size: calc(0 * 100vw + 18px);
  }
}
@media (min-width: 1280px) {
  .is-product .article-product_lists__item.col_item .txt .title {
    font-size: 18px;
  }
}
.is-product .article-product_lists__item.col_item .txt .products_info {
  margin-top: 7px;
}
.is-product .article-product_lists__item.col_item .txt .products_info_price {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 480px) {
  .is-product .article-product_lists__item.col_item .txt .products_info_price {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-product .article-product_lists__item.col_item .txt .products_info_price {
    font-size: 15px;
  }
}
.is-product .article-product_lists__item.col_item .txt .products_info_price small {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
  font-size: 11px;
  color: #808080;
}
@media (min-width: 480px) {
  .is-product .article-product_lists__item.col_item .txt .products_info_price small {
    font-size: 11px;
    font-size: calc(0 * 100vw + 11px);
  }
}
@media (min-width: 1280px) {
  .is-product .article-product_lists__item.col_item .txt .products_info_price small {
    font-size: 11px;
  }
}
.is-product .article-product_lists__item.col_item .txt .products_info_price s {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
}
@media (min-width: 480px) {
  .is-product .article-product_lists__item.col_item .txt .products_info_price s {
    font-size: 15px;
    font-size: calc(0.0025 * 100vw + 11.8px);
  }
}
@media (min-width: 1280px) {
  .is-product .article-product_lists__item.col_item .txt .products_info_price s {
    font-size: 15px;
  }
}
.is-product .article-product_lists__item.col_item .txt .products_info_price b {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
}
@media (min-width: 480px) {
  .is-product .article-product_lists__item.col_item .txt .products_info_price b {
    font-size: 20px;
    font-size: calc(0.0025 * 100vw + 16.8px);
  }
}
@media (min-width: 1280px) {
  .is-product .article-product_lists__item.col_item .txt .products_info_price b {
    font-size: 20px;
  }
}
.is-product .article-product_lists__item.col_item .txt .products_info_price-sale {
  color: #365b56;
}
.is-product .article-product_lists__item.col_item .txt .products_info_price-soldout {
  letter-spacing: 0;
  color: #8c947c;
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-product .article-product_lists__item.col_item .txt .products_info_price-soldout {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-product .article-product_lists__item.col_item .txt .products_info_price-soldout {
    font-size: 18px;
  }
}
.is-product .article-product_lists .products {
  display: grid;
  gap: 36px; /* 商品之間的間距 */
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* 自適應列數 */
  max-width: 100%; /* 保持在容器內滿版 */
  box-sizing: border-box;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .is-product .article-product_lists .products {
    gap: 20px;
  }
}
@media only screen and (max-width:640px) {
  .is-product .article-product_lists .products {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 2fr)); /* 自適應列數 */
  }
}
.is-product .article-product_lists li {
  width: 100%;
  max-width: 360px;
  padding: 20px 20px 40px 20px !important;
  margin: 0 !important;
}
@media only screen and (max-width:640px) {
  .is-product .article-product_lists li {
    padding: 10% !important;
  }
}
.is-product .article-product_lists .product {
  background: #fff;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.05));
  transform: translateZ(0);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width:640px) {
  .is-product .article-product_lists .product {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
}
.is-product .article-product_lists .product img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.is-product .article-product_lists .product-list {
  width: 100%;
}
.is-product .article-product_lists .product-excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #368d81;
  margin-bottom: 1.69em;
  font-weight: 700;
  padding: 0 20px;
  line-height: 1.68;
}
@media only screen and (max-width:640px) {
  .is-product .article-product_lists .product-excerpt {
    display: none;
  }
}
.is-product .article-product_lists .product-additional-info {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
}
.is-product .article-product_lists .product-additional-info .price-type,
.is-product .article-product_lists .product-additional-info .variation-price {
  color: #365b56;
  font-size: 11px;
  font-family: "Jost", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0;
}
@media (min-width: 480px) {
  .is-product .article-product_lists .product-additional-info .price-type,
  .is-product .article-product_lists .product-additional-info .variation-price {
    font-size: 20px;
    font-size: calc(0.01125 * 100vw + 5.6px);
  }
}
@media (min-width: 1280px) {
  .is-product .article-product_lists .product-additional-info .price-type,
  .is-product .article-product_lists .product-additional-info .variation-price {
    font-size: 20px;
  }
}
.is-product .article-product_lists .product-additional-info .small-price {
  font-family: "Noto Sans TC", sans-serif;
  color: #829592;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  padding-left: 3px;
}
@media only screen and (max-width:640px) {
  .is-product .article-product_lists .product-additional-info .small-price {
    font-size: 10px;
  }
}
.is-product .article-product_lists .product-additional-info .packaging-unitprice {
  border-left: 1px solid rgba(130, 149, 146, 0.3607843137);
  padding-left: 10px;
  margin-left: 10px;
  font-family: "Noto Sans TC", sans-serif;
  color: #829592;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
}
@media only screen and (max-width:640px) {
  .is-product .article-product_lists .product-additional-info .packaging-unitprice {
    font-size: 10px;
  }
}
.is-product .paginavi {
  display: flex;
  margin: 60px auto 120px;
  font-size: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.is-product .paginavi button:disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.is-product .paginavi .pagination {
  display: flex;
}
.is-product .paginavi .pagination-button {
  cursor: pointer;
  margin: 0 20px 20px 0;
  width: 84px;
  height: 84px;
  line-height: 84px;
  display: block;
  color: #365b56;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  border: 2px solid #365b56;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 480px) {
  .is-product .paginavi .pagination-button {
    font-size: 30px;
    font-size: calc(0.01875 * 100vw + 6px);
  }
}
@media (min-width: 1280px) {
  .is-product .paginavi .pagination-button {
    font-size: 30px;
  }
}
.is-product .paginavi .pagination-button:hover {
  color: #fff;
  background-color: #365b56;
}
.is-product .paginavi .pagination-button:hover .arrow-right {
  background: url("../images/common/arrow-right-wh.svg") 0 0/cover no-repeat;
}
.is-product .paginavi .pagination-button:hover .arrow-left {
  background: url("../images/common/arrow-left-wh.svg") 0 0/cover no-repeat;
}
@media only screen and (max-width:640px) {
  .is-product .paginavi .pagination-button {
    width: 52px;
    height: 52px;
    line-height: 50px;
  }
}
.is-product .paginavi .pagination-button .arrow {
  display: block;
  line-height: 84px;
  padding-left: 5px;
  position: relative;
  margin: 0 auto;
  width: 22px;
  height: 17px;
}
@media only screen and (max-width:640px) {
  .is-product .paginavi .pagination-button .arrow {
    line-height: 48px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.is-product .paginavi .pagination-button .arrow-right {
  background: url("../images/common/arrow-right.svg") 0 0/cover no-repeat;
}
.is-product .paginavi .pagination-button .arrow-left {
  background: url("../images/common/arrow-left.svg") 0 0/cover no-repeat;
}
.is-product .paginavi .pagination-button:last-child {
  margin-right: 0;
}
.is-product .paginavi .active {
  color: #fff;
  background-color: #365b56;
}
@media only screen and (max-width:640px) {
  .is-product_single_inner {
    display: block;
  }
}
.is-product_single_thumb {
  width: 52%;
}
@media only screen and (max-width:640px) {
  .is-product_single_thumb {
    width: 100%;
  }
}
.is-product_single_thumb_lists__item {
  margin-bottom: 30px;
}
@media only screen and (max-width:640px) {
  .is-product_single_thumb_lists__item {
    margin-bottom: 10px;
  }
}
.is-product_single_thumb_lists__item img {
  width: 100%;
}
.is-product_single_content {
  width: calc(48% - 80px);
}
@media only screen and (min-width:780px) and (max-width:1366px) {
  .is-product_single_content {
    width: calc(48% - 30px);
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .is-product_single_content {
    width: calc(48% - 20px);
  }
}
@media only screen and (max-width:640px) {
  .is-product_single_content {
    width: 100%;
    margin-top: 40px;
  }
}
.is-product_single_content-hdr .title {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 480px) {
  .is-product_single_content-hdr .title {
    font-size: 28px;
    font-size: calc(0.01 * 100vw + 15.2px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-hdr .title {
    font-size: 28px;
  }
}
.is-product_single_content-body .variation-descriptions {
  margin-top: 20px;
  padding: 15px;
  border-top: 1px solid #ddd;
}
.is-product_single_content-body .variation-description {
  margin-bottom: 10px;
}
.is-product_single_content-body .variation-description strong {
  font-size: 1.1em;
  color: #333;
}
.is-product_single_content-body .custom-variable-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
  gap: 10px;
}
.is-product_single_content-body .custom-variable-price .price-label {
  font-size: 15px;
  color: #365b56;
  font-weight: 700;
  flex: 2;
}
@media (min-width: 480px) {
  .is-product_single_content-body .custom-variable-price .price-label {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .custom-variable-price .price-label {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-product_single_content-body .custom-variable-price .price-label {
    flex: auto;
  }
}
.is-product_single_content-body .woocommerce-Price-amount {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #365b56;
  letter-spacing: 0;
}
@media (min-width: 480px) {
  .is-product_single_content-body .woocommerce-Price-amount {
    font-size: 30px;
    font-size: calc(0.0125 * 100vw + 14px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .woocommerce-Price-amount {
    font-size: 30px;
  }
}
.is-product_single_content-body .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.is-product_single_content-body .woocommerce-Price-amount-bar {
  width: 30px;
  height: 2px;
  background-color: #365b56;
}
.is-product_single_content-body .userguide_lists {
  margin-top: 21px;
}
.is-product_single_content-body .userguide_lists__item {
  list-style: none;
  position: relative;
}
.is-product_single_content-body .userguide_lists__item a {
  display: inline-block;
  font-size: 13px;
  padding-left: 1em;
  color: #365b56;
  margin-bottom: 8px;
  font-weight: 700;
}
@media (min-width: 480px) {
  .is-product_single_content-body .userguide_lists__item a {
    font-size: 13px;
    font-size: calc(0 * 100vw + 13px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .userguide_lists__item a {
    font-size: 13px;
  }
}
.is-product_single_content-body .userguide_lists__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px; /* 圓的寬度 */
  height: 8px; /* 圓的高度 */
  border: 2px solid #365b56; /* 圓的邊框粗細 */
  border-radius: 50%; /* 讓它成為圓形 */
}
.is-product_single_content-body .userguide_lists__item:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.is-product_single_content-body .woocommerce-variation .woocommerce-variation-price {
  margin-bottom: 2em;
}
@media only screen and (max-width:640px) {
  .is-product_single_content-body .woocommerce-variation .woocommerce-variation-price {
    margin-bottom: 8px;
  }
}
.is-product_single_content-body .woocommerce-variation .woocommerce-variation-price .price {
  display: block;
  text-align: right;
  margin-bottom: 4em;
}
@media only screen and (max-width:640px) {
  .is-product_single_content-body .woocommerce-variation .woocommerce-variation-price .price {
    margin-bottom: 2em;
  }
}
.is-product_single_content-body .woocommerce-variation .woocommerce-variation-price .login-notice {
  display: none;
}
.is-product_single_content-body .woocommerce-variation .stock {
  display: none;
}
.is-product_single_content-body .single_variation_wrap {
  padding: 20px 0;
  margin-bottom: 30px;
}
@media only screen and (max-width:640px) {
  .is-product_single_content-body .single_variation_wrap {
    padding: 12px 0;
  }
}
.is-product_single_content-body .unit-label {
  text-align: right;
  margin-bottom: 3.5em;
}
.is-product_single_content-body .unit-label span {
  color: #365b56;
}
.is-product_single_content-body .unit-label .value {
  font-size: 11px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
@media (min-width: 480px) {
  .is-product_single_content-body .unit-label .value {
    font-size: 18px;
    font-size: calc(0.00875 * 100vw + 6.8px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .unit-label .value {
    font-size: 18px;
  }
}
.is-product_single_content-body .unit-label .unit {
  font-size: 11px;
  font-weight: 700;
}
@media (min-width: 480px) {
  .is-product_single_content-body .unit-label .unit {
    font-size: 18px;
    font-size: calc(0.00875 * 100vw + 6.8px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .unit-label .unit {
    font-size: 18px;
  }
}
.is-product_single_content-body .unit-label .unitprice {
  font-size: 11px;
  font-weight: 700;
  color: #365b56;
  margin-left: 10px;
}
@media (min-width: 480px) {
  .is-product_single_content-body .unit-label .unitprice {
    font-size: 18px;
    font-size: calc(0.00875 * 100vw + 6.8px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .unit-label .unitprice {
    font-size: 18px;
  }
}
.is-product_single_content-body .short_description h1,
.is-product_single_content-body .short_description h2,
.is-product_single_content-body .short_description h3,
.is-product_single_content-body .short_description h4,
.is-product_single_content-body .short_description h5,
.is-product_single_content-body .short_description h6 {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-product_single_content-body .short_description h1,
  .is-product_single_content-body .short_description h2,
  .is-product_single_content-body .short_description h3,
  .is-product_single_content-body .short_description h4,
  .is-product_single_content-body .short_description h5,
  .is-product_single_content-body .short_description h6 {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .short_description h1,
  .is-product_single_content-body .short_description h2,
  .is-product_single_content-body .short_description h3,
  .is-product_single_content-body .short_description h4,
  .is-product_single_content-body .short_description h5,
  .is-product_single_content-body .short_description h6 {
    font-size: 15px;
  }
}
.is-product_single_content-body .short_description h3 {
  margin: 18px 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.is-product_single_content-body .short_description p,
.is-product_single_content-body .short_description strong,
.is-product_single_content-body .short_description em,
.is-product_single_content-body .short_description i,
.is-product_single_content-body .short_description span {
  font-size: 15px;
}
@media (min-width: 480px) {
  .is-product_single_content-body .short_description p,
  .is-product_single_content-body .short_description strong,
  .is-product_single_content-body .short_description em,
  .is-product_single_content-body .short_description i,
  .is-product_single_content-body .short_description span {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .short_description p,
  .is-product_single_content-body .short_description strong,
  .is-product_single_content-body .short_description em,
  .is-product_single_content-body .short_description i,
  .is-product_single_content-body .short_description span {
    font-size: 15px;
  }
}
.is-product_single_content-body .short_description ul {
  margin-top: 12px;
  padding-left: 2em;
}
.is-product_single_content-body .short_description ul li {
  font-size: 15px;
  list-style: disc;
}
@media (min-width: 480px) {
  .is-product_single_content-body .short_description ul li {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .short_description ul li {
    font-size: 15px;
  }
}
.is-product_single_content-body .table_col .price th {
  text-align: left;
  font-weight: 700;
  color: #365b56;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
}
@media (min-width: 480px) {
  .is-product_single_content-body .table_col .price th {
    font-size: 15px;
    font-size: calc(0.00375 * 100vw + 10.2px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .table_col .price th {
    font-size: 15px;
  }
}
.is-product_single_content-body .table_col .price td {
  font-weight: 500;
  color: #282828;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
}
@media (min-width: 480px) {
  .is-product_single_content-body .table_col .price td {
    font-size: 15px;
    font-size: calc(0.00375 * 100vw + 10.2px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .table_col .price td {
    font-size: 15px;
  }
}
.is-product_single_content-body .table_col .price td .price-soldout {
  color: #365b56;
  font-size: 12px;
}
@media (min-width: 480px) {
  .is-product_single_content-body .table_col .price td .price-soldout {
    font-size: 15px;
    font-size: calc(0.00375 * 100vw + 10.2px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .table_col .price td .price-soldout {
    font-size: 15px;
  }
}
.is-product_single_content-body .table_col .price .products_info_price,
.is-product_single_content-body .table_col .price span {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
}
@media (min-width: 480px) {
  .is-product_single_content-body .table_col .price .products_info_price,
  .is-product_single_content-body .table_col .price span {
    font-size: 28px;
    font-size: calc(0.0075 * 100vw + 18.4px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .table_col .price .products_info_price,
  .is-product_single_content-body .table_col .price span {
    font-size: 28px;
  }
}
.is-product_single_content-body .table_col .price .products_info_price small,
.is-product_single_content-body .table_col .price span small {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
@media (min-width: 480px) {
  .is-product_single_content-body .table_col .price .products_info_price small,
  .is-product_single_content-body .table_col .price span small {
    font-size: 11px;
    font-size: calc(0 * 100vw + 11px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .table_col .price .products_info_price small,
  .is-product_single_content-body .table_col .price span small {
    font-size: 11px;
  }
}
.is-product_single_content-body .table_col .price .products_info_price s,
.is-product_single_content-body .table_col .price span s {
  color: #000;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  font-size: 20px;
}
@media (min-width: 480px) {
  .is-product_single_content-body .table_col .price .products_info_price s,
  .is-product_single_content-body .table_col .price span s {
    font-size: 22px;
    font-size: calc(0.0025 * 100vw + 18.8px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .table_col .price .products_info_price s,
  .is-product_single_content-body .table_col .price span s {
    font-size: 22px;
  }
}
.is-product_single_content-body .table_col .price .products_info_price-sale,
.is-product_single_content-body .table_col .price span-sale {
  color: #365b56;
}
.is-product_single_content-body .table_col .price .products_info_price b,
.is-product_single_content-body .table_col .price span b {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  font-size: 22px;
}
@media (min-width: 480px) {
  .is-product_single_content-body .table_col .price .products_info_price b,
  .is-product_single_content-body .table_col .price span b {
    font-size: 28px;
    font-size: calc(0.0075 * 100vw + 18.4px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .table_col .price .products_info_price b,
  .is-product_single_content-body .table_col .price span b {
    font-size: 28px;
  }
}
.is-product_single_content-body .sold-individually .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.is-product_single_content-body .sold-individually .cart .single_add_to_cart_button {
  width: 100%;
}
.is-product_single_content-body .woocommerce-variation-add-to-cart {
  display: flex;
}
.is-product_single_content-body .woocommerce-variation-add-to-cart,
.is-product_single_content-body .cart {
  font-size: 0;
  justify-content: space-between;
}
.is-product_single_content-body .woocommerce-variation-add-to-cart .quantity,
.is-product_single_content-body .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.is-product_single_content-body .cart .quantity,
.is-product_single_content-body .cart .single_add_to_cart_button {
  display: inline-block;
  vertical-align: middle;
}
.is-product_single_content-body .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.is-product_single_content-body .cart .single_add_to_cart_button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  min-width: 268px;
  width: auto;
}
@media only screen and (max-width:640px) {
  .is-product_single_content-body .woocommerce-variation-add-to-cart .single_add_to_cart_button,
  .is-product_single_content-body .cart .single_add_to_cart_button {
    min-width: 160px;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .is-product_single_content-body .woocommerce-variation-add-to-cart .quantity,
  .is-product_single_content-body .cart .quantity {
    flex: 1;
  }
}
.is-product_single_content-body .woocommerce-variation-add-to-cart .quantity span,
.is-product_single_content-body .cart .quantity span {
  font-size: 12px;
  font-weight: 700;
  color: #365b56;
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 0;
  width: 30%;
}
@media (min-width: 480px) {
  .is-product_single_content-body .woocommerce-variation-add-to-cart .quantity span,
  .is-product_single_content-body .cart .quantity span {
    font-size: 15px;
    font-size: calc(0.00375 * 100vw + 10.2px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .woocommerce-variation-add-to-cart .quantity span,
  .is-product_single_content-body .cart .quantity span {
    font-size: 15px;
  }
}
.is-product_single_content-body .woocommerce-variation-add-to-cart .quantity .screen-reader-text,
.is-product_single_content-body .cart .quantity .screen-reader-text {
  display: none;
}
.is-product_single_content-body .woocommerce-variation-add-to-cart .quantity input,
.is-product_single_content-body .cart .quantity input {
  width: 100px;
  height: 48px;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  padding: 15px 5px;
  border: 1px solid #e2e2e2;
}
@media (min-width: 480px) {
  .is-product_single_content-body .woocommerce-variation-add-to-cart .quantity input,
  .is-product_single_content-body .cart .quantity input {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .woocommerce-variation-add-to-cart .quantity input,
  .is-product_single_content-body .cart .quantity input {
    font-size: 15px;
  }
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .is-product_single_content-body .woocommerce-variation-add-to-cart .quantity input,
  .is-product_single_content-body .cart .quantity input {
    margin-left: 39%;
    width: 100%;
  }
}
@media only screen and (max-width:640px) {
  .is-product_single_content-body .woocommerce-variation-add-to-cart .quantity input,
  .is-product_single_content-body .cart .quantity input {
    display: inline-block;
    margin-left: auto;
    width: 100%;
  }
}
.is-product_single_content-body .single_add_to_cart_button {
  width: calc(100% - 93px - 20%);
  height: 48px;
  line-height: 48px;
  border: 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #365b56;
  margin: 0 auto;
  -webkit-appearance: none;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 480px) {
  .is-product_single_content-body .single_add_to_cart_button {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .single_add_to_cart_button {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .is-product_single_content-body .single_add_to_cart_button {
    width: calc(100% - 78px - 20%);
  }
}
.is-product_single_content-body .single_add_to_cart_button:hover {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.is-product_single_content-body .variations {
  width: 100%;
}
.is-product_single_content-body .variations tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
.is-product_single_content-body .variations tr:last-child {
  margin-bottom: 0;
}
.is-product_single_content-body .variations .label {
  text-align: left;
}
.is-product_single_content-body .variations .label label {
  color: #365b56;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 480px) {
  .is-product_single_content-body .variations .label label {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .variations .label label {
    font-size: 15px;
  }
}
.is-product_single_content-body .variations .value {
  width: 75%;
  font-size: 0;
  text-align: right;
}
.is-product_single_content-body .variations .value select,
.is-product_single_content-body .variations .value a {
  display: inline-block !important;
  visibility: visible !important;
}
.is-product_single_content-body .variations .value select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #3b4043;
  padding: 12px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 15px;
  background: #fff;
  margin-top: -11px;
  position: relative;
  background: url("../images/common/arrow-down.svg") 0 0/no-repeat right center;
  background-size: 1em;
  padding-right: 2em; /* 預留空間給箭頭 */
}
@media (min-width: 480px) {
  .is-product_single_content-body .variations .value select {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-product_single_content-body .variations .value select {
    font-size: 15px;
  }
}
.is-product_single_content-body .variations .value .reset_variations {
  display: none;
  margin: 0 0 0 auto;
  padding: 6px 18px;
  border: 0;
  margin-left: 20px;
  text-align: center;
  font-weight: 600;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #000;
  background: #eee;
}
@media only screen and (max-width:640px) {
  .is-product_single_content-body .variations .value .reset_variations {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.is-product_single .woocommerce-variation-add-to-cart.variations_button .amount_txt {
  width: 20%;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
@media (min-width: 480px) {
  .is-product_single .woocommerce-variation-add-to-cart.variations_button .amount_txt {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-product_single .woocommerce-variation-add-to-cart.variations_button .amount_txt {
    font-size: 15px;
  }
}
.is-product_single-ftr {
  margin-top: 20px;
}
.is-product_single-ftr .cart-btn .product .onsale {
  display: none;
}
.is-product_single-ftr .cart-btn .product .summary {
  width: 100%;
  float: none;
}
.is-product_single-ftr .cart-btn .product .summary .price {
  display: none;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #8c947c;
  margin-bottom: 8px;
}
@media (min-width: 480px) {
  .is-product_single-ftr .cart-btn .product .summary .price {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-product_single-ftr .cart-btn .product .summary .price {
    font-size: 18px;
  }
}
.is-product_single-ftr .cart-btn .product .summary .price span {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #8c947c;
}
@media (min-width: 480px) {
  .is-product_single-ftr .cart-btn .product .summary .price span {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .is-product_single-ftr .cart-btn .product .summary .price span {
    font-size: 18px;
  }
}
.is-product_single-ftr .cart-btn .product .summary .price .amount {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  font-size: 22px;
  color: #365b56;
}
@media (min-width: 480px) {
  .is-product_single-ftr .cart-btn .product .summary .price .amount {
    font-size: 28px;
    font-size: calc(0.0075 * 100vw + 18.4px);
  }
}
@media (min-width: 1280px) {
  .is-product_single-ftr .cart-btn .product .summary .price .amount {
    font-size: 28px;
  }
}
.is-product_single-ftr .cart-btn .product .summary .price .amount span {
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  font-size: 22px;
  color: #365b56;
}
@media (min-width: 480px) {
  .is-product_single-ftr .cart-btn .product .summary .price .amount span {
    font-size: 28px;
    font-size: calc(0.0075 * 100vw + 18.4px);
  }
}
@media (min-width: 1280px) {
  .is-product_single-ftr .cart-btn .product .summary .price .amount span {
    font-size: 28px;
  }
}
.is-product_single-ftr .cart-btn .product .summary .stock {
  display: none;
}
.is-product_single-ftr .cart-btn .product .summary .out-of-stock {
  text-align: center;
  font-size: 15px;
  color: #000;
  padding: 12px 0;
  background: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
@media (min-width: 480px) {
  .is-product_single-ftr .cart-btn .product .summary .out-of-stock {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-product_single-ftr .cart-btn .product .summary .out-of-stock {
    font-size: 15px;
  }
}
.is-product-archives {
  margin-bottom: 100px;
}
.is-product-archives .is-seasonal:before {
  top: 40px;
}

.product-category-menu {
  margin-top: 60px;
  margin-bottom: 40px;
  background-color: #e6f7f0; /* 初始背景色 */
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;
  display: inline-block;
}
@media only screen and (max-width:640px) {
  .product-category-menu {
    margin-top: 120px;
    display: block;
  }
}
.product-category-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin: 0;
  list-style-type: none;
}
@media only screen and (max-width:640px) {
  .product-category-menu ul {
    display: block;
    text-align: center;
    padding: 10px 0;
  }
}
.product-category-menu ul .category-button {
  cursor: pointer;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;
  padding: 17px 36px;
  background-color: #e6f7f0;
  color: #365b56;
  font-size: 13px;
  border: 0;
  transition: color 1s;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}
@media (min-width: 480px) {
  .product-category-menu ul .category-button {
    font-size: 15px;
    font-size: calc(0.0025 * 100vw + 11.8px);
  }
}
@media (min-width: 1280px) {
  .product-category-menu ul .category-button {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px) {
  .product-category-menu ul .category-button {
    padding: 8px 18px;
  }
}
.product-category-menu ul .category-button:hover {
  background-color: #365b56;
  color: #fff;
}
.product-category-menu .parent-categories .all-cat {
  width: 100%;
  justify-content: left;
}
@media only screen and (min-width:641px) and (max-width:1366px) {
  .product-category-menu .parent-categories .all-cat {
    justify-content: center;
  }
}
@media only screen and (max-width:640px) {
  .product-category-menu .parent-categories .all-cat {
    justify-content: center;
  }
}
.product-category-menu .parent-categories li {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product-category-menu .child-categories {
  list-style: none;
  margin: 1em;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;
  padding: 1em;
}
@media only screen and (max-width:640px) {
  .product-category-menu .child-categories {
    justify-content: center;
    width: 90%;
    margin: 1em auto;
  }
}
.product-category-menu .child-categories .category-button {
  padding: 0.5em 1em;
  font-size: 12px;
  background: #fff;
  color: #365b56;
}
.product-category-menu .active {
  background-color: #365b56 !important;
  color: #fff !important;
}

.related-ttl {
  font-size: 15px;
  color: #282828;
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 40px;
  font-family: "Noto Serif TC", sans-serif;
}
@media (min-width: 480px) {
  .related-ttl {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .related-ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width:640px) {
  .related-ttl {
    margin-bottom: 20px;
  }
}
.related-ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #dedede;
}
.related-products {
  margin-top: 140px;
  margin-bottom: 140px;
}
.related-products .products {
  grid-template-columns: repeat(2, 1fr) !important; /* 每個商品最小寬度 250px，視空間自動排列 */
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 100%;
  padding: 20px 20px 40px 20px !important;
}
@media only screen and (max-width:640px) {
  .woocommerce ul.products.columns-2 li.product,
  .woocommerce-page ul.products.columns-2 li.product {
    padding: 10px 10px 30px 10px !important;
  }
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
  width: 100%;
  max-width: 360px;
  padding: 20px 20px 40px 20px !important;
}
@media only screen and (max-width:640px) {
  .woocommerce ul.products.columns-1 li.product,
  .woocommerce-page ul.products.columns-1 li.product {
    padding: 10px 10px 30px 10px !important;
  }
}

.woocommerce-loop-product__title {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  margin-top: 1.78em;
  margin-bottom: 1.2rem;
  color: #365b56;
  padding: 0 20px;
}
@media (min-width: 480px) {
  .woocommerce-loop-product__title {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .woocommerce-loop-product__title {
    font-size: 18px;
  }
}
@media only screen and (max-width:640px) {
  .woocommerce-loop-product__title {
    text-align: center;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  margin-top: 1.78em;
  margin-bottom: 1.2rem;
  color: #365b56;
  padding: 0 20px;
}
@media (min-width: 480px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    font-size: calc(0.00375 * 100vw + 13.2px);
  }
}
@media (min-width: 1280px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
  }
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  float: none;
  width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-right: 20px;
}
@media only screen and (max-width:640px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    margin-right: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width:640px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 10px;
  }
}
@media only screen and (max-width:640px) {
  .woocommerce div.product div.images .flex-control-thumbs li:last-child {
    margin-right: 0;
  }
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-bottom: 20px;
}

.woocommerce ul.products::before {
  display: none;
}

.woocommerce div.product form.cart .reset_variations {
  font-size: 11px;
  margin-left: 10px;
  padding: 13px 25px;
}
@media (min-width: 480px) {
  .woocommerce div.product form.cart .reset_variations {
    font-size: 13px;
    font-size: calc(0.0025 * 100vw + 9.8px);
  }
}
@media (min-width: 1280px) {
  .woocommerce div.product form.cart .reset_variations {
    font-size: 13px;
  }
}

.woocommerce div.product div.summary {
  max-width: 440px;
  width: 36.1%;
  margin-left: 40px;
  float: none;
  clear: both;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .woocommerce div.product div.summary {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.woocommerce div.product div.summary .login-notice {
  text-align: center;
  margin: 30px 0;
  width: 100%;
}
@media only screen and (max-width:640px) {
  .woocommerce div.product div.summary .login-notice {
    padding: 13px 37px 13px 23px;
  }
}
.woocommerce div.product div.summary p {
  font-size: 12px;
  color: #282828;
  margin-bottom: 2em;
}
@media (min-width: 480px) {
  .woocommerce div.product div.summary p {
    font-size: 15px;
    font-size: calc(0.00375 * 100vw + 10.2px);
  }
}
@media (min-width: 1280px) {
  .woocommerce div.product div.summary p {
    font-size: 15px;
  }
}
.woocommerce div.product div.summary .product_title {
  font-size: 20px;
  color: #365b56;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  font-family: "Noto Serif TC", sans-serif;
}
@media (min-width: 480px) {
  .woocommerce div.product div.summary .product_title {
    font-size: 24px;
    font-size: calc(0.005 * 100vw + 17.6px);
  }
}
@media (min-width: 1280px) {
  .woocommerce div.product div.summary .product_title {
    font-size: 24px;
  }
}
@media only screen and (max-width:640px) {
  .woocommerce div.product div.summary .product_title {
    margin-bottom: 2rem;
  }
}

.woocommerce div.product form.cart {
  min-height: 80px;
}

.woocommerce div.product form.cart .variations select {
  margin-right: 0 !important;
  max-width: none !important;
  min-width: auto !important;
  width: calc(100% - 150px) !important;
}
@media only screen and (min-width:641px) and (max-width:835px) {
  .woocommerce div.product form.cart .variations select {
    width: 80% !important;
  }
}
@media only screen and (max-width:640px) {
  .woocommerce div.product form.cart .variations select {
    width: 50% !important;
  }
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .woocommerce div.product form.cart div.quantity {
    margin-right: 15px;
    width: 100%;
  }
}

.woocommerce div.product form.cart .button {
  font-size: 15px;
  background: #365b56;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .woocommerce div.product form.cart .button {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .woocommerce div.product form.cart .button {
    font-size: 15px;
  }
}
@media only screen and (max-width:640px), only screen and (min-width:641px) and (max-width:835px) {
  .woocommerce div.product form.cart .button {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0;
}

.is-checkout_inner__content .woocommerce-NoticeGroup li {
  background: #b81c23;
}

.summary-notice {
  padding-bottom: 22px;
  border-bottom: 1px solid #dedede;
}
.summary-notice .notice-ttl {
  font-size: 12px;
  color: #365b56;
  font-weight: 700;
  font-family: "Noto Sans TC", sans-serif;
  margin: 21px 0 11px;
}
@media (min-width: 480px) {
  .summary-notice .notice-ttl {
    font-size: 15px;
    font-size: calc(0.00375 * 100vw + 10.2px);
  }
}
@media (min-width: 1280px) {
  .summary-notice .notice-ttl {
    font-size: 15px;
  }
}
.summary-notice ul {
  list-style: none;
}
.summary-notice ul li {
  position: relative;
  padding-left: 1em;
}
.summary-notice ul li::before {
  content: "";
  position: absolute;
  color: #365b56;
  left: 0;
  top: 0.5em;
  width: 8px; /* 圓的寬度 */
  height: 8px; /* 圓的高度 */
  border: 2px solid #365b56; /* 圓的邊框粗細 */
  border-radius: 50%; /* 讓它成為圓形 */
}
.summary-notice ul .txt {
  font-family: "Noto Sans TC", sans-serif;
  color: #282828;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 480px) {
  .summary-notice ul .txt {
    font-size: 15px;
    font-size: calc(0.00375 * 100vw + 10.2px);
  }
}
@media (min-width: 1280px) {
  .summary-notice ul .txt {
    font-size: 15px;
  }
}

.woocommerce-product-gallery__image {
  overflow: hidden;
  margin-right: 1px !important;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none !important;
}

.woocommerce div.product form.cart .reset_variations {
  font-size: 11px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
  background-color: #829592 !important;
}

.custom-sold-out span {
  color: red;
  font-size: inherit;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  background-color: #e6f7f0;
  text-decoration: none;
  transition: 0.4s all;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
  background-color: #e6f7f0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.woocommerce ul.products li.product .button {
  display: none !important;
}

a.button.product_type_simple {
  display: none !important;
}

.product_meta {
  display: none;
}

#products-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media only screen and (max-width:640px) {
  #products-toolbar {
    justify-content: center;
  }
}
#products-toolbar .is-loading {
  opacity: 0.6;
  pointer-events: none;
}
#products-toolbar .products-toolbar {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#products-toolbar .search-form {
  display: flex;
  gap: 10px;
}
#products-toolbar .search-field {
  border-radius: 20px;
  padding: 0.8em;
  border: 1px solid #ddd;
  width: 100%;
}
#products-toolbar .search-submit {
  padding: 0.6em;
  width: 100px;
  border-radius: 20px;
  background-color: #365b56;
  border: 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#products-toolbar .search-submit:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#products-toolbar .btn-clear {
  padding: 0.6em;
  width: 100px;
  border-radius: 20px;
  background-color: #e6f7f0;
  border: 0;
  color: #365b56;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#products-toolbar .btn-clear:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.is-my-account .woocommerce-button--previous, .is-my-account .woocommerce-button--next {
  background-color: #829592 !important;
  color: #fff !important;
  width: 160px;
  text-align: center;
  display: inline-block;
  padding: 16px !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.is-my-account .woocommerce-button--previous:hover, .is-my-account .woocommerce-button--next:hover {
  background-color: #365b56 !important;
}
.is-my-account .woocommerce-button--previous {
  float: left;
}
.is-my-account .woocommerce-button--next {
  float: right;
}
.is-my-account td,
.is-my-account tr,
.is-my-account th {
  border: 1px solid #dedede;
}
.is-my-account td,
.is-my-account th {
  border-width: 0 1px 1px 0;
}
.is-my-account .woocommerce {
  max-width: 1240px;
  margin: 0 auto;
}
.is-my-account .woocommerce h2 {
  font-size: 15px;
  color: #365b56;
  padding: 0.7em 1em;
  margin-bottom: 0;
  font-weight: 700;
}
@media (min-width: 480px) {
  .is-my-account .woocommerce h2 {
    font-size: 15px;
    font-size: calc(0 * 100vw + 15px);
  }
}
@media (min-width: 1280px) {
  .is-my-account .woocommerce h2 {
    font-size: 15px;
  }
}
.is-my-account .woocommerce label {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 11px !important;
  display: block;
  text-align: left;
}
.is-my-account .woocommerce label .required {
  color: #ff0000;
  font-size: inherit;
}
.is-my-account .woocommerce input {
  display: block;
  width: 100%;
  padding: 18px 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  font-size: 15px;
  font-size: 1.5rem;
  background: #fff;
}
.is-my-account .woocommerce .form-row {
  text-align: center;
}
.is-my-account .woocommerce .form-row input {
  width: auto;
}
.is-my-account .woocommerce .form-row label {
  margin-bottom: 0;
}
.is-my-account .woocommerce .form-row-wide {
  margin-bottom: 11px;
}
.is-my-account .woocommerce p {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 11px;
}
.is-my-account .woocommerce p a {
  text-decoration: underline;
  color: #365b56;
  font-size: 15px;
  font-size: 1.5rem;
}
.is-my-account .woocommerce p em {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-top: 10px;
  text-align: left;
}
.is-my-account .woocommerce table.shop_table {
  border: 1px solid #dedede !important;
}
.is-my-account .woocommerce table.shop_table thead {
  background-color: #fbfbfb !important;
}
.is-my-account .woocommerce table.shop_table thead th {
  border-width: 0;
}
.is-my-account .woocommerce table.shop_table tr {
  border: 1px solid #dedede !important;
}
@media only screen and (max-width:640px) {
  .is-my-account .woocommerce table.shop_table tr {
    border-top-width: 0;
    border-left-width: 0;
    margin-bottom: 30px;
  }
}
.is-my-account .woocommerce table.shop_table tr th,
.is-my-account .woocommerce table.shop_table tr td {
  padding: 0.7em 1em !important;
  border-bottom-width: 0;
}
.is-my-account .woocommerce table.shop_table tbody th {
  border-top: 1px solid #dedede !important;
  padding: 0.7em 1em !important;
}
.is-my-account .woocommerce table.shop_table tbody td:last-child {
  border-right: 0;
}
.is-my-account .woocommerce-Address-title a {
  color: #365b56;
  text-decoration: underline;
}
.is-my-account .woocommerce-address-fields, .is-my-account .woocommerce-EditAccountForm {
  margin-bottom: 100px !important;
}
.is-my-account .woocommerce-address-fields button, .is-my-account .woocommerce-EditAccountForm button {
  background-color: #829592 !important;
  color: #fff !important;
  width: 160px;
  text-align: center;
  display: inline-block;
  padding: 16px !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.is-my-account .woocommerce-address-fields button:hover, .is-my-account .woocommerce-EditAccountForm button:hover {
  background-color: #365b56 !important;
}

.woocommerce-form__input-checkbox {
  display: inline-block !important;
  padding: 6px !important;
  width: 12px !important;
  height: 12px !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none !important;
  display: block;
  width: 100%;
  margin-right: 0 !important;
  background-color: #365b56;
  padding: 16px 1em;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background-color: #829592;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
}

.woocommerce-form-signup {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #dedede;
}

.woocommerce-MyAccount-navigation ul {
  box-sizing: border-box;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border: 1px solid #dedede;
  position: relative;
  border-bottom-width: 0;
}
.woocommerce-MyAccount-navigation ul li:last-of-type {
  border-bottom: 1px solid #dedede;
}
.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  padding: 0.875em 1em;
  display: block;
  color: #365b56;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width:640px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width:640px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
  }
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-bottom: 31px !important;
}

.woocommerce form.login {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-Address-title {
  padding: 0.5em;
  margin-bottom: 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #dedede;
}
.woocommerce-Address address {
  border: 1px solid #dedede;
  padding: 1em;
  border-radius: 0;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 1.5em;
}

.woocommerce table.my_account_orders .button {
  background-color: #365b56;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  color: #fff;
  white-space: nowrap;
  margin-right: 0.25em;
}
.woocommerce table.my_account_orders .button:last-child {
  margin-right: 0;
}

.woocommerce-orders-table__cell-order-actions {
  display: block;
}

.woocommerce-customer-details--email {
  word-break: break-all;
}

.woocommerce .woocommerce-customer-details address {
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

#customer_login {
  width: 70% !important;
  margin: 0 auto !important;
}
@media only screen and (max-width:640px) {
  #customer_login {
    width: 100% !important;
  }
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 100% !important;
  float: none !important;
  margin-bottom: 10px !important;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 100% !important;
  float: none !important;
}

.woocommerce-LostPassword {
  text-align: center !important;
}
.woocommerce-LostPassword a {
  font-size: 11px !important;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 0.7em 1em !important;
}

.woocommerce table.my_account_orders {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #365b56;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
  font-size: inherit;
}/*# sourceMappingURL=import.min.css.map */