@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

:root {
  --color-text: #555;
  --color-text-white: #fff;
  --color-white: #fff;
  --color-site: #F6B7B3;
  --color-accent: #88ADBD;
  --color-bg: #FCF9F5;
}

/*--------------------------
  ベース
--------------------------*/
html {
  font-size: 100%;
}

body {
  color: var(--color-text);
  font-family: "Noto Sans JP", sans-serif;
  /*font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
  background-color: var(--color-bg);
}

a {
  text-decoration: none;
}

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

li {
  list-style: none;
}

/*--------------------------------
  common
--------------------------------*/
.ly_common_inner {
  padding: 40px 40px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .ly_common_inner {
    padding: 75px 20px;
  }
}

.sp_only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

/*--------------------------------
  ly_header
--------------------------------*/
.ly_header {
  width: 100%;
  background-color: var(--color-white);
  padding: 15px 0 15px;
  /*
  position: sticky;
  top: 0;
  z-index: 100;
  */
}
@media screen and (min-width: 768px) {
  .ly_header {
    padding: 15px 0 20px;
  }
}

.ly_header_sp {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.ly_header_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1380px;
  padding: 0 24px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .ly_header_inner {
    padding: 0 30px;
  }
}

.ly_header_logo_pict {
  width: 66px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .ly_header_logo_pict {
    width: 83px;
  }
}

.ly_header_nav {
  display: flex;
  align-items: center;
  column-gap: 32px;
}

@media screen and (max-width: 767.8px) {
  .ly_header_gnav_list {
    position: fixed;
    top: 70px;
    left: -180px;
    width: auto;
    height: calc(100svh - 70px);
    background-color: var(--color-site);
    color: var(--color-white);
    padding: 0 30px 20px 30px;
    transition: left 0.3s ease;
    padding-top: 30px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .ly_header_gnav_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 32px;
  }
}

.is-open {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  /*overflow: hidden;*/
}

@media screen and (max-width: 767.8px) {
  .is-open .ly_header_gnav_list {
    left: 0;
  }
}

.ly_header_gnav_link {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-text);
}
@media screen and (max-width: 767.8px) {
  .ly_header_gnav_link {
    color: #fff;
    font-size: 16px;
    display: block;
  }
}

.ly_header_login_link {
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  background-color: var(--color-site);
  color: #fff;
  border-radius: 19px;
}
@media screen and (min-width: 768px) {
  .ly_header_login_link {
    font-size: 17px;
    padding: 10px 15px;
    border-radius: 27px;
  }
}

/* el_gnav
--------------------------------*/
.el_gnavBtn {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .el_gnavBtn {
    display: none;
  }
}

.el_gnavBtn_line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  position: relative;
  transition: background-color 0.5s;
}

.el_gnavBtn_line::before,
.el_gnavBtn_line::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: transform 0.5s;
}

.el_gnavBtn_line::before {
  top: -7px;
}

.el_gnavBtn_line::after {
  top: 7px;
}

.is-open .el_gnavBtn_line {
  background-color: transparent;
}
.is-open .el_gnavBtn_line::before {
  top: 0;
  transform: rotate(225deg);
}
.is-open .el_gnavBtn_line::after {
  top: 0;
  transform: rotate(-225deg);
}

/* ly_header_menuBg
--------------------------------*/
@media screen and (min-width: 768px) {
  .ly_header_menuBg {
    display: none;
  }
}
@media screen and (max-width: 767.8px) {
  .ly_header_menuBg {
    position: fixed;
    inset: 0;
    top: 70px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
  }
}

.is-open .ly_header_menuBg {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
  /* スマホタップ時に青くならないように */
  -webkit-tap-highlight-color: transparent;
}

/*--------------------------------
  footer
--------------------------------*/
.ly_footer {
  margin-top: 80px;
  width: 100%;
  text-align: center;
}

