@charset "UTF-8";
/*
Theme Name:		Welcart Soto Child
Description:	Welcart Soto Child is child theme for Welcart Basic.
Author:			WElcart Inc.
Author URI:		https://www.welcart.com/
Template:		welcart_soto
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/
/* ブレイクポイント設定 */
/* 共通設定 */
body,
html {
  -webkit-text-size-adjust: 100%;
  padding-top: 80px;
}
@media only screen and (max-width: 999px) {
  body,
  html {
    overflow-x: hidden;
  }
}
body body,
html body {
  overflow-x: hidden;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5% !important;
    line-height: 200% !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50% !important;
  }
}
.home > section {
  background-color: #fff;
}

#top-pc {
  background-color: rgba(255, 255, 255, 0);
}

body:not(.home) header {
  display: block;
  margin: 0;
}

.flex {
  display: flex;
}
@media only screen and (max-width: 999px) {
  .flex {
    display: block;
  }
}

.icon_blank {
  width: 16.5px !important;
  height: 15.5px !important;
  object-fit: contain !important;
  margin-left: 5px !important;
  margin-bottom: 3px !important;
}
@media only screen and (max-width: 999px) {
  .icon_blank {
    margin-bottom: 0px !important;
  }
}

.icon_blank_white {
  position: relative;
}
.icon_blank_white img {
  position: absolute;
  width: 15.5px !important;
  margin: 0 !important;
  top: 50%;
  transform: translate(0, -50%);
  right: -10px;
}

.pc-only {
  display: block;
}
@media only screen and (max-width: 999px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media only screen and (max-width: 999px) {
  .sp-only {
    display: block;
  }
}

.text-color {
  color: #01a29a;
}

.common-button01, .common-button02 {
  display: inline-block;
  background-color: #01a29a;
  position: relative;
  padding: 10px 30px;
  border-radius: 90px;
  color: #fff;
  font-weight: 500;
  transition: 0.3s all;
  width: fit-content;
  font-size: 18px;
  border: 3px solid #01a29a;
  text-align: center;
}
.common-button01:hover, .common-button02:hover {
  background-color: #fff;
  color: #01a29a;
}
@media only screen and (max-width: 767px) {
  .common-button01, .common-button02 {
    font-size: 13px;
  }
}
.common-button01:lang(en-US), .common-button02:lang(en-US) {
  font-size: 13px;
}

.common-button02 {
  background-color: #fff;
  border: 3px solid #01a29a;
  color: #01a29a;
}
.common-button02:hover {
  background-color: #01a29a;
  color: #fff;
}

.common-title-01 {
  display: flex;
  align-items: center;
}
.common-title-01 h1, .common-title-01 h2 {
  font-size: 2.6rem;
  padding: 10px 0;
  padding-bottom: 17px;
  font-weight: 500;
  margin: 0;
}
.common-title-01 span {
  display: block;
  width: 80px;
  height: 2px;
  background-color: #01a29a;
  margin-right: 20px;
}
@media only screen and (max-width: 999px) {
  .common-title-01 {
    flex-direction: column-reverse;
  }
  .common-title-01 h1, .common-title-01 h2 {
    padding-bottom: 15px;
  }
  .common-title-01 span {
    margin: 0;
    width: 120px;
  }
}

.common-title-02 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common-title-02 h1, .common-title-02 h2 {
  font-size: 2.6rem;
  padding: 10px 0;
  padding-bottom: 17px;
  font-weight: 500;
  margin: 0;
}
.common-title-02 span {
  display: block;
  width: 185px;
  height: 2px;
  background-color: #01a29a;
}

.common-title-A {
  position: relative;
  background-color: #01a29a;
  border-top: 5px solid #221714;
  padding: 20px;
  margin-top: 110px;
}
.common-title-A .story-logo {
  position: absolute;
  max-width: 130px;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 65px;
}
.common-title-A .title-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-title-A .title-wrap img {
  width: 5px;
}
.common-title-A h2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .common-title-A h2 {
    font-size: 23px;
  }
}
.common-title-A:lang(en-US) h2 {
  font-size: 24px;
}

