@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
body {
  --color-body: #FFF;
  --color-text-base: #333;
  --color-text-sale: #E74343;
  --color-header-footer-bg: #FFF;
  --color-header-footer-element: #333;
  --color-breadcrumb:#EEE;
  --color-button-cart: #333;
  --color-footer-button-text: #FFF;
  --color-header-border:#BBB;
  --color-text-form: #333;
  --color-button-review: #888;
  --color-text-menu: #333;
  --color-text-gray: #888;
  --color-text-white: #FFF;
  --color-text-light: #BBB;
  --color-text-error: #FF5555;
  --color-border-gray-1: #CCC;
  --color-border-gray-2: #BBB;
  --color-border-gray-3: #B1B1B1;
  --color-border-gray-4: #707070;
  --color-border-gray-5: #F0F0F0;
  --color-bg-white: #FFF;
  --color-bg-gray-1: #999;
  --color-bg-gray-2: #BBB;
  --color-bg-gray-3: #F2F2F2;
  --color-bg-gray-4: #666;
  --color-bg-gray-5: #CCC;
  --color-bg-error: #FFE0E0;
  --color-button-base: #333;
  --color-button-gray: #888;
  --color-button-gray-2: #EEE;
  --color-button-white: #FFF;
  --color-slick-dots: #CCC;
  --color-slick-dots-active: #333;
  --color-badge: #FF0000;
  --color-favorite: #F88787;
  --color-bg-nav: rgba(51,51,51,.5);
  --easing-base: cubic-bezier(0.37, 0, 0.63, 1);
  --font-family-base: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --font-family-en: 'Poppins', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --font-family-title: 'Times', 'Times New Roman', serif;
  --common-max-width: 1000px;
  --common-padding: 15px;
  --color-line: #37AE42;
  --color-google: #FFF;
  --color-text-google: #333;
  --colo-facebook: #2E4386;
  --color-twitter: #3985E4;
  --color-yahoo: #FF0733;
  --color-required: #FF5555;
  --color-delivery-1: #2a67a0;
  --color-delivery-2: #2b4d9b;
  --color-delivery-3: #ebebeb;
}

body.coolgray {
  --color-body: #EEE;
  --color-text-base: #333;
  --color-text-sale: #E74343;
  --color-header-footer-bg: #DDD;
  --color-header-footer-element: #333;
  --color-breadcrumb:#FFF;
  --color-button-cart: #333;
  --color-footer-button-text: #FFF;
}

body.natural {
  --color-body: #FFF;
  --color-text-base: #333;
  --color-text-sale: #E74343;
  --color-header-footer-bg: #DDCCAA;
  --color-header-footer-element: #FFF;
  --color-breadcrumb:#EDE5D0;
  --color-button-cart: #333;
  --color-footer-button-text: #333;
}

body.green {
  --color-body: #FFF;
  --color-text-base: #333;
  --color-text-sale: #E74343;
  --color-header-footer-bg: #668855;
  --color-header-footer-element: #FFF;
  --color-breadcrumb:#DFEAD9;
  --color-button-cart: #333;
  --color-footer-button-text: #333;
}

body.flower-warm {
  --color-body: #FFF;
  --color-text-base: #333;
  --color-text-sale: #E74343;
  --color-header-footer-bg: #FF9999;
  --color-header-footer-element: #FFF;
  --color-breadcrumb:#FFEEEE;
  --color-button-cart: #333;
  --color-footer-button-text: #333;
}

body.dark-mode {
  --color-body: #333;
  --color-text-base: #FFF;
  --color-text-sale:#FF7777;
  --color-header-footer-bg: #333;
  --color-header-footer-element: #FFF;
  --color-breadcrumb:#666;
  --color-button-cart: #555;
  --color-footer-button-text: #333;
}