.ly_footer_visual {
  height: 61px;
  background-image: url(../img/foot_visual_sp.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .ly_footer_visual {
    background-image: url(../img/foot_visual_pc.png);
  }
}

.ly_footer_wrapper {
  background-color: #fff;
  padding: 40px 0 20px;
}
@media screen and (min-width: 768px) {
  .ly_footer_wrapper {
    padding: 40px 0 30px;
  }
}

.ly_footer_inner {
  max-width: 1240px;
  padding: 0 30px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .ly_footer_inner {
    display: flex;
    column-gap: 30px;
  }
}

.ly_footer_logo_pict {
  width: 83px;
  height: auto;
}

.ly_footer_contents {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .ly_footer_contents {
    margin-top: 0;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
  }
}

.ly_footer_link_list {
  display: grid;
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  .ly_footer_link_list {
    display: flex;
    column-gap: 30px;
  }
}

.ly_footer_link {
  font-size: 16px;
  color: var(--color-text);
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .ly_footer_link {
    font-size: 14px;
  }
}

.ly_footer_copyright {
  font-size: 13px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .ly_footer_copyright {
    margin-top: 0;
    font-size: 12px;
  }
}

/*--------------------------------
  bl_input  入力関連共通
--------------------------------*/
.bl_input_wrapper {
  max-width: 415px;
  width: 100%;
  margin-inline: auto;
  margin-top: 40px;
}

input::placeholder {
  color: #CACACA;
}

.bl_input_list {
  display: grid;
  gap: 15px;
}

.bl_input_item {
  display: grid;
  gap: 5px;
}

.bl_input_item_col2 {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.bl_input_item_col {
  display: grid;
  gap: 5px;
  width: 50%;
}

.bl_input_label {
  font-size: 16px;
  font-weight: 600;
}

.bl_input_required {
  font-size: 12px;
  color: #F36D21;
  font-weight: 400;
  margin-left: 10px;
}

.bl_input_note {
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

.bl_input_text {
  width: 100%;
  border: 1px solid #8E8E8E;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
}

.bl_input_select {
  width: 100%;
  border: 1px solid #8E8E8E;
  background-color: #fff;
  color: var(--color-text);
  padding: 10px;
  border-radius: 4px;
  background-position: right 0.5em center;
  background-size: auto;
  background-image: url(../img/triangle.svg);
}

.bl_input_amount {
  width: 80px;
}

.bl_submit_btn {
  margin-top: 60px;
  max-width: 160px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  row-gap: 40px;
}

.bl_submit_btn_long {
  max-width: 250px;
  width: 100%;
}

.bl_submit_btn_item {
  width: 100%;
  text-align: center;
}

.bl_submit_btn_main {
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 15px;
  background-color: var(--color-site);
  color: #fff;
  border-radius: 27px;
}

.bl_submit_btn_main:disabled {
  background-color: #8E8E8E;
}

.bl_submit_btn_register {
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 15px;
  background-color: var(--color-accent);
  color: #fff;
  border-radius: 27px;
}

.bl_input_message {
  margin-top: 40px;
  line-height: 1.8;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .bl_input_message {
    margin-top: 60px;
  }
}

.bl_input_title {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #555;
}

.bl_input_registed_wrapper {
  margin: 30px 0;
}

.bl_input_registed_title {
  font-weight: 600;
}

.bl_input_registed_info {
  margin-top: 5px;
}

.bl_registered {
  margin-top: 40px;
  text-align: center;
}

.bl_registered_link {
  color: var(--color-text);
  text-decoration: underline;
}

.bl_input_registed_item {
  margin-top: 30px;
  display: grid;
}

/* bl_input_check
--------------------------------*/
.bl_input_check_wrapper {
  margin-top: 40px;
  display: grid;
  row-gap: 20px;
}

.bl_input_check {
  display: flex;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
  line-height: 1.3;
}

.bl_input_check_item input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.bl_input_check::before,
.bl_input_check:has(:checked)::after {
  content: "";
}

.bl_input_check::before {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #8E8E8E;
}

.bl_input_check:has(:checked)::before {
  background-color: var(--color-site);
}

.bl_input_check::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  transform: rotate(45deg);
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

/*
.bl_input_check {
  display: flex;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  cursor: pointer;
}

.bl_input_check::before,
.bl_input_check:has(:checked)::after {
  content: '';
}

.bl_input_check::before {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.bl_input_check:has(:checked)::before {
  border: none;
}

.bl_input_check_gray:has(:checked)::before {
  background-color: #8E8E8E;
}

.bl_input_check_main:has(:checked)::before {
  background-color: var(--color-site);
}

.bl_input_check:has(:checked)::after {
  position: absolute;
  top: 6px;
  left: 7px;
  transform: rotate(45deg);
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.bl_input_check_item input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
*/
/* bl_input_spinner_
--------------------------------*/
.bl_input_spinner_wrapper {
  position: relative;
  display: block;
  width: 120px !important;
  height: 40px;
}

.bl_input_spinner_number::-webkit-outer-spin-button,
.bl_input_spinner_number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bl_input_spinner_number {
  width: 100%;
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
  border: 1px solid #8E8E8E;
  border-radius: 3px;
  background-color: #fff;
  user-select: none;
  padding: 5px 0;
}

.bl_input_spinner {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1rem;
  padding: 2px 15px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.bl_input_spinner_down {
  left: 0;
  font-size: 24px;
}

.bl_input_spinner_up {
  right: 0;
  font-size: 20px;
}

/*--------------------------------
  bl_login
--------------------------------*/
.bl_login_forget {
  text-align: right;
}

.bl_login_forget_link {
  color: var(--color-text);
  text-decoration: underline;
}

/*--------------------------------
  bl_send
--------------------------------*/
.bl_send_wrapper {
  margin-top: 40px;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
}

.bl_send_attention {
  margin-top: 60px;
}

.bl_send_resend {
  margin-top: 30px;
  text-decoration: underline;
}

/*--------------------------------
  bl_product
--------------------------------*/
.bl_product_wrapper {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .bl_product_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 85px;
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .bl_detail_pict_wrapper {
    flex: 0 1 50%;
  }
}

/*  splide
--------------------------------*/
.splide__slide img {
  width: 100%;
  height: auto;
}

.splide__arrow {
  background: #FCEAD0;
  opacity: 1;
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 768px) {
  .splide__arrow {
    width: 50px;
    height: 50px;
  }
}

.splide__arrow svg {
  fill: #555;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.8;
}

.splide__arrow--prev {
  left: -17px;
}
@media screen and (min-width: 768px) {
  .splide__arrow--prev {
    left: -25px;
  }
}

.splide__arrow--next {
  right: -17px;
}
@media screen and (min-width: 768px) {
  .splide__arrow--next {
    right: -25px;
  }
}

/*  bl_detail_explain
--------------------------------*/
.bl_detail_explain_wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bl_detail_explain_wrapper {
    flex: 1;
    max-width: 415px;
  }
}

.bl_detail_explain {
  width: 100%;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .bl_detail_explain {
    margin-top: 0;
  }
}

.bl_detail_title {
  padding: 8px 0;
  text-align: left;
  width: 100px;
  font-size: 14px;
  vertical-align: top;
}

.bl_detail_text {
  padding: 8px 10px;
  font-size: 17px;
}

.bl_detail_btn {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_detail_btn {
    text-align: right;
  }
}

.bl_detail_btn .bl_submit_btn_main {
  width: 160px;
}

/*  bl_detail_spec
--------------------------------*/
.bl_detail_spec {
  margin-top: 70px;
}

.bl_detail_spec_title {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #555;
}

.bl_spec_list {
  display: flex;
  width: 100%;
  flex-flow: column;
}
@media screen and (min-width: 768px) {
  .bl_spec_list {
    margin-top: 20px;
    flex-flow: row wrap;
  }
}

.bl_spec_title {
  width: 100%;
  padding: 20px 0 0 0;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .bl_spec_title {
    width: 120px;
    padding: 8px 0px;
  }
}

.bl_spec_text {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .bl_spec_text {
    width: calc(100% - 120px);
    padding: 8px 10px;
  }
}

.bl_spec_text:not(:last-child) {
  border-bottom: 1px solid #E5E5EA;
}
@media screen and (min-width: 768px) {
  .bl_spec_text:not(:last-child) {
    border-bottom: none;
  }
}

.bl_spec_text_note {
  font-size: 14px;
}

.bl_back_btn_wrapper {
  text-align: center;
  margin-top: 60px;
}

.bl_back_btn {
  display: block;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text);
  border: 1px solid var(--color-text);
  width: fit-content;
  padding: 10px 25px;
  border-radius: 27px;
}

/*--------------------------------
  bl_buyInfo
--------------------------------*/
.bl_buyInfo_wrapper {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .bl_buyInfo_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    column-gap: 70px;
  }
}

@media screen and (min-width: 768px) {
  .bl_buyItem_wrapper {
    width: 55%;
  }
}

.bl_buyItem_inner {
  display: flex;
  column-gap: 30px;
  margin-top: 20px;
}

.bl_buyItem_title {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-text);
}