.headline-01 {
  background-color: #01a29a;
  position: relative;
  width: 100%;
  margin: 50px 0;
  background-image: url(../images/bg-logo.svg);
  background-repeat: no-repeat;
  background-position: left 50% bottom;
  background-size: 300px;
}
@media only screen and (max-width: 1199px) {
  .headline-01 {
    padding: 0;
    background-position: right bottom;
    background-size: 215px;
  }
}
.headline-01 img {
  height: 200px;
}
@media only screen and (max-width: 1199px) {
  .headline-01 img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.headline-01 .wrap {
  max-width: 1920px;
  justify-content: center;
  align-items: center;
}
.headline-01 .title {
  color: #fff;
  width: 40%;
  margin-left: 35px;
  padding: 10px 0;
}
@media only screen and (max-width: 1199px) {
  .headline-01 .title {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
  }
}
.headline-01 .title h2 {
  display: inline-block;
  font-size: 3.2rem;
  padding-bottom: 28px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  letter-spacing: 0.3rem;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .headline-01 .title h2 {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.headline-01 .title span {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.parallel-quadrangle-01 {
  position: absolute;
  width: 250px;
  padding: 20px 0;
  padding-left: 20px;
  transform: skewX(25deg);
  background: #006275;
  right: 10%;
  top: 0;
}
@media screen and (max-width: 1460px) {
  .parallel-quadrangle-01 {
    width: 140px;
    padding: 15px 0;
    padding-left: 20px;
    height: 50px;
    right: 0;
    top: auto;
    bottom: 0px;
  }
}
@media only screen and (max-width: 999px) {
  .parallel-quadrangle-01 {
    right: -50px;
    width: 150px;
    padding: 10px 0;
    padding-left: 20px;
    bottom: -22px;
    top: inherit;
    /*       transform: skewX(0deg) */
  }
}
.parallel-quadrangle-01 p {
  color: #fff;
  transform: skewX(-25deg);
  font-size: 41px;
  font-weight: 100;
  letter-spacing: 0.7rem;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 1199px) {
  .parallel-quadrangle-01 p {
    font-size: 28px;
  }
}

.headline-02 {
  background-color: #01a29a;
  position: relative;
  width: 100%;
  margin: 50px 0;
  margin-bottom: 80px;
  background-image: url(../images/bg-logo.svg);
  background-repeat: no-repeat;
  background-position: left 44% bottom;
  background-size: 300px;
}
@media only screen and (max-width: 1199px) {
  .headline-02 {
    padding: 0;
    background-position: right bottom;
    background-size: 215px;
  }
}
.headline-02 img {
  height: 200px;
  max-width: none;
}
@media only screen and (max-width: 1199px) {
  .headline-02 img {
    width: 100%;
    height: auto;
  }
}
.headline-02 .wrap {
  max-width: 1920px;
  justify-content: center;
  align-items: center;
}
.headline-02 figure {
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .headline-02 figure {
    width: 100%;
  }
}
.headline-02 .title {
  color: #fff;
  margin-right: 35px;
  text-align: right;
  padding: 10px 0;
}
@media only screen and (max-width: 1199px) {
  .headline-02 .title {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
  }
}
.headline-02 .title h2 {
  font-size: 3.2rem;
  padding-bottom: 28px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  letter-spacing: 0.3rem;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 999px) {
  .headline-02 .title h2 {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.headline-02 .title span {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
.headline-02 .parallel-quadrangle-02 {
  position: absolute;
  width: 250px;
  padding: 20px 0;
  padding-left: 20px;
  transform: skewX(-25deg);
  background: #006275;
  left: 10%;
  height: 64px;
  top: 0;
}
@media screen and (max-width: 1460px) {
  .headline-02 .parallel-quadrangle-02 {
    width: 140px;
    padding: 15px 0;
    height: 50px;
    left: auto;
    top: auto;
    bottom: 0px;
  }
}
@media only screen and (max-width: 999px) {
  .headline-02 .parallel-quadrangle-02 {
    left: -50px;
    width: 150px;
    padding: 10px 0;
    padding-left: 20px;
    bottom: -22px;
    /*       transform: skewX(0deg) */
  }
}
.headline-02 .parallel-quadrangle-02 p {
  position: absolute;
  right: 0;
  color: #fff;
  transform: skewX(25deg);
  font-size: 41px;
  padding-right: 20px;
  font-weight: 100;
  letter-spacing: 0.7rem;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 1199px) {
  .headline-02 .parallel-quadrangle-02 p {
    font-size: 28px;
  }
}

.headline-A {
  background-color: #01a29a;
  position: relative;
  width: 100%;
  padding: 0;
  background-image: url(../images/bg-logo.svg);
  background-repeat: no-repeat;
  background-position: right 70px bottom;
  background-size: 300px;
}
@media only screen and (max-width: 767px) {
  .headline-A {
    background-size: 200px;
    background-position: right 10px bottom;
  }
}
.headline-A figure {
  height: 570px;
}
@media only screen and (max-width: 767px) {
  .headline-A figure {
    height: 410px;
  }
}
.headline-A img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: unset;
  background-size: cover;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .headline-A img {
    background-position: center;
  }
}
.headline-A .wrap {
  max-width: 1920px;
  justify-content: center;
  align-items: center;
}
.headline-A .title {
  color: #fff;
  padding: 45px 0;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  animation-delay: 0.2s;
}
.headline-A .title h2 {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  letter-spacing: 0.3rem;
  white-space: nowrap;
  padding: 20px 40px;
  padding-bottom: 30px;
}
.headline-A .title span {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .headline-A .title {
    padding: 25px 0;
  }
  .headline-A .title h2 {
    font-size: 30px;
    padding: 20px 0px;
    padding-top: 0;
  }
}
.headline-A .title:lang(en-US) h2 {
  font-size: 35px;
}
@media only screen and (max-width: 767px) {
  .headline-A .title:lang(en-US) h2 {
    font-size: 22px;
  }
}

.parallel-quadrangle-A {
  position: absolute;
  width: 250px;
  padding: 20px 0;
  padding-left: 20px;
  transform: skewX(25deg);
  background: #006275;
  left: 15%;
  bottom: 172px;
}
@media only screen and (max-width: 999px) {
  .parallel-quadrangle-A {
    left: auto;
    right: -70px;
    width: 150px;
    padding: 10px 0;
    padding-left: 20px;
    bottom: -22px;
    /*       transform: skewX(0deg) */
  }
}
.parallel-quadrangle-A p {
  color: #fff;
  transform: skewX(-25deg);
  font-size: 4.1rem;
  font-weight: 100;
  letter-spacing: 0.7rem;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 999px) {
  .parallel-quadrangle-A p {
    font-size: 3.1rem;
  }
}

.readWrap {
  margin: 0 auto;
}
.readWrap__text {
  padding: 50px 10px;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
  max-width: 970px;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .readWrap__text {
    padding: 50px 20px;
  }
}

.animation, .arrow_box_A, .arrow_box03, .arrow_box02, .arrow_box01 {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}

.keyframe1, .arrow_box_A, .arrow_box03, .arrow_box02, .arrow_box01 {
  animation-name: anim_v;
}

@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 7px);
  }
}
.fade-in {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.top-fade, .scroll {
  opacity: 0;
  animation-name: fade;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.arrow_box01 {
  position: relative;
  margin: 0 auto;
  background: #01a29a;
  max-width: 210px;
  padding: 20px 0px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  letter-spacing: 0.2rem;
}
.arrow_box01:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 23px;
  border-bottom-width: 32px;
  border-left-width: 2px;
  border-right-width: 17px;
  margin-left: -17px;
  border-top-color: #01a29a;
  top: 97%;
  left: 22%;
}

.arrow_box02 {
  position: relative;
  margin: 0 auto;
  background: #01a29a;
  max-width: 210px;
  padding: 20px 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  letter-spacing: 0.2rem;
}
.arrow_box02:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 23px;
  border-bottom-width: 32px;
  border-left-width: 17px;
  border-right-width: 2px;
  margin-left: -17px;
  border-top-color: #01a29a;
  top: 97%;
  right: 22%;
}

.arrow_box03 {
  position: relative;
  margin: 0 auto;
  background: #01a29a;
  max-width: 260px;
  padding: 6px 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  letter-spacing: 0.2rem;
}
.arrow_box03:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin: auto;
  right: 0;
  left: 0;
  border-top-color: #01a29a;
  top: 97%;
}

.arrow_box_A {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 240px;
  margin: auto;
  background: #01a29a;
  max-width: 170px;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  letter-spacing: 0.2rem;
}
.arrow_box_A:lang(en-US) {
  max-width: 300px;
}
.arrow_box_A:lang(ko-KR) {
  max-width: 300px;
}
.arrow_box_A:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 23px;
  border-bottom-width: 32px;
  border-left-width: 2px;
  border-right-width: 17px;
  margin-left: -17px;
  border-top-color: #01a29a;
  top: 97%;
  left: 22%;
}
@media only screen and (max-width: 767px) {
  .arrow_box_A {
    bottom: 170px;
  }
}

.arrow_box_B {
  position: absolute;
  font-weight: bold;
  color: #fff;
  border-radius: 90px;
  border: 2px solid #fff;
  display: block;
  width: 356px;
  padding: 15px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-color: #01a29a;
  text-align: center;
  left: 0;
  top: 320px;
  right: 0;
  margin: auto;
}
.arrow_box_B:before, .arrow_box_B:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 20px 11.5px 0 12.5px;
  border-color: #fff transparent transparent transparent;
  top: 50px;
  left: 49%;
}
.arrow_box_B:after {
  border-width: 15px 8.5px 0 8.5px;
  border-color: #01a29a transparent transparent transparent;
  left: 50.2%;
}
@media only screen and (max-width: 767px) {
  .arrow_box_B {
    width: 270px;
    padding: 10px;
    font-size: 13px;
    top: 155px;
  }
  .arrow_box_B:before, .arrow_box_B:after {
    top: 35px;
  }
}

