@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__wide {
  width: min(100%, 1920px);
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}
.__inner.__small {
  width: 65.625rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__small {
    width: 82.5rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__small {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__small {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.__liststyle.__note li::before {
  content: "※";
}

.__txtstyle01 span {
  display: inline-block;
}
.__txtstyle01 span.__char {
  position: relative;
  width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 4px;
  margin-right: 0.2em;
  box-shadow: 4px 4px 12px rgba(51, 51, 51, 0.1);
}
.__txtstyle01 span.__char.__blue {
  color: #fff;
  background-color: #96b4d4;
}
.__txtstyle01 span.__char.__yellow {
  color: #fff;
  background-color: #d6c786;
}
.__txtstyle01 span.__char.__gray {
  color: #fff;
  background-color: #53585f;
}
.__txtstyle01 span.__char.__white {
  color: #53585f;
  background-color: #fff;
}
.__txtstyle01 span.__char.__white_b {
  color: #79a1c9;
  background-color: #fff;
}
.__txtstyle01 span.__char.__white_y {
  color: #d6c786;
  background-color: #fff;
}
.__txtstyle01 span.__char .__char-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.04em;
  line-height: 1em;
  letter-spacing: 0;
}

.__txtstyle02 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.__txtstyle02 span.__sub {
  display: block;
  color: #79a1c9;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .__txtstyle02 span.__sub {
    font-size: 0.9em;
  }
}
.__txtstyle02 span.__main {
  color: #53585f;
  font-size: 1.6875rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1199px) {
  .__txtstyle02 span.__main {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  .__txtstyle02 span.__main {
    font-size: min(4.6vw, 1.25em);
  }
}
.__txtstyle02 span.__main span.__small {
  font-size: 0.85em;
}
.__txtstyle02.__white {
  font-weight: 600;
}
.__txtstyle02.__white span.__sub, .__txtstyle02.__white span.__main {
  color: #fff;
}

.__txtstyle03 {
  font-weight: 700;
}
.__txtstyle03 span.__jp {
  color: #53585f;
  font-size: 1.6875rem;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 1199px) {
  .__txtstyle03 span.__jp {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  .__txtstyle03 span.__jp {
    font-size: 1.25em;
  }
}
.__txtstyle03 span.__en {
  display: block;
  color: #cdcdcb;
  font-weight: 900;
  font-size: 0.95em;
}
.__txtstyle03.__center {
  text-align: center;
}
.__txtstyle03.__yellow span.__en {
  color: #d6c786;
}

.__txtstyle04 {
  display: flex;
  align-items: flex-start;
  color: #79a1c9;
  font-weight: 700;
  font-size: 1.25em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1199px) {
  .__txtstyle04 {
    font-size: 1.125em;
  }
}
.__txtstyle04::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 2px;
  background-color: #cdcdcb;
  margin-top: 0.8em;
  margin-right: 0.8em;
}

.__txtstyle05 {
  color: #79a1c9;
  border: solid 1px #96b4d4;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1em;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.48em 0.8em;
}

.__marker {
  font-weight: 600;
  padding: 0 0.2em;
  letter-spacing: 0.2em;
}
.__marker.__yellow {
  background: linear-gradient(transparent 0, #f9f0cb 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.__marker.__blue {
  background: linear-gradient(transparent 0, #dceafa 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.__linkbtn01 a {
  display: flex;
  align-items: center;
  border-radius: 50vh;
  padding: 0.3em 0.6em;
}
@media screen and (max-width: 1199px) {
  .__linkbtn01 a {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
}
.__linkbtn01 a .__icon {
  width: 1.5em;
}
.__linkbtn01 a .__icon img {
  width: 100%;
  height: auto;
}
.__linkbtn01 a .__txt {
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1em;
  margin-left: 0.4em;
  margin-right: 0.6em;
}
.__linkbtn01.__registration a {
  color: #cbb353;
  background-color: #fff;
  border: solid 1px #cdcdcb;
}
.__linkbtn01.__mypage a {
  color: #cbb353;
  background-color: #fff;
  border: solid 1px #cdcdcb;
}
.__linkbtn01.__cart a {
  color: #fff;
  background-color: #79a1c9;
  border: solid 1px #79a1c9;
  padding-left: 1em;
  padding-right: 1em;
}
.__linkbtn01.__cart a .__txt {
  font-weight: 600;
}
.__linkbtn01.__cart a .__count {
  position: relative;
  width: 1.25em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #3f6a97;
}
.__linkbtn01.__cart a .__count span.__num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 0.75em;
  font-weight: 700;
}
.__linkbtn01.__cart a:hover {
  opacity: 0.7;
}

.__linkbtn02 a, .__linkbtn02 button {
  color: #fff;
  background-color: #53585f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50vh;
  width: 24em;
  padding: 0.6em 3em;
  padding-right: 1.6em;
}
@media screen and (max-width: 1199px) {
  .__linkbtn02 a, .__linkbtn02 button {
    width: 30em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn02 a, .__linkbtn02 button {
    width: 100%;
    max-width: 400px;
  }
}
.__linkbtn02 a .__txt, .__linkbtn02 button .__txt {
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .__linkbtn02 a .__txt, .__linkbtn02 button .__txt {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn02 a .__txt, .__linkbtn02 button .__txt {
    font-size: 0.9em;
  }
}
.__linkbtn02 a .__arrow::before, .__linkbtn02 button .__arrow::before {
  content: "\f30b";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8em;
  flex-shrink: 0;
}

.__linkbtn03 a {
  color: #fff;
  text-shadow: 4px 4px 12px rgba(51, 51, 51, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  box-shadow: 4px 4px 12px rgba(51, 51, 51, 0.1);
  padding: 3em 7.5rem;
}
@media screen and (max-width: 991px) {
  .__linkbtn03 a {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn03 a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.__linkbtn03 a .__txt h3 {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .__linkbtn03 a .__txt h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn03 a .__txt h3 {
    font-size: min(5vw, 1.25em);
  }
}
.__linkbtn03 a .__txt h3 i {
  margin-right: 0.4em;
}
.__linkbtn03 a .__txt p {
  font-weight: 600;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .__linkbtn03 a .__txt p {
    font-size: min(3.6vw, 0.9em);
  }
}
.__linkbtn03 a .__arrow {
  flex-shrink: 0;
}
.__linkbtn03 a .__arrow::before {
  content: "\f30b";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .__linkbtn03 a .__arrow::before {
    font-size: 1.25em;
  }
}
.__linkbtn03.__yellow a {
  background: linear-gradient(90deg, #cbb353, #e4daae);
}
.__linkbtn03.__blue a {
  background: linear-gradient(90deg, #96b4d4, #79a1c9);
}

.__linkbtn04 button {
  color: #fff;
  background: linear-gradient(0deg, #3f6a97, #79a1c9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 24em;
  border-radius: 6px;
  padding: 0.8em 3em;
  padding-right: 1.6em;
  box-shadow: 4px 4px 12px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 1199px) {
  .__linkbtn04 button {
    width: 30em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn04 button {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.__linkbtn04 button .__txt {
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.2em;
}
.__linkbtn04 button .__arrow::before {
  content: "\f30b";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8em;
  flex-shrink: 0;
}

.__hover-style {
  transition: all 0.24s ease;
}
.__hover-style:hover {
  opacity: 0.8;
}

.__anchor-point {
  position: absolute;
  margin-top: -3em;
}

a.__txtlink {
  color: #333;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.24s ease;
}
a.__txtlink:hover {
  opacity: 0.7;
}

.__fadeInImg {
  opacity: 0;
  transition: all 0.6s ease;
}
.__fadeInImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.6s ease;
  transform: scale(1.06);
}
.__fadeInImg.__inview {
  opacity: 1;
}
.__fadeInImg.__inview img {
  transform: scale(1);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fcfcfc;
  border-bottom: solid 1px #e5e5e5;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 110px;
  padding: 0 20px;
}
@media screen and (max-width: 1599px) {
  header .header-inner {
    height: 100px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 72px;
  }
}
@media screen and (max-width: 991px) {
  header .header-inner {
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(54, 54, 52, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  header .__overlay {
    display: none;
  }
}
header .header-logo {
  width: 140px;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 112px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 91px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 70px;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
header .header-right-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1199px) {
  header .header-right-top {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-right-top .__linkbtn01 a .__txt {
    display: none;
  }
}
header .header-right-top .__linkbtn01.__registration {
  margin-right: 0.6em;
}
@media screen and (max-width: 767px) {
  header .header-right-top .__linkbtn01.__registration a {
    padding-left: 0.4em;
    padding-right: 0.4em;
  }
}
header .header-right-top .__linkbtn01.__mypage {
  margin-right: 0.6em;
}
@media screen and (max-width: 767px) {
  header .header-right-top .__linkbtn01.__mypage a {
    padding: 0;
    border: none;
  }
  header .header-right-top .__linkbtn01.__mypage a .__icon {
    width: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  header .header-right-top .__linkbtn01.__cart a {
    padding: 0.3em 0.75em;
  }
  header .header-right-top .__linkbtn01.__cart a .__icon {
    width: 1.425em;
  }
  header .header-right-top .__linkbtn01.__cart a .__count {
    margin-left: 0.24em;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 30px;
    height: 40px;
    cursor: pointer;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 991px) {
  header .nav-btn {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 24px;
    margin-left: 16px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 50vh;
    background-color: #848b91;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: rgba(245, 244, 242, 0.7);
    backdrop-filter: blur(6px);
    width: max(50%, 430px);
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .header-menu {
    width: 100%;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    padding: 0 30px;
    padding-top: 10svh;
    padding-bottom: 8svh;
    height: 100%;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li {
  display: flex;
  align-items: flex-start;
}
header .header-menu nav ul li::after {
  content: "|";
  color: #848b91;
  font-size: 0.85em;
  padding: 0.36em 1.5em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li::after {
    display: none;
  }
}
header .header-menu nav ul li a {
  font-size: 0.9em;
  padding: 0.36em 0;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    color: #53585f;
    font-weight: 600;
    font-size: 0.95em;
    margin-top: 2svh;
  }
}
header .header-menu nav ul li a:hover {
  color: #96b4d4;
}
header .header-menu nav ul li:last-of-type::after {
  display: none;
}
header .header-menu nav ul li.__current a {
  color: #79a1c9;
}
@media screen and (max-width: 1199px) {
  header .header-menu .btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2em;
    padding-top: 2em;
    border-top: solid 1px #cdcdcb;
  }
  header .header-menu .btn-wrap .__linkbtn01.__mypage {
    margin-right: 1em;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .header-menu .btn-wrap .__linkbtn01.__mypage {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu .btn-wrap {
    display: block;
  }
  header .header-menu .btn-wrap .__linkbtn01 a {
    max-width: 240px;
    margin: 0 auto;
    padding-top: 0.48em;
    padding-bottom: 0.48em;
  }
  header .header-menu .btn-wrap .__linkbtn01.__cart {
    margin-top: 1em;
  }
  header .header-menu .btn-wrap .__linkbtn01.__cart .__count {
    margin-left: auto;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu .menu-logo {
    width: 240px;
    margin: 0 auto;
    margin-top: 8svh;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu .menu-logo {
    width: 220px;
  }
}
header .header-menu .menu-logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  header .__pc-hidden {
    display: none !important;
  }
}

/* pagetop
---------------------------------------------------- */
#pagetop {
  background-color: #fcfcfc;
  padding-top: 0.6em;
}
#pagetop a {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#pagetop a span {
  font-size: 0.85em;
}
#pagetop a span.__txt {
  color: #96b4d4;
  font-weight: 900;
}
#pagetop a span.__arrow::before {
  color: #cdcdcb;
  content: "\f30c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.3em;
}

/* footer
---------------------------------------------------- */
footer {
  background-color: #fcfcfc;
}
@media screen and (max-width: 1199px) {
  footer {
    padding-bottom: 3em !important;
  }
}
footer .__inner {
  margin-bottom: 2em;
}
footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner {
    align-items: flex-start;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    display: block;
  }
}
footer .footer-inner .footer-left {
  width: 24em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left {
    width: 100%;
  }
}
footer .footer-inner .footer-left .footer-logo {
  width: 240px;
  margin-left: -0.2%;
}
@media screen and (max-width: 1599px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 192px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 156px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 132px;
  }
}
footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .footer-info {
  margin-top: 2em;
}
footer .footer-inner .footer-left .footer-info p {
  font-size: 0.9em;
  line-height: 1.6em;
}
footer .footer-inner .footer-left .footer-info p a {
  display: inline;
  font-size: 1em;
}
footer .footer-inner .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul {
    margin-top: 3em;
  }
}
footer .footer-inner .footer-menu ul li {
  display: flex;
  align-items: flex-start;
}
footer .footer-inner .footer-menu ul li::after {
  content: "|";
  color: #848b91;
  font-size: 0.85em;
  padding: 0.36em 1.5em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu ul li::after {
    display: none;
  }
}
footer .footer-inner .footer-menu ul li a {
  color: #53585f;
  font-size: 0.9em;
  padding: 0.36em 0;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu ul li a {
    font-size: 0.85em;
    margin-top: 0.48em;
  }
}
footer .footer-inner .footer-menu ul li a:hover {
  opacity: 0.7;
}
footer .footer-inner .footer-menu ul li:last-of-type::after {
  display: none;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu ul li:nth-of-type(1) a {
    margin-top: 0;
  }
}
footer .copyright {
  border-top: solid 1px #cdcdcb;
}
footer .copyright p {
  color: #848b91;
  text-align: end;
  font-size: 11px;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  footer .copyright p {
    text-align: center;
    margin-top: 1em;
  }
}/*# sourceMappingURL=common.css.map */