.bl_buyItem_pict {
  max-width: 60%;
}
@media screen and (min-width: 768px) {
  .bl_buyItem_pict {
    max-width: 260px;
  }
}

@media screen and (min-width: 768px) {
  .bl_buyAddess_wrapper {
    width: 45%;
  }
}

/*  bl_buyItem_info_table
--------------------------------*/
.bl_buyItem_info_table {
  font-weight: 600;
}

.bl_buyItem_info_title {
  padding: 8px 0;
  text-align: left;
  width: 100px;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 767.8px) {
  .bl_buyItem_info_title {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}

.bl_buyItem_info_text {
  padding: 8px 10px;
  font-size: 17px;
  white-space: nowrap;
}
@media screen and (max-width: 767.8px) {
  .bl_buyItem_info_text {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
  }
}

/*  bl_buyAddess
--------------------------------*/
@media screen and (max-width: 767.8px) {
  .bl_buyAddess_wrapper {
    margin-top: 50px;
  }
}

.bl_buyAddess_title {
  font-size: 17px;
  font-weight: 400;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-text);
}

.bl_buyAddess_table {
  margin-top: 10px;
  font-size: 16px;
}

.bl_buyAddess_table_title {
  text-align: left;
  font-weight: 400;
  padding: 8px 0;
  vertical-align: top;
  white-space: nowrap;
}