.scroll {
  display: inline-block;
  position: absolute;
  z-index: 2;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 8%;
  padding: 120px 10px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-decoration: none;
  animation-delay: 0.8s;
}

.scroll::after {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #fff;
}

.scroll::before {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
}

.scroll::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.arrow-bottom {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 38px;
  right: 14.3px;
  margin: 0 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

/* ヘッダー */
.otgs-development-site-front-end {
  display: none;
}

ul.sub-menu li:last-child {
  border-bottom: none;
}

header {
  position: fixed;
  width: 100%;
  z-index: 998;
  min-height: 80px;
  top: 0;
}
header #header {
  display: flex;
  align-items: center;
  min-height: 80px;
  top: 0;
  width: 100%;
  padding: 14px 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  position: relative;
  border-bottom: solid 2px #01a29a;
}
header #header .site_logo {
  position: absolute;
  width: fit-content;
  height: 50px;
  object-fit: cover;
  right: 0;
  left: 0;
  margin: auto;
}
header #header .site_logo img {
  height: 100%;
  width: 170px;
}
header #header .global_menu_right {
  display: flex;
  align-items: center;
  gap: 25px;
}
header #header .sns-header-pc {
  display: flex;
  padding-right: 20px;
}
header #header .sns-header-pc li {
  border: 0;
}
header #header .sns-header-pc li a {
  padding: 5px;
}
header #header .sns-header-pc img {
  height: 20px;
}
header #header .global_menu_pc {
  max-width: 1900px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header #header .global_menu_pc .nihonishan_logo img {
  height: 50px;
  object-fit: cover;
  padding-right: 20px;
}
@media only screen and (max-width: 1199px) {
  header #header .global_menu_pc .nihonishan_logo img {
    display: none;
  }
}
header #hamburger-menu-button {
  display: none;
}
header #hamburger-menu-button:checked ~ .hamburger-menu-close {
  display: block;
  opacity: 0.5;
}
header #hamburger-menu-button:checked ~ .hamburger-menu-content {
  transform: translate3d(0, 0, 0);
}
header .hamburger-menu-open {
  display: block;
  position: relative;
  margin-bottom: 0;
  width: 45px;
  height: 24px;
  transition: 0.3s ease;
  animation: site-title 0.8s ease 0.5s 1 normal;
  animation-fill-mode: forwards;
  z-index: 4;
  cursor: pointer;
}
header .hamburger-menu-open img {
  width: 100%;
}
header .hamburger-menu-open.fa-bars {
  color: #000;
  font-size: 20px;
}
header .hamburger-menu-close {
  display: none;
  opacity: 0;
  background: #192423;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 80px;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 3;
}
header .hamburger-menu-content {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  top: 80px;
  width: 25%;
  min-width: 375px;
  height: 100vh;
  transition: 0.3s ease;
  transform: translate3d(-100%, 0, 0);
  overflow: auto;
  z-index: 5;
}
header .hamburger-menu {
  padding: 15px;
}
header .hamburger-menu li {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  text-align: left;
  transition: 0.3s ease;
}
header .hamburger-menu li:hover {
  transform: translateX(5px);
}
header .hamburger-menu li a {
  color: #555555;
}
header .hamburger-menu-btn {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  padding-top: 30px;
  gap: 10px;
}
header .hamburger-menu-btn .membership {
  display: flex !important;
  align-items: center;
}
header .hamburger-menu-btn .membership_name {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  line-height: 1.7rem;
  margin-top: 0;
}
header .hamburger-menu-btn .membership_name:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #01a29a;
  margin-right: 10px;
  margin-top: 2px;
}
@media only screen and (max-width: 1199px) {
  header .hamburger-menu-content {
    width: 60%;
  }
}
@media only screen and (max-width: 999px) {
  header {
    display: block;
  }
  header .hamburger-menu-open img {
    width: 70%;
  }
  header .hamburger-menu-content {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  header #header .membership {
    display: none;
  }
}

