@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
import.scss
-----------------------*/
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

input,
button,
textarea,
select {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:-moz-placeholder {
  color: #8a8a8a;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.pc-tab {
  display: block;
}
@media (max-width: 750px) {
  .pc-tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc-tab {
    display: block;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.tab-sp {
  display: none;
}
@media (max-width: 750px) {
  .tab-sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab-sp {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  display: none;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

main#select {
  position: relative;
  color: #000;
  font-size: clamp(16px, 16px + 0 * (100vw - 767px) / 673, 16px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
  background: #f3f3f3;
}
main#select .inner {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
}

#item {
  padding: 80px 0 95px;
}
@media (max-width: 750px) {
  #item {
    padding: 40px 0 47px;
  }
}
#item h2 {
  max-width: 653px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #item h2 {
    max-width: 326px;
  }
}
#item .text {
  margin-top: 30px;
}
#item nav {
  margin-top: 60px;
}
#item nav ul.flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#item nav ul.flex.flex2 {
  margin-top: 20px;
}
@media (max-width: 750px) {
  #item nav ul.flex {
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  #item nav ul.flex li {
    display: block;
    width: 100%;
  }
}
#item nav ul.flex li a {
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  text-align: center;
  display: inline-block;
  background: linear-gradient(#b5b8e3 0%, #7077c4 100%);
  color: #fff;
  padding: 0 45px 0 20px;
  position: relative;
}
@media (max-width: 750px) {
  #item nav ul.flex li a {
    display: block;
  }
}
#item nav ul.flex li a::before {
  position: absolute;
  content: "";
  top: 35%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
#item h3 {
  background: linear-gradient(#b5b8e3 0%, #7077c4 100%);
  color: #fff;
  padding: 10px 0 10px;
  font-size: clamp(24px, 24px + 0 * (100vw - 767px) / 673, 24px);
  text-align: center;
  margin: 60px auto 0;
}
#item .flex-box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  background: #fff;
  padding: 40px 60px 40px 40px;
  box-sizing: border-box;
}
#item .flex-box.first-box {
  margin-top: 0;
}
@media (max-width: 750px) {
  #item .flex-box {
    flex-direction: column;
    padding: 30px 20px;
  }
}
#item .flex-box .img {
  max-width: 415px;
  min-width: 415px;
  width: 45%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #item .flex-box .img {
    max-width: inherit;
    min-width: inherit;
  }
}
@media (max-width: 750px) {
  #item .flex-box .img {
    max-width: inherit;
    min-width: inherit;
    width: 100%;
  }
}
#item .flex-box .flex-right {
  max-width: 440px;
  min-width: 440px;
  width: 45%;
}
@media (max-width: 750px) {
  #item .flex-box .flex-right {
    max-width: inherit;
    min-width: inherit;
    width: 100%;
  }
}
#item .flex-box .flex-right .tag {
  color: #7077c4;
  border: 1px solid #7077c4;
  padding: 6px 20px;
  display: inline-block;
}
#item .flex-box .flex-right .item-name {
  margin-top: 10px;
  font-size: clamp(24px, 24px + 0 * (100vw - 767px) / 673, 24px);
  letter-spacing: -0.03em;
}
#item .flex-box .flex-right .item-txt {
  margin-top: 30px;
  letter-spacing: -0.03em;
}
#item .flex-box .flex-right .item-txt span.memo {
  font-size: clamp(10px, 10px + 0 * (100vw - 767px) / 673, 10px);
}
#item .flex-box .flex-right .price {
  margin-top: 30px;
  font-size: clamp(30px, 30px + 0 * (100vw - 767px) / 673, 30px);
  color: #e74834;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  letter-spacing: -0.01em;
}
#item .flex-box .flex-right .price span {
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
  color: #000;
  margin-right: 5px;
}
#item .flex-box .flex-right .btn-box {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 750px) {
  #item .flex-box .flex-right .btn-box {
    gap: 15px;
  }
}
#item .flex-box .flex-right .btn-box .btn {
  background: none;
}
#item .flex-box .flex-right .btn-box .btn:first-of-type {
  min-width: 64px;
  max-width: 64px;
}
@media (max-width: 750px) {
  #item .flex-box .flex-right .btn-box .btn:first-of-type {
    min-width: 64px;
    max-width: 64px;
  }
}
#item .flex-box .flex-right .btn-box .btn:nth-of-type(2) {
  min-width: 340px;
  max-width: 340px;
}
@media (max-width: 750px) {
  #item .flex-box .flex-right .btn-box .btn:nth-of-type(2) {
    max-width: inherit;
    min-width: inherit;
    max-height: 64px;
  }
  #item .flex-box .flex-right .btn-box .btn:nth-of-type(2) img {
    max-height: 64px;
    min-height: 64px;
  }
}

footer {
  padding: 35px 0;
  background: #fff;
}
footer .copy {
  font-size: clamp(15px, 15px + 0 * (100vw - 767px) / 673, 15px);
  color: #746156;
}