body.laxuary {
  --color-body: #333;
  --color-text-base: #FFF;
  --color-text-sale:#FF7777;
  --color-header-footer-bg: #333;
  --color-header-footer-element: #B29C61;
  --color-breadcrumb:#B29C61;
  --color-button-cart: #B29C61;
  --color-footer-button-text: #333;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: var(--color-text-base);
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ul {
  list-style: none;
}

input {
  outline: none;
  color: inherit;
}

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

*:focus {
  outline: none;
}

body {
  font-family: var(--font-family-base);
  color: var(--color-text-base);
  background-color: var(--color-body);
}

.btg-container {
  overflow: hidden;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .btg-container {
    padding-top: 55px;
  }
}

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

.only-sp {
  display: none;
}

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

.common-width {
  max-width: 1000px;
  margin: 0 auto;
  padding: 55px 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .common-width {
    padding: 55px 15px;
  }
}

@media screen and (max-width: 767px) {
  .common-width {
    max-width: 100%;
    padding: 25px 15px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.btg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  height: 60px;
  background: var(--color-header-footer-bg);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .btg-header {
    padding: 0 15px;
    height: 55px;
  }
}

.btg-header img {
  width: 100%;
}

.btg-header .menu-btn {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .btg-header .menu-btn {
    width: 20px;
    height: 13px;
  }
}

.btg-header .menu-btn span {
  width: 100%;
  height: 2px;
  background: var(--color-header-footer-element);
}

@media screen and (max-width: 767px) {
  .btg-header .menu-btn span {
    height: 1px;
  }
}

.btg-header .site-logo-img {
  height: 100%;
  width: auto;
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .btg-header .site-logo-img  {
    margin-left: 18px;
  }
}

.btg-header .site-logo {
  height: 100%;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btg-header .site-logo-img img {
  width: auto;
  height: 100%;
}

.btg-header .site-logo a {
  text-decoration: none;
}

.btg-header .cart-btn {
  padding: 5px;
  line-height: 1;
  position: relative;
}

.btg-header .cart-btn svg {
  width: calc(24px + 10px);
  fill: var(--color-header-footer-element);
}

@media screen and (max-width: 767px) {
  .btg-header .cart-btn svg {
    width: calc(18px + 10px);
  }
}

.btg-header .badge {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 10px;
  line-height: 1;
  border-radius: 50%;
  background: var(--color-badge);
  color: var(--color-text-white);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 17px;
  min-height: 17px;
}

.btg-footer {
  background: var(--color-header-footer-bg);
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  position: relative;
  min-height: 297px;
}

@media screen and (max-width: 767px) {
  .btg-footer {
    flex-direction: column;
    padding: 0 20px 20px;
    min-height: auto;
  }
}

.btg-footer .go-to-top {
  background: var(--color-header-footer-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -40px;
}

.btg-footer .go-to-top svg {
  width: 10px;
  fill: var(--color-header-footer-element);
}

.btg-footer .go-to-top img {
  width: 10px;
  fill: var(--color-header-footer-element);
}

.btg-footer .link-list {
  font-size: 12px;
  line-height: 3.2;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .btg-footer .link-list {
    font-size: 10px;
    line-height: 2.5;
    margin-top: 30px;
  }
}

.btg-footer .link-list a {
  color: var(--color-header-footer-element);
  text-decoration: none;
}

.btg-footer .external-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .btg-footer .external-links {
    align-items: flex-start;
  }
}

.btg-footer .sns-list {
  display: flex;
  align-items: center;
  margin-top: 88px;
}

@media screen and (max-width: 767px) {
  .btg-footer .sns-list {
    margin: 35px 0 0 5px;
  }
}

.btg-footer .sns-list .sns-list__item + .sns-list__item {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .btg-footer .sns-list .sns-list__item + .sns-list__item {
    margin-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .btg-footer .sns-list.-instagram {
    width: 25px;
  }
}

@media screen and (max-width: 767px) {
  .btg-footer .sns-list.-facebook {
    width: 13px;
  }
}

@media screen and (max-width: 767px) {
  .btg-footer .sns-list.-twitter {
    width: 26px;
  }
}

@media screen and (max-width: 767px) {
  .btg-footer .sns-list.-line {
    width: 27px;
  }
}

@media screen and (max-width: 767px) {
  .btg-footer .sns-list.-youtube {
    width: 26px;
  }
}

.btg-footer .sns-list svg {
  /* width: 100%;
  height: auto; */
  fill: var(--color-header-footer-element);
}

.btg-footer .footer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-footer-button-text);
  background: var(--color-header-footer-element);
  font-size: 11px;
  min-width: 255px;
  min-height: 42px;
  border-radius: 4px;
  text-decoration: none;
  padding: 10px;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .btg-footer .footer-btn {
    min-width: 100%;
    font-size: 12px;
    min-height: 50px;
    margin-top: 22px;
  }
}

.btg-footer .copyright {
  font-size: 11px;
  margin: 15px 15px 0 0;
  color: var(--color-header-footer-element);
}

@media screen and (max-width: 767px) {
  .btg-footer .copyright {
    font-size: 10px;
  }
}

.btg-navi {
  font-family: var(--font-family-en);
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-bg-nav);
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999;
  opacity: 0;
  transition: visibility 0.2s var(--easing-base), opacity 0.2s var(--easing-base);
}

.btg-navi::after {
  content: '';
  width: 22px;
  height: 22px;
  background-image: url("../common/ui/icon-close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 414px;
  top: 24px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .btg-navi::after {
    width: 16px;
    height: 16px;
    left: 88%;
    top: 17px;
  }
}

.btg-navi.is-open {
  visibility: visible;
  opacity: 1;
}

.btg-navi.is-open .menu-wrap {
  left: 0;
}

.btg-navi .menu-wrap {
  width: 400px;
  height: 100vh;
  position: relative;
  left: -450px;
  transition: left 0.2s var(--easing-base);
  background-color: var(--color-bg-white);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.btg-navi .menu-wrap::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .btg-navi .menu-wrap {
    width: calc(100% - 55px);
  }
}

.btg-navi .menu {
  background: var(--color-bg-gray-3);
  border-left: 1px solid var(--color-border-gray-1);
  border-right: 1px solid var(--color-border-gray-1);
  position: relative;
}

.btg-navi .menu.has-mypage {
  background-image: url("../common/ui/icon-mypage.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
}

@media screen and (max-width: 767px) {
  .btg-navi .menu.has-mypage {
    background-size: 14px 18px;
    background-position: calc(100% - 15px) 50%;
  }
}

.btg-navi .menu .menu__title {
  font-size: 18px;
  line-height: 1.1;
  display: block;
  color: var(--color-text-menu);
  font-weight: 500;
  text-decoration: none;
  padding: 20px 20px 12px;
  border-top: 1px solid var(--color-border-gray-1);
}

@media screen and (max-width: 767px) {
  .btg-navi .menu .menu__title {
    font-size: 16px;
    padding: 20px 15px;
  }
}

.btg-navi .menu .menu__subtitle {
  font-size: 10px;
}

.btg-navi .menu .menu__subtitle__right {
  font-size: 10px;
  color: var(--color-text-menu);
  top: calc(50% - 3px);
  right: 30px;
  display: block;
  position: absolute;
}

.btg-navi .menu .menu__subtitle__right::after {
  content: '';
  width: 12px;
  height: 7px;
  background-image: url("../common/ui/arrow-right.svg");
  background-size: contain;
  position: absolute;
  top: calc(50% - 3px);
  transition: transform 0.15s var(--easing-base);
  margin-left: 10px;
}

.btg-navi .menu .menu__customer {
  margin-left: 30px;
  max-width: 60%;
  display: block;
  font-weight: 700;
}

.btg-navi .menu .menu__customer__sub {
  margin-left: 30px;
}

.btg-navi .menu .menu__customer__sub2 {
  margin-left: 30px;
}

.btg-navi .menu .menu__customer__sub2::before {
  content: '';
  width: 12px;
  height: 7px;
  background-image: url("../common/ui/arrow-right.svg");
  background-size: contain;
  position: absolute;
  transition: transform 0.15s var(--easing-base);
}

.btg-navi .menu .menu__icon {
  display: block;
  position: absolute;
}

.btg-navi .menu .menu__icon img {
  width: 100%;
  height: auto;
}

.btg-navi .menu .menu__icon.-mypage {
  width: 17px;
  top: 26px;
  right: 17px;
}

@media screen and (max-width: 767px) {
  .btg-navi .menu .menu__icon.-mypage {
    width: 14px;
    top: 30px;
    right: 15px;
  }
}

.btg-navi .menu .menu__icon.-mypage2 {
  width: 17px;
}

@media screen and (max-width: 767px) {
  .btg-navi .menu .menu__icon.-mypage2 {
    width: 14px;
  }
}

.icon_mypage {
  width: 17px;
}

.icon_mypage img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .icon_mypage {
    width: 14px;
  }
  
  .icon_mypage img {
    width: 14px;
  }
}

.head_customer_link {
  text-decoration: none;
  display: inline;
  position: absolute;
  right: 88px; 
  text-align: center;
}

@media screen and (max-width: 767px) {
  .head_customer_link {
    display: none;
  }
}

.head_customer_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .head_customer_sp {
    display: block;
    text-align: center;
    padding: 10px 20px 0px 20px;
    color: var(--color-text-base);
    text-decoration: none;
    font-size: 16px;
  }
}

.head_customer {
  color: var(--color-text-base);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 5px;
}

.checkmark002{
	padding-left:16px;
	position:relative;
  color: var(--color-text-sale);
}

.checkmark002:before,
.checkmark002:after{
	content:"";
	display:block;
	position:absolute;
}

.checkmark002:before{
	width:13px;
	height:13px;
	border-radius:8px;
	background:#ffffff;
	border:1px solid var(--color-text-sale);
	left:0;top:2px;
}

.checkmark002:after{
	border-left:2px solid var(--color-text-sale);
	border-bottom:2px solid var(--color-text-sale);
	width:6px;
	height:4px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:4px;
	top:6px;
}

.btg-navi .menu .menu__icon.-logout {
  width: 20px;
  top: 26px;
  right: 17px;
}

@media screen and (max-width: 767px) {
  .btg-navi .menu .menu__icon.-logout {
    width: 18px;
    top: 26px;
    right: 13px;
  }
}

.btg-navi .menu .menu__icon.-login {
  width: 20px;
  top: 26px;
  right: 17px;
}

@media screen and (max-width: 767px) {
  .btg-navi .menu .menu__icon.-login {
    width: 18px;
    top: 32px;
    right: 12px;
  }
}

.btg-navi .menu--accordion .menu__title {
  position: relative;
  cursor: pointer;
}

.btg-navi .menu--accordion .menu__title::after {
  content: '';
  width: 12px;
  height: 7px;
  background-image: url("../common/ui/arrow-down.svg");
  background-size: contain;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transition: transform 0.15s var(--easing-base);
}

@media screen and (max-width: 767px) {
  .btg-navi .menu--accordion .menu__title::after {
    right: 15px;
  }
}

.btg-navi .menu--accordion .menu__title.is-active::after {
  transform: rotate(180deg);
}

.btg-navi .menu--accordion .accordion-content {
  background-color: var(--color-bg-white);
  display: none;
}

.btg-navi .menu--accordion .accordion-content .menu__title {
  font-size: 12px;
  padding: 22px 20px 22px;
}

@media screen and (max-width: 767px) {
  .btg-navi .menu--accordion .accordion-content .menu__title {
    padding: 15px;
  }
}

.btg-navi .menu--accordion .accordion-content .accordion-content .link-list .link-list__item {
  padding-left: 35px;
}

.btg-navi .menu--search {
  height: 170px;
}

@media screen and (max-width: 767px) {
  .btg-navi .menu--search {
    height: 145px;
  }
}

.btg-navi .menu--search .menu__title {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .btg-navi .menu--search .menu__title {
    padding-bottom: 8px;
  }
}

.btg-navi .link-list .link-list__item {
  padding: 20px;
  border-top: 1px solid var(--color-border-gray-1);
}

@media screen and (max-width: 767px) {
  .btg-navi .link-list .link-list__item {
    padding: 13px;
  }
}

.btg-navi .link-list .link-list__item a {
  color: var(--color-text-menu);
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.btg-navi .search {
  display: flex;
  flex-shrink: 0;
  margin-top: 3px;
  padding: 0 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btg-navi .search {
    padding: 0 15px;
  }
}

.btg-navi .search .search__text {
  width: calc(100% - 58px);
  height: 50px;
  background: var(--color-bg-white);
  padding: 5px 10px;
  border-radius: 5px 0 0 5px;
  border: 1px solid var(--color-border-gray-2);
  border-right: none;
  color: var(--color-text-form);
}

.btg-navi .search .search__text::-moz-placeholder {
  color: var(--color-text-light);
}

.btg-navi .search .search__text:-ms-input-placeholder {
  color: var(--color-text-light);
}

.btg-navi .search .search__text::placeholder {
  color: var(--color-text-light);
}

@media screen and (max-width: 767px) {
  .btg-navi .search .search__text {
    height: 35px;
    width: calc(100% - 40px);
    font-size: 16px;
  }
}

.btg-navi .search .search__submit {
  background-color: var(--color-bg-gray-1);
  background-image: url("../common/ui/icon-search.svg");
  background-size: 24px 24px;
  background-position: center;
  color: var(--color-text-white);
  min-width: 58px;
  height: 50px;
  border-radius: 0 5px 5px 0;
  border: 1px solid var(--color-border-gray-2);
  font-size: 14px;
  width: initial;
}

@media screen and (max-width: 767px) {
  .btg-navi .search .search__submit {
    min-width: 40px;
    height: 35px;
    font-size: 11px;
    background-size: 16px 16px;
  }
}

.btg-navi .external-links {
  display: flex;
  flex-direction: column;
  background-color: var(--color-bg-white);
  border-top: 1px solid var(--color-border-gray-1);
  padding: 0 25px 50%;
}

@media screen and (max-width: 767px) {
  .btg-navi .external-links {
    align-items: flex-start;
    padding: 0 15px 50%;
  }
}

.btg-navi .sns-list {
  display: flex;
  align-items: center;
  margin: 30px 0 0 12px;
}

@media screen and (max-width: 767px) {
  .btg-navi .sns-list {
    margin: 35px 0 0 15px;
    height: 18px;
  }
}

.btg-navi .sns-list .sns-list__item + .sns-list__item {
  margin-left: 22px;
}

@media screen and (max-width: 767px) {
  .btg-navi .sns-list .sns-list__item + .sns-list__item {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btg-navi .sns-list .sns-list__item.-instagram {
    width: 25px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .btg-navi .sns-list .sns-list__item.-instagram {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btg-navi .sns-list .sns-list__item.-facebook {
    width: 13px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .btg-navi .sns-list .sns-list__item.-facebook {
    width: 10px;
  }
}

@media screen and (max-width: 767px) {
  .btg-navi .sns-list .sns-list__item.-twitter {
    width: 26px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .btg-navi .sns-list .sns-list__item.-twitter {
    width: 21px;
  }
}

@media screen and (max-width: 767px) {
  .btg-navi .sns-list .sns-list__item.-line {
    width: 27px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .btg-navi .sns-list .sns-list__item.-line {
    width: 21px;
  }
}

@media screen and (max-width: 767px) {
  .btg-navi .sns-list .sns-list__item.-youtube {
    width: 26px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .btg-navi .sns-list .sns-list__item.-youtube {
    width: 20px;
  }
}

.btg-navi .sns-list img {
  width: 100%;
}

.btg-navi .footer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text-white);
  background: var(--color-button-base);
  font-size: 11px;
  min-width: 255px;
  min-height: 52px;
  border-radius: 4px;
  text-decoration: none;
  padding: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .btg-navi .footer-btn {
    min-width: 100%;
    font-size: 12px;
    min-height: 50px;
    margin-top: 30px;
  }
}

.btg-navi .footer-btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  min-width: 255px;
  min-height: 52px;
  border-radius: 4px;
  text-decoration: none;
  padding: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .btg-navi .footer-btn2 {
    min-width: 100%;
    font-size: 12px;
    min-height: 50px;
    margin-top: 30px;
  }
}

.breadcrumbs {
  background: var(--color-breadcrumb);
  padding: 10px 30px;
  min-height: 42px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 16px;
  }
}

.breadcrumbs .breadcrumb-list {
  display: flex;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .breadcrumbs .breadcrumb-list {
    font-size: 10px;
  }
}

.breadcrumbs .breadcrumb-list li + li {
  margin-left: 8px;
}

.breadcrumbs .breadcrumb-list li + li::before {
  content: '>';
  position: relative;
  right: 4px;
}

.breadcrumbs .breadcrumb-list a {
  color: var(--color-text-base);
  text-decoration: none;
}

.heading-normal {
  font-size: 24px;
  display: flex;
  align-items: center;
  font-family: var(--font-family-en);
}

@media screen and (max-width: 767px) {
  .heading-normal {
    font-size: 18px;
  }
}

.heading-left {
  text-align: left;
  margin-bottom: 0px;
}

.heading-underline {
  font-size: 24px;
  border-bottom: 1px solid var(--color-border-gray-3);
  padding-bottom: 10px;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .heading-underline {
    font-size: 18px;
    padding-bottom: 4px;
  }
}

.heading-underline span {
  font-weight: bold;
}

.heading-large {
  font-family: var(--font-family-en);
  font-size: 21px;
  width: 100%;
  color: var(--color-text-base);
  text-align: left;
  font-weight: bold;
}

.heading-large-history {
  font-family: var(--font-family-en);
  font-size: 21px;
  width: 100%;
  color: var(--color-text-form);
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .heading-large-history {
    font-size: 16px;
  }
}

.heading-middle {
  font-family: var(--font-family-en);
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .heading-middle {
    font-size: 19px;
  }
}

.heading-small {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .heading-small {
    font-size: 16px;
  }
}

.heading-center {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .heading-center {
    font-size: 18px;
  }
}

.sub {
  font-size: 12px;
  margin: 5px 0 0 8px;
}

@media screen and (max-width: 767px) {
  .sub {
    font-size: 10px;
  }
}

.note {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .note {
    font-size: 12px;
    line-height: 1.6;
  }
}

.description {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .description {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5;
  }
}

.required {
  color: var(--color-text-white);
  background-color: var(--color-required);
  border-radius: 30px;
  min-width: 35px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .required {
    transform: scale(0.9);
  }
}

.caption {
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .caption {
    margin-top: 10px;
    font-size: 10px;
    line-height: 2;
  }
}

.caption a {
  color: var(--color-text-base);
}

.delivery-modal {
  background-color: var(--color-body);
  max-width: 100%;
  min-height: 310px;
  border-radius: 10px;
  padding: 40px 20px;
  white-space: normal;
}

.coupon-modal {
  background-color: var(--color-body);
  max-width: 100%;
  min-height: 310px;
  border-radius: 10px;
  padding: 40px 30px;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .coupon-modal {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
    padding: 30px 15px 20px;
  }
}

.coupon-modal .coupon-desc {
  font-size: 14px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .coupon-modal .coupon-desc {
    font-size: 12px;
  }
}

.coupon-modal .coupon-code {
  border-radius: 10px;
  border: 1px solid var(--color-border-gray-1);
  padding: 10px;
  height: 80px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .coupon-modal .coupon-code {
    border-radius: 5px;
    height: 70px;
    padding: 8px;
  }
}

.coupon-modal .coupon-code .coupon-code__title {
  font-size: 10px;
  display: flex;
  align-items: center;
}

.coupon-modal .input-code {
  width: 100%;
  height: 40px;
  font-size: 16px;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .coupon-modal .input-code {
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
}

.coupon-modal .button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .coupon-modal .button-wrap {
    flex-direction: column;
    margin-top: 15px;
  }
}

.coupon-modal .button-wrap .button {
  max-width: 240px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .coupon-modal .button-wrap .button {
    max-width: 100%;
    min-height: 45px;
  }
}

.coupon-modal .button-wrap .button + .button {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .coupon-modal .button-wrap .button + .button {
    margin: 0 0 10px 0;
    order: -1;
  }
}

.button {
  color: var(--color-text-white);
  background-color: var(--color-button-base);
  min-height: 60px;
  border-radius: 5px;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  background-repeat: no-repeat;
  transition: opacity .2s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.button:hover {
  opacity: 0.8;
}

.button.-disabled:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .button {
    font-size: 13px;
    min-height: 45px;
  }
}

.button.-cart {
  background-image: url("../common/ui/icon-cart-white.svg");
  background-size: 26px 22px;
  background-position: calc(100% - 30px) center;
  background-color: var(--color-button-cart);
  color: var(--color-text-white);
}

@media screen and (max-width: 767px) {
  .button.-cart {
    border-radius: 5px;
    min-height: 65px;
    background-size: 24px 22px;
    background-position: calc(100% - 32px) center;
  }
}

.button.-repeat {
  background-color: var(--color-button-cart);
  background-image: url("../common/ui/icon-repeat.svg");
  background-size: 22px 25px;
  background-position: calc(100% - 30px) center;
}

@media screen and (max-width: 767px) {
  .button.-repeat {
    border-radius: 5px;
    min-height: 65px;
    background-size: 24px 22px;
    background-position: calc(100% - 30px) center;
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .cart-button {
    margin: 0 15px;
  }
}

.button.-favorite {
  display: block;
  background-color: var(--color-button-white);
  color: var(--color-text-gray);
}

.button.-favorite.before label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid var(--color-text-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-height: 60px;
  background-color: transparent;
  background-image: url("../common/ui/icon-favorite.svg");
  background-size: 24px 22px;
  background-position: calc(100% - 30px) center;
}

.button.-favorite.after label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  border: 1px solid var(--color-favorite);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-height: 60px;
  background-color: transparent;
  background-image: url("../common/ui/icon-favorite-checked.svg");
  background-size: 24px 22px;
  background-position: calc(100% - 30px) center;
}

.button.-favorite.before label a{
  color: var(--color-text-gray);
  text-decoration: none;
}

.button.-favorite.after label a{
  color: var(--color-favorite);
  text-decoration: none;
}

.button.-favorite label::before {
  /* content: 'お気に入りに登録'; */
}

@media screen and (max-width: 767px) {
  .button.-favorite label {
    min-height: 45px;
    background-size: 15px 14px;
    background-position: calc(100% - 18px) center;
  }
}

.button.-favorite input[type="checkbox"] {
  display: none;
}

.button.-favorite input[type="checkbox"]:checked + label {
  color: var(--color-favorite);
  border: 1px solid var(--color-favorite);
  background-image: url("../common/ui/icon-favorite-checked.svg");
}

.button.-favorite input[type="checkbox"]:checked + label::before {
  content: 'お気に入りに登録済み';
}

.button.-reorder {
  font-size: 10px;
  background-size: 16px 14px;
  background-position: calc(100% - 20px) center;
  min-height: 42px;
  background-color: var(--color-button-cart);
}

@media screen and (max-width: 767px) {
  .button.-reorder {
    font-size: 12px;
    border-radius: 0;
    min-height: 50px;
    background-size: 18px 16px;
    background-position: calc(100% - 25px) center;
  }
}

.button.-review {
  font-size: 10px;
  background-image: url("../common/ui/icon-review.svg");
  background-size: 14px 14px;
  background-position: calc(100% - 20px) center;
  background-color: var(--color-button-gray);
  min-height: 42px;
  background-color: var(--color-button-review);
}

@media screen and (max-width: 767px) {
  .button.-review {
    font-size: 12px;
    border-radius: 0;
    min-height: 50px;
    background-size: 17px 17px;
    background-position: calc(100% - 25px) center;
  }
}

.button.-light {
  color: var(--color-text-form);
  /* font-size: 14px; */
  background-color: var(--color-button-gray-2);
  min-height: 60px;
}

@media screen and (max-width: 767px) {
  .button.-light {
    font-size: 12px;
    min-height: 50px;
    background-size: 17px 17px;
    background-position: calc(100% - 25px) center;
  }
}

.button.-coupon {
  font-size: 12px;
  font-weight: normal;
  max-width: 200px;
  min-height: 40px;
  margin: 5px 0 10px;
  background-color: var(--color-bg-gray-4);
  color: var(--color-text-white);
}

@media screen and (max-width: 767px) {
  .button.-coupon {
    max-width: 225px;
    margin-top: 15px;
    min-height: 35px;
  }
}

.button.-delivery {
  font-size: 12px;
  font-weight: normal;
  width: 200px;
  min-height: 40px;
  margin: 5px 0 10px;
  background-color: var(--color-bg-gray-4);
  color: var(--color-text-white);
}

.button.-confirm {
  background-color: var(--color-bg-gray-4);
}

.button.-regist {
  font-size: 14px;
  background-color: var(--color-bg-gray-4);
}

@media screen and (max-width: 767px) {
  .button.-regist {
    font-size: 12px;
  }
}

.button.-signup {
  background-image: url("../common/account/icon-signup.svg");
  background-size: 17px 17px;
  background-position: calc(100% - 20px) center;
  background-color: var(--color-bg-gray-4);
  color: var(--color-text-white);
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .button.-signup {
    font-size: 12px;
    background-size: 13px 13px;
    margin-top: 10px;
  }
}

.button.-no-icon {
  background-color: var(--color-border-gray-4);
  color: var(--color-bg-white);
  padding-left: 0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  /* display: flex; */
  justify-content: center;
  margin-top: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .button.-no-icon {
    font-size: 12px;
    margin-top: 15px;
  }
}

.button.-disabled {
  background-color: var(--color-border-gray-1);
}

.button.-login {
  background-color: var(--color-border-gray-4);
  background-image: url("../common/account/icon-login.svg");
  background-size: 21px 21px;
  background-position: calc(100% - 20px) center;
  color: var(--color-bg-white);
  padding-left: 0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .button.-login {
    font-size: 12px;
    background-size: 11px 13px;
    margin-top: 15px;
  }
}

.button.-address {
  border-radius: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .button.-address {
    padding: 10px 12px;
    vertical-align: middle;
  }
}

.button-account {
  font-size: 14px;
  display: flex;
  align-items: center;
  min-height: 60px;
  max-width: 460px;
  width: 100%;
  background-repeat: no-repeat;
  padding-left: 80px;
  transition: opacity .2s linear;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .button-account {
    font-size: 12px;
    min-height: 45px;
    max-width: 100%;
    padding-left: 60px;
  }
}

.button-account:hover {
  opacity: 0.8;
}

.button-account.-google {
  background-image: url("../common/account/icon-google.svg");
  background-size: 23px 23px;
  background-position: 20px center;
  background-color: var(--color-google);
  border: 1px solid var(--color-border-gray-1);
  color: var(--color-text-google);
}

@media screen and (max-width: 767px) {
  .button-account.-google {
    background-size: 14px 14px;
  }
}

.button-account.-line {
  background-image: url("../common/account/icon-line.svg");
  background-color: var(--color-line);
  background-size: 28px 27px;
  background-position: 20px center;
  color: var(--color-bg-white);
}

.button-account.-line-connect {
  background-color: var(--color-bg-white);
  background-size: 20px 18px;
  background-position: 20px center;
  color: var(--color-line);
  font-size: 14px;
  display: inline-block;
  align-items: center;
  min-height: 30px;
  max-width: 135px;
  width: 100%;
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-top: 2px;
  transition: opacity .2s linear;
  text-decoration: none;
  border: solid 2px var(--color-line);
  font-weight: bold;
}

.-line-connect-exists{
  background-color: var(--color-bg-white);
  background-size: 20px 18px;
  background-position: 20px center;
  font-size: 14px;
  display: inline-block;
  align-items: center;
  min-height: 30px;
  max-width: 125px;
  width: 100%;
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-top: 7px;
  transition: opacity .2s linear;
  text-decoration: none;
  border: solid 2px var(--color-button-gray);
  font-weight: bold;
  color: var(--color-button-gray);
  border-radius: 5px;
  padding-top: 2px;
}

@media screen and (max-width: 767px) {
  .button-account.-line {
    background-size: 16px 15px;
  }
}

.button-account.-facebook {
  background-image: url("../common/account/icon-facebook.svg");
  background-color: var(--colo-facebook);
  background-size: 15px 29px;
  background-position: 26px center;
  color: var(--color-bg-white);
}

@media screen and (max-width: 767px) {
  .button-account.-facebook {
    background-size: 9px 18px;
    background-position: 22px center;
  }
}

.button-account.-twitter {
  background-image: url("../common/account/icon-x.svg");
  background-color: var(--color-twitter);
  background-size: 28px 23px;
  background-position: 20px center;
  color: var(--color-bg-white);
}

@media screen and (max-width: 767px) {
  .button-account.-twitter {
    background-size: 17px 14px;
  }
}

.button-account.-yahoo {
  background-image: url("../common/account/icon-yahoo.svg");
  background-color: var(--color-yahoo);
  background-size: 42px 23px;
  background-position: 12px center;
  color: var(--color-bg-white);
}

@media screen and (max-width: 767px) {
  .button-account.-yahoo {
    background-size: 26px 15px;
    background-position: 17px center;
  }
}

.login-buttons {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .login-buttons {
    margin-top: 10px;
  }
}

.login-buttons .button-account:first-of-type {
  border-radius: 5px 5px 0 0;
}

.login-buttons .button-account:last-of-type {
  border-radius: 0 0 5px 5px;
}

.login-buttons .button-account:only-of-type {
  border-radius: 5px 5px 5px 5px;
}

.select {
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-border-gray-1);
  border-radius: 5px;
  padding: 0 10px;
  background-image: url("../common/ui/triangle-select.svg");
  background-size: 11px 9px;
  background-position: calc(100% - 10px) center;
  color: var(--color-text-form);
}

@media screen and (max-width: 767px) {
  .select {
    background-size: 8px 7px;
    padding: 0 6px;
    background-position: calc(100% - 6px) center;
    font-size: 16px;
  }
}

.check-box {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.check-box input[type="checkbox"] {
  display: none;
}

.check-box input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

@media screen and (max-width: 767px) {
  .check-box input[type="checkbox"]:checked + label::after {
    top: 4px;
    left: 7px;
    width: 5px;
    height: 9px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

.check-box label {
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .check-box label {
    font-size: 11px;
    padding-left: 25px;
  }
}

.check-box label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: var(--color-bg-gray-1);
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .check-box label::before {
    width: 18px;
    height: 18px;
  }
}

.radio {
  display: none;
}

.radio + label {
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .radio + label {
    font-size: 12px;
  }
}

.radio + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 50%;
  background-color: var(--color-button-gray-2);
}

.radio:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: var(--color-bg-gray-4);
  border-radius: 50%;
}

.radio-coupon input {
	top: 0.4rem;
	left: 0;
	width: 16px;
	height: 16px;
	content: '';
	border: 0.2rem solid #ccc;
	border-radius: 50%;
  margin-right: 0.8rem;
}

.radio-coupon {
	font-size: 1.5rem;
  line-height: 1;
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0.5rem 0.5rem 0rem;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: normal;
  text-overflow: ellipsis;
}

.textarea {
  width: 100%;
  height: 150px;
  resize: none;
  padding: 10px;
  border-style: none;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .textarea {
    height: 125px;
  }
}

.radio-list .radio-list__item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .radio-list .radio-list__item {
    flex-direction: column;
  }
}

.radio-list .radio-list__item:not(:last-child) {
  position: relative;
}

.radio-list .radio-list__item:not(:last-child)::after {
  content: '';
  height: 1px;
  width: calc(100% - 25px);
  background-color: var(--color-border-gray-1);
  bottom: 0;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .radio-list .radio-list__item:not(:last-child)::after {
    width: 100%;
  }
}

.radio-list .radio-list__item:last-child {
  padding-bottom: 0;
}

.radio-list .radio-list__item + .radio-list__item {
  padding-top: 12px;
}

.radio-list .radio-list__item .detail-text {
  margin: 5px 0 0 25px;
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .radio-list .radio-list__item .detail-text {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .radio-list .radio-list__item .detail-text {
    margin: 10px 0 0 25px;
    display: flex;
    flex-direction: column;
  }
}

.radio-list .radio-list__item .detail-text .detail-text__note {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .radio-list .radio-list__item .detail-text .detail-text__note {
    font-size: 12px;
    line-height: 1.6;
  }
}

.radio-list .radio-list__item .detail-text .detail-text__price {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .radio-list .radio-list__item .detail-text .detail-text__price {
    font-size: 12px;
  }
}

.radio-list .radio-list__item .detail-text .detail-text__period {
  font-size: 10px;
  display: inline-block;
  margin-left: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .radio-list .radio-list__item .detail-text .detail-text__period {
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .radio-list .radio-list__item .detail-text .detail-text__period {
    margin: 10px 0 0 0;
  }
}

.radio-list .radio-list__item .detail-text .detail-text__date {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .radio-list .radio-list__item .detail-text .detail-text__date {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .radio-list .radio-list__item .detail-text .button {
    margin-left: auto;
    margin-right: auto;
  }
}

.radio-list .radio-list__item .detail-img {
  width: 300px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .radio-list .radio-list__item .detail-img {
    order: -1;
    width: 100%;
    width: 100%;
  }
}

.radio-list .radio-list__item .detail-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inputs-wrap {
  margin-top: 15px;
}

.inputs-wrap .account-input:first-of-type {
  border-radius: 5px 5px 0 0;
}

.inputs-wrap .account-input:last-of-type {
  border-radius: 0 0 5px 5px;
}

.account-input {
  display: flex;
  align-items: center;
  min-height: 80px;
  border: 1px solid var(--color-border-gray-1);
  padding: 0 32px;
}

@media screen and (max-width: 767px) {
  .account-input {
    min-height: 60px;
    padding: 0 10px;
  }
}

.account-input.is-error {
  background-color: var(--color-bg-error);
  background-image: url("../common/account/icon-error.svg");
  background-size: 20px 20px;
  background-position: calc(100% - 30px) center;
}

@media screen and (max-width: 767px) {
  .account-input.is-error {
    background-size: 18px 18px;
  }
}

.account-input.is-error .account-input__title {
  color: var(--color-text-error);
}

.account-input.is-error .account-input__icon svg {
  fill: var(--color-button-base);
}

.account-input + .account-input {
  border-top: none;
}

.account-input input {
  font-size: 18px;
  font-family: var(--font-family-en);
  box-shadow: none;
  outline: initial;
	border-radius: initial;
  padding: initial;
  font-size: initial;
  border: initial;
}

.account-input.is-error input {
  color: var(--color-text-form);
}
@media screen and (max-width: 767px) {
  .account-input input {
    font-size: 16px;
  }
}

.account-input input::-moz-placeholder {
  color: var(--color-text-light);
}

.account-input input:-ms-input-placeholder {
  color: var(--color-text-light);
}

.account-input input::placeholder {
  color: var(--color-text-light);
}

.account-input .account-input__icon {
  width: 26px;
}

@media screen and (max-width: 767px) {
  .account-input .account-input__icon {
    width: 13px;
  }
}

.account-input .account-input__icon svg {
  fill: var(--color-bg-gray-4);
  width: 100%;
  height: auto;
}

.account-input .account-input__text {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 85%;
}

@media screen and (max-width: 767px) {
  .account-input .account-input__text {
    margin-left: 15px;
    width: 95%;
  }
}

.account-input .account-input__title {
  font-size: 12px;
  color: var(--color-text-gray);
}

.delivery-radio {
  position: relative;
  display: flex;
  cursor: pointer;
  user-select: none;
  padding-left: 20px;
  align-items: center;
}

.delivery-radio input {
  display: none;
}

.delivery-radio__data {
  position: absolute;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .delivery-radio {
    position: relative;
    display: flex;
    cursor: pointer;
    user-select: none;
    padding-left: 15px;
  }

  .delivery-radio .data-list .data-list__title {
    width: 50px;
  }
}

.delivery-new {
  width: 200px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .delivery-new a {
    width: 190px;
    margin: 20px 0 0 auto;
    font-size: 12px;
    min-height: 45px;
  }
}

.payment-table {
  width: 100%;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 10px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .payment-table {
    margin-top: 10px;
    border-radius: 5px;
  }
}

.payment-table .data-list {
  padding: 8px 12px 8px 12px;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .payment-table .data-list {
    padding: 10px;
  }
}

.payment-table .data-list + .data-list::before {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-border-gray-1);
  position: absolute;
  top: 0;
  left: 0;
}

.payment-table .data-list .data-list__title {
  font-size: 10px;
  padding: 10px;
  min-width: 150px;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .payment-table .data-list .data-list__title {
    min-width: 150px;
    padding: 0;
    line-height: 1.6;
  }
}

.payment-table .data-list .data-list__data {
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .payment-table .data-list .data-list__data {
    font-size: 12px;
    line-height: 1.5;
  }
}

.payment-table .data-list .data-list__data .item {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .payment-table .data-list .data-list__data .item {
    font-size: 12px;
  }
}

.payment-table .data-list .data-list__data .item .item__title {
  min-width: 80px;
  display: inline-block;
}

.payment-list .payment-list__item {
  padding: 12px 0 12px 15px;
}

@media screen and (max-width: 767px) {
  .payment-list .payment-list__item {
    padding: 8px 15px;
  }
}

.payment-list .payment-list__item + .payment-list__item {
  border-top: 1px solid var(--color-border-gray-1);
}

.payment-list .payment-list__item .text {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .payment-list .payment-list__item .text {
    margin-left: 0;
    padding: 0 15px;
  }
}

.payment-list .payment-list__item .text .text__desc {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .payment-list .payment-list__item .text .text__desc {
    font-size: 12px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .payment-list .payment-list__item .text .button {
    margin-left: auto;
    margin-right: auto;
  }
}

.select {
  min-width: 150px;
  min-height: 40px;
}

@-moz-document url-prefix() {
  .select {
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .select {
    min-width: 135px;
  }
  .sbps_expire{
    min-width: 70px;
  }
  .number_payment{
    min-width: 130px;
  }
}

.button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .button-wrap {
    flex-direction: column;
    margin-top: 40px;
  }
}

.button-wrap .button {
  margin: 0;
  max-width: 300px;
  min-height: 60px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .button-wrap .button {
    min-height: 45px;
    font-size: 12px;
    margin: auto;
  }
}

.button-wrap .button + .button {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .button-wrap .button + .button {
    margin: 0 auto 15px auto;
    order: -1;
  }
}

.purchase-table {
  width: 100%;
  border-spacing: 0;
  border-radius: 10px;
  border: 1px solid var(--color-border-gray-1);
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .purchase-table {
    border-radius: 5px;
  }
}

.purchase-table + .purchase-table {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .purchase-table + .purchase-table {
    margin-top: 10px;
  }
}

.purchase-table .purchase-table__head {
  border-radius: 9px 9px 0 0;
  color: var(--color-text-white);
  background-color: var(--color-bg-gray-4);
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
}

@media screen and (max-width: 767px) {
  .purchase-table .purchase-table__head {
    border-radius: 4px 4px 0 0;
    padding: 0 8px;
    min-height: 38px;
  }
}

.purchase-table .purchase-table__head .title {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .purchase-table .purchase-table__head .title {
    font-size: 12px;
  }
}

.purchase-table .purchase-table__head .date {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

.purchase-table .purchase-table__head .link {
  padding: 7px 20px;
  background: var(--color-bg-white);
  color: var(--color-text-form);
  font-size: 12px;
  border-radius: 5px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .purchase-table .purchase-table__head .link {
    font-size: 10px;
    padding: 3px 12px;
    border-radius: 2px;
  }
}

.purchase-table .data-list {
  padding: 8px 12px 8px 12px;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .purchase-table .data-list {
    padding: 10px;
    align-items: flex-start;
  }
}

.purchase-table .data-list + .data-list::before {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  background: var(--color-border-gray-1);
  position: absolute;
  top: 0;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .purchase-table .data-list + .data-list::before {
    width: calc(100% - 10px);
    left: 10px;
  }
}

.purchase-table .data-list .data-list__title {
  font-size: 10px;
  padding: 10px;
  min-width: 130px;
}

@media screen and (max-width: 767px) {
  .purchase-table .data-list .data-list__title {
    min-width: 80px;
    padding: 0;
    line-height: 1.6;
  }
}

.purchase-table .data-list .data-list__number {
  font-family: var(--font-family-en);
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .purchase-table .data-list .data-list__number {
    font-size: 13px;
    line-height: 1.5;
  }
}

.purchase-table .data-list .data-list__data {
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .purchase-table .data-list .data-list__data {
    font-size: 12px;
    line-height: 1.5;
  }
}

.purchase-table .data-list .data-list__data .item {
  font-size: 14px;
}

.purchase-table .data-list .data-list__data .item .item__title {
  min-width: 80px;
  display: inline-block;
}

.purchase-table .data-list .data-list__data .card-logo {
  background-color: var(--color-bg-white);
  padding: 2px;
  max-width: 40px;
  display: inline-block;
  border: 1px solid var(--color-border-gray-1);
}

.purchase-table .data-list .data-list__data .card-logo img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.purchase-table .data-list .data-list__data .card-number {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .purchase-table .data-list--contact {
    display: flex;
    flex-direction: column;
  }

  .customer-table .data-list--contact {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .purchase-table .data-list--contact .data-list__data {
    margin-top: 5px;
  }
}

.purchase-history {
  margin-top: 50px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .purchase-history {
    margin-top: 40px;
  }
}

.purchase-history .history-wrap {
  float: left;
  width: 48%;
  max-width: 480px;
}

@media screen and (max-width: 767px) {
  .purchase-history .history-wrap {
    float: none;
    width: 100%;
    max-width: 100%;
  }
}

.purchase-history .history-wrap + .history-wrap {
  float: right;
  max-width: 480px;
}

@media screen and (max-width: 767px) {
  .purchase-history .history-wrap + .history-wrap {
    float: none;
    max-width: 100%;
  }
}

.purchase-history .history-table {
  margin-top: 20px;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .purchase-history .history-table {
    border-radius: 5px;
    margin-top: 10px;
  }
}

.purchase-history .history-table .history-table__head {
  border-radius: 9px 9px 0 0;
  color: var(--color-text-white);
  background-color: var(--color-bg-gray-4);
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

@media screen and (max-width: 767px) {
  .purchase-history .history-table .history-table__head {
    border-radius: 4px 4px 0 0;
    padding: 0 8px;
    min-height: 38px;
  }
}

.purchase-history .history-table .history-table__head .title {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .purchase-history .history-table .history-table__head .title {
    font-size: 12px;
  }
}

.purchase-history .history-table .history-table__body {
  display: flex;
  justify-content: space-between;
  padding: 12px 0 12px 12px;
}

.purchase-history .history-table .history-table__body.border-none {
  border: none;
}

@media screen and (max-width: 767px) {
  .purchase-history .history-table .history-table__body {
    padding: 12px 0 12px 12px;
  }
}

.purchase-history .history-table .history-table__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.purchase-history .history-table .history-table__buttons .button {
  border-radius: 0;
}

.purchase-history .history-table .history-table__buttons .button:last-of-type {
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 767px) {
  .purchase-history .history-table .history-table__buttons .button:last-of-type {
    border-radius: 0 0 4px 4px;
  }
}

.purchase-history .detail-text {
  width: calc(100% - 115px);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .purchase-history .detail-text {
    width: calc(100% - 120px);
  }
}

.purchase-history .detail-text .detail-text__name {
  font-size: 14px;
  padding-right: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .purchase-history .detail-text .detail-text__name {
    font-size: 11px;
    padding-right: 10px;
  }
}

.purchase-history .detail-text .detail-text__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-family-en);
  margin-top: auto;
  border-bottom: 1px solid var(--color-border-gray-1);
  padding-right: 20px;
}

.purchase-history .detail-text .detail-text__data .value img {
  width: 15px;
}

.purchase-history .detail-text .detail-text__cancel form {
  padding-right: 20px;
  text-align: right;
}

.purchase-history .detail-text .detail-text__cancel form a {
  color: var(--color-text-sale);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .purchase-history .detail-text .detail-text__data {
    padding-right: 10px;
  }
}

.purchase-history .detail-text .detail-text__data + .detail-text__data {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .purchase-history .detail-text .detail-text__data + .detail-text__data {
    margin-top: 10px;
  }
}

.purchase-history .detail-text .title {
  font-size: 10px;
  font-family: var(--font-family-base);
}

.purchase-history .detail-text .value {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .purchase-history .detail-text .value {
    font-size: 13px;
  }
}

.purchase-history .detail-image {
  max-width: 94px;
  height: 94px;
}

@media screen and (max-width: 767px) {
  .purchase-history .detail-image {
    max-width: 110px;
    height: 110px;
  }
}

.purchase-history .detail-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid var(--color-border-gray-3);
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .purchase-history .detail-image img {
    border-radius: 5px;
  }
}

.price-table {
  margin-top: 20px;
  max-width: 479px;
  width: 100%;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .price-table {
    border-radius: 5px;
    margin-top: 15px;
  }
}

.price-table .mb0 {
  margin-bottom: 0;
}

.price-list .price-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 30px 12px 30px;
  bottom: 63px;
  box-sizing: border-box;
  max-width: 500px;
  margin-right: 3px;
}

@media screen and (max-width: 767px) {
  .price-list .price-list__item {
    padding: 8px 15px 8px 20px;
    max-width: unset;
  }
}

.price-list .price-list__item:last-child::after, .price-list .price-list__item:nth-last-child(2)::after {
  display: none;
}

.price-list .price-list__item .title {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .price-list .price-list__item .title {
    font-size: 10px;
  }
}

.price-list .price-list__item .price {
  font-size: 18px;
  font-family: var(--font-family-en);
  float: right;
}

@media screen and (max-width: 767px) {
  .price-list .price-list__item .price {
    font-size: 16px;
  }
}

.cart-content {
  display: flex;
}

@media screen and (max-width: 767px) {
  .cart-content {
    display: block;
  }
}

.price-list .price-list__item .price--sale {
  color: var(--color-text-sale);
}

.price-list .price-list__item--total {
  background-color: #d0d0d0;
  box-sizing: border-box;
  max-width: 500px;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .price-list .price-list__item--total {
    max-width: unset;
    border-radius: 0 0 4px 4px;
  }
}

.wrap-form_bg .item-block .body input {
  min-height: 38px;
  font-size: 16px;
}

.purchase-confirm {
  margin-left: 520px;
}

@media screen and (max-width: 767px) {
  .purchase-confirm {
    margin-left: 0px;
  }
}

.btg-styles-main .item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-list {
    gap: 9.375vw 0;
    justify-content: space-between;
  }
}

.btg-styles-main .item-list .item {
  display: block;
  max-width: 235px;
  color: var(--color-text-base);
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .btg-styles-main .item-list .item {
    max-width: 232px;
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-list .item {
    max-width: 42.8125vw;
  }
}

.btg-styles-main .item-list .item .item__img {
  width: 235px;
  height: 235px;
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .btg-styles-main .item-list .item .item__img {
    width: 232px;
    height: 232px;
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-list .item .item__img {
    width: 42.8125vw;
    height: 42.8125vw;
  }
}

.btg-styles-main .item-list .item .item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  border: 1px solid var(--color-border-gray-3);
}

.btg-styles-main .item-list .item .item__img img:hover {
  opacity: 0.5;
}

.btg-styles-main .item-list .item .item__text {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-list .item .item__text {
    margin-top: 5px;
  }
}

.btg-styles-main .item-list .item .item__text .name {
  font-size: 13px;
  line-height: 1.8;
  word-break: break-all;
  color: var(--color-text-base);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-list .item .item__text .name {
    font-size: 12px;
    line-height: 1.5;
  }
}

.btg-styles-main .item-list .item .item__text .price {
  font-family: var(--font-family-en);
  margin-top: 5px;
  color: var(--color-text-base);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-list .item .item__text .price {
    margin-top: 2px;
  }
}

.btg-styles-main .item-list .item .item__text .price .price__unit {
  display: inline-block;
  margin-right: 2px;
}

.btg-styles-main .item-list .item .item__text .price .price__before {
  font-size: 14px;
  display: inline-block;
  color: var(--color-text-gray);
  word-break: break-all;
}

.btg-styles-main .item-list .item .item__text .price .price__before span {
  text-decoration: line-through;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-list .item .item__text .price .price__before {
    font-size: 11px;
    width:30%;
  }
}

.btg-styles-main .item-list .item .item__text .price .price__after {
  font-size: 16px;
  color: var(--color-text-sale);
  display: inline-block;
  margin-left: 12px;
  word-break: break-all;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-list .item .item__text .price .price__after {
    font-size: 14px;
    margin-left: 9px;
    width:50%;
  }
}

.btg-styles-main .item-list .item .item__text .price .price__after::before {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url("../common/product/triangle-price.svg");
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -12px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-list .item .item__text .price .price__after::before {
    width: 6px;
    height: 6px;
    left: -9px;
  }
}

.btg-styles-main .item-list .item .item__text .price .price__after-members {
  color: var(--color-text-sale);
  font-size: 13px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-list .item .item__text .price .price__after-members {
    font-size: 11px;
  }
}

.btg-styles-main .item-list .item .item__text .price .price__normal {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-list .item .item__text .price .price__normal {
    font-size: 14px;
  }
}

.btg-styles-main .item-list .item .item__text .price .price__members {
  font-size: 13px;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-list .item .item__text .price .price__members {
    font-size: 11px;
  }
}

.btg-styles-main .pager {
  display: flex;
  justify-content: center;
  font-family: var(--font-family-en);
  font-size: 16px;
  color: var(--color-text-base);
  margin: 75px auto 0;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .pager {
    font-size: 13px;
    margin: 55px auto 0;
  }
}

.btg-styles-main .pager img {
  width: 100%;
}

.btg-styles-main .pager .pager__number {
  margin: 0 40px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .pager .pager__number {
    margin: 0 32px;
  }
}

.btg-styles-main .pager .pager__slash {
  display: inline-block;
  margin: 0 3px;
}

.btg-styles-main .pager .pager__prev {
  width: 8px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .pager .pager__prev {
    width: 6px;
  }
}

.btg-styles-main .pager .pager__next {
  width: 8px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .pager .pager__next {
    width: 6px;
  }
}

.btg-styles-main .product .item-list {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product .item-list {
    margin: 50px auto 0;
  }
}

.btg-styles-main .product-name {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-name {
    font-size: 15px;
  }
}

.btg-styles-main .product-img {
  float: left;
  max-width: 452px;
  width: 45.1%;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-img {
    float: none;
    max-width: 100%;
    width: 100%;
  }
}

.btg-styles-main .product-img img {
  width: calc(100% - 2px);
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid var(--color-border-gray-3);
  border-radius: 10px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-img img {
    width: 100%;
    max-height: 90.625vw;
  }
}

.btg-styles-main .product-img .slick-slide img {
  opacity: 1;
}

.btg-styles-main .product-img .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-img .slick-dots {
    margin-top: 2px;
  }
}

.btg-styles-main .product-img .slick-dots li {
  cursor: pointer;
  padding: 10px 1px;
  margin: 0 5px 2px;
  height: 10px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-img .slick-dots li {
    padding: 7px 0;
    margin: 0 5px 0;
  }
}

.btg-styles-main .product-img .slick-dots li.slick-active button {
  background: var(--color-slick-dots-active);
}

.btg-styles-main .product-img .slick-dots button {
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-slick-dots);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-img .slick-dots button {
    width: 7px;
    height: 7px;
  }
}

.btg-styles-main .product-text {
  max-width: 450px;
  width: 50%;
  float: left;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-text {
    max-width: 100%;
    width: 100%;
    margin-top: 25px;
  }
}

.btg-styles-main .product-text .product-text__heading {
  font-size: 24px;
  font-weight: bold;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-text .product-text__heading {
    font-size: 18px;
  }
}

.btg-styles-main .product-text .product-text__desc {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.7;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-text .product-text__desc {
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.6;
  }
}

.btg-styles-main .product-text .product-text__desc + .product-text__desc {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-text .product-text__desc + .product-text__desc {
    margin-top: 15px;
  }
}

.btg-styles-main .product-delivery {
  max-width: 500px;
  width: 100%;
  margin-top: 60px;
  padding: 6px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-delivery {
    max-width: 100%;
    width: 100%;
    margin-top: 25px;
    border-radius: 5px;
  }
}

.btg-styles-main .product-delivery .product-delivery__heading {
  justify-content: center;
  text-align: center;
  padding: 7px 7px;
}

.btg-styles-main .product-delivery .product-delivery__heading .product-delivery__title {
  font-size: 15px;
  color: var(--color-text-base);
}

.btg-styles-main .product-delivery .delivery__list {
  position: relative;
  display: flex;
  /*align-items: center;*/
}

.btg-styles-main .product-delivery .delivery__list .delivery__header__pref {
  justify-content: center;
  border: 1px solid var(--color-border-gray-3);
  width: 60%;
  padding: 10px;
  margin: 0px;
  background-color: var(--color-body);
}

.btg-styles-main .product-delivery .delivery__list .delivery__header__charge {
  justify-content: center;
  border: 1px solid  var(--color-border-gray-3);
  width: 50%;
  padding: 10px;
  margin: 0px;
  background-color: var(--color-body);
}

.btg-styles-main .product-delivery .delivery__list .delivery__title {
  text-align: center;
  color: var(--color-text-base);
}

.btg-styles-main .product-delivery .delivery__list .delivery__list__pref {
  justify-content: center;
  border: 1px solid var(--color-border-gray-3);
  width: 60%;
  padding: 10px;
  margin: 0px;
  text-align: center;
}

.btg-styles-main .product-delivery .delivery__list .delivery__list__charge {
  justify-content: center;
  border: 1px solid var(--color-border-gray-3);
  width: 50%;
  padding: 10px;
  margin: 0px;
  /*text-align: center;*/
  display: flex;
  align-items: center;
}

.btg-styles-main .product-purchase {
  float: right;
  max-width: 445px;
  width: 45%;
  min-height: 500px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase {
    float: none;
    max-width: 100%;
    width: 100%;
    min-height: unset;
    padding-top: 10px;
  }
}

.btg-styles-main .product-purchase .price {
  font-family: var(--font-family-en);
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .price {
    margin-top: 5px;
  }
}

.btg-styles-main .product-purchase .price.-member-sale {
  display: flex;
  flex-direction: column;
}

.btg-styles-main .product-purchase .price .price__unit {
  display: inline-block;
  margin-right: 5px;
}

.btg-styles-main .product-purchase .price .price__normal {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .price .price__normal {
    font-size: 27px;
  }
}

.btg-styles-main .product-purchase .price .price__members {
  font-size: 24px;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  color: var(--color-text-base);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .price .price__members {
    font-size: 21px;
  }
}

.btg-styles-main .product-purchase .price .price__before {
  font-size: 21px;
  display: inline-block;
  color: var(--color-text-gray);
  word-break: break-all;
}

.btg-styles-main .product-purchase .price .price__before span {
  text-decoration: line-through;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .price .price__before {
    font-size: 14px;
    width:20%;
  }
}

.btg-styles-main .product-purchase .price .price__after {
  font-size: 29px;
  color: var(--color-text-sale);
  display: inline-block;
  margin-left: 28px;
  word-break: break-all;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .price .price__after {
    font-size: 27px;
    margin-left: 23px;
    width: 40%;
  }
}

.btg-styles-main .product-purchase .price .price__after::before {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url("../common/product/triangle-price.svg");
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .price .price__after::before {
    width: 6px;
    height: 6px;
    left: -16px;
  }
}

.btg-styles-main .product-purchase .price .price__after-members {
  font-size: 24px;
  color: var(--color-text-sale);
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .price .price__after-members {
    font-size: 21px;
  }
}

.btg-styles-main .product-purchase .select {
  min-height: 45px;
  width: 100%;
  background-size: 14px 12px;
  background-position: calc(100% - 20px) center;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .select {
    background-size: 10px 8px;
    background-position: calc(100% - 10px) center;
    padding: 0 10px;
    font-size: 16px;
  }
}

.btg-styles-main .product-purchase .order-include {
  display: flex;
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .order-include {
    font-size: 12px;
    margin-top: 8px;
  }
}

.btg-styles-main .product-purchase .brand {
  display: flex;
  font-size: 16px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .brand {
    font-size: 12px;
    margin-top: 20px;
  }
}

.btg-styles-main .product-purchase .brand .brand__title {
  font-weight: bold;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .brand .brand__title {
    width: 60px;
  }
}

.btg-styles-main .product-purchase .brand .brand__data {
  font-weight: bold;
}

.btg-styles-main .product-purchase .brand .brand__data a {
  color: var(--color-text-base);
}

.btg-styles-main .product-purchase .size {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .size {
    font-size: 12px;
    margin-top: 10px;
  }
}

.btg-styles-main .product-purchase .size .size__title {
  font-weight: bold;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .size .size__title {
    width: 55px;
  }
}

.btg-styles-main .product-purchase .size .size__data {
  width: 82%;
}

.btg-styles-main .product-purchase .color {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .color {
    font-size: 12px;
    margin-top: 8px;
  }
}

.btg-styles-main .product-purchase .color .color__title {
  font-weight: bold;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .color .color__title {
    width: 55px;
  }
}

.btg-styles-main .product-purchase .color .color__data {
  width: 82%;
}

.btg-styles-main .product-purchase .quantity {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .quantity {
    font-size: 14px;
    margin-top: 8px;
  }
  .button {
    font-size: 16px;
  }
}

.btg-styles-main .product-purchase .quantity .quantity__title {
  font-weight: lighter;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .quantity .quantity__title {
    width: 55px;
  }
}

.btg-styles-main .product-purchase .quantity .quantity__data {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .quantity .quantity__data {
    width: 66px;
  }
}

.btg-styles-main .product-purchase .buttons {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .buttons {
    margin: 24px -15px 0;
  }
}

.btg-styles-main .product-purchase .buttons .-repeat {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .buttons .-repeat {
    margin-top: 0;
  }
}

.btg-styles-main .product-purchase .buttons .-favorite {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .buttons .-favorite {
    margin: 15px auto 0;
    width: calc(100% - 30px);
  }
}

.btg-styles-main .product-purchase .favorite-desc {
  text-align: center;
  font-size: 12px;
  color: var(--color-text-gray);
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .product-purchase .favorite-desc {
    font-size: 10px;
  }
}

.btg-styles-main .item-info {
  border-top: 1px solid var(--color-border-gray-2);
  max-width: var(--common-max-width);
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .btg-styles-main .item-info {
    padding: 0 var(--common-padding);
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-info {
    border-top: 1px solid var(--color-border-gray-2);
    padding: 0 var(--common-padding);
  }
}

.btg-styles-main .item-info .info-block + .info-block {
  border-top: 1px solid var(--color-border-gray-2);
}

.btg-styles-main .item-info .text-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: var(--common-max-width);
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .btg-styles-main .item-info .text-container {
    padding: 0 var(--common-padding);
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-info .text-container {
    max-width: 100%;
    padding: 0 var(--common-padding);
  }
}

.btg-styles-main .item-info .info-text {
  width: 45%;
  padding: 45px 0;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-info .info-text {
    width: 100%;
    padding: 25px 0;
  }
  .btg-styles-main .item-info .info-text + .info-text {
    padding-top: 0;
  }
}

.btg-styles-main .item-info .info-text .info-text__heading {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-info .info-text .info-text__heading {
    font-size: 12px;
  }
}

.btg-styles-main .item-info .info-text .info-text__desc {
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .item-info .info-text .info-text__desc {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.5;
  }
}

.btg-styles-main .review {
  padding: 30px 0 148px;
  background-color: var(--color-bg-gray-2);
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .btg-styles-main .review {
    padding: 30px 0 148px 12px;
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .review {
    padding: 15px 0 55px 18px;
  }
}

.btg-styles-main .review .review__inner {
  background-color: var(--color-body);
  max-width: 1000px;
  margin: auto;
  position: relative;
  padding: 122px 120px 0 80px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .review .review__inner {
    padding: 20px 0 0 18px;
  }
}


.btg-styles-main .review .review-head .review-head__title {
  font-family: var(--font-family-en);
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .review .review-head .review-head__title {
    font-size: 16px;
    line-height: 1;
  }
}

.btg-styles-main .review .review-head .review-head__title span {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .review .review-head .review-head__title span {
    font-size: 10px;
  }
}

.btg-styles-main .review .total-rating {
  display: flex;
  align-items: center;
  padding: 18px 0px;
  border-top: 1px solid var(--color-border-gray-4);
  border-bottom: 1px solid var(--color-border-gray-4);
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .review .total-rating {
    padding: 8px 0px;
    margin-top: 13px;
  }
}

.btg-styles-main .review .total-rating .total-rating__count {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .review .total-rating .total-rating__count {
    font-size: 10px;
  }
}

.btg-styles-main .review .total-rating .total-rating__img {
  width: 142px;
  height: 23px;
  margin: 0 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .review .total-rating .total-rating__img {
    width: 92px;
    height: 15px;
    margin: 0 10px;
  }
}

.btg-styles-main .review .total-rating .total-rating__img[data-rating="0"] {
  background-image: url("../common/product/rating-0.svg");
}

.btg-styles-main .review .total-rating .total-rating__img[data-rating="1"] {
  background-image: url("../common/product/rating-1.svg");
}

.btg-styles-main .review .total-rating .total-rating__img[data-rating="2"] {
  background-image: url("../common/product/rating-2.svg");
}

.btg-styles-main .review .total-rating .total-rating__img[data-rating="3"] {
  background-image: url("../common/product/rating-3.svg");
}

.btg-styles-main .review .total-rating .total-rating__img[data-rating="4"] {
  background-image: url("../common/product/rating-4.svg");
}

.btg-styles-main .review .total-rating .total-rating__img[data-rating="5"] {
  background-image: url("../common/product/rating-5.svg");
}

.btg-styles-main .review .total-rating .total-rating__value {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .review .total-rating .total-rating__value {
    font-size: 10px;
  }
}

.btg-styles-main .review .user-review {
  padding: 20px 10px 37px;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .review .user-review {
    padding: 22px 6px 30px;
    margin-top: 0;
  }
}

.btg-styles-main .review .user-review + .user-review {
  margin-top: 0;
  border-top: 1px solid var(--color-border-gray-4);
}

.btg-styles-main .review .user-review .user-review__name {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .review .user-review .user-review__name {
    font-size: 10px;
  }
}

.btg-styles-main .review .user-review .user-review__rating {
  width: 103px;
  height: 17px;
  margin-top: 6px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .review .user-review .user-review__rating {
    width: 92px;
    height: 15px;
    margin-top: 3px;
  }
}

.btg-styles-main .review .user-review .user-review__rating[data-rating="0"] {
  background-image: url("../common/product/rating-0.svg");
}

.btg-styles-main .review .user-review .user-review__rating[data-rating="1"] {
  background-image: url("../common/product/rating-1.svg");
}

.btg-styles-main .review .user-review .user-review__rating[data-rating="2"] {
  background-image: url("../common/product/rating-2.svg");
}

.btg-styles-main .review .user-review .user-review__rating[data-rating="3"] {
  background-image: url("../common/product/rating-3.svg");
}

.btg-styles-main .review .user-review .user-review__rating[data-rating="4"] {
  background-image: url("../common/product/rating-4.svg");
}

.btg-styles-main .review .user-review .user-review__rating[data-rating="5"] {
  background-image: url("../common/product/rating-5.svg");
}

.btg-styles-main .review .user-review .user-review__heading {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .review .user-review .user-review__heading {
    font-size: 12px;
    margin-top: 15px;
  }
}

.btg-styles-main .review .user-review .user-review__desc {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .review .user-review .user-review__desc {
    font-size: 12px;
    line-height: 1.55;
    margin-top: 5px;
  }
}

.btg-styles-main .mv-slide {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mv-slide {
    margin-top: 0;
  }
}

.btg-styles-main .mv-slide .slick-slide > div {
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mv-slide .slick-slide > div {
    margin: 0;
  }
}

.btg-styles-main .mv-slide .slick-slide > div img {
  opacity: 1;
}

.btg-styles-main .mv-slide .mv-slide__item {
  height: 500px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mv-slide .mv-slide__item {
    height: auto;
  }
}

.btg-styles-main .mv-slide .mv-slide__item img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mv-slide .mv-slide__item img {
    border-radius: 0;
    width: 100%;
  }
}

.btg-styles-main .mv-slide .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mv-slide .slick-dots {
    padding: 0 20px;
  }
}

.btg-styles-main .mv-slide .slick-dots li {
  cursor: pointer;
  padding: 10px 1px;
  margin: 0 5px 2px;
  height: 10px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mv-slide .slick-dots li {
    padding: 7px 3px;
    margin: 0 2px 0;
  }
}

.btg-styles-main .mv-slide .slick-dots li.slick-active button {
  background: var(--color-slick-dots-active);
}

.btg-styles-main .mv-slide .slick-dots button {
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-slick-dots);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mv-slide .slick-dots button {
    width: 7px;
    height: 7px;
  }
}

.btg-styles-main .history {
  padding: 55px 0 55px;
  background-color: var(--color-bg-gray-3);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .history {
    padding: 28px 0;
  }
}

.btg-styles-main .history .item-list {
  max-width: 1100px;
  padding: 0 45px;
  margin: 50px auto 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .history .item-list {
    padding: 16px;
  }
}

.btg-styles-main .history .item-list .item:nth-of-type(n + 5) {
  margin-top: 0;
}

.btg-styles-main .history .slick-slide > div {
  margin: 0 6px;
}

.btg-styles-main .history .slick-disabled {
  visibility: hidden;
}

.btg-styles-main .history .slick-next {
  position: absolute;
  top: 30%;
  left: 10px;
  text-indent: -9999px;
  background-image: url("../common/ui/arrow-left-light.svg");
  background-size: contain;
  width: 20px;
  height: 35px;
  cursor: pointer;
}

.btg-styles-main .history .slick-prev {
  position: absolute;
  top: 30%;
  right: 10px;
  text-indent: -9999px;
  background-image: url("../common/ui/arrow-right-light.svg");
  background-size: contain;
  width: 20px;
  height: 35px;
  cursor: pointer;
}

.btg-styles-main .recommend-list {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .btg-styles-main .recommend-list {
    padding: 0 var(--common-padding);
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-list {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 25px var(--common-padding);
  }
}

.btg-styles-main .recommend-list .item {
  display: flex;
  padding: 55px 0;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-list .item {
    width: calc(50% - 10px);
    flex-direction: column;
    padding: 30px 0 25px;
  }
  .btg-styles-main .recommend-list .item:nth-of-type(even) {
    margin-left: 20px;
  }
  .btg-styles-main .recommend-list .item:nth-of-type(n + 3) {
    padding-top: 0;
  }
}

.btg-styles-main .recommend-list .item + .item {
  border-top: 1px solid var(--color-border-gray-5);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-list .item + .item {
    border-top: none;
  }
}

.btg-styles-main .recommend-list .item .item__img {
  width: 280px;
  height: 280px;
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-list .item .item__img {
    width: 42.8125vw;
    height: 42.8125vw;
    margin-right: 0;
    max-width: 100%;
  }
}

.btg-styles-main .recommend-list .item .item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  border: 1px solid var(--color-border-gray-3);
}

.btg-styles-main .recommend-list .item .item__text {
  position: relative;
  width: 60%;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-list .item .item__text {
    width: 100%;
  }
}

.btg-styles-main .recommend-list .item .item__text .title {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-list .item .item__text .title {
    font-size: 12px;
    min-height: 36px;
  }
}

.btg-styles-main .recommend-list .item .item__text .desc {
  font-size: 15px;
  margin-top: 15px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-list .item .item__text .desc {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5;
    -webkit-line-clamp: 4;
  }
}

.btg-styles-main .recommend-list .info {
  color: var(--color-text-base);
  text-decoration: none;
  /* position: absolute; */
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-list .info {
    width: 100%;
    position: static;
    display: inline-block;
    margin-top: 10px;
  }
}

.btg-styles-main .recommend-list .info .info__top {
  height: 205px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-list .info .info__top {
    height: 128px;
  }
}

.btg-styles-main .recommend-list .info .info__img {
  width: 70px;
  height: 70px;
  /* margin-right: 14px; */
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-list .info .info__img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}

.btg-styles-main .recommend-list .info .info__img img {
  width: 80%;
  height: 80%;
  margin-top: -12%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-list .info .info__img img {
    width: 100%;
    height: 100%;
  }
}

.btg-styles-main .recommend-list .info .info__text {
  display: inline-block;
  /* position: relative; */
  bottom: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-list .info .info__text {
    line-height: 1.3;
  }
}

.btg-styles-main .recommend-list .info .info__text .name {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-list .info .info__text .name {
    font-size: 12px;
  }
}

.btg-styles-main .recommend-list .info .info__text .date {
  font-size: 12px;
  font-family: var(--font-family-en);
  color: var(--color-text-gray);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-list .info .info__text .date {
    font-size: 11px;
  }
}

.btg-styles-main .brand {
  max-width: 980px;
  padding: 55px 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .btg-styles-main .brand {
    padding: 55px var(--common-padding);
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .brand {
    max-width: 100%;
    padding: 25px var(--common-padding);
  }
}

.btg-styles-main .brand .brand-list {
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 25px;
}

.btg-styles-main .brand .brand-list::after {
  content: '';
  display: block;
  width: 310px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .brand .brand-list::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .brand .brand-list {
    flex-direction: column;
    margin: 9.375vw auto 0;
    gap: 9.375vw 0;
  }
}

.btg-styles-main .brand .brand-list .brand-item {
  color: var(--color-text-base);
  text-decoration: none;
  max-width: 310px;
  width: 32%;
  margin-right: 2.5%;
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .btg-styles-main .brand .brand-list .brand-item {
    width: 31.6%;;
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .brand .brand-list .brand-item {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

.btg-styles-main .brand .brand-list .brand-item .brand-item__img {
  width: 310px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .brand .brand-list .brand-item .brand-item__img {
    width: 100%;
    /* height: 45.9375vw; */
  }
}

.btg-styles-main .brand .brand-list .brand-item .brand-item__img img {
  width: 310px;
  max-height: 158px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .brand .brand-list .brand-item .brand-item__img img {
    border-radius: 5px;
    width: 100%;
  }
}

.btg-styles-main .brand .brand-list .brand-item .brand-item__name {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .brand .brand-list .brand-item .brand-item__name {
    font-size: 12px;
    margin-top: 2.5vw;
  }
}


.btg-styles-main .ranking .item-list {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .ranking .item-list {
    margin-top: 25px;
  }
}

.btg-styles-main .ranking .item-list .item {
  position: relative;
}

.btg-styles-main .ranking .item-list .item::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background-size: contain;
  left: 10px;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .ranking .item-list .item::before {
    width: 21px;
    height: 21px;
    left: 5px;
    top: 5px;
  }
}

.btg-styles-main .ranking .item-list .item:nth-child(1)::before {
  background-image: url("../common/ranking/rank-1.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(2)::before {
  background-image: url("../common/ranking/rank-2.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(3)::before {
  background-image: url("../common/ranking/rank-3.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(4)::before {
  background-image: url("../common/ranking/rank-4.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(5)::before {
  background-image: url("../common/ranking/rank-5.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(6)::before {
  background-image: url("../common/ranking/rank-6.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(7)::before {
  background-image: url("../common/ranking/rank-7.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(8)::before {
  background-image: url("../common/ranking/rank-8.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(9)::before {
  background-image: url("../common/ranking/rank-9.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(10)::before {
  background-image: url("../common/ranking/rank-10.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(11)::before {
  background-image: url("../common/ranking/rank-11.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(12)::before {
  background-image: url("../common/ranking/rank-12.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(13)::before {
  background-image: url("../common/ranking/rank-13.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(14)::before {
  background-image: url("../common/ranking/rank-14.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(15)::before {
  background-image: url("../common/ranking/rank-15.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(16)::before {
  background-image: url("../common/ranking/rank-16.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(17)::before {
  background-image: url("../common/ranking/rank-17.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(18)::before {
  background-image: url("../common/ranking/rank-18.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(19)::before {
  background-image: url("../common/ranking/rank-19.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(20)::before {
  background-image: url("../common/ranking/rank-20.svg");
}

.btg-styles-main .ranking .item-list .item:nth-child(1):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(2):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(3):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(4):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(5):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(6):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(7):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(8):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(9):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(10):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(11):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(12):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(13):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(14):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(15):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(16):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(17):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(18):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(19):hover::before {
  opacity: 0.5;
}

.btg-styles-main .ranking .item-list .item:nth-child(20):hover::before {
  opacity: 0.5;
}

.btg-styles-main .purchase .purchase-count {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .purchase .purchase-count {
    font-size: 10px;
    margin-top: 2px;
  }
}

.btg-styles-main .purchase .purchase-total {
  margin: 50px 0 55px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .purchase .purchase-total {
    margin: 25px 0 35px;
  }
}

.btg-styles-main .purchase .purchase-total .total {
  max-width: 500px;
  border-radius: 10px;
  border: 1px solid var(--color-border-gray-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .purchase .purchase-total .total {
    border-radius: 5px;
  }
}

.btg-styles-main .purchase .purchase-total .total .total__title {
  font-size: 14px;
  width: 50%;
  min-height: 60px;
  background-color: var(--color-bg-gray-5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px 0 0 9px;
  color: var(--color-text-menu);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .purchase .purchase-total .total .total__title {
    font-size: 12px;
    min-height: 50px;
    border-radius: 4px 0 0 4px;
  }
}

.btg-styles-main .purchase .purchase-total .total .total__price {
  font-family: var(--font-family-en);
  font-size: 30px;
  text-align: right;
  width: 50%;
  min-height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .purchase .purchase-total .total .total__price {
    font-size: 18px;
    min-height: 50px;
  }
}

.btg-styles-main .purchase .pager {
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .purchase .pager {
    margin: 25px auto 0;
  }
}

.btg-styles-main .sort {
  display: flex;
  align-items: center;
  padding: 30px 0 38px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .sort {
    padding: 18px 0 30px;
  }
}

.btg-styles-main .sort .sort__result {
  font-size: 16px;
  font-family: var(--font-family-en);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .sort .sort__result {
    font-size: 11px;
  }
}

.btg-styles-main .sort .sort__result .number {
  font-size: 20px;
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .sort .sort__result .number {
    font-size: 14px;
  }
}

.btg-styles-main .sort .sort__option {
  margin-left: auto;
  min-height: 36px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .sort .sort__option {
    min-width: 125px;
    min-height: 35px;
    font-size: 16px;
    transform: scale(0.85);
    padding-right: 20px;
  }
}

.btg-styles-main .sort .sort__number {
  margin-left: 12px;
  min-width: 90px;
  min-height: 36px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .sort .sort__number {
    margin-left: 0;
    min-width: 70px;
    min-height: 35px;
    font-size: 16px;
    transform: scale(0.85);
  }
}

.btg-styles-main .no-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 125px 0 110px;
  max-width: var(--common-max-width);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .no-item {
    padding: 63px 15px 108px;
    max-width: 100%;
  }
}

.btg-styles-main .no-item .message {
  text-align: center;
}

.btg-styles-main .no-item .message .message__img {
  width: 91px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .no-item .message .message__img {
    width: 45px;
  }
}

.btg-styles-main .no-item .message .message__img img {
  width: 100%;
  height: auto;
}

.btg-styles-main .no-item .message .message__main {
  font-size: 26px;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .no-item .message .message__main {
    font-size: 18px;
    margin-top: 17px;
  }
}

.btg-styles-main .no-item .message .message__sub {
  font-size: 17px;
  color: var(--color-text-gray);
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .no-item .message .message__sub {
    font-size: 12px;
    margin-top: 17px;
  }
}

.btg-styles-main .recommend-detail {
  border-bottom: 1px solid var(--color-border-gray-2);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail {
    border-bottom: none;
  }
}

.btg-styles-main .recommend-detail + .item-detail {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail + .item-detail {
    margin-top: 10px;
  }
}

.btg-styles-main .recommend-detail .detail {
  max-width: 680px;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .btg-styles-main .recommend-detail .detail {
    padding: 0 var(--common-padding);
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .detail {
    max-width: 100%;
    padding: 0 var(--common-padding);
  }
}

.btg-styles-main .recommend-detail .detail .detail__heading {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .detail .detail__heading {
    font-size: 21px;
  }
}

.btg-styles-main .recommend-detail .detail .detail__link {
  font-size: 15px;
  text-align: right;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .detail .detail__link {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

.btg-styles-main .recommend-detail .detail .detail__link a {
  color: var(--color-text-base);
}

.btg-styles-main .recommend-detail .item + .item {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .item + .item {
    margin-top: 40px;
  }
}

.btg-styles-main .recommend-detail .item .item__heading {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .item .item__heading {
    font-size: 18px;
  }
}

.btg-styles-main .recommend-detail .item .item__img {
  width: 100%;
  margin-top: 25px;
}

.btg-styles-main .recommend-detail .item .item__img img {
  width: 100%;
  height: auto;
}

.btg-styles-main .recommend-detail .item .item__desc {
  font-size: 16px;
  margin-top: 45px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .item .item__desc {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.5;
  }
}

.btg-styles-main .recommend-detail .info {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .info {
    width: 100%;
    margin-top: 10px;
  }
}

.btg-styles-main .recommend-detail .info .info__img {
  width: 70px;
  height: 70px;
  margin-right: 14px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .info .info__img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.btg-styles-main .recommend-detail .info .info__img img {
  width: 80%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .info .info__img img {
    width: 100%;
    height: 100%;
  }
}

.btg-styles-main .recommend-detail .info .info__text {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .info .info__text {
    line-height: 1.6;
  }
}

.btg-styles-main .recommend-detail .info .info__text .name {
  font-size: 16px;
  font-weight: bold;
}

.btg-styles-main .recommend-detail .info .info__text .date {
  font-size: 12px;
  font-family: var(--font-family-en);
  color: var(--color-text-gray);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .info .info__text .date {
    font-size: 11px;
  }
}

.btg-styles-main .recommend-detail .staff {
  margin-top: 90px;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .staff {
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 8px;
    border-top: 1px solid var(--color-border-gray-2);
  }
}

.btg-styles-main .recommend-detail .staff .staff__img {
  width: 124px;
  height: 124px;
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .staff .staff__img {
    float: none;
    width: 15.625vw;
    height: 15.625vw;
    margin-right: 10px;
  }
}

.btg-styles-main .recommend-detail .staff .staff__img img {
  width: 80%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .staff .staff__img img {
    width: 100%;
    height: 100%;
  }
}

.btg-styles-main .recommend-detail .staff .staff__profile {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .staff .staff__profile {
    width: 75.8%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.btg-styles-main .recommend-detail .staff .staff__profile .name {
  font-size: 19px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .staff .staff__profile .name {
    font-size: 18px;
    line-height: 1.2;
  }
}

.btg-styles-main .recommend-detail .staff .staff__profile .position {
  font-size: 13px;
  color: var(--color-text-gray);
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .staff .staff__profile .position {
    font-size: 10px;
    line-height: 1.6;
  }
}

.btg-styles-main .recommend-detail .staff .staff__comment {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-detail .staff .staff__comment {
    width: 100%;
    font-size: 12px;
    margin-top: 7px;
  }
}

.btg-styles-main .recommend-staff {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 55px;
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .btg-styles-main .recommend-staff {
    padding: 0 var(--common-padding) 55px;
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-staff {
    max-width: 100%;
    padding: 0 var(--common-padding) 25px;
  }
}

.btg-styles-main .recommend-staff .staff {
  padding: 47px 0 24px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-staff .staff {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 0 24px;
  }
}

.btg-styles-main .recommend-staff .staff .staff__img {
  width: 124px;
  height: 124px;
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-staff .staff .staff__img {
    float: none;
    width: 18.75vw;
    height: 18.75vw;
    margin-right: 10px;
  }
}

.btg-styles-main .recommend-staff .staff .staff__img img {
  width: 80%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.btg-styles-main .recommend-staff .staff .staff__profile {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-staff .staff .staff__profile {
    width: 75.8%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.btg-styles-main .recommend-staff .staff .staff__profile .name {
  font-size: 19px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-staff .staff .staff__profile .name {
    font-size: 18px;
    line-height: 1.2;
  }
}

.btg-styles-main .recommend-staff .staff .staff__profile .position {
  font-size: 13px;
  color: var(--color-text-gray);
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-staff .staff .staff__profile .position {
    font-size: 10px;
    line-height: 1.6;
  }
}

.btg-styles-main .recommend-staff .staff .staff__comment {
  width: 680px;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-staff .staff .staff__comment {
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
  }
}

.btg-styles-main .recommend-staff .reccomend-items {
  display: flex;
  flex-wrap: wrap;
}

.btg-styles-main .recommend-staff .reccomend-items .item {
  width: 46.8%;
  max-width: 378px;
  margin-left: 6.2%;
  color: var(--color-text-base);
  text-decoration: none;
}

.btg-styles-main .recommend-staff .reccomend-items .item:nth-child(odd) {
  margin-left: 0;
}

.btg-styles-main .recommend-staff .reccomend-items .item:nth-child(n + 3) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-staff .reccomend-items .item:nth-child(n + 3) {
    margin-top: 30px;
  }
}

.btg-styles-main .recommend-staff .reccomend-items .item .item__img {
  width: 360px;
  height: 360px;
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .btg-styles-main .recommend-staff .reccomend-items .item .item__img {
    width: 348px;
    height: 348px;
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-staff .reccomend-items .item .item__img {
    width: 42.8125vw;
    height: 42.8125vw;
  }
}

.btg-styles-main .recommend-staff .reccomend-items .item .item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  border: 1px solid var(--color-border-gray-3);
}

.btg-styles-main .recommend-staff .reccomend-items .item .item__text {
  padding: 0 10px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-staff .reccomend-items .item .item__text {
    margin-top: 5px;
    padding: 0;
  }
}

.btg-styles-main .recommend-staff .reccomend-items .item .item__text .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-staff .reccomend-items .item .item__text .title {
    font-size: 12px;
    line-height: 1.5;
  }
}

.btg-styles-main .recommend-staff .reccomend-items .item .item__text .desc {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-staff .reccomend-items .item .item__text .desc {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
    -webkit-line-clamp: 6;
  }
}

.btg-styles-main .recommend-staff .reccomend-items .item .item__text .date {
  font-size: 12px;
  font-family: var(--font-family-en);
  line-height: 1;
  margin-top: 12px;
  color: var(--color-text-gray);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .recommend-staff .reccomend-items .item .item__text .date {
    font-size: 11px;
  }
}

.btg-styles-main .simple {
  /* padding-bottom: 180px; */
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .btg-styles-main .simple {
    /* padding-bottom: 180px; */
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .simple {
    padding: 50px 15px 25px 15px;
  }
}

.btg-styles-main .simple .item-list {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .simple .item-list {
    margin-top: 25px;
  }
}

.btg-styles-main .simple .item-list .item .item__text .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .simple .item-list .item .item__text .name {
    -webkit-line-clamp: 3;
  }
}

.btg-styles-main .mypage-menu {
  background: var(--color-border-gray-2);
  padding: 20px 0 40px 20px;
  color: var(--color-text-menu);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mypage-menu {
    padding: 15px 0 55px 20px;
  }
}

.btg-styles-main .mypage-menu .menu {
  background: var(--color-bg-white);
  padding: 8px 0 20px 22px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mypage-menu .menu {
    padding: 12px 0 0 15px;
  }
}

.btg-styles-main .mypage-menu .menu-head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-border-gray-1);
  padding-bottom: 8px;
}

.btg-styles-main .mypage-menu .menu-head .menu-head__title {
  font-family: var(--font-family-en);
  font-size: 14px;
}

.btg-styles-main .mypage-menu .menu-head .menu-head__title span {
  font-family: var(--font-family-base);
  font-size: 10px;
  display: inline-block;
  margin-left: 7px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mypage-menu .menu-head .menu-head__title span {
    /* display: block; */
    margin-left: 0;
  }
}

.btg-styles-main .mypage-menu .menu-head .menu-head__icon {
  width: 13px;
  margin: 2px 0 0 4px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mypage-menu .menu-head .menu-head__icon {
    margin: 0px 8px 0 auto;
    width: 16px;
  }
}

.btg-styles-main .mypage-menu .menu-head .menu-head__icon img {
  width: 100%;
  height: auto;
}

.btg-styles-main .mypage-menu .menu-body {
  padding-top: 14px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mypage-menu .menu-body {
    padding-top: 0;
  }
}

.btg-styles-main .mypage-menu .menu-list {
  display: flex;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mypage-menu .menu-list {
    flex-direction: column;
  }
}

.btg-styles-main .mypage-menu .menu-list .menu-list__item {
  border-left: 1px solid var(--color-text-base);
  line-height: 1;
  padding: 0 26px;
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .btg-styles-main .mypage-menu .menu-list .menu-list__item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mypage-menu .menu-list .menu-list__item {
    border-left: none;
    border-bottom: 1px solid var(--color-border-gray-1);
    padding: 13px 10px 14px;
  }
}

.btg-styles-main .mypage-menu .menu-list .menu-list__item:last-child {
  border-right: 1px solid var(--color-text-base);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .mypage-menu .menu-list .menu-list__item:last-child {
    border: none;
  }
}

.btg-styles-main .mypage-menu .menu-list .menu-list__item a {
  color: var(--color-text-menu);
  text-decoration: none;
}

.btg-styles-main .account {
  max-width: var(--common-max-width);
  margin: 0 auto;
  padding: 0 0 160px;
}

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .btg-styles-main .account {
    padding: 50px var(--common-padding) 160px;
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .account {
    padding: 25px var(--common-padding) 70px;
  }
}

.btg-styles-main .account .login {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .account .login {
    margin-top: 20px;
  }
}

.btg-styles-main .account .account-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .account .account-container {
    flex-direction: column;
  }
}

.btg-styles-main .account .account-block {
  max-width: 460px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .account .account-block + .account-block {
    margin-top: 25px;
  }
}

.btg-styles-main .confirm {
  padding: 95px 0;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .confirm {
    padding: 25px var(--common-padding) 75px;
  }
}

.btg-styles-main .confirm .message {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .confirm .message {
    text-align: left;
  }
}

.btg-styles-main .confirm .message .message__heading {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .confirm .message .message__heading {
    font-size: 18px;
  }
}

.btg-styles-main .confirm .message .message__desc {
  font-size: 14px;
  margin: 20px auto 50px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .confirm .message .message__desc {
    font-size: 12px;
    margin: 10px auto 50px;
    line-height: 1.5;
  }
}

.btg-styles-main .confirm .message .message__button {
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .confirm .message .message__button {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .btg-styles-main .payment {
    padding-bottom: 30px;
  }
}

.btg-styles-main .payment .payment-block {
  margin-top: 50px;
}

.btg-styles-main .payment .top-block {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .payment .payment-block {
    margin-top: 25px;
  }
}

.btg-styles-main .news-list {
  margin: 30px auto 50px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .news-list {
    margin: 20px auto 40px;
  }
}

.btg-styles-main .news-list .news-list__item {
  display: flex;
  padding: 18px 10px;
  border-top: 1px solid var(--color-border-gray-1);
}

.btg-styles-main .news-list .news-list__item:last-child {
  border-bottom: 1px solid var(--color-border-gray-1);
}

@media screen and (max-width: 767px) {
  .btg-styles-main .news-list .news-list__item {
    display: flex;
    padding: 12px 10px;
  }
}

.btg-styles-main .news-list .news-list__item .date {
  font-size: 14px;
  min-width: 90px;
  margin-right: 10px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .news-list .news-list__item .date {
    font-size: 10px;
    min-width: 60px;
  }
}

.btg-styles-main .news-list .news-list__item .article {
  display: inline-block;
}

.btg-styles-main .news-list .news-list__item .title {
  font-size: 14px;
  font-weight: bold;
  /* display: block; */
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .news-list .news-list__item .title {
    /* display: block; */
    font-size: 12px;
  }
}

.btg-styles-main .news-list .news-list__item .desc {
  font-size: 13px;
  display: inline-block;
  margin-top: 6px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .btg-styles-main .news-list .news-list__item .desc {
    font-size: 10px;
    margin-top: 2px;
  }
}

.module-modal-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  overflow: hidden;
  position: fixed;
  background: #333;
  opacity: .8;
}

.module-modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  position: fixed;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.module-modal .modal-back {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: 1999;
}

.module-modal .modal-wrap {
  white-space: nowrap;
  text-align: center;
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 60px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .module-modal .modal-wrap {
    padding: 10px;
  }
}

.module-modal .modal-wrap::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: calc(100vh - 40px);
  vertical-align: middle;
}

.module-modal .modal-wrap .modal-content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 2000;
  max-width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .module-modal .modal-wrap .modal-content {
    width: 100%;
  }
}

.module-modal .modal-wrap .modal-content img {
  pointer-events: auto;
}

.module-modal .modal-wrap .modal-content .coupon-modal {
  display: block;
}

[data-js="ModuleModalImage"] {
  cursor: pointer;
}

.module-modal .product-img {
  line-height: 0;
  width: 650px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .module-modal .product-img {
    width: 100%;
  }
}

.module-modal .product-img::after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("../common/ui/icon-close-light.svg");
  background-size: contain;
  position: absolute;
  top: -45px;
  right: 15px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .module-modal .product-img::after {
    width: 20px;
    height: 20px;
    top: -28px;
    right: 5px;
  }
}

.module-modal .product-img img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .module-modal .product-img img {
    border-radius: 5px;
  }
}

.btn_bg{
  position: relative;
  border: none;
  padding: 12px;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  text-decoration: none;
}

.required_bg {
  color: var(--color-text-white);
  background-color: var(--color-required);
  border-radius: 30px;
  min-width: 35px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  vertical-align: text-top;
}

@-moz-document url-prefix() {
  .required_bg {
    margin-top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .required_bg {
    transform: scale(0.9);
  }
}

.provisional {
  flex-shrink: 0;
  margin-top: 3px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .provisional {
    padding: 0 15px;
  }
}

.provisional .provisional__text {
  width: 100%;
  height: 50px;
  background: var(--color-bg-white);
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid var(--color-border-gray-2);
  color: var(--color-text-form);
}

.provisional .provisional__text::-moz-placeholder {
  color: var(--color-text-light);
}

.provisional .provisional__text:-ms-input-placeholder {
  color: var(--color-text-light);
}

.provisional .provisional__text::placeholder {
  color: var(--color-text-light);
}

@media screen and (max-width: 767px) {
  .provisional .provisional__text {
    height: 35px;
    width: calc(100% - 40px);
  }
}

.contact-table {
  width: 100%;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 10px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .contact-table {
    margin-top: 10px;
  }
}

.contact-table .data-list {
  padding: 8px 12px 8px 12px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contact-table .data-list {
    padding: 10px;
    align-items: start;
    margin-bottom: 0;
  }

  .contact-table .data-list--contact {
    display: flex;
    flex-direction: column;
  }
}

.contact-table .data-list + .data-list::before {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-border-gray-1);
  position: absolute;
  top: 0;
  left: 0;
}

.contact-table .data-list .data-list__title {
  font-size: 10px;
  padding: 10px;
  min-width: 130px;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .contact-table .data-list .data-list__title {
    min-width: 80px;
    padding: 0;
    line-height: 1.6;
  }
}

.contact-table .data-list .data-list__data {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contact-table .data-list .data-list__data {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.contact-table .data-list .data-list__data .item {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .contact-table .data-list .data-list__data .item {
    font-size: 12px;
  }
}

.contact-table .data-list .data-list__data .item .item__title {
  min-width: 80px;
  display: inline-block;
}

.wrap-form_bg{
  width: 100%;
  margin: 0 auto 40px;
  overflow-wrap: break-word;
  word-break: break-word;
}

.wrap-form_bg .item-block .header{
  display: block;
  margin: 0 -20px 10px;
  padding: 0.5rem 2rem;
}

.wrap-form_bg .item-block .header p{
  font-size: 1.4rem;
  text-align: left;
  margin: 0px;
  letter-spacing: 0.1rem;
  display: inline-block;
  vertical-align: text-top;
}

.wrap-form_bg .item-block .body{
  display: block;
}

.wrap-form_bg .item-block{
  display: block;
  margin: 0 auto 20px;
}

.wrap-form_bg .item-block .body textarea.w100p{
  width: 100%;
}

.address_input_form {
  vertical-align: middle;
}

.wrap-form_bg .customer__text {
  width: 100%;
  height: 30px;
  background: var(--color-bg-white);
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid var(--color-border-gray-2);
  color: #333;
}

.wrap-form_bg .item-block .body input.w50per{
  margin: 0 0 10px 10px;
}

.wrap-form_bg .item-block .body input.w50per:first-child{
  margin: 0 0 10px 0;
}

.wrap-form_bg .item-block .body input.w80px{
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}

.wrap-form_bg .item-block .body input.w100px{
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}

.wrap-form_bg .item-block .body input.w150px{
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}

.wrap-form_bg .item-block .body .btn.link{
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  margin: 0 0 0 10px;
  width: auto;
  display: inline-block;
}

.wrap-form_bg .item-block .body .select-address{
  margin: 0 0 5px;
  width: 150px;
}

.wrap-form_bg .item-block .body .select-address .select {
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-border-gray-1);
  border-radius: 5px;
  padding: 0 10px;
  background-image: url("../common/ui/triangle-select.svg");
  background-size: 11px 9px;
  background-position: calc(100% - 10px) center;
  color: var(--color-text-form);
}

@media screen and (max-width: 767px) {
  .wrap-form_bg .item-block .body .select-address .select {
    background-size: 8px 7px;
    padding: 0 6px;
    background-position: calc(100% - 6px) center;
    font-size: 16px;
  }
}

.wrap-form_bg .customer__text::-moz-placeholder {
  color: var(--color-text-light);
}

.wrap-form_bg .customer__text::-ms-input-placeholder {
  color: var(--color-text-light);
}

.wrap-form_bg .customer__text::placeholder {
  color: var(--color-text-light);
}

@media screen and (max-width: 767px) {
  .wrap-form_bg .customer__text {
    height: 25px;
    width: calc(100% - 40px);
  }
}

.wrap-form_bg .item-block .body span.alert{
  display: block;
}

.input_address {
  margin: 0 0 5px;
}

.button.-address {
  background-color: var(--color-border-gray-4);
  color: var(--color-bg-white);
  font-size: 12px;
  font-weight: normal;
  max-width: 120px;
  margin: 5px 0 10px;
  min-height: 38px;
  height: 38px;
  padding: 10px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .button.-address {
    max-width: 105px;
    height: 38px;
    vertical-align: middle;
  }
}

.caption_left {
  text-align: left;
  margin: 5px 0 10px;
  line-height: 1.5;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .caption_left {
    margin-top: 10px;
    font-size: 10px;
    line-height: 2;
  }
}

.caption_left a {
  color: var(--color-text-base);
}

.check-box_center {
  align-items: center;
  text-align: center;
  margin-top: 20px;
}

.check-box_center input[type="checkbox"] {
  display: none;
}

.check-box_center input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

@media screen and (max-width: 767px) {
  .check-box_center input[type="checkbox"]:checked + label::after {
    top: 4px;
    left: 7px;
    width: 5px;
    height: 9px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

.check-box_center label {
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .check-box_center label {
    font-size: 11px;
    padding-left: 25px;
  }
}

.check-box_center label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: var(--color-bg-gray-1);
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .check-box_center label::before {
    width: 18px;
    height: 18px;
  }
}

@-moz-document url-prefix() {
  .check-box_center label::before {
    top: 4px;
  }
}

.radio-wrap_bg {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.radio-wrap_bg:before,
.radio-wrap_bg:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
.radio-wrap_bg input[type=radio] {
	display: none;
}

.radio-wrap_bg label {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.15s ease;
          transition: all 0.15s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.radio_bg {
  display: none;
}

.radio_bg + label {
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  margin: 0 0 5px;
}

@media screen and (max-width: 767px) {
  .radio_bg + label {
    font-size: 12px;
  }
}

.radio_bg + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 50%;
  background-color: var(--color-button-gray-2);
}

.radio_bg:disabled + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 50%;
  background-color: var(--color-bg-gray-4);
}

.radio_bg:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: var(--color-bg-gray-4);
  border-radius: 50%;
}

.customer-table {
  width: 100%;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 10px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .customer-table {
    margin-top: 10px;
  }
}

.customer-table .data-list {
  padding: 8px 12px 0px 12px;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .customer-table .data-list {
    padding: 10px;
    align-items: flex-start;
  }
}

.customer-table .data-list + .data-list::before {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-border-gray-1);
  position: absolute;
  top: 0;
  left: 0;
}

.customer-table .data-list .data-list__title {
  font-size: 10px;
  padding: 10px;
  min-width: 130px;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .customer-table .data-list .data-list__title {
    min-width: 80px;
    padding: 0;
    line-height: 1.6;
  }
}

.customer-table .data-list .data-list__data {
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .customer-table .data-list .data-list__data {
    font-size: 12px;
    line-height: 1.5;
  }
}

.customer-table .data-list .data-list__data .item {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .customer-table .data-list .data-list__data .item {
    font-size: 12px;
  }
}

.customer-table .data-list .data-list__data .item .item__title {
  min-width: 80px;
  display: inline-block;
}

.about-table {
  width: 100%;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 10px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .about-table {
    margin-top: 10px;
  }
}

.about-table .data-list {
  padding: 8px 12px 0px 12px;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .about-table .data-list {
    padding: 10px;
  }
}

.about-table .data-list + .data-list::before {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-border-gray-1);
  position: absolute;
  top: 0;
  left: 0;
}

.about-table .data-list .data-list__title {
  font-size: 10px;
  padding: 10px;
  min-width: 130px;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .about-table .data-list .data-list__title {
    min-width: 80px;
    padding: 0;
    line-height: 1.6;
  }
}

.about-table .data-list .data-list__data {
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .about-table .data-list .data-list__data {
    font-size: 12px;
    line-height: 1.5;
  }
}

.about-table .data-list .data-list__data .item {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .about-table .data-list .data-list__data .item {
    font-size: 12px;
  }
}

.about-table .data-list .data-list__data .item .item__title {
  min-width: 80px;
  display: inline-block;
}

.purchase-margin {
  margin: 20px 0px 10px 0px;
}

.coupon-mypage .coupon-desc {
  font-size: 14px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .coupon-mypage .coupon-desc {
    font-size: 12px;
  }
}

.coupon-mypage .coupon-code {
  border-radius: 10px;
  border: 1px solid var(--color-border-gray-1);
  padding: 10px;
  height: 80px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .coupon-mypage .coupon-code {
    border-radius: 5px;
    height: 70px;
    padding: 8px;
  }
}

.coupon-mypage .coupon-code .coupon-code__title {
  font-size: 10px;
  display: flex;
  align-items: center;
}

.coupon-mypage .input-code {
  width: 100%;
  height: 40px;
  font-size: 16px;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .coupon-mypage .input-code {
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
}

.coupon-mypage_name {
	font-size: 1.5rem;
  line-height: 1;
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0.5rem 0.5rem 0rem;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: normal;
  text-overflow: ellipsis;
}

.questionnaire-answer-table {
  width: 100%;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 10px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .questionnaire-answer-table {
    margin-top: 10px;
  }
}

.questionnaire-answer-table .data-list {
  padding: 8px 12px 8px 12px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .questionnaire-answer-table .data-list {
    padding: 10px;
    margin-bottom: 0;
  }
}

.questionnaire-answer-table .data-list + .data-list::before {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-border-gray-1);
  position: absolute;
  top: 0;
  left: 0;
}

.questionnaire-answer-table .data-list .data-list__title {
  font-size: 10px;
  padding: 10px;
  min-width: 130px;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .questionnaire-answer-table .data-list .data-list__title {
    min-width: 100px;
    padding: 0;
    line-height: 1.6;
  }

  .questionnaire .data-list .data-list__title {
    min-width: 100px;
    padding: 0;
    line-height: 1.6;
  }

}

.questionnaire-answer-table .data-list .data-list__data {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .questionnaire-answer-table .data-list .data-list__data {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.questionnaire-answer-table .data-list .data-list__data .item {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .questionnaire-answer-table .data-list .data-list__data .item {
    font-size: 12px;
  }
}

.questionnaire-answer-table .data-list .data-list__data .item .item__title {
  min-width: 80px;
  display: inline-block;
}

.questionnaire-header {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .questionnaire-header {
    margin: 17px 0;
    font-size: 12px;
    line-height: 1.5;
  }
}

.questionnaire-footer {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .questionnaire-footer {
    margin: 17px 0;
    font-size: 12px;
    line-height: 1.5;
  }
}

.wrap-block_bg,
.wrap-detail-info{
  margin: 20px 0 60px;
  padding: 0 20px;
}

.wrap-block_bg input{
  margin: 0 0 5px;
}

.wrap-block_bg input[type="checkbox"]{
  display: none;
}

.wrap-block_bg .h4{
  font-size: 1.4rem;
}

.wrap-block_bg p.right{
  float: none;
  text-align: right;
}

.wrap-block_bg p{
  margin: 0 0 5px;
}

.clm-price .wrap-block_bg{
  padding: 0;
  margin: 0;
}

.wrap-block_bg .inner{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.delivery-table {
  width: 100%;
  border-spacing: 0;
  border-radius: 10px;
  border: 1px solid var(--color-border-gray-1);
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .delivery-table {
    border-radius: 5px;
  }
}

.delivery-table + .delivery-table {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .delivery-table + .delivery-table {
    margin-top: 10px;
  }
}

.delivery-table .delivery-table__head {
  border-radius: 9px 9px 0 0;
  color: var(--color-text-white);
  background-color: var(--color-bg-gray-4);
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
}

@media screen and (max-width: 767px) {
  .delivery-table .delivery-table__head {
    border-radius: 4px 4px 0 0;
    padding: 0 8px;
    min-height: 38px;
  }
}

.delivery-table .delivery-table__head .title {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .delivery-table .delivery-table__head .title {
    font-size: 12px;
  }
}

.delivery-table .delivery-table__data {
  width: 100%;
  border-top: 1px solid var(--color-border-gray-1);
}


.delivery-table .delivery-table__data .delivery-list .delivery-list__item {
  padding: 12px 0 12px 15px;
}

@media screen and (max-width: 767px) {
  .delivery-table .delivery-table__data .delivery-list .delivery-list__item {
    padding: 8px 15px;
  }
}

.delivery-table .delivery-table__data .delivery-list .delivery-list__item + .delivery-list__item {
  border-top: 1px solid var(--color-border-gray-1);
}

.delivery-list_data .delivery-list_data__item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .delivery-list_data .delivery-list_data__item {
    flex-direction: column;
  }
}

.delivery-list_data .delivery-list_data__item:not(:last-child) {
  position: relative;
}

.delivery-list_data .delivery-list_data__item:not(:last-child)::after {
  content: '';
  height: 1px;
  width: calc(100% - 25px);
  background-color: var(--color-border-gray-1);
  bottom: 0;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .delivery-list_data .delivery-list_data__item:not(:last-child)::after {
    width: 100%;
  }
}

.delivery-list_data .delivery-list_data__item:last-child {
  padding-bottom: 0;
}

.delivery-list_data .delivery-list_data__item + .delivery-list_data__item {
  padding-top: 12px;
}

.delivery-list_data .delivery-list_data__item .detail-link {
  max-width: 300px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .delivery-list_data .delivery-list_data__item .detail-link {
    order: -1;
    max-width: 100%;
    width: 100%;
  }
}

.wrap-form_bg .product_review__text {
  width: 100%;
  height: 30px;
  background: var(--color-bg-white);
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid var(--color-border-gray-2);
}

.wrap-form_bg .product_review__text::-moz-placeholder {
  color: var(--color-text-light);
}

.wrap-form_bg .product_review__text::-ms-input-placeholder {
  color: var(--color-text-light);
}

.wrap-form_bg .product_review__text::placeholder {
  color: var(--color-text-light);
}

@media screen and (max-width: 767px) {
  .wrap-form_bg .product_review__text {
    height: 25px;
    width: calc(100% - 40px);
  }
}

.wrap-form_bg .item-block .body .select-product_review .select {
  min-width: 130px;
  min-height: 40px;
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-border-gray-1);
  border-radius: 5px;
  padding: 0 10px;
  background-image: url("../common/ui/triangle-select.svg");
  background-size: 11px 9px;
  background-position: calc(100% - 10px) center;
  color: var(--color-text-form);
}

@media screen and (max-width: 767px) {
  .wrap-form_bg .item-block .body .select-product_review .select {
    background-size: 8px 7px;
    padding: 0 6px;
    background-position: calc(100% - 6px) center;
    font-size: 16px;
  }
}

.wrap-form_bg .item-block .product_review-table {
  width: 100%;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 10px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .wrap-form_bg .item-block .product_review-table {
    margin-top: 10px;
  }
}

.wrap-form_bg .item-block .product_review-table .textarea {
  width: 100%;
  height: 150px;
  resize: none;
  padding: 10px;
}

.product_review-table {
  width: 100%;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 10px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .product_review-table {
    margin-top: 10px;
  }
}

.product_review-table .data-list {
  padding: 8px 12px 0px 12px;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .product_review-table .data-list {
    padding: 10px;
  }
}

.product_review-table .data-list + .data-list::before {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-border-gray-1);
  position: absolute;
  top: 0;
  left: 0;
}

.product_review-table .data-list .data-list__title {
  font-size: 10px;
  padding: 10px;
  min-width: 130px;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .product_review-table .data-list .data-list__title {
    min-width: 80px;
    padding: 0;
    line-height: 1.6;
  }
}

.product_review-table .data-list .data-list__data {
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .product_review-table .data-list .data-list__data {
    font-size: 12px;
    line-height: 1.5;
  }
}

.product_review-table .data-list .data-list__data .item {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .product_review-table .data-list .data-list__data .item {
    font-size: 12px;
  }
}

.product_review-table .data-list .data-list__data .item .item__title {
  min-width: 80px;
  display: inline-block;
}

.favorite-table {
  width: 100%;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 10px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .favorite-table {
    margin-top: 10px;
  }
}

.favorite-table .data-list {
  padding: 8px 12px 8px 12px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .favorite-table .data-list {
    padding: 10px;
    margin-bottom: 0;
  }
}

.favorite-table .data-list.title {
  border-radius: 9px 9px 0 0;
  color: var(--color-text-white);
  background-color: var(--color-bg-gray-4);
}

.favorite-table .data-list + .data-list::before {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-border-gray-1);
  position: absolute;
  top: 0;
  left: 0;
}

.favorite-table .data-list .data-list__title {
  font-size: 14px;
  padding: 10px;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .favorite-table .data-list .data-list__title {
    font-size: 12px;
    padding: 0;
    line-height: 1.6;
  }
}

.favorite-table .data-list .data-list__data {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .favorite-table .data-list .data-list__data {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.favorite-table .data-list .data-list__title.image,
.favorite-table .data-list .data-list__data.image {
  width: 25%;
}

.favorite-table .data-list .data-list__title.name,
.favorite-table .data-list .data-list__data.name {
  width: 44%;
}
.favorite-table .data-list .data-list__title.price,
.favorite-table .data-list .data-list__data.price {
  width: 23%;
}
.favorite-table .data-list .data-list__title.delete,
.favorite-table .data-list .data-list__data.delete {
  width: 8%;
}

.favorite-table .data-list .data-list__data.image img {
  width: 100%;
  max-width: 130px;
  height: 100%;
  max-height: 130px;
  object-fit: contain;
}

.favorite-table .data-list .data-list__data.name a {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .favorite-table .data-list .data-list__data.name a {
    padding: 0;
  }
}

.favorite-table .data-list .data-list__data.price {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .favorite-table .data-list .data-list__data.price {
    padding: 0;
  }
}

.favorite-table .data-list .data-list__data.delete a {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .favorite-table .data-list .data-list__data.delete a {
    padding: 0;
  }
}

.site-logo-default {
  font-size: 23px;
  color: var(--color-text-base);
}

@media screen and (max-width: 767px) {
  .site-logo-default {
    font-size: 19px;
  }
}

@-moz-document url-prefix() {
  .coupon-code .required_bg {
    margin-top: -1px;
  }
}

.coupon-mypage .space {
  margin-top: 40px;
}

.margin-btm-8px {
  margin-bottom: 8px;
}

.margin-btm-10px {
  margin-bottom: 10px;
}

.subscribe-radio {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  margin-top: 10px;
}

.credit-table {
  width: 100%;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 10px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .credit-table {
    margin-top: 10px;
  }
}

.credit-table .data-list {
  padding: 8px 12px 8px 12px;
  position: relative;
  display: flex;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .credit-table .data-list {
    padding: 10px;
    margin-bottom: 0;
  }
}

.credit-table .data-list.title {
  border-radius: 9px 9px 0 0;
  color: var(--color-text-white);
  background-color: var(--color-bg-gray-4);
}

.credit-table .data-list + .data-list::before {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-border-gray-1);
  position: absolute;
  top: 0;
  left: 0;
}

.credit-table .data-list .data-list__title {
  font-size: 14px;
  padding: 10px;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .credit-table .data-list .data-list__title {
    font-size: 12px;
    padding: 0;
    line-height: 1.6;
  }
}

.credit-table .data-list .data-list__data {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .credit-table .data-list .data-list__data {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.credit-table .data-list .data-list__title.credit_radio,
.credit-table .data-list .data-list__data.credit_radio {
  width: 10%;
}

.credit-table .data-list .data-list__title.card_no,
.credit-table .data-list .data-list__data.card_no {
  width: 60%;
}
.credit-table .data-list .data-list__title.payment_year,
.credit-table .data-list .data-list__data.payment_year {
  width: 30%;
}

.wrap-form_bg .credit-no__area {
  display: flex;
  height: 38px;
  align-items: center;
}

.credit-info-table {
  width: 100%;
  border: 1px solid var(--color-border-gray-1);
  border-radius: 10px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .credit-info-table {
    margin-top: 10px;
  }
}

.credit-info-table .data-list {
  padding: 8px 12px 8px 12px;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .credit-info-table .data-list {
    padding: 10px;
  }
}

.credit-info-table .data-list + .data-list::before {
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-border-gray-1);
  position: absolute;
  top: 0;
  left: 0;
}

.credit-info-table .data-list .data-list__title {
  font-size: 10px;
  padding: 10px;
  min-width: 130px;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .credit-info-table .data-list .data-list__title {
    min-width: 130px;
    padding: 0;
    line-height: 1.6;
  }
}

.credit-info-table .data-list .data-list__data {
  font-size: 14px;
  line-height: 1.7;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .credit-info-table .data-list .data-list__data {
    font-size: 12px;
    line-height: 1.5;
  }
}

.credit-info-table .data-list .data-list__data .item {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .credit-info-table .data-list .data-list__data .item {
    font-size: 12px;
  }
}

.credit-info-table .data-list .data-list__data .item .item__title {
  min-width: 80px;
  display: inline-block;
}

.news-list {
  margin: 30px auto 50px;
}

.news-list .news-list__item {
  padding: 18px 10px;
  border-top: 1px solid var(--color-border-gray-1);
}

.news-list .news-list__item:last-child {
  border-bottom: 1px solid var(--color-border-gray-1);
}

.news-list .news-list__item .date{
  font-size: 14px;
  min-width: 90px;
  margin-right: 10px;
  display: inline-block;
}

.news-list .news-list__item .article{
  display: inline-block;
}

.news-list .news-list__item .article .title{
  font-size: 14px;
  font-weight: bold;
  /* display: inline-block; */
  margin-right: 25px;
}

.news-list .news-list__item .article .desc{
  font-size: 13px;
  /* display: inline-block; */
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .news-list {
    margin: 20px auto 40px;
  }
  
  .news-list .news-list__item {
    padding: 12px 10px;
    display: flex;
  }
  
  .news-list .news-list__item .date{
    font-size: 10px;
    min-width: 60px;
  }
  
  .news-list .news-list__item .article .title{
    font-size: 12px;
    /* display: block; */
  }
  
  .news-list .news-list__item .article .desc{
    font-size: 10px;
    margin-top: 2px;
  }
}

/* iOS Safariにて勝手に電話番号リンクになってしまうことを防止するスタイル */
/* 防止したい箇所に class="disable-auto-tel" を追加する */
.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.payment-confirm-total {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .payment-confirm-total {
    margin-top: 25px;
  }
}

.common-width .total-purchase-confirm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 50%;
  margin-top: 20px;
}

.common-width .total-purchase-confirm .total-purchase-confirm-title {
  font-size: 14px;
  background-color: #d0d0d0;
  padding: 15px 30px 16px 30px;
  border-radius: 10px 0 0 10px;
  width: 50%;
  text-align: center;
  max-height: 52px;
}

.common-width .total-purchase-confirm .total-purchase-confirm-price{
  font-size: 25px;
  padding: 6px 20px 6px 30px;
  border-color: var(--color-border-gray-1);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0 10px 10px 0;
  width: 50%;
  text-align: right;
  max-height: 52px;
}

.common-width .total-purchase-confirm .total-purchase-confirm-price span{
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .common-width .total-purchase-confirm {
    width: 100%;
    margin-top: 15px;
  }
  .common-width .total-purchase-confirm .total-purchase-confirm-title {
    font-size: 12px;
    padding: 15px 20px 16px 10px;
    border-radius: 4px 0 0 4px;
    max-height: 49px;
  }
  .common-width .total-purchase-confirm .total-purchase-confirm-price{
    font-size: 20px;
    padding: 9px 20px 8px 30px;
    border-radius: 0 4px 4px 0;
    max-height: 49px;
  }
}

.payment-comfirm {
  margin-bottom: 0px;
  padding: 0px 0px 0px 10px ;
}

.contact-comfirm {
  margin-bottom: 0px;
  padding: 10px ;
  min-height: 150px;
  color: var(--color-text-form);
}

.button-confirm {
  display: flex;
  width: 100%;
  margin: 50px 0 0;
}

.button-confirm a {
  margin:20px auto 0 0;
  width:48%;
}

.button-confirm button {
  margin:0 0 0 auto; 
  width:48%;
}

@media screen and (max-width: 767px) {
  .button-confirm {
    width: 100%;
    flex-direction: column;
    margin: 40px auto 0 auto;
  }
  .button-confirm a {
    order: 2;
    width:100%;
  }
  .button-confirm button {
    margin:0;
    order: 1; 
    width:100%;
  }
}

.purchase-history-payment-comfirm {
  margin-top: 50px;
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm {
    margin-top: 40px;
  }
}

.purchase-history-payment-comfirm .history-wrap {
  width: calc(100% / 2 - 10px);
  max-width: 500px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-wrap {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .margin-top50 {
    margin-top: 35px;
  }
}

.purchase-history-payment-comfirm .history-wrap + .history-wrap {
  max-width: 500px;
  display: flex;
  flex-direction: column;
}

.purchase-history-payment-comfirm .history-wrap + .history-wrap .price-list {
  margin: auto 0 10px 24px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-wrap + .history-wrap {
    float: none;
    max-width: 100%;
    display: block;
  }
}

.purchase-history-payment-comfirm .history-wrap + .history-wrap .price-list {
  margin: auto 0 10px 24px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-wrap + .history-wrap .price-list {
    margin: auto 0 10px;
    width: unset;
  }
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-table {
    border-radius: 5px 5px 0 0 ;
  }
}

.purchase-history-payment-comfirm .history-table__head {
  border-radius: 9px 9px 0 0;
  color: var(--color-text-white);
  background-color: var(--color-bg-gray-4);
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: end;
  min-height: 48px;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-table__head {
    border-radius: 4px 4px 0 0;
    padding: 0 8px;
    min-height: 38px;
    justify-content: center;
    width: 100%;
  }
}

.purchase-history-payment-comfirm .history-table__head .title {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-table__head .title {
    font-size: 12px;
  }
}

.purchase-history-payment-comfirm .history-table .history-table__body {
  display: flex;
  justify-content: space-between;
  padding: 12px 0 12px 12px;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.purchase-history-payment-comfirm .history-table .history-table__body:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-table .history-table__body {
    padding: 12px 0 12px 12px;
    border-radius: 0 0 0 0;
  }
}

.purchase-history-payment-comfirm .history-table .history-table__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.purchase-history-payment-comfirm .history-table .history-table__buttons .button {
  border-radius: 0;
}

.purchase-history-payment-comfirm .history-table .history-table__buttons .button:last-of-type {
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-table .history-table__buttons .button:last-of-type {
    border-radius: 0 0 4px 4px;
  }
}

.purchase-history-payment-comfirm .detail-text {
  width: calc(100% - 115px);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .detail-text {
    width: calc(100% - 120px);
  }
}

p.detail-text__name a {
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.purchase-history-payment-comfirm .detail-text .detail-text__name {
  font-size: 14px;
  padding-right: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .detail-text .detail-text__name {
    font-size: 11px;
    padding-right: 10px;
  }
}

.purchase-history-payment-comfirm .detail-text .detail-text__data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-family-en);
  margin-top: auto;
  border-bottom: 1px solid var(--color-border-gray-1);
  padding-right: 20px;
}

.purchase-history-payment-comfirm .detail-text .detail-text__data .value img {
  width: 15px;
}

.purchase-history-payment-comfirm .detail-text .detail-text__cancel form {
  padding-right: 20px;
  padding-top: 12px;
  text-align: right;
}

.purchase-history-payment-comfirm .detail-text .detail-text__cancel form a {
  color: var(--color-text-base);
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .detail-text .detail-text__data {
    padding-right: 10px;
  }
}

.purchase-history-payment-comfirm .detail-text .detail-text__data + .detail-text__data {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .detail-text .detail-text__data + .detail-text__data {
    margin-top: 10px;
  }
}

.purchase-history-payment-comfirm .detail-text .title {
  font-size: 10px;
  font-family: var(--font-family-base);
}

.purchase-history-payment-comfirm .detail-text .value {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .detail-text .value {
    font-size: 13px;
  }
}

.purchase-history-payment-comfirm .detail-image {
  width: 94px;
  height: 94px;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .detail-image {
    width: 110px;
    height: 110px;
  }
}

.purchase-history-payment-comfirm .detail-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid var(--color-border-gray-3);
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .detail-image img {
    border-radius: 5px;
  }
}

.purchase-history-payment-comfirm .history-wrap .price-table {
  margin-top: 0px;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-wrap .price-table {
    margin-top: 0px;
    border-width: 0 1px 1px 1px;
  }
}

.cart-subscribe {
  margin: 150px auto 0 auto;
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  .cart-subscribe {
    margin-top: 30px;
  }
}

.account .login-head {
  text-align: inherit;
  margin-bottom: 0;
}

.table-div {
  width: 100%;
  height: 150px;
  margin-top: 15px;
}

.table-textarea {
  width: 100%;
  height: 150px;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid var(--color-border-gray-1);
  font-size: 16px;
}

.signup {
  max-width:460px;
}

.login-error {
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .history-table__body{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.return-to-purchase-history-back-button {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .return-to-purchase-history-back-button {
    margin-top: 30px;
  }
}

/* 注文確認ページ用CSS */
.purchase-history-payment-comfirm .history-table.purchase-confirm-page{
  margin-top: 20px;
  border: none;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-table.purchase-confirm-page{
    border-radius: 5px 5px 0 0 ;
    margin-top: 10px;
  }
}

.purchase-history-payment-comfirm .history-table.purchase-confirm-page {
  border: none
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-table.purchase-confirm-page {
    border-radius: 5px 5px 0 0 ;
    margin-top: 10px;
  }
}

.purchase-history-payment-comfirm .history-table__head.purchase-confirm-page {
  border-radius: 9px 0 0 0;
  color: var(--color-text-white);
  background-color: var(--color-bg-gray-4);
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  min-height: 48px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-table__head.purchase-confirm-page {
    border-radius: 4px 4px 0 0;
    padding: 0 8px;
    min-height: 38px;
    justify-content: center;
    width: 100%;
  }
}

.price-table__head.purchase-confirm-page {
  border-radius: 0 9px 0 0;
  color: var(--color-text-white);
  background-color: var(--color-bg-gray-4);
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  min-height: 48px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .price-table__head.purchase-confirm-page {
    display: none;
  }
}

.purchase-history-payment-comfirm .history-wrap .price-table.purchase-confirm-page {
  margin-top: 20px;
  border-radius: 0 0 10px 10px;
  margin-left: -1px;
  min-width: auto;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-wrap .price-table.purchase-confirm-page {
    margin-top: 0px;
    border-width: 0 1px 1px 1px;
    margin-left: 0px;
    max-width: 100%;
  }
}

.price-table.purchase-confirm-page {
  border: none;
}

d/* カート画面用CSS */
.purchase-history-payment-comfirm .history-table__head.cart-page {
  border-radius: 9px 9px 0 0;
  color: var(--color-text-white);
  background-color: var(--color-bg-gray-4);
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-table__head.cart-page {
    border-radius: 4px 4px 0 0;
    padding: 0 8px;
    min-height: 38px;
    justify-content: center;
    width: 100%;
  }
}

.purchase-history-payment-comfirm .history-wrap .price-table.cart-page {
    margin-left: -1px;
    border-width: 0px;
    width: 100%;
    max-width: none;
}
@media screen and (max-width: 767px) {
  .purchase-history-payment-comfirm .history-wrap .price-table.cart-page {
    margin-top: 0px;
    border-width: 0 1px 1px 1px;
    margin-left: 0px;
    max-width: 100%;
  }
}
.wrap-gray {
  color: var(--color-text-form);
}

.empty-cart {
  float: right;
  display: block;
  margin-right: 15px;
  text-decoration: none;
  line-height: 2.0;
}

.item-list.js-history-slider .item .item__text .name,
.item-list.js-history-slider .item .item__text .price {
  /*color: var(--color-text-form);*/
  color: var(--color-text-base);
}

#sbps_card_no,
#sbps_cvc {
  color: var(--color-text-form);
}

.entry-complete-head{
  /* color: var(--color-text-sale); */
  font-weight: bold;
}

.entry-complete-customer {
  margin: 12px;
}

.entry-complete-customer span{
  margin-left: 8px;
}
.div_receipt {
  margin-left: 60%;
}
.link_receipt {
  padding: 9px 20px;
  background: var(--color-bg-white);
  color: var(--color-text-form);
  font-size: 12px;
  border-radius: 5px;
  text-decoration: none;
}
.div_receipt_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link_receipt_detail {
  border-radius: 9px;
  border: 1px solid var(--color-bg-gray-2);
  padding: 8px 30px;
  font-size: 12px; 
  background: var(--color-bg-white);
  color: var(--color-text-form);
  font-size: 12px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
    .div_receipt {
      margin-left: 20%;
    }
    .link_receipt {
    font-size: 10px;
    padding: 4.5px 12px;
    border-radius: 2px;
  }
  .link_receipt_detail {
    border-radius: 5px;
    border: 1px solid var(--color-bg-gray-2);
    padding: 8px 30px;
    font-size: 12px; 
    background: var(--color-bg-white);
    color: var(--color-text-form);
    font-size: 12px;
    text-decoration: none;
  }
}

.modal-container-sub{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}

.modal-container-sub:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container-sub.active{
  opacity: 1;
  visibility: visible;
}

.modal-body-sub{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

.modal-close-sub{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.modal-content-sub{
  color: #000;
  background: #fff;
  text-align: left;
  padding: 30px 16px 30px 16px;
  border-radius: 8px 8px 8px 8px;
}

.modal-content-sub-title{
  font-size: 16px;
  font-weight: bold;
  margin: 12px 0px 24px 0px;
  text-align: center;
}

.modal-content-sub-btn-cart{
  /* border-radius: 0; */
  min-height: 65px;
  background-size: 22px 19px;
  background-position: calc(100% - 25px) center;
  margin: 12px 0px 12px 0px;
  background-image: url(../common/ui/icon-cart-white.svg);
  background-color: var(--color-border-gray-4);
  color: var(--color-text-white);
}

.modal-content-sub-btn-shopping{
  /* border-radius: 0; */
  min-height: 65px;
  background-size: 22px 19px;
  background-position: calc(100% - 25px) center;
  margin: 12px 0px 12px 0px;
  background-color: var(--color-button-gray-2);
  color: var(--color-text-form);
}

.block-preview-footer {
  margin-top: 48px;
  font-size: 16px;
}

.block-preview-footer .c-pager {
  align-items: center;
}

.block-preview-footer .c-pager__total {
  text-align: center;
  margin-bottom: 8px;
}

.block-preview-footer .c-pager__nav {
  text-align: right;
}

.block-preview-footer .c-pager__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-preview-footer .c-pager__nav li {
  padding: 16px;
}

@media screen and (max-width: 767px) {
  .block-preview-footer {
    margin-top: 16px;
    font-size: 16px;
  }

  .block-preview-footer .c-pager__nav li {
    padding: 8px;
  }
}

.btg-main {
  max-width: 800px;
  margin: 0 auto;
}

.btg-main .search {
  display: flex;
  flex-shrink: 0;
  padding: 30px 0px 0px;
}

@media screen and (max-width: 767px) {
  .btg-main .search {
    padding: 20px 20px 20px;
  }
}

.btg-main .search .search__text {
  width: calc(100% - 58px);
  height: 40px;
  background: var(--color-bg-white);
  padding: 5px 10px;
  border-radius: 5px 0 0 5px;
  border: 1px solid var(--color-border-gray-2);
  border-right: none;
  color: var(--color-text-form);
}

.btg-main .search .search__submit {
  background-color: var(--color-bg-gray-1);
  background-image: url("../common/ui/icon-search.svg");
  background-size: 24px 24px;
  background-position: center;
  color: var(--color-text-white);
  min-width: 58px;
  height: 40px;
  border-radius: 0 5px 5px 0;
  border: 1px solid var(--color-border-gray-2);
  font-size: 14px;
  width: initial;
}

@media screen and (max-width: 767px) {
  .btg-main .search .search__text {
    width: calc(100% - 40px);
    height: 35px;
    font-size: 11px;
  }
  
  .btg-main .search .search__submit {
    min-width: 40px;
    height: 35px; 
    font-size: 11px;
    background-size: 16px 16px;
  }
}

.bi-dash-square {
  margin-bottom: 3px;
  margin-right: 4px;
}

.bi-plus-square {
  margin-bottom: 3px;
  margin-left: 4px;
}

.text_title_sub_line {
  white-space: pre-wrap;
  letter-spacing: 1px;
  line-height: 15px;
}

.text_title_sub_line-recommend {
  white-space: pre-wrap;
  letter-spacing: 1px;
  line-height: 15px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px){
  .block_text_image {
    width:100%
  }
  .block_text {
    width:100%;
  }
}
@media screen and (min-width: 768px){
  .block_text_image {
    width:55%;
    height:55%;
    float:left;
  }
  .block_text {
    width:40%;
  }
}
/******************************

	FAQ

******************************/
.faq-content {
  max-width: 70%;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px;
  margin-bottom: 20px;
}

.faq-content dt ,
.faq-content dd {
  margin: 0 0 10px 2em ;
  padding: 4px 0 ;
}

.faq-content dt:hover {
  cursor: pointer ;
}

.faq-content dt {
  font-weight: 500 ;
  border-top: 1px solid;
  color: var(--color-text-base);
}

.faq-content dd {
  position: relative;
  display: none;
  padding: 0.5em 0 0.2em 2em;
  text-indent: 1em;
  margin-bottom: 1.5em;
  line-height: 20px;
}

.faq-content-divider {
  border-top: 1px solid;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--color-text-base);
}

.faq-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
 }
  
.faq-title + dt {
  border-top: none;
}

dt.questions {
  position: relative;
  display: block;
  text-indent: 1em;
  padding-top: 1.2em;
  line-height: 20px;
  }

dt.questions::before {
  position: absolute;
  content: 'Q.';
  left: -1.2em;
  font-weight: bold;
  color: var(--color-text-base);
  }

dt.questions::after {
  position: absolute;
    content: '▼';
    margin-left: -1.5em;
    font-size: 50%;
    bottom: 3px;
    opacity: 0.7;
}


.faq-content dd::before {
  position: absolute;
  content: 'A.';
  left: 0.8em;
  font-weight: bold;
  color: var(--color-text-base);
}

@media screen and (max-width: 767px) {
  .faq-content {
    max-width: 90%;
  }
  .faq-content dt, .faq-content dd {
    margin: 0 0 1em ;
  }

  .faq-content dd {
    padding: 0.5em 0 0.2em;
    text-indent: 0em;
    padding-left: 1em;
  }

  dt.questions {
    text-indent: 0em;
    
  }

  .faq-content dd::before {
    left: -1.1em;
    padding-left: 1em;
  }

  dt.questions::before {
    left: -1.1em;
  }

  dt.questions::after {
    margin-left: 0.5em;
  }
}
.youtube_comment{
  font-size: 20px;
  font-weight: bold;
}

.youtube_wrap{
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.youtube_wrap iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.youtube-top {
  padding-top: 22%;
  padding-bottom: 22%;
  border-radius: 10px;
}

.shop-search {
  margin-bottom: 25px;
}

.shop-search .menu--accordion .menu__title {
  position: relative;
  cursor: pointer;
}

.shop-search .menu--accordion .menu__title::after {
  content: '';
  width: 12px;
  height: 7px;
  background-image: url("../common/ui/arrow-down.svg");
  background-size: contain;
  position: absolute;
  top: calc(50% - 3px);
  margin-left: 15px;
  transition: transform 0.15s var(--easing-base);
}

.shop-search .menu--accordion .menu__title.is-active::after {
  transform: rotate(180deg);
}

.shop-search .menu--accordion .accordion-content {
  display: none;
}
@media screen and (min-width: 769px) {
  a#box-margin {
    margin-left: 10px;
    margin-right: 10px;
  }
}