.swiper {
  position: relative;
  padding: 30px 0;
  background-color: #DAEDEC;
}

.swiper-title {
  position: absolute;
  text-align: center;
  color: #fff;
  top: 50%;
  bottom: 50%;
  right: 0;
  left: 0;
  margin: auto;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  line-height: 3.6rem;
  z-index: 20;
  filter: drop-shadow(0px 0px 3px rgba(65, 104, 16, 0.15));
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  line-height: 300px;
  width: 100%;
}
@media (min-width: 999px) {
  .swiper-slide {
    width: 50%;
  }
}
.swiper-slide img {
  width: 100%;
  height: 500px;
  aspect-ratio: 9/5;
  border-radius: 20px;
  object-fit: cover;
}

.swiper-pagination-bullets {
  width: 100px;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #fff;
}
.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 23.5%);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 23.5%);
  left: auto;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #01a29a;
  width: 65px;
  height: 65px;
  color: #fff;
  border-radius: 900px;
  filter: drop-shadow(0px 0px 5px rgba(65, 104, 16, 0.25));
  transition: 0.2s all;
  --swiper-navigation-size: 20px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 999px) {
  .swiper-slide img {
    width: 95%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
/* お知らせ */
/* トップページ */
.top-news {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: start;
  padding-top: 60px;
}
.top-news .common-title-01 {
  padding-top: 10px;
  margin-right: 120px;
}
.top-news_contents {
  max-width: 600px;
  width: 100%;
}
.top-news_contents .news-item {
  border-top: 1px solid #C69C6D;
  border-bottom: 1px solid #C69C6D;
  padding: 15px;
}
.top-news_contents .news-item summary {
  display: flex;
  align-items: center;
}
.top-news_contents .news-item summary .date {
  margin-right: 15px;
  flex: 0.5;
  font-size: 1.6rem;
  color: #6F6F6F;
}
.top-news_contents .news-item summary .title {
  flex: 2;
  font-size: 1.8rem;
}
.top-news_contents .news-item .text {
  flex: 0.5;
}
.top-news_contents .news-item .text * {
  font-size: 1.6rem;
}
@media only screen and (max-width: 999px) {
  .top-news {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
  .top-news .common-title-01 {
    margin: 0;
    margin-bottom: 30px;
  }
}

.columncenter {
  max-width: 1600px;
  margin: 0 auto;
}

.widget_welcart_featured ul {
  overflow: visible !important;
}
.widget_welcart_featured .thumimg img {
  object-fit: contain;
  aspect-ratio: 1/1;
  background: #F2EFE6;
}
.widget_welcart_featured .featured_list {
  max-width: 1600px;
  display: inline-block;
  position: relative;
  width: 400px;
}
.widget_welcart_featured .featured_list:not(:last-child) {
  margin-right: 50px !important;
}
.widget_welcart_featured ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1600px) {
  .widget_welcart_featured .featured_list {
    width: 280px;
  }
}
@media only screen and (max-width: 1199px) {
  .widget_welcart_featured {
    flex-direction: column;
  }
  .widget_welcart_featured .common-title-01 {
    margin: 0;
    margin-bottom: 30px;
    flex-direction: column-reverse;
  }
  .widget_welcart_featured .common-title-01 h1,
  .widget_welcart_featured .common-title-01 h2 {
    padding-bottom: 15px;
  }
  .widget_welcart_featured .common-title-01 span {
    margin: 0;
    width: 120px;
  }
  .widget_welcart_featured .featured_list {
    width: 49%;
    margin: 0;
  }
  .widget_welcart_featured .featured_list:not(:last-child) {
    margin: 0 !important;
  }
  .widget_welcart_featured .featured_list .thumtitle {
    padding: 10px;
  }
  .widget_welcart_featured .featured_list .itemprice {
    padding: 10px;
    padding-top: 0;
  }
  .widget_welcart_featured ul {
    gap: 2%;
  }
  .widget_welcart_featured .common-button01, .widget_welcart_featured .common-button02 {
    padding: 5px 15px;
    margin: 0 10px;
  }
}

.front-list {
  background-color: #F2EFE6;
  padding: 40px 0;
  margin-top: 40px;
}
.front-list-pickup {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.front-list-pickup .thumtitle a {
  font-size: 1.8rem;
}
.front-list-pickup .itemprice {
  font-size: 1.8rem;
  font-weight: normal;
  padding: 10px 0;
}
.front-list-pickup .itemprice .tax {
  font-size: 1rem;
}
.front-list-pickup-left {
  flex: 1;
  padding-right: 50px;
}
.front-list-pickup-left .common-button01, .front-list-pickup-left .common-button02 {
  display: block;
  margin: 0 auto;
  padding: 10px 90px;
  margin-top: 30px;
}
.front-list-pickup-left .entry-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  text-align: justify;
}
.front-list-pickup-left .entry-content * {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
  border: 0;
}
.front-list-pickup-left .entry-content img {
  display: none;
}
.front-list-pickup-right {
  flex: 1;
}
.front-list-pickup-right img {
  aspect-ratio: 118/67;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 999px) {
  .front-list-pickup {
    flex-direction: column;
    align-items: center;
  }
  .front-list-pickup-left {
    padding-right: 0;
  }
  .front-list-pickup-left .common-button01, .front-list-pickup-left .common-button02 {
    margin-top: 15px;
  }
  .front-list-pickup-right {
    margin-top: 30px;
  }
}

.blog #content .front-il article {
  position: relative;
  min-width: 270px;
}

.front-il .itemsoldout {
  position: absolute;
  text-align: left !important;
  padding: 0 12px;
  top: 15px;
  background-color: #E85454;
  color: #fff !important;
}

.front-il,
.featured_list {
  width: 95%;
  margin: 0 auto;
  display: flex;
}
.front-il .thumtitle,
.front-il .itemname,
.featured_list .thumtitle,
.featured_list .itemname {
  padding: 15px 15px 5px;
}
.front-il .thumtitle a,
.front-il .itemname a,
.featured_list .thumtitle a,
.featured_list .itemname a {
  font-size: 1.8rem;
}
.front-il .itemprice,
.featured_list .itemprice {
  font-size: 2.3rem;
  display: block;
  font-weight: bold;
  padding: 12px 15px;
}
.front-il .itemprice .tax,
.featured_list .itemprice .tax {
  font-size: 1rem;
  color: #000;
}
.front-il .entry-content,
.featured_list .entry-content {
  padding: 0 15px;
}
.front-il .common-button01, .front-il .common-button02,
.featured_list .common-button01,
.featured_list .common-button02 {
  margin: 0 15px 15px;
}
.front-il .entry-content p,
.featured_list .entry-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
  margin: 0;
  margin-bottom: 12px;
  min-height: 37px;
}
.front-il article,
.featured_list article {
  background-color: #fff;
  padding-bottom: 20px;
}
@media only screen and (max-width: 999px) {
  .front-il .thumtitle,
  .front-il .itemname,
  .featured_list .thumtitle,
  .featured_list .itemname {
    padding: 5px 10px;
  }
  .front-il .itemprice,
  .featured_list .itemprice {
    padding: 5px 10px;
    padding-top: 0;
  }
  .front-il .common-button01, .front-il .common-button02,
  .featured_list .common-button01,
  .featured_list .common-button02 {
    margin: 0 15px;
    margin-bottom: 10px;
  }
}