.bl_buyAddess_table_text {
  padding: 8px 10px;
}

.bl_buyAddess_new_wrapper {
  margin-top: 30px;
}

.bl_buyAddess_new {
  margin-top: 30px;
  display: none;
}

.bl_input_check_item input:checked .bl_buyAddess_new {
  display: block;
}

/*--------------------------------
  購入確認ページ
--------------------------------*/
.bl_send_title {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-text);
}

.bl_submit_btn_cancel {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text);
  border: 1px solid var(--color-text);
  width: 100%;
  padding: 10px 25px;
  border-radius: 27px;
}

.bl_terms_wrapper {
  margin-top: 20px;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  border-top: 1px solid var(--color-text);
  padding-top: 20px;
}

.bl_terms_inner {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

.bl_terms_title {
  font-weight: 600;
}

.bl_terms_contents {
  height: 300px;
  overflow: auto;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #8E8E8E;
  border-radius: 5px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .bl_terms_contents {
    padding: 20px 50px;
  }
}

.bl_terms_checkbox {
  margin-top: 30px;
  display: grid;
  row-gap: 20px;
  margin-inline: auto;
  width: fit-content;
}

/*--------------------------------
  bl_product_list
--------------------------------*/
.bl_product_meassage_wrapper {
  position: relative;
  margin-inline: auto;
  max-width: 1220px;
}

.bl_product_meassage {
  max-width: 640px;
}

.bl_product_meassage_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .bl_product_meassage_title {
    font-size: 36px;
    padding-top: 0;
  }
}

.bl_product_meassage_text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 40px;
}

.bl_message_pict_wrapper {
  position: absolute;
  right: -35px;
  top: -70px;
  z-index: -1;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .bl_message_pict_wrapper {
    right: -80px;
    top: -145px;
    max-width: 600px;
  }
}

.bl_product_heading {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .bl_product_heading {
    margin-top: 150px;
  }
}

.bl_product_list_wrapper {
  margin-top: 50px;
}

.bl_product_list {
  display: grid;
  row-gap: 30px;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .bl_product_list {
    display: grid;
    column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 880px;
    width: 100%;
    padding: 0 20px;
  }
}

.bl_product_link {
  color: var(--color-text);
}

.bl_product_item {
  max-width: 260px;
}

.bl_product_info {
  padding: 10px;
}

.bl_product_name {
  font-size: 17px;
  font-weight: 600;
}

.bl_product_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.bl_product_price {
  font-size: 14px;
}

.bl_product_btn {
  font-size: 17px;
  font-weight: 600;
  /*
  background-color: var(--color-site);
  color: #fff;
  */
  padding: 5px 20px;
  border-radius: 27px;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}

.bl_product_btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FCEAD0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -3px;
  margin-top: -9px;
}

.bl_product_btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #555;
  border-right: solid 2px #555;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -3px;
  transform: rotate(45deg);
}

/*--------------------------------
  el_heading
--------------------------------*/
.el_heading {
  text-align: center;
  max-width: 1000px;
  margin-inline: auto;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5EA;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .el_heading {
    font-size: 26px;
  }
}

/*--------------------------------
	el_text_link
--------------------------------*/
.el_text_link {
  color: var(--color-text);
  text-decoration: underline;
}

/*--------------------------------
	el_mt_small
--------------------------------*/
.el_mt_small {
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */