@charset "UTF-8";
@font-face {
  font-family: "18TRIPSansFunnyMedium";
  src: url("../font/18TRIPSansFunny-Medium.woff2") format("woff2"), url("../font/18TRIPSansFunny-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  display: flex;
  flex-direction: column;
  scroll-padding-top: 60px;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  letter-spacing: 0.03em;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

html {
  overflow-y: scroll;
}

body {
  overflow-x: hidden;
  font-family: "Barlow", "BIZ UDPGothic", sans-serif;
  font-size: 16px;
  color: #2b3240;
  background: linear-gradient(90deg, #72b6e8 0%, #ffb2ad 100%);
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.js-no_scroll {
  overflow: hidden;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

body {
  position: relative;
  overflow-x: hidden;
}
body:before {
  content: "";
  background: url(../img/bg.jpg) no-repeat center/cover;
  position: fixed;
  inset: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -2;
}
@media (max-width: 767px) {
  body:before {
    background: url(../img/bgsp.jpg) no-repeat center/cover;
    background-size: cover;
  }
}
body.modal-open {
  overflow: hidden; /* モーダル表示時のスクロール無効化 */
}

p {
  line-height: 1.6;
}

:focus,
button:focus {
  outline: none;
}

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

h2 {
  color: #72b6e8;
}

.text-danger {
  color: rgb(43, 50, 64) !important;
  background: linear-gradient(transparent 50%, #ffb2ad 50%);
}

.infobg {
  background-color: #3B414F;
  padding: 80px 0;
}
@media (max-width: 575px) {
  .infobg {
    padding: 30px 0;
  }
}

.section-info {
  background-color: rgba(255, 255, 255, 0.9098039216);
  padding: 40px;
  border: 1px solid #ccc;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .section-info {
    margin: 0 auto 32px;
    max-width: 96%;
    padding: 32px 12px 0;
  }
}

.hdg-sort {
  text-align: center;
  border-bottom: 1px solid #2b3240;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .hdg-sort {
    font-size: 24px;
  }
}

.form-wrap {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .form-wrap {
    padding: 12px 0 72px;
  }
}

.section-item {
  background-color: rgba(255, 255, 255, 0.68);
  margin: 40px 0;
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .section-item {
    padding: 20px 12px;
    margin: 16px 0;
  }
}
.section-item .limit-item {
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #72b6e8;
  color: #72b6e8;
  color: #72b6e8;
}
@media (max-width: 767px) {
  .section-item .limit-item {
    margin: 12px 0;
  }
}
.section-item .js-sold + span + .soldTxt {
  background-color: #B6F928;
  color: #2b3240;
  font-weight: bold;
  display: block;
  width: 4em;
  padding: 0 8px;
  margin: 4px auto;
  letter-spacing: 0.2em;
  font-size: 14px;
  text-align: center;
}
.section-item select {
  margin-right: 8px;
  padding: 2px 8px;
  color: #333;
}
@media (max-width: 767px) {
  .section-item select {
    margin-left: 8px;
  }
}

#anchor-cart {
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 767px) {
  #anchor-cart {
    padding: 20px 12px;
  }
}

:root {
  scroll-behavior: auto !important;
}

@media (width < 768px) {
  select {
    font-size: 1rem;
  }
}
header .img-logo {
  display: block;
  width: 30vw;
  max-width: 200px;
}

nav.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  padding: 8px 0;
  max-height: 100vh;
  border-bottom: 2px solid #eee;
  background-color: #fff;
}
@media (max-width: 767px) {
  nav.navbar .container {
    padding: 0 8px;
  }
}

.modal-backdrop {
  z-index: 1;
}

footer {
  background-color: #2B3240;
  padding: 12px;
  color: #cbcbcb;
}
footer .link-pageup {
  position: fixed;
  width: 60px;
  height: 60px;
  line-height: 50px;
  right: 40px;
  bottom: 20px;
  text-align: center;
  font-size: 28px;
  color: #72b6e8;
  background-color: transparent;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .link-pageup {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
  }
}
@media (hover) {
  footer .link-pageup:hover {
    opacity: 0.7;
  }
}
footer .link-pageup i {
  display: block;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #fff;
}

h1.hdg-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
h1.hdg-title img {
  display: block;
  margin: 0 auto;
  padding: 0px;
}
@media (max-width: 767px) {
  h1.hdg-title img {
    padding: 0;
  }
}

.mv_txtbox {
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 8px solid #72b6e8;
}
@media (max-width: 767px) {
  .mv_txtbox {
    padding: 10px 0;
    border-bottom: 5px solid #72b6e8;
  }
}
.mv_txtbox img {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .mv_txtbox img {
    max-width: 1100px;
    width: 100%;
    padding: 0 20px;
  }
}

.section-info .hdg-info {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-info .hdg-info {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .section-info .hdg-info {
    display: block;
  }
}
.section-info .hdg-info::before {
  margin-right: 2rem;
  content: "";
  height: 1px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: #72b6e8;
}
@media (max-width: 575px) {
  .section-info .hdg-info::before {
    display: none;
  }
}
.section-info .hdg-info::after {
  margin-left: 2rem;
  content: "";
  height: 1px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: #72b6e8;
}
@media (max-width: 575px) {
  .section-info .hdg-info::after {
    display: none;
  }
}

.section-item .hdg-item {
  color: #72b6e8;
  font-size: 24px;
  border-bottom: 1px solid #72b6e8;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .hdg-item {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

#anchor-cart .hdg-cart {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #72b6e8;
  padding: 12px 8px;
  font-size: 28px;
  margin-bottom: 32px;
  color: #72b6e8;
}
@media (max-width: 767px) {
  #anchor-cart .hdg-cart {
    font-size: 24px;
  }
}

.list-icon {
  list-style-type: none;
  padding-left: 0;
}
.list-icon > li {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 8px;
}
.list-icon > li span {
  color: #72b6e8;
  position: absolute;
  left: 0;
}

.section-info .list-info {
  margin: 32px 0;
}
.section-info .list-info dt {
  margin-bottom: 8px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .section-info .list-info dt {
    font-size: 16px;
  }
}
.section-info .list-info dd {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-info .list-info dd {
    font-size: 14px;
  }
}
.section-info .list-info dd .list-icon {
  margin: 12px 0 0;
}

.section-item .list-item dt {
  margin-bottom: 4px;
  font-size: 18px;
  color: #eb9f9c;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-item .list-item dt {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.section-item .list-item dd {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-item .list-item dd {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.section-item .list-item .txt-description {
  margin-bottom: 12px;
}
.section-item .list-item .txt-catchphrase {
  font-size: 14px;
  margin: 20px 0 32px;
}
.section-item .list-item .txt-note-comment03 {
  margin: 32px 0 0;
}
.section-item .list-item .txt-note-comment01 {
  margin: 8px 0 20px;
}

.list-select {
  margin: 4px 4px 20px;
}
.list-select dt,
.list-select dd {
  font-size: 14px;
  text-align: center;
}
.list-select dt {
  margin-bottom: 4px;
}

a {
  text-decoration: underline;
  color: #72b6e8;
  word-break: break-all;
}
@media (hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #72b6e8;
  }
}
a.btn {
  text-decoration: none;
}

.btn-item {
  background: linear-gradient(90deg, #72b6e8 0%, #d1c6e4 50%, #ffb2ad 100%);
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  margin: 40px auto 0;
  border: none;
  width: 480px;
  max-width: 92%;
}
@media (max-width: 767px) {
  .btn-item {
    margin: 20px auto 0;
  }
}
.btn-item:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-left: 8px;
  font-size: 20px;
}
.btn-item:hover {
  color: #fff;
  text-decoration: none;
}
@media (hover) {
  .btn-item:hover {
    opacity: 0.7;
  }
}

.btn-cart {
  background: linear-gradient(90deg, #72b6e8 0%, #d1c6e4 50%, #ffb2ad 100%);
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 8px;
  width: 800px;
  max-width: 100%;
  text-align: center;
  margin: 20px auto 0;
  border: none;
}
@media (max-width: 575px) {
  .btn-cart {
    font-size: 4.5vw;
    letter-spacing: 0;
  }
}
.btn-cart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 8px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .btn-cart:before {
    font-size: 4vw;
  }
}
@media (hover) {
  .btn-cart:hover {
    opacity: 0.8;
    color: #fff;
  }
}