.front-il {
  max-width: 1300px;
  padding-left: 20px;
  padding-top: 20px;
  overflow-x: auto;
  overflow-y: hidden;
}
.front-il::-webkit-scrollbar {
  height: 15px;
  /* スクロールバーの高さ */
}
.front-il::-webkit-scrollbar-thumb {
  background: #cbc7b9;
  /* ツマミの色 */
  border-radius: 7px;
  /* ツマミ両端の丸み */
}
.front-il::-webkit-scrollbar-track {
  background: #ffffff;
  /* トラックの色 */
  border-radius: 7px;
  /* トラック両端の丸み */
}
.front-il .itemimg {
  background: #DAEDEC;
}
.front-il .itemimg img {
  object-fit: contain;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1199px) {
  .front-il {
    overflow-x: visible;
    overflow-y: visible;
  }
}
@media only screen and (max-width: 999px) {
  .front-il {
    padding: 0;
    margin-top: 3%;
  }
}

.newitem {
  position: absolute;
  display: flex;
  width: 60px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #E85454;
  color: #fff;
  font-weight: bold;
  border-radius: 900px;
  left: -20px;
  top: -20px;
  z-index: 20;
}

@media only screen and (max-width: 1199px) {
  .front-il {
    flex-wrap: wrap;
  }
  .blog #content .front-il article {
    min-width: auto;
    width: 49%;
    margin-right: 2%;
  }
  .blog #content .front-il article:nth-child(2n) {
    margin-right: 0;
  }
  .newitem {
    width: 45px;
    height: 45px;
    left: 5px;
    top: 15px;
  }
}
@media only screen and (max-width: 999px) {
  .widget_welcart_calendar {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .widget_welcart_calendar .common-title-01 {
    margin-bottom: 30px;
  }
  .widget_welcart_calendar table {
    width: 100% !important;
    margin: 0 0 6% !important;
  }
  .ucart_calendar_body {
    width: 100% !important;
  }
}
/* 下層ページ */
#content {
  padding: 0 !important;
}

#main {
  margin: 2.857143em auto;
}

.post-template-default #main {
  margin: 0;
}
.post-template-default #content {
  padding: 0;
}
.post-template-default .widget-area {
  background-color: #F2EFE6;
  margin-top: 60px;
}

.page .entry-content {
  margin-top: 1.42857em;
}
.page .entry-content p {
  margin: 1.42857em 0;
}

.error-404 {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 50vh;
}
.error-404 p {
  font-size: 1.6rem;
  margin: 40px 0;
}

.page-template-default #content,
.category #content, .page-template #content {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
}
.page-template-default .cat-il.type-grid,
.category .cat-il.type-grid, .page-template .cat-il.type-grid {
  max-width: 1200px;
  margin: 0 auto;
}

.page-template-uscescart #main {
  margin: 4.857143em auto;
}

.breadcrumb {
  max-width: 1200px;
  display: flex;
  width: 95%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
}
.breadcrumb li {
  font-size: 1.4rem;
}
.breadcrumb li:not(.breadcrumb li:last-child) {
  padding-right: 5px;
}
.breadcrumb li:not(.breadcrumb li:last-child):after {
  content: ">";
  padding-left: 5px;
  color: #6f6f6f;
}
.breadcrumb a {
  font-size: 1.4rem;
  color: #6f6f6f;
  transition: 0.2s all;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.post #itempage .img-box-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #F2EFE6;
  padding: 60px 0;
}
.post #itempage .detail-info-wrap {
  max-width: 1200px;
  display: flex;
  width: 95%;
  margin: 0 auto;
  gap: 40px;
}
.post #itempage .detail-info-wrap .item-description p {
  font-size: 1.4rem;
  padding: 0 1.42857rem;
}
.post #itempage .item-info {
  display: flex;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  background-color: #F2EFE6;
  padding: 25px;
  border-radius: 10px;
  height: fit-content;
  position: sticky;
  top: 100px;
}
.post #itempage .item-info .item-name {
  width: 100%;
  color: #6F6F6F;
  font-size: 1.8rem;
}
.post #itempage .item-info .quantity {
  width: 100%;
  display: flex;
  padding: 0 10px;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}
.post #itempage .item-info .c-box {
  width: 100%;
  text-align: center;
}
.post #itempage .item-info .field_price {
  display: flex;
  width: 100%;
  align-items: baseline;
  font-size: 2.8rem;
  margin-bottom: 15px;
}
.post #itempage .item-info .field_price h2 {
  font-size: 2.8rem;
  margin: 0;
}
.post #itempage .item-info .cart-button .skubutton {
  width: 100%;
  border-radius: 300px;
}
.post #itempage .item-info form {
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .post #itempage .item-info {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .post #itempage .img-box-wrap {
    padding: 20px 0;
  }
  .post #itempage .detail-info-wrap {
    flex-direction: column-reverse;
  }
  .post #itempage .item-info {
    width: 95%;
    margin: auto;
    max-width: none;
    padding: 10px 20px;
    padding-bottom: 0;
    background-color: rgba(242, 239, 230, 0.8);
    backdrop-filter: blur(4px);
    border: 1px solid #fff;
  }
  .post #itempage .item-info .item-name,
  .post #itempage .item-info .field_price {
    margin: 0;
  }
  .post #itempage .item-info .skuform {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 20px;
  }
  .post #itempage .item-info .skuform * {
    width: fit-content;
  }
  .post #itempage .item-info .skuform .c-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .post #itempage .item-info .skuform .quantity {
    margin-bottom: 0;
  }
}

.sub-sidebar {
  background-color: #F2EFE6;
}

.assistance_item ul {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.assistance_item h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 0 !important;
  font-size: 2.6rem;
  padding: 10px 0;
  padding-bottom: 17px;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
}
.assistance_item h3:after {
  content: "";
  display: inline-block;
  width: 185px;
  height: 2px;
  background-color: #01a29a;
  margin-top: 15px;
}
.assistance_item .assist_price {
  font-weight: bold;
}

#wc_login {
  max-width: 800px;
  margin: 0 auto;
  width: 95%;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  padding-bottom: 10px;
}
#wc_login .loginbox {
  max-width: 600px;
  width: 100% !important;
}
#wc_login .loginbox label span {
  width: 25%;
}
#wc_login .loginbox .forgetmenot label {
  justify-content: center;
  gap: 0;
}
#wc_login .loginbox .forgetmenot label span {
  width: auto;
}
#wc_login .loginbox #member_login {
  border-radius: 300px !important;
  background-color: #01a29a !important;
  max-width: 250px;
  width: 100%;
}
#wc_login .loginbox .submit {
  text-align: center;
}
#wc_login .loginbox input.loginmail, #wc_login .loginbox input.loginpass {
  background-color: #F2EFE6;
  border: 0 !important;
}

.entry-help {
  text-align: center;
}
.entry-help a {
  display: inline-block;
  border-bottom: 1px solid #808080;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0) !important;
}

#wc_newmemberform {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
#wc_newmemberform .header_explanation {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
}

.lostPassword {
  max-width: 800px;
  margin: 0 auto;
  width: 95%;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  padding-bottom: 10px;
}
.lostPassword .loginbox {
  max-width: 600px;
  width: 100% !important;
}
.lostPassword .loginbox label span {
  width: 25%;
}
.lostPassword .loginbox .forgetmenot label {
  justify-content: center;
  gap: 0;
}
.lostPassword .loginbox .forgetmenot label span {
  width: auto;
}
.lostPassword .loginbox #member_login {
  border-radius: 300px !important;
  background-color: #01a29a !important;
  max-width: 250px;
  width: 100%;
}
.lostPassword .loginbox .submit {
  text-align: center;
}
.lostPassword .loginbox input.loginmail {
  border-radius: 300px !important;
  background-color: #F2EFE6;
  border: 0 !important;
}

#wc_member {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
#wc_member #memberinfo .member_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wc_member #memberinfo .member-edit a {
  background-color: #6F6F6F;
  color: #fff;
  border-radius: 300px;
}
#wc_member #memberinfo .history_title {
  font-size: 1.8rem;
  border-bottom: 1px solid #C69C6D;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #6F6F6F;
}
#wc_member #memberinfo .member_name {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin-top: 0;
}
#wc_member #memberinfo .member_name:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #01a29a;
  margin-right: 10px;
  margin-top: 2px;
}
#wc_member #memberinfo_area {
  background-color: #fff;
  margin-top: 30px;
  border-radius: 10px;
  padding: 25px 20px;
}
#wc_member #memberinfo table {
  border: 0;
}
#wc_member #memberinfo table * {
  border: 0;
}
#wc_member #memberinfo th {
  background-color: #F2EFE6;
  color: #6f6f6f;
  width: 12%;
  padding: 0;
}
#wc_member #memberinfo #history_head {
  border-top: 1px solid #cccaca;
}
#wc_member #memberinfo .history-area {
  background-color: #fff;
  padding-left: 0.8333em;
  padding-top: 0.8333em;
}
#wc_member #memberinfo .history-area th {
  background-color: #F2EFE6;
  color: #6f6f6f;
  width: 12%;
  padding: 8px 0;
  border: 1px solid #cccaca;
  border-top: 0;
}
#wc_member #memberinfo .history-area td {
  border: 1px solid #cccaca !important;
}
#wc_member #memberinfo .history-area .retail {
  margin-bottom: 30px;
  border-bottom: 1px solid #cccaca;
}
#wc_member #memberinfo #history_head td {
  border: 0;
}

#delivery-info {
  max-width: 1000px;
  margin: 0 auto;
}
#delivery-info .delivery_title {
  margin: 1.42857em 0;
  margin-bottom: 0.8em;
  padding: 0.357143em 0 10px 0.357143em;
  border-bottom: 1px solid #C69C6D;
  color: #6F6F6F;
  letter-spacing: 0.05em;
  font-size: 18px;
}

.branding-content {
  padding-bottom: 30px;
}

.contents-editor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-top: 30px;
}
.contents-editor * {
  font-size: 1.5rem;
  line-height: 2.82rem;
  font-family: "Shippori Mincho", serif;
}
.contents-editor h1 {
  margin: 0 auto;
  width: fit-content;
  font-size: 2.9rem;
  padding: 0px 30px 20px 30px;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #FFF 0%, #FFF 87.99%, #8EBBD0 88%, #96BFD3 100%);
}
.contents-editor h2 {
  font-size: 2.1rem;
  text-align: center;
}
.contents-editor h3 {
  font-size: 1.6rem;
  text-align: center;
}
.contents-editor hr {
  width: 100%;
}
.contents-editor img {
  margin: 0 auto;
  text-align: center;
  pointer-events: none;
}

.item-info .skuname {
  margin-bottom: 0 !important;
  padding: 0.357143em 0.5em !important;
}

/* カートページ */
.page-template-uscescart,
.page-template-uscesmember {
  background-color: #F2EFE6;
}

#wc_cart,
#wc_customer {
  max-width: 1000px;
  margin: 0 auto;
}

#cart_table .productname,
#confirm_table .productname {
  font-size: 16px;
  max-width: 495px;
  width: 100%;
}
#cart_table .num,
#cart_table .unitprice span,
#cart_table .subtotal span,
#confirm_table .num,
#confirm_table .unitprice span,
#confirm_table .subtotal span {
  background-color: #F2EFE6;
  color: #6f6f6f;
  padding: 0 5px;
  margin-right: 5px;
  font-weight: normal;
  font-size: 13px;
}
#cart_table .subtotal,
#confirm_table .subtotal {
  font-weight: bold;
  font-size: 1.8rem;
}
#cart_table .num,
#confirm_table .num {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  background-color: #808080;
  color: #fff;
}
#cart_table .subtotal span,
#confirm_table .subtotal span {
  margin-left: 30px;
}
#cart_table .stock,
#confirm_table .stock {
  margin-left: 30px;
}
#cart_table input.delButton,
#confirm_table input.delButton {
  padding: 0.3em 0.5em !important;
  border-radius: 5px;
  background-color: #C69A9A;
}

#wc_cart form {
  display: flex;
  width: 95%;
  margin: 0 auto;
  padding-top: 30px;
}
#wc_cart #cart {
  flex: 2;
  margin-right: 30px;
}
#wc_cart .no_cart {
  flex: 2;
}
#wc_cart .send {
  display: flex;
  background-color: #fff;
  flex: 1;
  flex-direction: column-reverse;
  padding: 20px;
  border-radius: 10px;
  height: fit-content;
}
@media only screen and (max-width: 999px) {
  #wc_cart form {
    flex-direction: column;
  }
  #wc_cart #cart {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.total-price {
  display: flex;
  align-items: center;
}
.total-price h3 {
  font-family: "Roboto", sans-serif;
  text-align: right;
  font-size: 2rem;
  color: #ff6d6d;
  flex: 1;
}

.password_attention {
  position: relative;
  height: 70px;
  padding: 0.357143em 1.071428em;
}
.password_attention td {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
  background-color: #F2EFE6;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
  text-align: center;
}
.password_attention:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #C69C6D;
  width: 100%;
  height: 1px;
  top: 50%;
  right: 0;
  z-index: 0;
}

div.cart_navi {
  padding-top: 50px;
}
div.cart_navi ol {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  justify-content: center;
  counter-reset: cnt;
  list-style: none;
  padding: 0;
}
div.cart_navi li.current, div.cart_navi li {
  display: list-item;
  color: #C69C6D;
  font-weight: bold;
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
  text-decoration: none;
  counter-increment: cart-list;
  padding-top: 10px;
}
div.cart_navi li.current:after, div.cart_navi li:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: -30px;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0;
  -webkit-transform: none;
  transform: none;
  border: none;
  background-color: #C69C6D;
}
div.cart_navi li.current:before, div.cart_navi li:before {
  content: counter(cart-list);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 20;
  top: -50px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: auto;
  float: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: none;
  border-radius: 100%;
  background-color: #C69C6D;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 2.5rem;
}
div.cart_navi li.current:first-child::after, div.cart_navi li:first-child::after {
  left: 50%;
  width: 50%;
}
div.cart_navi li.current:last-child::after, div.cart_navi li:last-child::after {
  width: 50%;
}
div.cart_navi li.current {
  color: #E85454;
}
div.cart_navi li.current:before {
  background-color: #E85454;
}

.page-template-uscescart #content {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}

#confirm_table {
  text-align: left;
}
#confirm_table h3 {
  margin: 1.42857em 0;
  margin-bottom: 0.8em;
  padding: 0.357143em 0 10px 0.357143em;
  border-bottom: 1px solid #C69C6D;
  color: #6F6F6F;
  letter-spacing: 0.05em;
  font-size: 18px;
}

.confirm-wrapper {
  display: flex;
  width: 100%;
  gap: 40px;
  margin-top: 30px;
}
.confirm-wrapper .confirm-wrap {
  flex: 2;
}
.confirm-wrapper .confirm-btnArea {
  position: sticky;
  top: 100px;
  flex: 1;
  background-color: #fff;
  padding: 25px 17px;
  margin-top: 1.42857em;
  height: fit-content;
  border-radius: 10px;
}
.confirm-wrapper .confirm-btnArea .send {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.confirm-wrapper .confirm-btnArea .send .checkout_button {
  width: 100%;
  font-size: 1.8rem;
}
.confirm-wrapper .confirm-btnArea .send .back_to_delivery_button {
  width: fit-content;
}
.confirm-wrapper .confirm-btnArea table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.confirm-wrapper .confirm-btnArea table .thumbnail {
  display: none;
}
.confirm-wrapper .confirm-btnArea table tr {
  margin: 5px 0;
}
.confirm-wrapper .confirm-btnArea table tr:nth-child(4) {
  border-top: 1px solid #C69C6D;
}
.confirm-wrapper .confirm-btnArea table tr:nth-child(4) th {
  padding-top: 25px;
  padding-bottom: 5px;
}
.confirm-wrapper .confirm-btnArea table th {
  padding: 0 5px 25px;
  font-size: 1.8rem;
}
.confirm-wrapper .confirm-btnArea table td {
  padding: 0 5px 10px;
  font-size: 1.5rem;
}
.confirm-wrapper .confirm-btnArea table .aright {
  color: #6F6F6F;
}
.confirm-wrapper .confirm-btnArea table .amount {
  color: #E85454;
}
@media only screen and (max-width: 999px) {
  .confirm-wrapper {
    flex-direction: column;
  }
}

#wc_ordercompletion .send a {
  background-color: #01a29a !important;
  border-radius: 900px !important;
  color: #fff;
}
#wc_ordercompletion .main_icon {
  display: block;
  position: relative;
  right: 0;
  left: 0;
  margin: auto;
  margin-bottom: 20px;
}

#cart_completion {
  text-align: center;
}

/* フッター */
footer {
  background-color: transparent !important;
  padding: 0;
  margin: 0;
}
footer #footer {
  background-color: #01a29a;
  text-align: center;
  color: #fff;
}
footer #footer .footer_logo {
  width: 236px;
  margin: 30px;
}
footer #footer .footer_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
  flex-grow: 2;
}
footer #footer .footer_menu li {
  padding: 4px 0;
}
footer #footer .footer_menu li:not(footer #footer .footer_menu li:first-child) {
  border-left: 1px solid #fff;
}
footer #footer .footer_menu a {
  display: block;
  padding: 0 10px;
}
footer #footer .footer_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.2rem;
}
footer #footer .footer_contact li {
  padding: 10px;
  letter-spacing: normal;
  padding-bottom: 30px;
}
@media only screen and (max-width: 999px) {
  footer #footer .footer_contact li {
    padding-bottom: 10px;
  }
  footer #footer .footer_contact li:last-child {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
footer #footer h2 {
  max-width: 978px;
  margin: 0 auto;
  padding: 20px 0;
  padding-bottom: 10px;
  border-top: 1px solid #fff;
}
footer #footer h2 a {
  font-size: 1.7rem;
  font-weight: 700;
}
footer #footer p {
  font-size: 1.4rem;
  padding-bottom: 30px;
}
footer .copylight {
  height: 78px;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copylight p {
  font-size: 1.1rem;
}/*# sourceMappingURL=style.css.map */