@charset "UTF-8";
/*-------------------------------------

		normalize

-------------------------------------*/
body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
figure,
form,
fieldset,
input,
textarea,
p,
blockquote,
tbody,
th,
tr,
td,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  background: #F7F7F7;
  color: #000000;
  font-size: 1.3rem;
  font-family: Roboto, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
em,
i {
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
}
ul {
  list-style: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
li {
  list-style: none;
}
table,
tbody,
tr,
th,
td {
  border-collapse: collapse;
}
fieldset,
img {
  border: 0 none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
img[src$=".svg"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
main,
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym,
tbody,
tr {
  border: 0 none;
}
select option {
  padding: 0 0.5em;
}
form label {
  cursor: pointer;
}
button {
  letter-spacing: inherit;
  padding: 0;
}
hr {
  clear: both;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
.clear {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
a {
  color: inherit;
  border: 0 none;
  outline: medium none;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
a:focus,
a:hover,
button:focus,
button:hover {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}
input,
select,
button {
  background: transparent;
  border: 0;
  font-size: 1.3rem;
  vertical-align: middle;
  border-radius: 0;
}
input[type=submit] {
  -webkit-appearance: none;
}
button {
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
textarea {
  font-size: 1.3rem;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type=text],
input[type=password],
textarea,
select {
  box-shadow: none;
  outline: none;
}
*:focus {
  outline: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
iframe {
  border: none;
}
.is_fc_red {
  color: #e13535;
}
.ttl_wrap {
  margin-bottom: 12px;
}
.ttl_wrap .ttl {
  font-size: 2rem;
  font-weight: 700;
}
.ec-layoutRole__contents {
  max-width: 980px;
  margin: 10px auto;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ec-layoutRole__contents .ec-layoutRole__main {
  width: 100%;
}
.ec-layoutRole__contents .ec-layoutRole__left {
  display: none;
  width: 19.3%;
}
.ec-layoutRole__contents .ec-layoutRole__mainWithColumn {
  width: 79.5%;
  max-width: 780px;
}
.ec-layoutRole__contents .ec-layoutRole__right {
  width: 19.3%;
  max-width: 190px;
}
.list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list.is_col_2 > * {
  width: 48.5%;
}
.list.is_col_3 > * {
  width: 31.5%;
}
.list.is_col_4 > * {
  width: 23.5%;
}
.list.is_sp_col_2 > * {
  width: 48.5%;
}
.under_content_inner {
  background: #fff;
  margin-top: 20px;
  padding: 35px 15%;
}
.under_content_inner:not(:first-child) {
  margin-top: 0;
}
.under_content_ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
/*-------------------------------------

		header

-------------------------------------*/
.l_header_wrap {
  background: #fff;
  max-width: 980px;
  margin: 0 auto;
  padding: 15px 15px 5px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header_logo {
  padding-bottom: 12px;
}
.header_logo_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.header_logo_inner:hover {
  opacity: 0.6;
}
.header_logo_inner figure {
  margin-right: 10px;
}
.header_logo_inner_text p {
  font-size: 1.4rem;
  font-weight: 500;
}
.header_logo_inner_text h1 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.header_logo .header_sns_list {
  display: none;
}
.header_logo .header_sns_list .header_sns_list_item + .header_sns_list_item {
  margin-left: 6px;
}
.header_logo .header_sns_list_anchor {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.header_search {
  margin-left: auto;
}
.header_search_form {
  position: relative;
}
.header_search_form_input {
  background: #f7f7f7;
  border-radius: 100px;
  font-size: 1.2rem;
  min-width: 280px;
  padding: 8px 5% 8px calc(5% + 25px);
}
.header_search_form_button {
  background: url("/store/html/template/otsukaya-plus/assets/icon/search-dark.svg") center center/contain no-repeat;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 5%;
}
.header_sticky {
  display: flex;
  margin-left: auto;
  padding: 15px 4.5% 10px;
  width: 100%;
  align-items: center;
  background: #f7f7f7;
  z-index: 10;
}
.header_sticky_form {
  position: relative;
  margin-right: 10px;
  flex-grow: 1;
}
.header_sticky_form_input {
  background: #f7f7f7;
  border-radius: 100px;
  font-size: 1.2rem;
  padding: 8px 5% 8px calc(5% + 25px);
  background: #fff;
  width: 100%;
}
.header_sticky_form_button {
  background: url("/store/html/template/otsukaya-plus/assets/icon/search-dark.svg") center center/contain no-repeat;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 5%;
}
.header_sticky_cart {
  margin-right: 10px;
}
.header_sticky_cart p {
  padding-right: 5px;
  position: relative;
}
.header_sticky_cart p span {
  background: #f29600;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  min-width: 30px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 45%;
  z-index: 1;
}
.header_sticky_menu {
  display: block;
}
.header_sticky_menu div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  min-height: 29px;
}
.header_sticky_menu span {
  background: #616161;
  display: block;
  width: 23px;
  height: 1px;
  margin: 0 auto;
}
.header_sticky_menu span + span {
  margin-top: 8px;
}
.header_sticky .dummy-for-sticky-header-search {
  visibility: hidden;
  width: 100%;
}
.header_navi {
  margin-left: 45px;
}
.header_navi .header_subnavi_list {
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header_navi .header_subnavi_list_item {
  font-size: 1rem;
  line-height: 1;
}
.header_navi .header_subnavi_list_item a:hover {
  opacity: 0.6;
}
.header_navi .header_subnavi_list .header_subnavi_list_item + .header_subnavi_list_item {
  border-left: 1px solid #000000;
  margin-left: 10px;
  padding-left: 10px;
}
.header_navi .header_globalnavi_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header_navi .header_globalnavi_list_item {
  min-width: 60px;
  text-align: center;
}
.header_navi .header_globalnavi_list_item.is_home {
  display: none;
}
.header_navi .header_globalnavi_list_item.is_cart p, .header_navi .header_globalnavi_list_item.is_feature p {
  padding-right: 5px;
  position: relative;
}
.header_navi .header_globalnavi_list_item.is_cart p span, .header_navi .header_globalnavi_list_item.is_feature p span {
  background: #f29600;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  min-width: 30px;
  padding: 0 2px;
  position: absolute;
  top: 0;
  left: 45%;
  z-index: 1;
}
.header_navi .header_globalnavi_list_item_inner {
  display: block;
}
.header_navi .header_globalnavi_list_item_inner:hover {
  opacity: 0.6;
}
.header_navi .header_globalnavi_list_item_inner p {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 29px;
}
.header_navi .header_globalnavi_list_item_inner i {
  display: block;
  font-size: 0.9rem;
}
.header_navi .header_globalnavi_list_item.is_menu {
  display: none;
}
.header_navi .header_globalnavi_list_item.is_menu div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  min-height: 29px;
}
.header_navi .header_globalnavi_list_item.is_menu span {
  background: #616161;
  display: block;
  width: 23px;
  height: 1px;
  margin: 0 auto;
}
.header_navi .header_globalnavi_list_item.is_menu span + span {
  margin-top: 8px;
}
/*-------------------------------------

		hamburger_menu

-------------------------------------*/
.overlay {
  display: none;
}
.hamburger_menu {
  display: none;
}
.hamburger_menu_close {
  color: #616161;
  font-weight: 700;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hamburger_menu_close i {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 1em;
  position: relative;
}
.hamburger_menu_close i::before, .hamburger_menu_close i::after {
  background: #616161;
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.hamburger_menu_close i::before {
  transform: rotate(45deg);
}
.hamburger_menu_close i::after {
  transform: rotate(-45deg);
}
.hamburger_menu_inner {
  margin-top: 20px;
}
.hamburger_menu_ttl {
  color: #616161;
  font-weight: 700;
  padding: 0 4%;
}
.hamburger_menu_list {
  border-bottom: 1px solid #d9d9d9;
}
.hamburger_menu_list_item {
  border-top: 1px solid #d9d9d9;
}
.hamburger_menu_list_item a {
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 4%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.hamburger_menu_list_item a figure {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  position: relative;
  overflow: hidden;
}
.hamburger_menu_list_item a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hamburger_menu_list_item a figure img.is_contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.hamburger_menu_list_item a p {
  width: calc(100% - 42px);
}
/*-------------------------------------

		pickup

-------------------------------------*/
.pickup_wrap {
  max-width: 980px;
  margin: 0 auto;
}
.pickup_wrap .pickup_inner {
  background: #fff;
  border-radius: 4px 4px 0 0;
  max-width: 780px;
  padding: 20px 4.5%;
}
.pickup_product_list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pickup_product_list_item {
  font-size: 1.1rem;
  line-height: 1.5;
  width: 13.5%;
  margin-bottom: 10px;
  text-align: center;
}
.pickup_product_list_item a {
  display: block;
}
.pickup_product_list_item a:hover {
  opacity: 0.6;
}
.pickup_product_list_item figure p {
  border-radius: 2px;
  width: 100%;
  height: 0;
  margin-bottom: 5px;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.pickup_product_list_item figure p img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-------------------------------------

		footer_upper

-------------------------------------*/
.footer_upper {
  max-width: 980px;
  margin: 0 auto;
}
.footer_upper_inner {
  background: #e0e0e0;
  max-width: 780px;
  padding: 20px 4.5% 30px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer_upper_information {
  width: 40%;
}
.footer_upper_information_text {
  margin-bottom: 15px;
}
.footer_upper_information_text p {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.footer_upper_information_text h1 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.footer_upper_information_sns_list {
  margin-bottom: 20px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer_upper_information_sns_list_item {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
.footer_upper_information_sns_list_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer_upper_information_sns_list_item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.footer_upper_information_list dt {
  font-weight: 600;
}
.footer_upper_information_list dd + dt {
  margin-top: 15px;
}
.footer_upper_information_list dd {
  font-size: 1.2rem;
}
.footer_upper_menu {
  width: 60%;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer_upper_menu > div:first-of-type {
  width: 70%;
}
.footer_upper_menu > div:last-of-type {
  width: 30%;
}
.footer_upper_menu_list .footer_upper_menu_list_item + .footer_upper_menu_list_item {
  margin-top: 25px;
}
.footer_upper_menu_list p {
  font-weight: 700;
}
.footer_upper_menu_list p :not(:last-of-type) {
  margin-bottom: 5px;
}
.footer_upper_menu_list ul {
  font-size: 1.1rem;
  line-height: 1.5;
}
.footer_upper_menu_list ul li + li {
  margin-top: 5px;
}
/*-------------------------------------

		footer_lower

-------------------------------------*/
.is_col_1 {
  width: 100%;
}
.is_col_1 .footer_lower_inner {
  max-width: 980px !important;
}
.footer_lower {
  font-size: 1.1rem;
  max-width: 980px;
  margin: 0 auto;
}
.footer_lower_inner {
  width: 100%;
  max-width: 780px;
  padding: 15px 4.5% 30px;
  text-align: center;
}
.footer_lower_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_lower_list_item {
  line-height: 1;
  padding: 0 10px;
}
.footer_lower_list_item:not(:first-of-type) {
  border-left: 1px solid #000000;
}
.footer_lower .copyright {
  color: #838383;
  margin-top: 10px;
}
/*-------------------------------------

		sidebar

-------------------------------------*/
.sidebar_login_ttl {
  padding: 0 4%;
}
.sidebar_login_list_item {
  max-width: 80%;
  margin: 12px auto 0;
}
.sidebar_login_list_item a {
  border: 1px solid #f29600;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 4%;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sidebar_login_list_item a figure {
  margin-right: 5px;
}
.sidebar_login_list_item a:hover {
  opacity: 0.6;
}
.sidebar_login_list_item:first-of-type a {
  background: #f29600;
  color: #fff;
}
.sidebar_login_list_item:last-of-type a {
  background: #fff;
  color: #f29600;
}
.sidebar_inner:not(:first-child) {
  margin-top: 20px;
}
.sidebar_ttl {
  color: #616161;
  font-weight: 700;
  padding: 0 4%;
}
.sidebar_list {
  background: #fff;
}
.sidebar_list_item a {
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 4%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sidebar_list_item a figure {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  position: relative;
  overflow: hidden;
}
.sidebar_list_item a figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.sidebar_list_item a p {
  font-size: 1.1rem;
  width: calc(100% - 42px);
}
/*-------------------------------------

		bread

-------------------------------------*/
.breadcrumb {
  padding: 0 15px;
  margin: 0 !important;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb + .breadcrumb {
  margin-top: 0;
}
.breadcrumb > li + li::before {
  color: #ccc;
  content: "＞";
  padding: 0 5px;
}
.breadcrumb > li.active {
  color: #777;
}
/*------------------------------------------------

		pager

------------------------------------------------*/
.pagers {
  background: #f7f7f7;
  padding: 28px 5% 44px;
}
.pagers_numbers {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagers_numbers li:not(:first-of-type) {
  border-left: 1px solid #f7f7f7;
}
.pagers_numbers li a {
  background: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagers_numbers li a:hover {
  opacity: 0.8;
}
.pagers_numbers li.is_current a {
  background: #f29600;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagers_numbers li svg {
  display: block;
}
/*-------------------------------------

		tab

-------------------------------------*/
.tab {
  margin-top: 20px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tab_label {
  border-radius: 4px 4px 0 0;
  color: #838383;
  width: 22.5%;
  margin-right: 2.5%;
  padding: 10px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab_label.is_active {
  background: #fff;
  color: #000000;
  font-weight: 700;
}
.tab_label:not(.is_active) {
  cursor: pointer;
}
.tab_label:not(.is_active):hover {
  opacity: 0.6;
}
.tab_label span {
  display: inline-block;
  margin-left: 10px;
}
.tab_label img {
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.tab_label:not(.is_active) img {
  opacity: 0.6;
}
.mfp-zoom-out-cur {
  cursor: default !important;
}
/*------------------------------------------------

		mfp_modals

------------------------------------------------*/
.mfp_modals {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  max-width: 650px;
  margin: 30px auto;
  padding: 30px 50px 35px;
  position: relative;
  overflow: visible !important;
  top: auto !important;
}
.mfp_modals .md_modal_inner {
  max-height: 85vh;
  overflow: auto;
}
/*------------------------------------------------

		modal close btn

------------------------------------------------*/
.mfp-content .mfp-close {
  cursor: pointer !important;
  display: block;
  line-height: 1;
  width: 36px;
  height: 36px;
  opacity: 1;
  top: 15px !important;
  right: 12px;
  text-align: left;
  text-indent: -9999px;
}
.mfp-content .mfp-close::before, .mfp-content .mfp-close::after {
  background: #b1b1b1;
  border-radius: 2px;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.mfp-content .mfp-close::before {
  transform: rotate(45deg);
  top: 15px;
}
.mfp-content .mfp-close::after {
  transform: rotate(-45deg);
  top: 15px;
}
.mfp-content .mfp-close:hover::before {
  transform: rotate(135deg);
}
.mfp-content .mfp-close:hover::after {
  transform: rotate(45deg);
}
/*------------------------------------------------

		modal fade

------------------------------------------------*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*-------------------------------------

		index
		content_top_shopping

-------------------------------------*/
.content_top_shopping {
  background: #fff;
  max-width: 980px;
  margin: 10px auto;
  padding: 5px 20px;
}
.content_top_shopping_text p {
  font-weight: 700;
  line-height: 1.5;
}
.content_top_shopping_text p br {
  display: none;
}
/*-------------------------------------

		index
		main_visual

-------------------------------------*/
.main_visual {
  background: #fff;
  text-align: center;
  min-height: 315px;
}
.main_visual_slider_item .slick-slide {
  width: 100%;
}
.main_visual_slider_item .slick-slide img {
  width: 100%;
}
.main_visual_slider .slick-dots {
  margin-top: 12px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main_visual_slider .slick-dots li {
  background: #d9d9d9;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin: 0 5px;
}
.main_visual_slider .slick-dots li.slick-active {
  background: #b1b1b1;
}
.main_visual_slider .slick-dots li button {
  text-indent: -9999px;
}
.main_visual_caption {
  margin-top: 20px;
}
.main_visual_caption_marker strong {
  background: linear-gradient(transparent 60%, #fef104 60%);
  font-weight: 700;
}
.main_visual_caption_marker strong br {
  display: none;
}
/*-------------------------------------

		index
		content_top_urgent_notice

-------------------------------------*/
.content_top_urgent_notice {
  background: #fff;
  line-height: 1.5;
  padding: 20px 60px 25px;
}
.content_top_urgent_notice p span {
  color: #e13535;
}
/*-------------------------------------

		index
		new_item

-------------------------------------*/
.new_item {
  background: #fff;
  padding: 0 20px 25px;
}
.new_item_inner {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.new_item_ttl {
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.5;
  padding: 20px 20px 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new_item_ttl h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 20px;
}
.new_item_ttl_update {
  font-size: 1.2rem;
}
.new_item_ttl_more {
  font-size: 1.2rem;
  margin-left: auto;
  padding-right: 10px;
  position: relative;
}
.new_item_ttl_more::after {
  background: url("/store/html/template/otsukaya-plus/assets/icon/arrow_gray_right.svg") center center/contain no-repeat;
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 0;
}
.new_item_list {
  height: 287px;
  padding: 20px 20px 15px;
  overflow-y: auto;
}
.new_item_list_item:nth-of-type(n + 3) {
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
  padding-top: 10px;
}
.new_item_list_item_inner {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.new_item_list_item_image {
  border-radius: 2px;
  width: 96px;
  height: 0;
  margin-right: 12px;
  padding-top: 72px;
  overflow: hidden;
  position: relative;
}
.new_item_list_item_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new_item_list_item_text {
  flex-direction: column;
  line-height: 1.2;
  width: calc(100% - 108px);
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.new_item_list_item_text_ttl {
  font-size: 1.1rem;
  font-weight: 700;
}
.new_item_list_item_text_description {
  color: #838383;
  font-size: 1.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px auto;
  overflow: hidden;
}
.new_item_list_item_text_price {
  font-weight: 700;
  margin-top: auto;
  text-align: right;
}
/*-------------------------------------

		index
		recommend_product

-------------------------------------*/
.recommend_product {
  margin-top: 25px;
}
.recommend_product_ttl {
  line-height: 1.5;
  padding: 0 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recommend_product_ttl h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
.recommend_product_ttl_more {
  font-size: 1.2rem;
  padding-right: 10px;
  position: relative;
}
.recommend_product_ttl_more::after {
  background: url("/store/html/template/otsukaya-plus/assets/icon/arrow_gray_right.svg") center center/contain no-repeat;
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 0;
}
.recommend_product_list {
  margin-top: 10px;
}
.recommend_product_list_item {
  width: 24.6% !important;
}
.recommend_product_list_item:nth-of-type(n + 5):not(:empty) {
  margin-top: 8px;
}
.recommend_product_list_item_inner {
  background: #fff;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.recommend_product_list_item_image {
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.recommend_product_list_item_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recommend_product_list_item_text {
  flex-direction: column;
  line-height: 1.2;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.recommend_product_list_item_text_ttl {
  font-size: 1.2rem;
  margin: 10px auto 20px;
}
.recommend_product_list_item_text_price {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: auto;
}
.recommend_product_list_item_text_price span {
  font-size: 1.3rem;
}
.recommend_product_more {
  display: none;
}
/*-------------------------------------

		index
		contents_category

-------------------------------------*/
.contents_category {
  background: #fff;
  border-radius: 4px;
  margin-top: 20px;
  padding: 25px 20px;
}
.contents_category_ttl {
  line-height: 1.5;
}
.contents_category_ttl h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
.contents_category_list {
  margin-top: 30px;
}
.contents_category_list_item:nth-of-type(n + 4) {
  margin-top: 15px;
}
.contents_category_list_item_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents_category_list_item_image {
  width: 77px;
  height: 0;
  margin-right: 12px;
  padding-top: 57px;
  overflow: hidden;
  position: relative;
}
.contents_category_list_item_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents_category_list_item_text {
  line-height: 1.2;
  width: calc(100% - 90px);
  padding: 12px 12px 12px 0;
}
.contents_category_list_item_text_ttl {
  font-size: 1.1rem;
}
/*-------------------------------------

		index
		top_banner

-------------------------------------*/
.top_banner {
  background: #fff;
  border-radius: 4px;
  margin-top: 20px;
  padding: 25px 4%;
}
.top_banner_list_item:nth-of-type(n + 3) {
  margin-top: 10px;
}
.top_banner_list_item_image {
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
  position: relative;
}
.top_banner_list_item_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-------------------------------------

		index
		top_seo

-------------------------------------*/
.top_seo {
  margin-top: 30px;
  padding: 0 11.5%;
  text-align: center;
}
.top_seo_text p {
  line-height: 1.5;
}
.top_seo_text p + p {
  margin-top: 15px;
}
/*-------------------------------------

		index
		rcently_product

-------------------------------------*/
.rcently_product {
  background: #fff;
  border-radius: 4px;
  margin-top: 40px;
  padding: 25px 20px;
}
.rcently_product_ttl {
  line-height: 1.5;
}
.rcently_product_ttl h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
.rcently_product_list {
  margin-top: 20px;
}
.rcently_product_list_item:nth-of-type(n + 3) {
  margin-top: 20px;
}
.rcently_product_list_item_inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rcently_product_list_item_image {
  border-radius: 4px;
  width: 142px;
  height: 0;
  margin-right: 12px;
  padding-top: 106px;
  overflow: hidden;
  position: relative;
}
.rcently_product_list_item_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rcently_product_list_item_text {
  line-height: 1.5;
  width: calc(100% - 154px);
}
.rcently_product_list_item_text_caption {
  font-size: 1.1rem;
}
.rcently_product_list_item_text_ttl {
  font-weight: 700;
  margin-top: 5px;
}
.rcently_product_list_item_text_price {
  font-weight: 700;
}
.rcently_product_list_item_text_description {
  color: #838383;
  font-size: 1.1rem;
  display: -webkit-box;
  line-height: 1.2;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  overflow: hidden;
}
.rcently_product_more {
  font-size: 1.2rem;
  margin-top: 15px;
  text-align: center;
}
.rcently_product_more > a {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 30px;
  position: relative;
}
.rcently_product_more > a::after {
  background: url("/store/html/template/otsukaya-plus/assets/icon/arrow_gray_right.svg") center center/contain no-repeat;
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 10px;
}
/*-------------------------------------

		appeal
		category information

-------------------------------------*/
.category_information {
  margin: 30px auto;
  padding: 0 25px;
}
.category_information_ttl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.category_information_ttl figure {
  border-radius: 2px;
  width: 85px;
  height: 65px;
  margin-right: 15px;
  position: relative;
}
.category_information_ttl figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category_information_ttl p strong {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
}
.category_information_child {
  margin-top: 25px;
}
.category_information_child_ttl {
  font-size: 1.4rem;
  color: #838383;
  font-weight: 700;
}
.category_information_child_list {
  margin-bottom: 15px;
  align-items: stretch;
  text-align: center;
}
.category_information_child_list_item {
  font-size: 1.2rem;
  width: 24.5% !important;
}
.category_information_child_list_item:not(:empty) {
  margin-top: 4px;
}
.category_information_child_list_item_inner {
  background: #fff;
  border-radius: 4px;
  height: 100%;
  min-height: 60px;
  padding: 10px 15px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.category_information_child_list_item_inner:hover {
  opacity: 0.8;
}
.category_information_child_more {
  font-size: 1.2rem;
  text-align: center;
}
.category_information_child_more > p {
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.category_information_child_more > p:hover {
  opacity: 0.8;
}
.category_information_child_more > p::before {
  content: "もっと見る";
  display: inline-block;
}
.category_information_child_more > p.is_open::before {
  content: "閉じる";
}
.category_information_child_more > p::after {
  background: url("/store/html/template/otsukaya-plus/assets/icon/arrow_gray_right.svg") center center/contain no-repeat;
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  right: 10px;
}
.category_information_child_more > p.is_open::after {
  transform: rotate(-90deg);
}
.category_information_child_other {
  display: none;
}
/*-------------------------------------

		appeal
		list

-------------------------------------*/
.appeal_list {
  margin-bottom: 10px;
}
.appeal_list_bread {
  font-size: 1.2rem;
  padding: 30px 15px 0;
}
.appeal_list_bread_list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.appeal_list_bread_list_item:nth-of-type(n + 2)::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/arrow_gray_right.svg") center center/contain no-repeat;
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  margin: 0 5px;
}
.appeal_list_inner {
  background: #fff;
  border-radius: 4px;
  margin-top: 15px;
  padding: 10px 15px;
}
.appeal_list_item {
  padding: 5px 10px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.appeal_list_item:nth-of-type(n + 2) {
  border-top: 1px solid #d9d9d9;
}
.appeal_list_item_image {
  width: 32%;
}
.appeal_list_item_image.is_only {
  width: 48.5%;
}
.appeal_list_item_image ul li:nth-of-type(n + 2) {
  margin-top: 4px;
}
.appeal_list_item_image p {
  border-radius: 2px;
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.appeal_list_item_image p img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.appeal_list_item_text {
  width: 65%;
}
.appeal_list_item_text_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
}
.appeal_list_item_text_price {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 8px;
}
.appeal_list_item_text_description {
  color: #838383;
  font-weight: 500;
}
.appeal_list_item .is_only + .appeal_list_item_text {
  width: 48.5%;
}
/*-------------------------------------

        product list
        topicpath_list_item

-------------------------------------*/
.topicpath_title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}
.topicpath_filtering {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.topicpath_filtering_item:not(:first-of-type) {
  border-left: 1px solid #d9d9d9;
  margin-left: 10px;
  padding-left: 10px;
}
/*-------------------------------------

        product list
        tab_refine

-------------------------------------*/
.tab_refine {
  position: relative;
}
.tab_refine .refine {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.tab_refine .refine_btn {
  background: #fff;
  border: 1px solid #1f8ecc;
  border-radius: 100px;
  color: #1f8ecc;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 3px 30px;
}
.tab_refine .refine_btn:hover {
  background: #1f8ecc;
  color: #fff;
}
.tab_refine .tab {
  width: 100%;
}
/*-------------------------------------

        product list
        refine_search

-------------------------------------*/
.refine_search_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.refine_search_sub_ttl {
  color: #616161;
  font-weight: 700;
  margin-top: 25px;
}
.refine_search_keyword input[type=search] {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  width: 50%;
  height: auto;
  padding: 10px;
}
.refine_search_keyword ul {
  margin-top: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.refine_search_keyword ul li {
  margin-right: 10px;
}
.refine_search_keyword ul li input[type=radio] {
  display: none;
}
.refine_search_keyword ul li input[type=radio]:checked + label::after {
  opacity: 1;
}
.refine_search_keyword ul li label {
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}
.refine_search_keyword ul li label::before, .refine_search_keyword ul li label::after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.refine_search_keyword ul li label::before {
  border: 1px solid #d9d9d9;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
}
.refine_search_keyword ul li label::after {
  background: #f29600;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  opacity: 0;
  left: 4px;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.refine_search_keywords_operator #keywords_operator {
  margin-top: 5px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.refine_search_keywords_operator #keywords_operator .form-check {
  width: 16.66666%;
}
.refine_search_keywords_operator #keywords_operator .form-check:nth-of-type(n + 7) {
  margin-top: 10px;
}
.refine_search_keywords_operator #keywords_operator .form-check input[type=radio] {
  display: none;
}
.refine_search_keywords_operator #keywords_operator .form-check input[type=radio]:checked + label::before {
  background: #f29600;
}
.refine_search_keywords_operator #keywords_operator .form-check input[type=radio]:checked + label::after {
  opacity: 1;
}
.refine_search_keywords_operator #keywords_operator .form-check label {
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}
.refine_search_keywords_operator #keywords_operator .form-check label::before, .refine_search_keywords_operator #keywords_operator .form-check label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.refine_search_keywords_operator #keywords_operator .form-check label::before {
  border: 1px solid #d9d9d9;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
}
.refine_search_keywords_operator #keywords_operator .form-check label::after {
  background: url("/store/html/template/otsukaya-plus/assets/icon/check_white.svg") center/contain no-repeat;
  width: 20px;
  height: 8px;
  margin-top: -4px;
  opacity: 0;
  left: 0;
}
.refine_search_category select {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  width: auto;
  min-width: 31.5%;
  height: auto;
  padding: 10px;
}
.refine_search_color #color_tag {
  margin: 5px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.refine_search_color #color_tag .form-check {
  width: 12.5%;
  text-align: center;
}
.refine_search_color #color_tag .form-check:nth-of-type(n + 9) {
  margin-top: 10px;
}
.refine_search_color #color_tag .form-check input[type=checkbox] {
  display: none;
}
.refine_search_color #color_tag .form-check input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.refine_search_color #color_tag .form-check label {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
}
.refine_search_color #color_tag .form-check label::before {
  content: "";
  border-radius: 50%;
  display: block;
  z-index: 0;
  width: 30px;
  height: 30px;
  margin: 0 auto 3px;
  position: relative;
}
.refine_search_color #color_tag .form-check label::after {
  content: "";
  background: url("/store/html/template/otsukaya-plus/assets/icon/check_white.svg") center/contain no-repeat;
  display: block;
  width: 14px;
  height: 10px;
  opacity: 0;
  margin: 0 auto;
  position: relative;
  top: -45px;
  left: 0px;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.refine_search_color #color_tag .form-check label[for=color_tag_1]::before {
  background: #fff;
  border: 1px solid #d9d9d9;
}
.refine_search_color #color_tag .form-check label[for=color_tag_1]::after {
  background: url("/store/html/template/otsukaya-plus/assets/icon/check_gray.svg") center/contain no-repeat;
}
.refine_search_color #color_tag .form-check label[for=color_tag_2]::before {
  background: #000;
}
.refine_search_color #color_tag .form-check label[for=color_tag_3]::before {
  background: #b1b1b1;
}
.refine_search_color #color_tag .form-check label[for=color_tag_4]::before {
  background: #845c2f;
}
.refine_search_color #color_tag .form-check label[for=color_tag_5]::before {
  background: #d3c79d;
}
.refine_search_color #color_tag .form-check label[for=color_tag_6]::before {
  background: #a2d67b;
}
.refine_search_color #color_tag .form-check label[for=color_tag_7]::before {
  background: #60ccda;
}
.refine_search_color #color_tag .form-check label[for=color_tag_8]::before {
  background: #aa82ec;
}
.refine_search_color #color_tag .form-check label[for=color_tag_9]::before {
  background: #fbce62;
}
.refine_search_color #color_tag .form-check label[for=color_tag_10]::before {
  background: #fec5da;
}
.refine_search_color #color_tag .form-check label[for=color_tag_11]::before {
  background: #df333a;
}
.refine_search_color #color_tag .form-check label[for=color_tag_12]::before {
  background: #f09520;
}
.refine_search_color #color_tag .form-check label[for=color_tag_13]::before {
  background: #e0e0e0;
}
.refine_search_color #color_tag .form-check label[for=color_tag_14]::before {
  background: #c8bd62;
}
.refine_search_color #color_tag .form-check label[for=color_tag_15]::before {
  background: #f0eadd;
}
.refine_search_material #material {
  margin-top: 5px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.refine_search_material #material .form-check {
  width: 25%;
  margin-bottom: 10px;
}
.refine_search_material #material .form-check input[type=checkbox] {
  display: none;
}
.refine_search_material #material .form-check input[type=checkbox]:checked + label::before {
  background: #f29600;
}
.refine_search_material #material .form-check input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.refine_search_material #material .form-check label {
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}
.refine_search_material #material .form-check label::before, .refine_search_material #material .form-check label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.refine_search_material #material .form-check label::before {
  border: 1px solid #d9d9d9;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
}
.refine_search_material #material .form-check label::after {
  background: url("/store/html/template/otsukaya-plus/assets/icon/check_white.svg") center/contain no-repeat;
  width: 20px;
  height: 8px;
  margin-top: -4px;
  opacity: 0;
  left: 0;
}
.refine_search_price_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.refine_search_price_inner span {
  display: inline-block;
  margin: 0 10px;
}
.refine_search_price_inner select {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 10px;
}
.refine_search_price .is_attention {
  color: #b1b1b1;
}
.refine_search_reset_btn {
  margin: 30px auto 0;
  text-align: center;
}
.refine_search_reset_btn button {
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  color: #616161;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 4px 10px 4px 35px;
  position: relative;
}
.refine_search_reset_btn button::before, .refine_search_reset_btn button::after {
  background: #b1b1b1;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 10px;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.refine_search_reset_btn button::before {
  transform: rotate(45deg);
}
.refine_search_reset_btn button::after {
  transform: rotate(-45deg);
}
.refine_search_reset_btn button:hover {
  background: #b1b1b1;
  color: #fff;
}
.refine_search_reset_btn button:hover::before, .refine_search_reset_btn button:hover::after {
  background: #fff;
}
.refine_search_reset_btn button:hover::before {
  transform: rotate(135deg);
}
.refine_search_reset_btn button:hover::after {
  transform: rotate(45deg);
}
.refine_search_submit_btn {
  margin: 20px auto 0;
  text-align: center;
}
.refine_search_submit_btn button {
  background: #f29600;
  border: 1px solid #f29600;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  width: 90%;
  max-width: 300px;
  padding: 10px 5%;
}
.refine_search_submit_btn button span {
  padding-left: 25px;
  position: relative;
}
.refine_search_submit_btn button span::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/search.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  position: absolute;
  left: 0;
  top: 50%;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.refine_search_submit_btn button:hover {
  background: #fff;
  color: #838383;
}
.refine_search_submit_btn button:hover span::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/search-dark.svg") center/contain no-repeat;
}
/*-------------------------------------

        product list
        sort paging

-------------------------------------*/
.sort_paging {
  background: #fff;
  padding: 15px 20px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sort {
  font-size: 1.2rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sort_label {
  color: #838383;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 30px;
  text-align: center;
}
.sort_label:not(:first-of-type) {
  border-left: 1px solid #d9d9d9;
}
.sort_label.is_active {
  color: #000000;
  font-weight: 700;
}
.sort_label:not(.is_active) label {
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.sort_label:not(.is_active) label:hover {
  opacity: 0.6;
}
.sort_label input {
  display: none;
}
.paging {
  font-size: 1.2rem;
  text-align: right;
}
/*-------------------------------------

        product list
        product grid

-------------------------------------*/
.product {
  background: #fff;
  padding: 20px;
}
.product_grid_item_info_image {
  position: relative;
}
.product_grid_item_info_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_grid_item_info_text {
  line-height: 1.5;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product_grid_item_info_text_ttl {
  font-size: 1.4rem;
}
.product_grid_item_info_text_price {
  font-size: 1.5rem;
  font-weight: 700;
}
.product_grid_item_info_text_description {
  color: #838383;
  margin-top: 15px;
}
.product_grid_item_setting_ttl {
  color: #838383;
  font-weight: 700;
  width: 100%;
}
.product_grid_item_setting_color_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_grid_item_setting_color_list_item {
  width: 14.5%;
  height: 14.5%;
}
.product_grid_item_setting_color_list_item:not(:empty) {
  margin-bottom: 4px;
}
.product_grid_item_setting_color_list_item input {
  display: none;
}
.product_grid_item_setting_color_list_item input:checked + label {
  border: 2px solid #f29600;
}
.product_grid_item_setting_color_list_item label {
  display: block;
  border-radius: 50%;
  margin-bottom: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.product_grid_item_setting_color_list_item label:not(:empty) {
  border: 2px solid #fff;
}
.product_grid_item_setting_color_list_item label figure {
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.product_grid_item_setting_color_list_item label figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_grid_item_setting_numbers_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product_grid_item_setting_numbers_inner input {
  border: 1px solid #b1b1b1;
  width: 50px;
}
.product_grid_item_setting_numbers_inner span {
  padding: 0 10px 0 5px;
}
.product_grid_item_setting_numbers_inner + p {
  color: #838383;
  line-height: 1.5;
}
.product_grid_item_setting_numbers_btn_list {
  width: 100%;
}
.product_grid_item_setting_numbers_btn_list > p:first-of-type {
  color: #838383;
  display: none;
  line-height: 1.5;
}
.product_grid_item_setting_numbers_btn_list_item {
  border-radius: 100px;
  color: #fff;
  display: block;
  font-weight: 700;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 8px 10px;
  text-align: center;
}
.product_grid_item_setting_numbers_btn_list_item.is_addcart {
  background: #f29600;
  border: 1px solid #f29600;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product_grid_item_setting_numbers_btn_list_item.is_addcart::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/cart-white.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
.product_grid_item_setting_numbers_btn_list_item.is_reserve {
  background: #e13535;
  border: 1px solid #e13535;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product_grid_item_setting_numbers_btn_list_item.is_reserve::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/cart-white.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
.product_grid_item_setting_numbers_btn_list_item.is_non_active {
  background: #b1b1b1;
  border: 1px solid #b1b1b1;
  cursor: default;
}
.product_grid_item_setting_numbers_btn_list_item:active, .product_grid_item_setting_numbers_btn_list_item:focus {
  color: #fff;
}
.product_grid_item_setting_numbers_btn_list_item:hover {
  color: #fff;
  opacity: 0.6;
}
.product_grid_item_setting_numbers_btn_list_item_reserve_date {
  color: #838383;
  font-size: 1.2rem;
  text-align: center;
}
.product_grid_item_detail_link {
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
}
.product_grid_item_detail_link a:first-of-type {
  background: #fff;
  border: 1px solid #838383;
  margin-right: 18px;
  border-radius: 100px;
  color: #838383;
  display: block;
  font-weight: 700;
  width: 80%;
  padding: 8px 10px;
}
.product_grid_item_detail_link .favorite_form {
  height: 24px;
  margin-bottom: 4px;
}
.product_grid_item_detail_link .favorite_form .is_icn_favorite {
  width: 24px;
  height: 24px;
}
.product_grid_item_detail_link .favorite_form .is_icn_favorite::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/favorite-color.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
}
.product_grid_item_detail_link .favorite_form .is_icn_favorite:hover {
  color: #838383;
}
.product_grid_item_detail_link .favorite_form .is_active::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/favorite-list-color.svg") center/contain no-repeat;
}
.product_grid.is_list .product_grid_item {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_grid.is_list .product_grid_item:not(:first-of-type) {
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  padding-top: 20px;
}
.product_grid.is_list .product_grid_item_info {
  width: 48.5%;
}
.product_grid.is_list .product_grid_item_info_inner {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_grid.is_list .product_grid_item_info_image {
  width: 43%;
  height: 115px;
}
.product_grid.is_list .product_grid_item_info_text {
  width: 54%;
}
.product_grid.is_list .product_grid_item_info_text_price {
  margin-top: auto;
}
.product_grid.is_list .product_grid_item_setting {
  width: 48.5%;
}
.product_grid.is_list .product_grid_item_setting_color_list_item label:not(:empty) {
  padding: 3px;
}
.product_grid.is_list .product_grid_item_setting_numbers {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_grid.is_list .product_grid_item_setting_numbers_wrap {
  width: 100%;
}
.product_grid.is_list .product_grid_item_setting_numbers_inner {
  width: 58.5%;
}
.product_grid.is_list .product_grid_item_setting_numbers_inner input {
  padding: 8px 10px;
}
.product_grid.is_list .product_grid_item_setting_numbers_inner + p {
  width: 38.5%;
}
.product_grid.is_list .product_grid_item_setting_numbers_btn_list {
  margin-top: 20px;
}
.product_grid.is_picture {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_grid.is_picture .product_grid_item {
  width: 33.33333%;
}
.product_grid.is_picture .product_grid_item:nth-of-type(3n + 1) {
  padding-left: 0;
  padding-right: 2%;
}
.product_grid.is_picture .product_grid_item:nth-of-type(3n + 2) {
  padding: 0 1%;
}
.product_grid.is_picture .product_grid_item:nth-of-type(3n + 3) {
  padding-left: 2%;
  padding-right: 0;
}
.product_grid.is_picture .product_grid_item:nth-of-type(n + 4) {
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  padding-top: 20px;
}
.product_grid.is_picture .product_grid_item_info {
  width: 100%;
}
.product_grid.is_picture .product_grid_item_info_image {
  width: 100%;
  height: 170px;
}
.product_grid.is_picture .product_grid_item_info_text_ttl {
  margin-top: 8px;
}
.product_grid.is_picture .product_grid_item_info_text_price {
  margin-top: 10px;
}
.product_grid.is_picture .product_grid_item_info_text_description {
  display: none;
}
.product_grid.is_picture .product_grid_item_setting {
  margin-top: 20px;
}
.product_grid.is_picture .product_grid_item_setting_color_list_item label:not(:empty) {
  padding: 1px;
}
.product_grid.is_picture .product_grid_item_setting_numbers_wrap {
  margin-bottom: 10px;
}
.product_grid.is_picture .product_grid_item_setting_numbers_inner input {
  padding: 3px 10px;
}
.product_grid.is_picture .product_grid_item_setting_numbers_inner + p {
  margin-top: 8px;
}
.product_grid.is_picture .product_grid_item_setting_numbers_btn_list {
  margin-top: 10px;
}
/*-------------------------------------

        product list
        addcart_modal

-------------------------------------*/
.addcart_modal {
  text-align: center;
}
.addcart_modal_ttl {
  font-size: 1.6rem;
  font-weight: 700;
}
.addcart_modal_btn_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.addcart_modal_btn_list_item {
  width: 40%;
  max-width: 190px;
  margin: 30px 2% 0;
}
.addcart_modal_btn_list_item span {
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 12px;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.addcart_modal_btn_list_item span:hover {
  opacity: 0.6;
}
.addcart_modal_btn_list_item.is_cancel span {
  background: #838383;
}
.addcart_modal_btn_list_item.is_action span {
  background: #f29600;
}
/*-------------------------------------

		product detail
		wrap

-------------------------------------*/
.product_detail {
  background: #fff;
  margin-top: 10px;
  padding: 35px 25px;
}
.product_detail:first-child {
  margin-top: 0;
}
.product_detail_upper {
  padding: 0 10px;
}
.product_detail_lower {
  border-top: 1px solid #d9d9d9;
  margin-top: 25px;
  padding: 30px 10px 0;
}
/*-------------------------------------

		product detail
		image text

-------------------------------------*/
.product_detail_image .image_slider {
  display: none;
  position: relative;
}
.product_detail_image .image_slider.slick-initialized {
  display: block;
}
.product_detail_image .image_slider .slick-arrow {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.product_detail_image .image_slider .slick-arrow.slick-prev {
  background-image: url("/store/html/template/otsukaya-plus/assets/icon/slider-arrow-left.svg");
  background-position: calc(50% - 2px) center;
  left: 12px;
}
.product_detail_image .image_slider .slick-arrow.slick-next {
  background-image: url("/store/html/template/otsukaya-plus/assets/icon/slider-arrow-right.svg");
  background-position: calc(50% + 2px) center;
  right: 12px;
}
.product_detail_image .image_slider_item {
  width: 100%;
  position: relative;
}
.product_detail_image .image_slider_item img {
  width: 100%;
}
.product_detail_image .image_slider_item .expand_message {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  padding: 0px 5px 0px 25px;
  color: #848484;
  background-color: #ffffff;
  border-radius: 5px;
  opacity: 0.75;
}
.product_detail_image .image_slider_item .expand_message::before {
  content: "";
  display: block;
  position: absolute;
  right: 64px;
  bottom: 7px;
  width: 14px;
  height: 14px;
  background: url("/store/html/template/otsukaya-plus/assets/icon/search-dark.svg") no-repeat;
  background-size: contain;
}
.product_detail_image .image_slider_nav {
  margin-top: 20px;
  align-items: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
}
.product_detail_image .image_slider_nav_thumb {
  width: 15.8%;
  margin: 0 1.5% 10px;
  flex-basis: 17%;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.product_detail_image .image_slider_nav_thumb:not(.is_active) {
  opacity: 0.6;
}
.product_detail_image .image_slider_nav_thumb figure {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.product_detail_image .image_slider_nav_thumb figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_detail_text_ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
.product_detail_text_price {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 10px;
}
.product_detail_text_description {
  font-size: 1.4rem;
  margin-top: 15px;
  text-align: justify;
  word-break: break-all;
}
/*-------------------------------------

		product detail
		color

-------------------------------------*/
.product_detail_color_list {
  margin: 0 -5px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product_detail_color_list_item {
  width: 24%;
  margin: 0 1px 10px;
  text-align: center;
}
.product_detail_color_list_item:empty {
  margin-bottom: 0;
}
.product_detail_color_list_item input {
  display: none;
}
.product_detail_color_list_item input:checked + label {
  border: 4px solid #f29600;
}
.product_detail_color_list_item label {
  border: 4px solid transparent;
  display: block;
  padding: 3%;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.product_detail_color_list_item label figure {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.product_detail_color_list_item label figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_detail_color_list_item p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
  padding: 0 5px;
}
.product_detail_stock_label span {
  border: 1px solid;
  border-radius: 4px;
  color: #888888;
  font-size: 1rem;
  padding: 4px;
}
/*-------------------------------------

		product detail
		setting

-------------------------------------*/
.product_detail_confirm {
  display: none;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_detail_confirm_image, .product_detail_confirm_image_empty {
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.product_detail_confirm_image img, .product_detail_confirm_image_empty img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_detail_confirm_image_empty {
  position: relative;
  background-color: #f7f7f7;
}
.product_detail_confirm_image_empty .image_empty_text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product_detail_confirm_text {
  width: 48.2%;
}
.product_detail_confirm_text_color strong {
  font-weight: 700;
}
.product_detail_confirm_text_price {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 15px;
}
.product_detail_confirm_text_code {
  display: none;
}
.product_detail_confirm .expand_message {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  padding: 0px 5px 0px 25px;
  color: #848484;
  background-color: #ffffff;
  border-radius: 5px;
  opacity: 0.75;
}
.product_detail_confirm .expand_message::before {
  content: "";
  display: block;
  position: absolute;
  right: 64px;
  bottom: 7px;
  width: 14px;
  height: 14px;
  background: url("/store/html/template/otsukaya-plus/assets/icon/search-dark.svg") no-repeat;
  background-size: contain;
}
.product_detail_confirm .product_detail_pattern {
  width: 100%;
  margin-top: 10px;
  text-align: right;
}
.product_detail_confirm .product_detail_pattern p {
  font-size: 1.1rem;
}
.product_detail_confirm .product_detail_pattern p span {
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 5px;
}
.product_detail_confirm .product_detail_pattern_code_sp {
  display: none;
  font-size: 1.2rem;
  line-height: 1.5;
}
.product_detail_confirm .product_detail_pattern .pattern_price_guest {
  font-size: 1.5rem;
  font-weight: bold;
}
.product_detail_confirm .product_detail_pattern .pattern_price_guest__through {
  text-decoration: line-through;
}
.product_detail_confirm .product_detail_pattern .pattern_price_member div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
  color: #f29600;
  font-size: 1.8rem;
  font-weight: bold;
}
.product_detail_confirm .product_detail_pattern .pattern_price_member div span {
  margin-right: 10px;
  padding: 2px 8px;
  background-color: #f29600;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  border-radius: 4px;
}
.product_detail_confirm .product_detail_pattern .pattern_price_member p {
  position: relative;
  padding-right: 15px;
  font-size: 1.3rem;
}
.product_detail_confirm .product_detail_pattern .pattern_price_member p::after {
  background: url("/store/html/template/otsukaya-plus/assets/icon/arrow_gray_right.svg") center center/contain no-repeat;
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 0;
}
.product_detail_confirm .product_detail_pattern .pattern_price_member p a {
  color: #75b8dd;
}
.product_detail_confirm .product_detail_pattern .pattern_price_member p a:hover {
  opacity: 0.8;
}
.product_detail_submit {
  display: none;
}
.product_detail_submit .tab {
  width: 100%;
}
.product_detail_submit .tab_label {
  border: 1px solid transparent;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  width: 50%;
  margin: 0;
}
.product_detail_submit .tab_label.is_active {
  border: 1px solid #d9d9d9;
  border-bottom: 1px solid transparent;
}
.product_detail_submit_number {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product_detail_submit_message {
  margin: 5px 0;
}
.product_detail_submit_numbers {
  margin-top: 15px;
  padding: 0 15px;
}
.product_detail_submit_numbers_ttl {
  color: #838383;
  font-weight: 700;
  width: 100%;
}
.product_detail_submit_numbers_inner {
  width: 72%;
}
.product_detail_submit_numbers_inner input,
.product_detail_submit_numbers_inner select {
  border: 1px solid #d9d9d9;
  display: inline-block;
  width: 50px;
  height: auto;
  padding: 8px 0;
}
.product_detail_submit_numbers_inner input[type=number],
.product_detail_submit_numbers_inner select[type=number] {
  width: 95px;
  padding: 8px;
}
.product_detail_submit_numbers_inner input:disabled,
.product_detail_submit_numbers_inner select:disabled {
  background: #e0e0e0;
}
.product_detail_submit_numbers_inner span {
  padding: 0 10px 0 5px;
}
.product_detail_submit_numbers_code {
  font-size: 1.2rem;
  line-height: 1.5;
  width: 27%;
}
.product_detail_submit_numbers .md_error {
  font-size: 1.1rem;
  line-height: 1.5;
  width: 100%;
  margin-top: 5px;
}
.product_detail_submit_numbers_btn_list {
  margin-top: 25px;
}
.product_detail_submit_numbers_btn_list form + form {
  margin-top: 10px;
}
.product_detail_submit_numbers_btn_list_item {
  border-radius: 100px;
  color: #fff;
  display: block;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  padding: 8px 10px;
  text-align: center;
}
.product_detail_submit_numbers_btn_list_item.is_addcart {
  background: #f29600;
  border: 1px solid #f29600;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product_detail_submit_numbers_btn_list_item.is_addcart::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/cart-white.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
.product_detail_submit_numbers_btn_list_item.is_favorite {
  border: 1px solid #838383;
  color: #838383;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product_detail_submit_numbers_btn_list_item.is_favorite::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/favorite-color.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.product_detail_submit_numbers_btn_list_item.is_favorite:hover {
  color: #838383;
}
.product_detail_submit_numbers_btn_list_item.is_icn_favorite::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/favorite-list.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
}
.product_detail_submit_numbers_btn_list_item.is_icn_favorite:hover {
  opacity: 0.6;
}
.product_detail_submit_numbers_btn_list_item.is_icn_favorite span {
  display: none;
}
.product_detail_submit_numbers_btn_list_item.is_icn_favorite.is_active::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/favorite-list-color.svg") center/contain no-repeat;
}
.product_detail_submit_numbers_btn_list_item.is_reserve {
  background: #e13535;
  border: 1px solid #e13535;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product_detail_submit_numbers_btn_list_item.is_reserve::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/cart-white.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
.product_detail_submit_numbers_btn_list_item.is_non_active {
  background: #b1b1b1;
  border: 1px solid #b1b1b1;
  cursor: default;
}
.product_detail_submit_numbers_btn_list_item:active, .product_detail_submit_numbers_btn_list_item:focus {
  color: #fff;
}
.product_detail_submit_numbers_btn_list_item:hover {
  color: #fff;
  opacity: 0.6;
}
.product_detail_submit_numbers_btn_list_item_reserve_date {
  color: #838383;
  font-size: 1.2rem;
  text-align: center;
}
.product_detail .md_error {
  color: #CF3F34;
}
/*-------------------------------------

		product detail
		tags

-------------------------------------*/
.product_detail_tags {
  width: 100% !important;
  margin-top: 40px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product_detail_tags_item {
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  color: #616161;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px 15px;
}
/*-------------------------------------

		product detail
		relate_product

-------------------------------------*/
.relate_product {
  background: #fff;
  border-radius: 4px;
  margin-top: 10px;
  padding: 25px 20px;
}
.relate_product ~ .ec-layoutRole__mainBottom .rcently_product {
  margin-top: 10px;
}
.relate_product_ttl {
  line-height: 1.5;
}
.relate_product_ttl h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
.relate_product_list {
  margin-top: 20px;
}
.relate_product_list_item:nth-of-type(n + 3) {
  margin-top: 20px;
}
.relate_product_list_item_inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.relate_product_list_item_image {
  border-radius: 4px;
  width: 142px;
  height: 0;
  margin-right: 12px;
  padding-top: 106px;
  overflow: hidden;
  position: relative;
}
.relate_product_list_item_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.relate_product_list_item_text {
  line-height: 1.5;
  width: calc(100% - 154px);
}
.relate_product_list_item_text_caption {
  font-size: 1.1rem;
}
.relate_product_list_item_text_ttl {
  font-weight: 700;
  margin-top: 5px;
}
.relate_product_list_item_text_price {
  font-weight: 700;
}
.relate_product_list_item_text_description {
  color: #838383;
  font-size: 1.1rem;
  display: -webkit-box;
  line-height: 1.2;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  overflow: hidden;
}
/*-------------------------------------

		product detail
		fixed_nav

-------------------------------------*/
.fixed_nav {
  display: none;
}
.fixed_nav ul {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fixed_nav ul li {
  width: 48.5%;
  text-align: center;
}
.fixed_nav ul li a {
  border: 1px solid #f29600;
  border-radius: 4px;
  display: block;
  font-weight: 700;
  height: 100%;
  padding: 10px;
}
.fixed_nav ul li:first-of-type a {
  background: #fff;
  color: #f29600;
}
.fixed_nav ul li:first-of-type a:hover {
  background: #f29600;
  color: #fff;
}
.fixed_nav ul li:last-of-type a {
  background: #f29600;
  color: #fff;
}
.fixed_nav ul li:last-of-type a:hover {
  background: #fff;
  color: #f29600;
}
/*-------------------------------------

		product detail
		product_detail_more_desc

-------------------------------------*/
.product_detail_more_desc {
  background: #fff;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 20px;
  padding: 25px 20px;
}
.product_detail_more_desc_ttl {
  font-weight: 700;
  margin-bottom: 5px;
}
.product_detail_more_desc_ttl:not(:first-of-type) {
  margin-top: 20px;
}
.product_detail_more_desc p + p {
  margin-top: 10px;
}
.product_detail_more_desc ol li {
  list-style: decimal inside;
}
.product_detail_more_desc_btn {
  margin-top: 20px !important;
  text-align: center;
}
.product_detail_more_desc_btn a {
  background: #b1b1b1;
  border: 1px solid #b1b1b1;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 15px 80px;
}
.product_detail_more_desc_btn a:hover {
  background: #fff;
  color: #b1b1b1;
}
.is_attention {
  color: #e13535;
}
/*-------------------------------------

		cart
		step

-------------------------------------*/
.step {
  margin: 10px auto;
  text-align: center;
}
.step_list {
  display: inline-flex !important;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.step_list::before {
  background: #e0e0e0;
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 50px);
  margin: 0 auto;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
}
.step_list_item {
  font-size: 1rem;
  letter-spacing: 0;
  width: 77px;
  position: relative;
  z-index: 1;
}
.step_list_item span {
  background: #e0e0e0;
  border-radius: 50%;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  width: 27px;
  height: 27px;
  margin: 0 auto 5px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.step_list_item.is_current {
  color: #f29600;
  font-weight: 700;
}
.step_list_item.is_current span {
  background: #f29600;
}
/*-------------------------------------

		cart
		list

-------------------------------------*/
.cart {
  background: #fff;
  padding: 20px 4.5%;
}
.cart_inner {
  max-width: 600px;
  margin: 0 auto;
}
.cart_list {
  margin-bottom: 30px;
  padding: 0 4.5%;
}
.cart_list_ttl {
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.cart_list_item {
  border-bottom: 1px solid #d9d9d9;
  padding: 25px 0 20px;
}
.cart_list_item_inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart_list_item_inner + .cart_list_item_inner {
  margin-top: 20px;
}
.cart_list_item_image {
  display: block;
  width: 37.5%;
}
.cart_list_item_image figure {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}
.cart_list_item_image img {
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cart_list_item_text {
  width: 58.3%;
}
.cart_list_item_text h2 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.cart_list_item_text_info {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.cart_list_item_text_guest {
  text-decoration: line-through;
}
.cart_list_item_text_member {
  color: #f29600;
}
.cart_list_item_text_member span {
  font-weight: bold;
}
.cart_list_item_text_little {
  font-size: 1.2rem;
  margin: 20px 0;
}
.cart_list_item_text_little span {
  background-color: #fef104;
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  padding: 8px;
}
.cart_list_item_text_little p {
  background-color: rgba(254, 241, 4, 0.1);
  border-radius: 4px;
  margin-top: 5px;
  padding: 20px;
}
.cart_list_item_text_arrival {
  font-size: 1.2rem;
  margin: 20px 0;
}
.cart_list_item_text_arrival span {
  background-color: #1f8ecc;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-weight: bold;
  padding: 8px;
}
.cart_list_item_text_arrival p {
  background-color: rgba(31, 142, 204, 0.1);
  border-radius: 4px;
  margin-top: 5px;
  padding: 20px;
}
.cart_list_item_text_inner {
  display: flex;
  flex-direction: column;
  margin-left: 60px;
}
.cart_list_item_text_number {
  display: flex;
  justify-content: space-between;
}
.cart_list_item_text_number input {
  width: 70px;
  display: inline-block;
}
.cart_list_item_text_number .error-message {
  color: #cf3f34;
}
.cart_list_item_text_number .btn {
  background: #b1b1b1;
  border-radius: 100px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 3px 8px;
}
.cart_list_item_text_price {
  display: flex;
  justify-content: space-between;
}
.cart_list_item_text_price strong {
  font-size: 1.8rem;
  font-weight: 700;
}
.cart_list_item_remove a {
  color: #616161;
  font-weight: 700;
  width: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cart_list_item_remove a:hover {
  opacity: 0.8;
}
.cart_list_item_remove a i {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  position: relative;
}
.cart_list_item_remove a i::before,
.cart_list_item_remove a i::after {
  background: #616161;
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.cart_list_item_remove a i::before {
  transform: rotate(45deg);
}
.cart_list_item_remove a i::after {
  transform: rotate(-45deg);
}
.cart_list_item_cutsetting {
  background: #b1b1b1;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  min-width: 195px;
  padding: 5px 10px;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cart_list_item_cutsetting:hover {
  color: #fff;
  opacity: 0.8;
}
.cart_list_item_cutsetting svg {
  margin-right: 8px;
  vertical-align: middle;
}
.cart_list_item_cutsetting_detail {
  background: #f7f7f7;
}
.cart_list_item_cutsetting_detail_ttl {
  border-bottom: 1px solid #e0e0e0;
  color: #838383;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px 10px 3px;
  text-align: center;
}
.cart_list_item_cutsetting_detail_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 15px 20px;
}
.cart_list_item_cutsetting_detail_inner ul {
  line-height: 1.5;
  margin-right: 20px;
}
.cart_list_item_cutsetting_detail_inner ul li::before {
  content: "・";
  display: inline-block;
}
.cart_list_item_cutsetting_detail_inner ul + p {
  margin-right: 20px;
}
.cart_list_item_cutsetting_detail_inner ul + p strong {
  font-size: 1.6rem;
}
.cart_list_item_cutsetting_error_message {
  color: #cf3f34;
  padding: 0 15px;
}
.cart_list_item_cutsetting_detail_btn {
  background: #b1b1b1;
  border-radius: 100px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 3px 15px;
}
.cart_list_item_cutsetting_detail_btn:hover {
  color: #fff;
  opacity: 0.8;
}
.cart_total_price {
  background: #f7f7f7;
  padding: 10px 20px;
}
.cart_total_price_list_item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart_total_price_list_item dt {
  font-size: 1.2rem;
}
.cart_total_price_list_item dt strong {
  font-size: 1.3rem;
  font-weight: 700;
}
.cart_total_price_list_item dd strong {
  font-size: 2.4rem;
  font-weight: 700;
}
.cart_progress {
  margin: 20px auto 25px;
  text-align: center;
}
.cart_progress_inner, .cart_shipping_inner, .cart_shipping_guest, .cart_shipping_member {
  background: rgba(242, 150, 0, 0.1);
  color: #f29600;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 20px;
}
.cart_reserve_attention {
  color: #e13535;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.cart_btn {
  max-width: 300px;
  margin: 10px auto 30px;
  text-align: center;
}
.cart_btn_submit a, .shipping_cost_member_submit a {
  background: #f29600;
  border: 1px solid #f29600;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 300px;
  padding: 15px 20px;
}
.cart_btn_submit a:hover, .shipping_cost_member_submit a:hover {
  background: #fff;
  color: #f29600;
}
.disabled a {
  background-color: #838383;
  border: 1px solid #838383;
  border-radius: 4px;
  pointer-events: none;
}
.cart_btn_return a {
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  color: #b1b1b1;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  min-width: 160px;
  margin-top: 15px;
  padding: 10px 15px;
}
.cart_btn_return a:hover {
  background: #b1b1b1;
  color: #fff;
}
.cart_attention_list {
  border-top: 1px solid #e0e0e0;
  margin-top: 30px;
  padding-top: 15px;
  text-align: right;
}
.cart_attention_list li {
  padding-right: 15px;
  position: relative;
}
.cart_attention_list li::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/arrow_gray_right.svg") center center/contain no-repeat;
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 0;
}
.cart_attention_list li a {
  color: #75b8dd;
}
.cart_attention_list li a:hover {
  opacity: 0.8;
}
.cart_not {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
/*-------------------------------------

		cart
		cutsetting modal

-------------------------------------*/
.cutsetting_modal {
  padding: 15px 0 0;
}
.cutsetting_modal_ttl {
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.cutsetting_modal_text {
  padding: 0 50px;
}
.cutsetting_modal_text_item {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cutsetting_modal_text_inner {
  position: relative;
  background: #f7f7f7;
  border-radius: 4px;
  line-height: 1.5;
  margin: 20px 20px 10px;
  padding: 20px;
  text-align: center;
}
.cutsetting_modal_text_inner::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: calc(50% - 12px);
  border-right: 8px solid transparent;
  border-bottom: 16px solid #f7f7f7;
  border-left: 8px solid transparent;
  transform: rotate(180deg);
}
.cutsetting_modal_text_inner p {
  line-height: 1.8;
}
.cutsetting_modal_text_inner p span {
  font-size: 1.4rem;
  font-weight: bold;
}
.cutsetting_modal_text_inner ul {
  margin: 10px auto;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cutsetting_modal_text_inner ul li + li {
  margin-left: 50px;
}
.cutsetting_modal_text_inner ul li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cutsetting_modal_text_inner ul li input[type=radio] {
  display: none;
}
.cutsetting_modal_text_inner ul li input[type=radio]:checked + label::before {
  border: 1px solid #f29600;
}
.cutsetting_modal_text_inner ul li input[type=radio]:checked + label::after {
  background: #f29600;
}
.cutsetting_modal_text_inner ul li label {
  color: #616161;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 26px;
  position: relative;
}
.cutsetting_modal_text_inner ul li label::before, .cutsetting_modal_text_inner ul li label::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.cutsetting_modal_text_inner ul li label::before {
  border: 1px solid #b1b1b1;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
}
.cutsetting_modal_text_inner ul li label::after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  left: 5px;
}
.cutsetting_modal_text_list {
  padding: 10px 20px 40px;
}
.cutsetting_modal_item_image {
  width: 33%;
}
.cutsetting_modal_item_image figure {
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.cutsetting_modal_item_image figure img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cutsetting_modal_item_text {
  font-size: 1.2rem;
  line-height: 1.5;
  width: 62%;
}
.cutsetting_modal_item_text_ttl {
  margin-bottom: 3px;
}
.cutsetting_modal_item_text_number {
  font-size: 1.1rem;
}
.cutsetting_modal_item_text_number strong {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 10px;
}
.cutsetting_modal_text_list > p:first-of-type {
  font-size: 1.2rem;
  text-align: center;
}
.cutsetting_modal_text_list > p:first-of-type strong {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 10px;
}
.cutsetting_modal_text_list .row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.cutsetting_modal_text_list .row.no-gutters > [class^=col-], .cutsetting_modal_text_list .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cutsetting_modal_text_list ul {
  margin: 8px 0px 10px;
}
.cutsetting_modal_text_list ul li {
  margin: 0 0 12px;
}
.cutsetting_modal_text_list ul li .my-space-between {
  display: flex;
  justify-content: space-between;
}
.cutsetting_modal_text_list ul li input {
  border: 1px solid #b1b1b1;
  border-radius: 2px;
  font-size: 1.6rem;
  width: 46px;
  text-align: center;
}
.cutsetting_modal_text_list ul li span {
  display: inline-block;
  font-size: 1.2rem;
}
.cutsetting_modal_text_list ul li img,
.cutsetting_modal_text_list ul li svg {
  display: inline-block;
}
.cutsetting_modal_text_list ul li button {
  background: #c4c4c4;
  border-radius: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  position: relative;
}
.cutsetting_modal_text_list ul li button:before, .cutsetting_modal_text_list ul li button:after {
  background: #fff;
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  margin: -1px auto 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.cutsetting_modal_text_list ul li button:before {
  transform: rotate(-45deg);
}
.cutsetting_modal_text_list ul li button:after {
  transform: rotate(45deg);
}
.cutsetting_modal_text_list .add_field {
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  color: #616161;
  cursor: pointer;
  display: block;
  font-size: 1.1rem;
  width: 80%;
  max-width: 150px;
  margin: 10px auto 0;
  padding: 3px 10px;
}
.cutsetting_modal_text_list .add_field i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  position: relative;
}
.cutsetting_modal_text_list .add_field i:before, .cutsetting_modal_text_list .add_field i:after {
  background: #616161;
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.cutsetting_modal_text_list .add_field i:after {
  transform: rotate(90deg);
}
.cutsetting_modal_text_total {
  border-top: 1px solid #d9d9d9;
  padding: 20px;
}
.cutsetting_modal_text_total_list_item {
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cutsetting_modal_text_total_list_item:last-of-type {
  background: #f7f7f7;
  width: calc(100% + 40px);
  margin: 10px -20px 0;
  padding: 10px 20px;
}
.cutsetting_modal_text_total_list_item dt {
  font-size: 1.2rem;
  font-weight: 400;
}
.cutsetting_modal_text_total_list_item dd {
  font-size: 1.2rem;
}
.cutsetting_modal_text_total_list_item dd strong {
  font-size: 1.8rem;
  font-weight: 700;
}
.cutsetting_modal_text_total_list_item:last-of-type dd strong {
  font-size: 2.2rem;
}
.cutsetting_modal_close {
  border-top: 1px solid #d9d9d9;
  padding: 15px 20px;
  text-align: center;
}
.cutsetting_modal_close i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  position: relative;
}
.cutsetting_modal_close i:before, .cutsetting_modal_close i:after {
  background: #000;
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.cutsetting_modal_close i:before {
  transform: rotate(45deg);
}
.cutsetting_modal_close i:after {
  transform: rotate(-45deg);
}
.cutsetting_modal_btn {
  display: flex;
  flex-direction: column;
  margin: 40px auto;
  max-width: 200px;
}
.cutsetting_modal_submit {
  background: #f29600;
  border: 1px solid #f29600;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 15px;
}
.cutsetting_modal_submit_disable {
  background: #616161;
  border: 1px solid #616161;
}
.cutsetting_modal_submit_disable:hover {
  background: #616161;
  color: #fff;
}
.cutsetting_modal_return {
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  color: #b1b1b1;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 15px;
  padding: 10px 15px;
}
.cutsetting_modal_return:hover {
  background: #b1b1b1;
  color: #fff;
}
.cutsetting_input {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding-bottom: 20px;
}
.cutsetting_input_title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f29600;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 0;
}
.cutsetting_input_title .cutsetting_input_list_times {
  color: #fff;
}
.cutsetting_input .form_error {
  text-align: center;
}
.cutsetting_input_list {
  margin: 0 auto 20px !important;
}
.cutsetting_input_list_inner {
  display: flex;
  align-items: center;
  padding-left: 160px;
}
.cutsetting_input_list_inner .cut_unit,
.cutsetting_input_list_inner .quantity {
  display: inline-block;
}
.cutsetting_input_list_inner .cut_unit::-moz-placeholder, .cutsetting_input_list_inner .quantity::-moz-placeholder {
  color: #d9d9d9;
}
.cutsetting_input_list_inner .cut_unit:-ms-input-placeholder, .cutsetting_input_list_inner .quantity:-ms-input-placeholder {
  color: #d9d9d9;
}
.cutsetting_input_list_inner .cut_unit::placeholder,
.cutsetting_input_list_inner .quantity::placeholder {
  color: #d9d9d9;
}
.cutsetting_input_list_inner .unit {
  font-weight: bold;
  font-size: 14px;
}
.cutsetting_input_list .field_error {
  text-align: center;
}
.cutsetting_input_list_times {
  color: #838383;
  font-size: 1.6rem;
  margin: 0 20px;
}
.cutsetting_input_list_remove {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 30px;
  cursor: pointer;
}
.cutsetting_input_list_remove:hover {
  opacity: 0.8;
}
.cutsetting_input_list_remove::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #d9d9d9;
  border-radius: 50%;
}
.cutsetting_input_list_remove::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 7px;
  border: 1px solid #fff;
  width: 10px;
}
.cutsetting_modal_remain {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #e0e0e0;
  margin-top: 20px;
}
.cutsetting_modal_remain dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f7f7f7;
  color: #838383;
  font-size: 1.2rem;
  font-weight: normal;
  width: 45%;
  padding: 10px 4.5%;
}
.cutsetting_modal_remain dt:not(:first-of-type) {
  border-top: 1px solid #e0e0e0;
}
.cutsetting_modal_remain dt:last-of-type {
  font-weight: bold;
}
.cutsetting_modal_remain dd {
  width: 55%;
  padding: 10px 9%;
  text-align: center;
}
.cutsetting_modal_remain dd:not(:first-of-type) {
  border-top: 1px solid #e0e0e0;
}
.cutsetting_modal_remain dd:last-of-type {
  font-size: 1.6rem;
  font-weight: bold;
}
/*-------------------------------------

		cart
		cutsetting confirm modal

-------------------------------------*/
.cutsetting_confirm_modal {
  padding: 15px 0 0;
}
.cutsetting_confirm_modal_ttl {
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-right: 30px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cutsetting_confirm_modal_ttl i {
  background: #f29600 url("/store/html/template/otsukaya-plus/assets/icon/check_white.svg") center/12px 7px no-repeat;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-right: 15px;
  position: relative;
}
.cutsetting_confirm_modal_ttl br {
  display: none;
}
.cutsetting_confirm_modal_text {
  padding: 0 50px;
}
.cutsetting_confirm_modal_list {
  padding: 0 4.5%;
}
.cutsetting_confirm_modal_list > li + li {
  margin-top: 20px;
}
.cutsetting_confirm_modal_list_item {
  border: 2px solid #e0e0e0;
}
.cutsetting_confirm_modal_list_item_inner {
  padding: 10px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cutsetting_confirm_modal_list_item_image {
  width: 33%;
}
.cutsetting_confirm_modal_list_item_image figure {
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.cutsetting_confirm_modal_list_item_image figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cutsetting_confirm_modal_list_item_text {
  width: 62%;
  line-height: 1.5;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cutsetting_confirm_modal_list_item_text_number strong {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 10px;
}
.cutsetting_confirm_modal_list_item dl {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cutsetting_confirm_modal_list_item dl dt {
  background: #f7f7f7;
  border-top: 1px solid #e0e0e0;
  color: #838383;
  font-size: 1.2rem;
  font-weight: 400;
  width: 45%;
  padding: 5px 4.5%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cutsetting_confirm_modal_list_item dl dt strong {
  color: #000000;
  font-weight: 700;
}
.cutsetting_confirm_modal_list_item dl dt a {
  border-bottom: 1px solid #838383;
  color: #838383;
}
.cutsetting_confirm_modal_list_item dl dt a:hover {
  border-bottom: 1px solid transparent;
}
.cutsetting_confirm_modal_list_item dl dd {
  border-top: 1px solid #e0e0e0;
  width: 55%;
  padding: 5px 9%;
}
.cutsetting_confirm_modal_list_item dl dd:last-of-type {
  text-align: center;
}
.cutsetting_confirm_modal_list_item dl dd:last-of-type strong {
  font-size: 1.8rem;
}
.cutsetting_confirm_modal_list_item dl dd ul li {
  font-size: 1.1rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cutsetting_confirm_modal_list_item dl dd ul li strong {
  font-size: 1.3rem;
  font-weight: 400;
}
.cutsetting_confirm_modal_total {
  background: #f7f7f7;
  padding: 10px 4.5%;
  margin-top: 15px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cutsetting_confirm_modal_total dd strong {
  font-size: 2.2rem;
}
.cutsetting_confirm_modal_btn {
  border-top: 1px solid #d9d9d9;
  font-size: 1.4rem;
  margin-top: 15px;
  padding: 15px 20px;
  text-align: center;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cutsetting_confirm_modal_btn_return {
  width: 32%;
}
.cutsetting_confirm_modal_btn_return a {
  background: #838383;
  border-radius: 4px;
  color: #fff;
  display: block;
  height: 100%;
  padding: 10px;
}
.cutsetting_confirm_modal_btn_return a:hover {
  opacity: 0.8;
}
.cutsetting_confirm_modal_btn_submit {
  width: 63%;
}
.cutsetting_confirm_modal_btn_submit a {
  background: #f29600;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 10px;
}
.cutsetting_confirm_modal_btn_submit a:hover {
  color: #fff;
  opacity: 0.8;
}
/*-------------------------------------

		cart
        shipping cost
        member / guest

-------------------------------------*/
.cart_shipping {
  margin: 25px auto;
  text-align: center;
}
.cart_shipping_inner, .cart_shipping_guest, .cart_shipping_member {
  position: relative;
  border-radius: 4px;
  padding: 20px 40px;
}
.cart_shipping_inner::after, .cart_shipping_guest::after, .cart_shipping_member::after {
  content: "";
  position: absolute;
  top: -16px;
  left: calc(50% - 8px);
  border-right: 8px solid transparent;
  border-bottom: 16px solid rgba(242, 150, 0, 0.1);
  border-left: 8px solid transparent;
}
.cart_shipping_inner div, .cart_shipping_guest div, .cart_shipping_member div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_shipping_underline {
  text-decoration: underline;
}
.cart_shipping_large {
  font-size: 2.2rem;
  margin: 0 5px;
}
.cart_shipping_guest, .cart_shipping_member {
  background-color: #f7f7f7;
  color: #616161;
  font-weight: normal;
  padding: 20px 40px;
}
.cart_shipping_guest::after, .cart_shipping_member::after {
  border-bottom-color: #f7f7f7;
}
.cart_shipping_guest_maintext span {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 5px;
}
.cart_shipping_guest_subtext {
  font-size: 1.2rem;
  margin: 5px auto;
}
.cart_shipping_guest_underline {
  text-decoration: underline;
}
.cart_shipping_member {
  background: rgba(242, 150, 0, 0.1);
  color: #f29600;
}
.cart_shipping_member::after {
  border-bottom-color: rgba(242, 150, 0, 0.1);
}
.shipping_cost_member {
  text-align: center;
}
.shipping_cost_member > p {
  position: relative;
  color: #f29600;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.shipping_cost_member > p::before, .shipping_cost_member > p::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #f29600;
  width: 24px;
}
.shipping_cost_member > p::before {
  left: 12%;
  top: 50%;
  transform: rotate(55deg);
}
.shipping_cost_member > p::after {
  right: 12%;
  top: 50%;
  transform: rotate(-55deg);
}
.shipping_cost_member_inner {
  background: rgba(242, 150, 0, 0.1);
  border-radius: 4px;
  color: #616161;
  padding: 40px 0;
}
.shipping_cost_member_maintext {
  font-size: 1.4rem;
}
.shipping_cost_member_maintext span {
  font-size: 1.8rem;
  font-weight: bold;
}
.shipping_cost_member_subtext {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.shipping_cost_member_btn {
  margin-top: 30px;
}
.shipping_cost_member_btn p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.shipping_cost_member_submit a {
  min-width: 240px;
  padding: 10px 20px;
}
.shipping_cost_member_submit a:hover {
  background-color: #f29600;
  color: #fff;
  opacity: 0.8;
}
.shipping_cost_member_submit:nth-of-type(2) a {
  background-color: #fff;
  border: 1px solid #f29600;
  color: #f29600;
}
.shipping_cost_member_submit:nth-of-type(2) a:hover {
  background-color: #fff;
  color: #f29600;
  opacity: 0.8;
}
/*-------------------------------------

		shopping

-------------------------------------*/
.shopping {
  padding: 0 3%;
}
.shopping_inner {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  max-width: 650px;
  margin: 0 auto 8px;
  padding: 20px 30px 30px;
  position: relative;
}
.shopping_inner .btn_edit {
  position: absolute;
  top: 20px;
  right: 20px;
}
.shopping_inner .btn_edit button {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #616161;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
}
.shopping_inner .btn_edit button:hover {
  opacity: 0.8;
}
.shopping_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.shopping_ttl + p {
  font-size: 1.2rem;
}
.shopping_btn {
  text-align: center;
}
.shopping_btn.is_mb {
  margin-bottom: 100px;
}
.shopping_btn_submit {
  background: #f29600;
  border: 1px solid #f29600;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  width: 100%;
  max-width: 300px;
  margin: 25px auto 0;
  padding: 10px 20px;
  text-align: center;
}
.shopping_btn_submit:hover {
  background: #fff;
  color: #f29600;
}
.shopping_btn .disabled {
  background-color: #838383;
  border: 1px solid #838383;
  border-radius: 4px;
  pointer-events: none;
}
.shopping_btn_return a {
  background: #fff;
  border: 1px solid #e0e0e0;
  display: block;
  font-weight: 700;
  width: 100%;
  max-width: 160px;
  margin: 18px auto 0;
  padding: 5px 20px;
  text-align: center;
  position: relative;
}
.shopping_btn_return a::after {
  background: url("/store/html/template/otsukaya-plus/assets/icon/arrow_gray_right.svg") center center/contain no-repeat;
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  left: 4.5%;
}
.shopping_btn_return a:hover {
  opacity: 0.8;
}
/*-------------------------------------

		shopping
		login

-------------------------------------*/
.shopping_login {
  max-width: 325px;
  margin: 20px auto 0;
}
.shopping_login_input {
  line-height: 1.5;
  margin-bottom: 10px;
}
.shopping_login_input dt {
  color: #616161;
  font-weight: 700;
}
.shopping_login_input dd + dt {
  margin-top: 10px;
}
.shopping_login_input dd input {
  width: 100%;
}
.shopping_login_input dd .is_attention {
  color: #e13535;
  font-size: 1.1rem;
  margin-top: 5px;
}
.shopping_login_forgot {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: right;
}
.shopping_login_forgot p {
  padding-right: 10px;
  position: relative;
}
.shopping_login_forgot p::after {
  background: url("/store/html/template/otsukaya-plus/assets/icon/arrow_gray_right.svg") center center/contain no-repeat;
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 0;
}
.shopping_login_forgot p a {
  border-bottom: 1px solid #000000;
}
.shopping_login_forgot p a:hover {
  border-bottom: 1px solid transparent;
}
/*-------------------------------------

		shopping
		login

-------------------------------------*/
.shopping_nonmember {
  max-width: 325px;
  margin: 20px auto 0;
}
.shopping_nonmember_input input[type=text],
.shopping_nonmember_input input[type=email] {
  width: 100%;
}
.shopping_nonmember_input .ec-input + .ec-input {
  margin-top: 8px;
}
.shopping_nonmember_input_half {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopping_nonmember_input_half input[type=text],
.shopping_nonmember_input_half input[type=password],
.shopping_nonmember_input_half select {
  width: 48.5%;
}
.shopping_nonmember_input_half .ec-input + .ec-input {
  margin-top: 0;
}
.shopping_nonmember_input_half.is_zip {
  align-items: center;
  justify-content: flex-start;
}
.shopping_nonmember_input_half.is_zip input {
  margin: 0 10px;
}
.shopping_nonmember_input_half.is_zip a {
  padding-left: 25px;
  position: relative;
}
.shopping_nonmember_input_half.is_zip a::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/search-dark.svg") center center/contain no-repeat;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 5%;
}
.shopping_nonmember_input_half.is_zip a span {
  border-bottom: 1px solid #838383;
  color: #838383;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.shopping_nonmember_input_half.is_zip a span:hover {
  border-bottom: 1px solid transparent;
}
.shopping_nonmember_input_label {
  color: #616161;
  font-weight: 700;
}
.shopping_nonmember_input_label + span {
  color: #e13535;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  margin-left: 5px;
}
.shopping_nonmember_input dd + dt {
  margin-top: 20px;
}
.shopping_nonmember_input dd input[type=text],
.shopping_nonmember_input dd input[type=password],
.shopping_nonmember_input dd input[type=email],
.shopping_nonmember_input dd select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
}
.shopping_nonmember_input dd .is_attention {
  color: #e13535;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 5px;
}
.shopping_nonmember_input dd .is_gray {
  color: #838383;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 5px;
}
/*-------------------------------------

		shopping_customerinfo

-------------------------------------*/
.shopping_cart {
  padding: 20px 12% 0;
}
.shopping_cart_list_item {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopping_cart_list_item:not(:first-of-type) {
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
  padding-top: 20px;
}
.shopping_cart_list_item_image {
  width: 20%;
}
.shopping_cart_list_item_image figure {
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.shopping_cart_list_item_image figure img {
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shopping_cart_list_item_text {
  font-size: 1.2rem;
  width: 77%;
}
.shopping_cart_list_item_text_ttl {
  margin-bottom: 5px;
}
.shopping_cart_list_item_text_price {
  margin-top: 5px;
}
.shopping_cart_list_item_text_price span {
  font-size: 1.8rem;
  font-weight: 700;
}
.shopping_cart_list_item_text_wrap {
  display: flex;
  justify-content: flex-end;
}
.shopping_cart_list_item_text_cutsetting {
  background: #f7f7f7;
  padding: 3px 10px;
}
.shopping_cart_list_item_text_cutsetting span {
  font-size: 1.4rem;
  font-weight: 700;
}
/*-------------------------------------

		shopping_customerinfo

-------------------------------------*/
.shopping_customerinfo {
  line-height: 1.5;
}
.shopping_customerinfo.non-customer-edit {
  display: none;
}
/*-------------------------------------

		shopping_orderdelivery

-------------------------------------*/
.shopping_orderdelivery {
  line-height: 1.5;
}
/*-------------------------------------

		shopping_time

-------------------------------------*/
.shopping_time select {
  display: inline-block;
  width: auto;
}
/*-------------------------------------

		shopping_textarea

-------------------------------------*/
.shopping_textarea {
  line-height: 1.5;
}
/*-------------------------------------

		shopping_payment

-------------------------------------*/
.shopping_payment dt {
  margin-top: 10px;
}
.shopping_payment dt input[type=radio] {
  display: none;
}
.shopping_payment dt input[type=radio]:checked + label::before {
  border: 1px solid #f29600;
}
.shopping_payment dt input[type=radio]:checked + label::after {
  background: #f29600;
}
.shopping_payment dt label {
  padding-left: 26px;
  position: relative;
}
.shopping_payment dt label::before, .shopping_payment dt label::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.shopping_payment dt label::before {
  border: 1px solid #b1b1b1;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
}
.shopping_payment dt label::after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  left: 5px;
}
.shopping_payment dd {
  margin-top: 3px;
  padding-left: 26px;
}
.shopping_payment dd:not(:first-of-type) {
  display: none;
}
.shopping_payment dd textarea {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 100%;
  height: 100px;
  padding: 10px;
}
/*-------------------------------------

		shopping_total

-------------------------------------*/
.shopping_total_price:not(:first-of-type) {
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  padding-top: 10px;
}
.shopping_total_price:not(:first-of-type) div {
  justify-content: flex-end;
}
.shopping_total_price:not(:first-of-type) div dt {
  font-size: 1.3rem;
}
.shopping_total_price:not(:first-of-type) div dd span {
  font-size: 2.4rem;
}
.shopping_total_price div {
  margin-bottom: 5px;
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopping_total_price div dt {
  font-size: 1.2rem;
}
.shopping_total_price div dd {
  font-size: 1.4rem;
}
.shopping_total_price div dd span {
  font-size: 1.6rem;
  font-weight: 700;
}
.shopping_total .shopping_total_price_bottom_wrap {
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
}
.shopping_total .shopping_total_price_bottom_wrap .shopping_total_price_bottom {
  display: flex;
  flex-direction: column;
  display: flex;
  width: 35%;
  margin-left: auto;
}
.shopping_total .shopping_total_price_bottom_wrap .shopping_payment_total,
.shopping_total .shopping_total_price_bottom_wrap .shopping_payment_total_tax {
  display: flex;
  justify-content: space-between;
}
.shopping_total .shopping_total_price_bottom_wrap .shopping_payment_total_heading {
  line-height: 4;
  font-weight: 700;
  font-size: 1.3rem;
}
.shopping_total .shopping_total_price_bottom_wrap .shopping_payment_total_tax_heading {
  font-size: 1.3rem;
  font-weight: 700;
}
.shopping_total .shopping_total_price_bottom_wrap .shopping_payment_total_price span {
  font-size: 2.4rem;
  font-weight: 700;
}
.shopping_total .shopping_total_price_bottom_wrap .shopping_payment_total_tax_price span {
  font-weight: 700;
}
/*-------------------------------------

		shopping_complete

-------------------------------------*/
.shopping_complete {
  text-align: center;
}
.shopping_complete_anime {
  width: 300px;
  height: 150px;
  margin: 20px auto 40px;
  background-color: #e0e0e0;
}
.shopping_complete_text {
  width: 80%;
  margin: 0 auto;
}
.shopping_complete_text span {
  display: block;
  margin: 20px auto;
  font-size: 1.4rem;
}
.shopping_complete_button {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 5px 20px;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  color: #838383;
}
/*-------------------------------------

		shopping_error

-------------------------------------*/
.shopping_error .ec-cartRole__error {
  margin-bottom: 20px;
}
.shopping_error .ec-cartRole__error .ec-alert-warning {
  max-width: 650px;
  margin: 0 auto;
  padding-top: 20px;
}
.shopping_error .ec-cartRole__error .ec-alert-error__text {
  color: #cf3f34;
}
/*-------------------------------------

		guide

-------------------------------------*/
.guide_image img {
  width: 100%;
}
.guide_text {
  margin-top: 15px;
}
.guide_text dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.guide_text dd {
  line-height: 1.5;
  margin-top: 15px;
}
.guide_text dd p + p {
  margin-top: 10px;
}
/*-------------------------------------

		guide

-------------------------------------*/
.guide_topic {
  padding: 35px 15% 45px;
}
.guide_topic_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.guide_topic_list {
  border-top: 1px solid #b1b1b1;
}
.guide_topic_list_item p a {
  background: #fff;
  border-bottom: 1px solid #b1b1b1;
  border-left: 8px solid #d9d9d9;
  border-right: 1px solid #b1b1b1;
  color: #616161;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 45px 10px 20px;
  position: relative;
}
.guide_topic_list_item p a:hover {
  color: #000000;
}
.guide_topic_list_item p a i {
  border-right: 1px solid #616161;
  border-bottom: 1px solid #616161;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
.guide_topic_list_item p a.is_open i {
  transform: rotate(-45deg) scale(1, -1) translate(-3px, -3px);
}
.guide_topic_list_item ul {
  display: none;
}
.guide_topic_list_item ul li p a {
  background: #f7f7f7;
}
.guide_topic_list_item ul li p a i {
  transform: rotate(-45deg);
}
/*-------------------------------------

		guide

-------------------------------------*/
.guide .guide_content + .guide_content {
  margin-top: 60px;
}
.guide_content p a {
  color: #1f8ecc;
  font-weight: 700;
}
.guide_content_ttl {
  border-left: 8px solid #d9d9d9;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.guide_content_sub_ttl {
  font-weight: 700;
  margin: 30px auto 5px;
}
.guide_content_list {
  margin: 15px auto;
}
.guide_content_list_item:not(:first-of-type) {
  margin-top: 15px;
}
.guide_content_list_item p {
  line-height: 1.75;
  padding-left: 1em;
  text-align: justify;
  position: relative;
  word-break: break-all;
}
.guide_content_list_item p::before {
  background: #000000;
  border-radius: 50%;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0.8em;
  left: 3px;
}
.guide_content_image {
  margin: 15px auto;
}
.guide_content ul:not([class]) p {
  line-height: 1.75;
  padding-left: 1em;
  text-align: justify;
  position: relative;
  word-break: break-all;
}
.guide_content ul:not([class]) p::before {
  background: #000000;
  border-radius: 50%;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0.8em;
  left: 3px;
}
/*-------------------------------------

		entry共通

-------------------------------------*/
.entry {
  /* 重要なお知らせ */
  /* ページタイトル */
  /* ボタン */
  /* エラーテキスト */
}
.entry .content_top_urgent_notice {
  margin-bottom: 12px;
}
.entry_title {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.entry_btn {
  margin-bottom: 40px;
}
.entry_return {
  background: #fff;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  color: #838383;
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 18px auto 0;
  padding: 5px 20px;
  text-align: center;
  position: relative;
}
.entry_return::after {
  background: url("/store/html/template/otsukaya-plus/assets/icon/arrow_gray_right.svg") center center/contain no-repeat;
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  left: 4.5%;
}
.entry_return:hover {
  opacity: 0.8;
}
.entry .is_attention {
  color: #e13535;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 5px;
}
.entry .shopping_nonmember_input_half .is_attention {
  width: 48.5%;
}
/* リスト */
.entry .shopping {
  padding: 0;
}
.entry .shopping_inner {
  max-width: 100%;
  margin: 12px;
}
.entry .shopping .shopping_login,
.entry .shopping .shopping_nonmember {
  max-width: 480px;
  margin: 0 auto;
}
.entry .shopping .shopping_login_forgot {
  margin-bottom: 12px;
}
.entry .shopping input[type=checkbox], .entry .shopping input[type=radio] {
  margin: 0;
}
.entry_birthText {
  margin-right: 10px;
}
.entry_link label a {
  text-decoration: underline;
}
/*-------------------------------------

		signup

-------------------------------------*/
.signup {
  /* ラジオボタン */
}
.signup .shopping_inner {
  padding: 30px 12px;
}
.signup .shopping_login_input dd + dt {
  margin-top: 20px;
}
.signup .shopping_nonmember_input_label {
  font-size: 1.3rem;
}
.signup_radio input[type=radio] {
  display: none;
}
.signup_radio input[type=radio]:checked + label::before {
  border: 1px solid #f29600;
}
.signup_radio input[type=radio]:checked + label::after {
  background: #f29600;
}
.signup_radio label {
  position: relative;
  margin: 10px 10px 0 0;
  padding-left: 26px;
  font-weight: normal;
}
.signup_radio label::before, .signup_radio label::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.signup_radio label::before {
  border: 1px solid #b1b1b1;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
}
.signup_radio label::after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  left: 5px;
}
.signup_agreement {
  margin-top: 30px;
  text-align: center;
  /* チェックボックス */
}
.signup_agreement a {
  text-decoration: underline;
}
.signup_agreement input[type=checkbox] {
  display: none;
}
.signup_agreement label {
  position: relative;
  margin: 10px 0;
  padding-left: 30px;
  font-weight: normal;
}
.signup_agreement label::before, .signup_agreement label::after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.signup_agreement label::before {
  border: 1px solid #b1b1b1;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
}
.signup_agreement label::after {
  background-color: #f29600;
  color: #fff;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 12px;
  height: 8px;
  border-bottom: solid 2px currentColor;
  border-left: solid 2px currentColor;
  transform: rotate(-45deg);
  opacity: 0;
}
.signup_agreement input[type=checkbox]:checked + label::before {
  background-color: #f29600;
  border: none;
}
.signup_agreement input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/*-------------------------------------

		confirm

-------------------------------------*/
.confirm_text {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.5;
}
.confirm_list dt span {
  display: none;
}
.confirm_list dt label {
  color: #b1b1b1;
  font-weight: normal;
  cursor: default;
}
.confirm_list dd {
  margin-bottom: 15px;
}
/*-------------------------------------

		complete

-------------------------------------*/
.complete {
  text-align: center;
}
.complete .shopping_inner {
  margin: 0;
  border: none;
}
.complete .entry_title {
  margin-bottom: 0;
}
.complete_ttl {
  margin: 10px auto;
  font-size: 1.6rem;
  font-weight: bold;
}
.complete_text, .complete_text-activate {
  width: 80%;
  margin: auto;
  text-align: left;
}
.complete_text-activate {
  text-align: center;
}
.complete .entry_return {
  max-width: 300px;
}
.complete .entry_return::after {
  display: none;
}
/*-------------------------------------

		forgot

-------------------------------------*/
.forgot .shopping_inner {
  padding-top: 30px;
}
.forgot_text {
  margin: 10px auto 30px;
  line-height: 1.5;
}
.forgot input[type=email],
.forgot input[type=password] {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  margin-bottom: 8px;
}
/*-------------------------------------

		mypage共通

-------------------------------------*/
.mypage {
  /* ナビ */
  /* ページタイトル */
}
.mypage_nav {
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}
.mypage_nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}
.mypage_nav ul li {
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
}
.mypage_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.mypage_nav ul .active {
  background-color: #f29600;
  color: #fff;
}
.mypage_welcomeMsg {
  margin: 12px;
  text-align: left;
}
.mypage_title {
  width: 100%;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
/*-------------------------------------

		delivery

-------------------------------------*/
.delivery_title,
.order_title,
.favorite_title,
.check_title {
  position: relative;
}
.delivery_text,
.order_text,
.favorite_text,
.check_text {
  position: absolute;
  top: 25%;
  right: 0;
  font-size: 1.6rem;
}
.delivery_text-empty,
.order_text-empty,
.favorite_text-empty,
.check_text-empty {
  text-align: center;
}
.delivery_text-error,
.order_text-error,
.favorite_text-error,
.check_text-error {
  display: block;
  margin: 10px auto;
  padding: 0 15px;
  color: #e13535;
  line-height: 1.5;
}
.delivery_button,
.order_button,
.favorite_button,
.check_button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 5px 20px;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  color: #838383;
  text-align: center;
  text-indent: 1rem;
}
.delivery_button::before,
.order_button::before,
.favorite_button::before,
.check_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  width: 10px;
  height: 1px;
  background-color: currentColor;
}
.delivery_button::after,
.order_button::after,
.favorite_button::after,
.check_button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20.2%;
  width: 8px;
  height: 1px;
  background-color: currentColor;
  transform: rotate(90deg);
}
.addressList {
  margin: 0 auto 40px;
  border-top: 1px solid #d9d9d9;
}
.addressList li {
  display: grid;
  grid-template-columns: 44px auto 80px;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.addressList_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 30px;
  margin-left: 20px;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  color: #838383;
  font-size: 1.1rem;
}
.addressList_remove span,
.favorite_remove span {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #b1b1b1;
}
.addressList_remove span::before,
.favorite_remove span::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  width: 12px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.addressList_remove span::after,
.favorite_remove span::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  width: 12px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}
/*-------------------------------------

		withdraw

-------------------------------------*/
.withdraw_img {
  width: 40px;
  height: 40px;
  margin: 20px auto;
}
.withdraw_text, .withdraw_text-complete {
  margin: 0 15px 40px;
}
.withdraw_text-complete {
  text-align: center;
}
.withdraw_buttonWrap {
  padding-bottom: 20px;
}
.withdraw_button, .withdraw_button-cancel {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 5px 20px;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  color: #838383;
  text-align: center;
}
.withdraw_button-cancel {
  background-color: #b1b1b1;
  color: #fff;
}
/*-------------------------------------

		order

-------------------------------------*/
.order_list > li {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.order_listHeader {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 15px;
}
.order_listHeader_inner p {
  font-size: 1.6rem;
}
.order_listHeader_inner dl div {
  display: flex;
}
.order_listHeader_inner dl div dt {
  margin-right: 20px;
  font-weight: normal;
}
.order_listHeader_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  margin: 0 0 0 auto;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  color: #838383;
  font-size: 1.1rem;
}
.order_listContent {
  padding: 15px;
}
.order_listContent ul .order_listContent_list {
  display: grid;
  grid-template-columns: 120px auto;
  grid-gap: 15px;
  line-height: 1.5;
}
.order_listContent ul .order_listContent_list:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.order_listContent_price {
  margin-top: 5px;
}
.order_listContent_price span {
  margin-right: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}
.order_listContent {
  padding: 20px 12%;
}
.order_listContent_list_item {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order_listContent_list_item:not(:first-of-type) {
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
  padding-top: 20px;
}
.order_listContent_list_item_image {
  width: 20%;
}
.order_listContent_list_item_image figure {
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.order_listContent_list_item_image figure img {
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.order_listContent_list_item_text {
  font-size: 1.2rem;
  width: 77%;
}
.order_listContent_list_item_text_ttl {
  margin-bottom: 5px;
}
.order_listContent_list_item_text_price {
  margin-top: 5px;
}
.order_listContent_list_item_text_price span {
  font-size: 1.8rem;
  font-weight: 700;
}
.order_listContent_list_item_text_wrap {
  display: flex;
  justify-content: flex-end;
}
.order_listContent_list_item_text_cutsetting {
  background: #f7f7f7;
  padding: 3px 10px;
}
.order_listContent_list_item_text_cutsetting span {
  font-size: 1.4rem;
  font-weight: 700;
}
/*-------------------------------------

		order history

-------------------------------------*/
.history_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.history_header p {
  font-size: 1.6rem;
}
.history_header dl div {
  display: flex;
}
.history_header dl div dt {
  margin-right: 20px;
  font-weight: normal;
}
.history_receipt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  background-color: #f29600;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.history_mailClose {
  color: #838383;
  text-align: right;
}
.history_mailClose a {
  cursor: pointer;
}
/*-------------------------------------

		favorite
		check

-------------------------------------*/
.favorite_list,
.check_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}
.favorite_list li,
.check_list li {
  position: relative;
  display: grid;
  grid-gap: 5px;
  line-height: 1.5;
}
.favorite_remove,
.check_remove {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
}
.favorite_remove span,
.check_remove span {
  margin: 0;
}
.favorite_image,
.check_image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.favorite_image img,
.check_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*-------------------------------------

		news

-------------------------------------*/
.news_list li {
  margin-bottom: 15px;
}
.news_date {
  color: #b1b1b1;
}
/*-------------------------------------

		contact

-------------------------------------*/
.contact h1 {
  margin-bottom: 30px;
}
.contact h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
.contact .shopping {
  padding: 0;
}
.contact .shopping_inner {
  margin: 0;
  padding-top: 30px;
  max-width: 100%;
}
.contact_top {
  margin-bottom: 20px;
}
.contact_anchor {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 5px 20px;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  color: #838383;
  text-align: center;
}
.contact_form_text {
  margin-bottom: 30px;
  line-height: 1.5;
}
.contact_form textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  line-height: 1.5;
  width: 100%;
  height: calc(7.5em + 12px);
}
.contact_form input[type=file] {
  margin-top: 8px;
}
.contact_input_title {
  margin-bottom: 10px;
}
.contact_input_label {
  position: relative;
  padding: 4px 12px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: normal;
}
.contact_input_label + span {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.contact.confirm h1 {
  margin-bottom: 12px;
}
/*-------------------------------------

		complete

-------------------------------------*/
.contact .complete_ttl {
  width: 80%;
}
/*-------------------------------------

		shipping

-------------------------------------*/
.shipping {
  /* ラジオボタン */
}
.shipping .shopping_btn {
  margin-top: 40px;
}
.shipping_radio input[type=radio] {
  display: none;
}
.shipping_radio input[type=radio]:checked + label::before {
  border: 1px solid #f29600;
}
.shipping_radio input[type=radio]:checked + label::after {
  background: #f29600;
}
.shipping_radio label {
  position: relative;
  margin: 10px 10px 0 0;
  padding-left: 26px;
  font-weight: normal;
}
.shipping_radio label::before, .shipping_radio label::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.shipping_radio label::before {
  border: 1px solid #b1b1b1;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
}
.shipping_radio label::after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  left: 5px;
}
/*-------------------------------------

		feature

-------------------------------------*/
.feature_detail {
  background: #fff;
  padding: 30px 40px;
}
.feature_detail h1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
}
.feature_detail h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
.feature_detail h3 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 2;
}
.feature_detail h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
.feature_detail h5 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2;
}
.feature_detail_image {
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
  position: relative;
}
.feature_detail_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature_detail_title {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.feature_detail_date {
  color: #616161;
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 1rem;
}
.feature_detail_content {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.feature_detail_content img {
  width: 0 auto !important;
  height: auto !important;
  margin: 3rem auto;
}
.feature_detail_content hr {
  visibility: visible;
}
.feature_detail_item {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  padding-top: 20px;
}
.feature_detail_item:last-of-type {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
.feature_detail_item_info {
  width: 48.5%;
}
.feature_detail_item_info_inner {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature_detail_item_info_inner figure {
  width: 45%;
  height: 115px;
  position: relative;
}
.feature_detail_item_info_inner_image {
  width: 43%;
  height: 115px;
  position: relative;
}
.feature_detail_item_info_inner_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature_detail_item_info_text {
  width: 52%;
  line-height: 1.5;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.feature_detail_item_info_text_ttl {
  font-size: 1.3rem;
}
.feature_detail_item_info_text_price {
  margin-top: auto;
  font-size: 1.3rem;
  font-weight: 700;
}
.feature_detail_item_info_text_description {
  font-size: 1.2rem;
  color: #838383;
  margin-top: 15px;
}
.feature_detail_item_setting {
  width: 48.5%;
}
.feature_detail_item_setting_ttl {
  color: #838383;
  font-weight: 700;
  width: 100%;
}
.feature_detail_item_setting_color_list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature_detail_item_setting_color_list_item {
  width: 14.5%;
  height: 14.5%;
}
.feature_detail_item_setting_color_list_item:not(:empty) {
  margin-bottom: 4px;
}
.feature_detail_item_setting_color_list_item input {
  display: none;
}
.feature_detail_item_setting_color_list_item input:checked + label {
  border: 2px solid #f29600;
}
.feature_detail_item_setting_color_list_item label {
  display: block;
  border-radius: 50%;
  margin-bottom: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.feature_detail_item_setting_color_list_item label:not(:empty) {
  border: 2px solid #fff;
  padding: 3px;
}
.feature_detail_item_setting_color_list_item label figure {
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.feature_detail_item_setting_color_list_item label figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature_detail_item_detail_link {
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
}
.feature_detail_item_detail_link a:first-of-type {
  font-size: 1.2rem;
  background: #fff;
  border: 1px solid #838383;
  margin-right: 18px;
  border-radius: 100px;
  color: #838383;
  display: block;
  font-weight: 700;
  width: 80%;
  padding: 8px 10px;
}
.feature_detail_item_detail_link .favorite_form {
  height: 24px;
  margin-bottom: 4px;
}
.feature_detail_item_detail_link .favorite_form .is_icn_favorite {
  width: 24px;
  height: 24px;
}
.feature_detail_item_detail_link .favorite_form .is_icn_favorite::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/favorite-color.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
}
.feature_detail_item_detail_link .favorite_form .is_icn_favorite:hover {
  color: #838383;
}
.feature_detail_item_detail_link .favorite_form .is_active::before {
  background: url("/store/html/template/otsukaya-plus/assets/icon/favorite-list-color.svg") center/contain no-repeat;
}
/*-------------------------------------

		feature list

-------------------------------------*/
.featureList_item {
  text-align: left;
  margin: 16px 0;
}
.featureList_item:nth-of-type(n + 3) {
  margin-top: 10px;
}
.featureList_item_image {
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
  position: relative;
}
.featureList_item_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featureList_wrap {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
.featureList_wrap > h1 {
  font-size: 1.6rem;
  font-weight: bold;
}
.featureList_wrap > .paging {
  padding-bottom: 15px;
}
.featureList_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.featureList_title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 8px 0;
}
/*-------------------------------------

		index
		loading_placeholder

-------------------------------------*/
.loading_placeholder_img {
  background-color: #f7f7f7;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.lp-item {
  position: relative;
  overflow: hidden;
  /**
   * ローディング中のキラキラした感じを表示する
   */
}
.lp-item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  -webkit-animation: phAnimation 0.8s linear infinite;
  animation: phAnimation 0.8s linear infinite;
  content: " ";
  pointer-events: none;
}
.lp-item {
  position: relative;
  overflow: hidden;
  /**
   * ローディング中のキラキラした感じを表示する
   */
}
.lp-item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  -webkit-animation: phAnimation 0.8s linear infinite;
  animation: phAnimation 0.8s linear infinite;
  content: " ";
  pointer-events: none;
}
.lp-picture {
  background-color: #f7f7f7 !important;
}
.lp-row div {
  background-color: #f7f7f7 !important;
}
/*-------------------------------------

		help_privacy

-------------------------------------*/
.help_privacy {
  background: #fff;
  padding: 30px 40px;
}
.help_privacy h1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
}
.help_privacy h2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 2;
}
.help_privacy h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
.help_privacy h4 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2;
}
.help_privacy h5 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}
.help_privacy p {
  margin-bottom: 12px;
}
.help_privacy section {
  margin-bottom: 20px;
}
/*-------------------------------------

		help_tradelaw

-------------------------------------*/
.help_tradelaw {
  background: #fff;
  padding: 30px 40px;
}
.help_tradelaw h1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 12px;
}
.help_tradelaw h2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 2;
}
.help_tradelaw h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
.help_tradelaw h4 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2;
}
.help_tradelaw h5 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}
.help_tradelaw dl {
  margin-bottom: 20px;
}
.help_tradelaw dt {
  font-size: 1.6rem;
}
/*-------------------------------------

		help_error

-------------------------------------*/
.help_error {
  background: #fff;
  padding: 30px 40px;
  text-align: center;
}
.help_error h1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 12px;
}
.help_error h2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 2;
}
.help_error h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
.help_error h4 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2;
}
.help_error h5 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}
.help_error dl {
  margin-bottom: 20px;
}
.help_error dt {
  font-size: 1.6rem;
}
.help_error .error-image {
  max-width: 100px;
  margin: 0 auto;
}
/*-------------------------------------

		agreement

-------------------------------------*/
.agreement {
  background: #fff;
  padding: 30px 40px;
}
.agreement h1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
}
.agreement h2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 2;
}
.agreement h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
.agreement h4 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2;
}
.agreement h5 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
}
.agreement ul {
  margin-bottom: 12px;
}
.agreement p {
  margin-bottom: 12px;
}
.agreement section {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .entry_title {
    font-size: 2rem;
  }
  .mypage_title {
    font-size: 2rem;
  }
  .delivery_text-error,
  .order_text-error,
  .favorite_text-error,
  .check_text-error {
    width: 80%;
    margin: 20px auto 10px;
  }
  .addressList {
    width: 80%;
  }
  .withdraw_text, .withdraw_text-complete {
    width: 80%;
    margin: 0 auto 40px;
  }
  .contact_form {
    width: 80%;
    margin: 0 auto;
  }
  .contact_form_title {
    width: 80%;
    margin: 0 auto;
  }
  .shipping .shopping_inner {
    margin-top: 52px;
  }
  .shipping .shopping_nonmember {
    width: 100%;
    max-width: 80%;
  }
}
@media (min-width: 960px) {
  .entry_title {
    border: none;
  }
  .entry .shopping_inner {
    margin: 12px 0;
  }
}
@media (max-width: 959px) {
  .ec-layoutRole__contents .ec-layoutRole__left {
    display: none;
  }
  .ec-layoutRole__contents .ec-layoutRole__mainWithColumn {
    width: 100%;
    max-width: unset;
  }
  .ec-layoutRole__contents .ec-layoutRole__right {
    display: none;
  }
  .l_header_wrap {
    padding: 0;
  }
  .header_logo {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    padding: 12px 5%;
    order: 3;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header_logo_inner figure {
    display: none;
  }
  .header_logo_inner_text p {
    font-size: 1.2rem;
  }
  .header_logo_inner_text h1 {
    font-size: 2rem;
  }
  .header_logo .header_sns_list {
    display: block;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header_search {
    background: #f7f7f7;
    width: 100%;
    padding: 15px 4.5% 10px;
    order: 1;
    z-index: 10;
  }
  .header_search_form_input {
    background: #fff;
    width: 100%;
  }
  .header_navi {
    background: #f7f7f7;
    width: 100%;
    margin-left: 0;
    padding: 0 4.5% 5px;
    order: 2;
  }
  .header_navi .header_subnavi {
    display: none;
  }
  .header_navi .header_globalnavi_list {
    justify-content: space-between;
  }
  .header_navi .header_globalnavi_list_item {
    width: 20%;
    min-width: inherit;
  }
  .header_navi .header_globalnavi_list_item.is_home {
    display: block;
  }
  .header_navi .header_globalnavi_list_item.is_menu {
    display: block;
  }
  .overlay {
    display: block;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .overlay.is_open {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .hamburger_menu {
    background: #f7f7f7;
    display: block;
    font-size: 1.3rem;
    width: 85vw;
    height: 100vh;
    padding: 5px 0 50px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: -85vw;
    z-index: 1000;
    transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .hamburger_menu.is_open {
    transform: translateX(-85vw);
  }
  .pickup_wrap .pickup_inner {
    max-width: unset;
  }
  .footer_upper_inner {
    max-width: unset;
  }
  .footer_lower_inner {
    max-width: unset;
  }
  .recommend_product {
    padding: 0 2.5%;
  }
  .topicpath {
    padding: 0 4.5%;
  }
  .entry {
    /* 非表示 */
    /* コンテンツ幅 */
  }
  .entry .header_logo {
    display: none;
  }
  .entry .ec-layoutRole__contents {
    margin: 0 auto 12px;
  }
  .mypage_nav {
    margin: 12px;
  }
  .order_title, .order_list {
    margin: 0 12px;
  }
  .contact .shopping_inner {
    margin: 0 12px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
  .under_content_inner {
    padding: 20px 4.5%;
  }
  .under_content_ttl {
    border-bottom: 1px solid #b1b1b1;
    font-size: 1.6rem;
    margin: 0 calc(50% - 50vw) 30px;
    padding-bottom: 20px;
  }
  .category_information {
    margin: 20px auto;
    padding: 0 4.5%;
  }
  .category_information_ttl figure {
    width: 70px;
    height: 50px;
  }
  .category_information_child {
    margin-top: 20px;
  }
  .category_information_child_list {
    margin-bottom: 10px;
  }
  .category_information_child_list_item {
    font-size: 1.1rem;
  }
  .category_information_child_list_item_inner {
    letter-spacing: 0;
    line-height: 1.2;
    min-height: 50px;
    padding: 3px 5px;
  }
  .appeal_list_inner {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    margin-top: 10px;
    padding: 5px 4.5%;
  }
  .appeal_list_item {
    padding: 10px 0;
  }
  .appeal_list_item_image {
    width: 42%;
  }
  .appeal_list_item_image.is_only {
    width: 65%;
    margin: 0 auto 10px;
  }
  .appeal_list_item_image ul li:nth-of-type(n + 2) {
    margin-top: 8px;
  }
  .appeal_list_item_text {
    width: 55%;
  }
  .appeal_list_item_text_caption {
    font-size: 1.1rem;
  }
  .appeal_list_item_text_ttl {
    font-size: 1.3rem;
    margin-top: 4px;
  }
  .appeal_list_item_text_price {
    font-size: 1.3rem;
    margin-top: 4px;
  }
  .appeal_list_item .is_only + .appeal_list_item_text {
    width: 100%;
  }
  .product_grid.is_picture .product_grid_item {
    width: 100%;
    padding: 0;
  }
  .product_grid.is_picture .product_grid_item_info_inner {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_grid.is_picture .product_grid_item_info_image {
    width: 43%;
    height: 115px;
  }
  .product_grid.is_picture .product_grid_item_info_text {
    width: 54%;
  }
  .product_grid.is_picture .product_grid_item_info_text_ttl {
    margin-top: 0;
  }
  .product_grid.is_picture .product_grid_item_info_text_price {
    margin-top: auto;
  }
  .product_grid.is_picture .product_grid_item_setting {
    width: 100%;
  }
  .product_detail {
    padding: 0 0 20px;
  }
  .product_detail_upper {
    padding: 0;
  }
  .product_detail_lower {
    margin-top: 20px;
    padding: 20px 4.5% 0;
  }
  .product_detail_image .image_slider_item .expand_message::before {
    right: 60px;
    bottom: 5px;
  }
  .product_detail_text {
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
    padding: 20px 4.5% 0;
  }
  .product_detail_text_ttl {
    font-size: 1.6rem;
  }
  .product_detail_text_price {
    font-size: 1.6rem;
  }
  .product_detail_confirm_text_price {
    letter-spacing: 0;
    margin-top: 5px;
  }
  .product_detail_confirm_text_code {
    color: #838383;
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 5px;
  }
  .product_detail_confirm .expand_message::before {
    right: 60px;
    bottom: 5px;
  }
  .product_detail_confirm .product_detail_pattern_code_sp {
    display: block;
  }
  .product_detail_submit_numbers {
    padding: 0;
  }
  .product_detail_submit_numbers_ttl {
    width: 15%;
  }
  .product_detail_submit_numbers_inner {
    width: 85%;
  }
  .product_detail_submit_numbers_code {
    display: none;
  }
  .product_detail_tags {
    margin-top: 30px;
  }
  .fixed_nav {
    display: block;
    padding: 10px 4.5%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .product_detail_more_desc_btn a {
    padding: 12px 70px;
  }
  .cart {
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
  }
  .cart_list_item_inner + .cart_list_item_inner {
    align-items: flex-end;
  }
  .cart_list_item_image {
    width: 26.4%;
  }
  .cart_list_item_image img {
    border-radius: 2px;
  }
  .cart_list_item_text {
    width: 70.7%;
  }
  .cart_list_item_text h2 {
    margin-bottom: 5px;
  }
  .cart_list_item_text_info {
    font-size: 1.2rem;
  }
  .cart_list_item_text_little p {
    padding: 10px 15px;
  }
  .cart_list_item_text_arrival p {
    padding: 10px 15px;
  }
  .cart_list_item_remove {
    width: 26.4%;
  }
  .cart_list_item_cutsetting_detail {
    width: 70.7%;
  }
  .cart_list_item_cutsetting_detail_btn {
    min-width: 140px;
    margin: 10px auto 0;
    padding: 5px 15px;
  }
  .cart_total {
    padding: 0 4.5%;
  }
  .cart_progress {
    max-width: 91%;
    margin: 20px auto 10px;
  }
  .cart_progress_inner, .cart_shipping_inner, .cart_shipping_guest, .cart_shipping_member {
    display: block;
    padding: 15px 4.5%;
  }
  .cart_reserve_attention {
    max-width: 91%;
    margin: 0 auto;
    text-align: justify;
  }
  .cart_btn_submit a, .shipping_cost_member_submit a {
    padding: 10px 20px;
  }
  .cart_attention_list {
    padding: 15px 4.5% 0;
  }
  .cutsetting_modal_text_total {
    padding: 10px 4.5% 15px;
  }
  .cutsetting_modal_text_total_list_item:last-of-type {
    width: 109%;
    margin: 5px -4.5% 0;
    padding: 8px 4.5%;
  }
  .cutsetting_modal_close {
    padding: 10px 4.5%;
  }
  .cart_shipping_inner div, .cart_shipping_member div,
  .cart_shipping_guest div {
    flex-wrap: wrap;
  }
  .cart_shipping_guest_subtext {
    margin: 5px auto;
  }
  .shipping_cost_member > p {
    font-size: 1.4rem;
  }
  .shipping_cost_member > p::before {
    left: -1%;
  }
  .shipping_cost_member > p::after {
    right: -1%;
  }
  .shipping_cost_member_maintext {
    font-size: 1.2rem;
  }
  .shipping_cost_member_maintext span {
    font-size: 1.6rem;
  }
  .shipping_cost_member_subtext {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .shipping_cost_member_inner {
    padding: 20px 0;
  }
  .shopping_inner .btn_edit {
    top: 10px;
    right: 10px;
  }
  .shopping_btn.is_mb {
    margin-bottom: 50px;
  }
  .shopping_cart {
    padding: 20px 0 0;
  }
  .shopping_cart_list_item_image {
    width: 27.5%;
  }
  .shopping_cart_list_item_text {
    width: 67%;
  }
  .shopping_total .shopping_total_price_bottom_wrap .shopping_total_price_bottom {
    width: 50%;
  }
  .shopping_complete_text {
    width: 90%;
  }
  .guide_text dt {
    font-size: 1.6rem;
  }
  .guide_text dd {
    margin-top: 10px;
  }
  .guide_topic {
    padding: 30px 4.5% 35px;
  }
  .guide_topic_list_item p a {
    padding: 8px 45px 8px 20px;
  }
  .guide .guide_content + .guide_content {
    margin-top: 40px;
  }
  .guide_content_ttl {
    padding: 5px 10px;
  }
  .guide_content_sub_ttl {
    margin-top: 20px;
  }
  .guide_content_list_item:not(:first-of-type) {
    margin-top: 10px;
  }
  .complete_text, .complete_text-activate {
    width: 100%;
  }
  .complete .entry_return {
    max-width: 80%;
  }
  .forgot .shopping_inner {
    padding-top: 20px;
  }
  .mypage_nav ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .delivery .shopping_inner,
  .order .shopping_inner,
  .favorite .shopping_inner,
  .check .shopping_inner {
    margin: 0;
    padding: 0;
    border: none;
  }
  .delivery_text,
  .order_text,
  .favorite_text,
  .check_text {
    right: 15px;
    font-size: 1.4rem;
  }
  .delivery_button,
  .order_button,
  .favorite_button,
  .check_button {
    margin: 10px auto 20px;
  }
  .addressList {
    padding-bottom: 40px;
  }
  .withdraw .shopping_inner {
    margin: 0;
    padding: 0;
    border: none;
  }
  .withdraw .mypage_title {
    padding-top: 40px;
  }
  .order_listContent {
    padding: 12px 3.5%;
  }
  .order_listContent_list_item_image {
    width: 27.5%;
  }
  .order_listContent_list_item_text {
    width: 67%;
  }
  .favorite_list,
  .check_list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px 20px;
  }
  .contact h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .contact_input_wrap {
    display: flex;
    flex-direction: column;
  }
  .contact_input_label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 32px;
  }
  .contact_input_label + span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
  }
  .shipping .delivery_button {
    margin: 20px auto;
  }
  .shipping .addressList {
    padding-bottom: 0;
  }
  .feature_detail {
    padding: 20px 4.5%;
  }
  .help_privacy {
    padding: 20px 4.5%;
  }
  .help_tradelaw {
    padding: 20px 4.5%;
  }
  .help_error {
    padding: 20px 4.5%;
  }
  .agreement {
    padding: 20px 4.5%;
  }
}
@media (max-width: 559px) {
  .ttl_wrap .ttl {
    font-size: 1.5rem;
  }
  .list.is_col_2 > * {
    width: 100%;
  }
  .list.is_col_3 > * {
    width: 48.5%;
  }
  .list.is_col_4 > * {
    width: 48.5%;
  }
  .list.is_sp_col_2 > * {
    width: 48.5%;
  }
  .pickup_product_list_item {
    width: 24.5%;
  }
  .footer_upper_information {
    width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_upper_information_text h1 {
    letter-spacing: 0.2em;
  }
  .footer_upper_information_sns_list {
    margin-bottom: 15px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .footer_upper_information_sns_list_item {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .footer_upper_information_list {
    width: 100%;
  }
  .footer_upper_menu {
    width: 100%;
    margin-top: 15px;
  }
  .footer_upper_menu > div:first-of-type {
    width: 100%;
  }
  .footer_upper_menu > div:last-of-type {
    width: 100%;
    margin-top: 15px;
  }
  .footer_upper_menu_list .footer_upper_menu_list_item + .footer_upper_menu_list_item {
    margin-top: 15px;
  }
  .footer_lower_list_item {
    line-height: 1.5;
    margin-bottom: 3px;
  }
  .footer_lower_list_item:not(:first-of-type) {
    border-left: none;
  }
  .footer_lower_list_item a {
    border-bottom: 1px solid #000000;
  }
  .mfp_modals {
    width: 95%;
    padding: 20px 5% 25px;
  }
  .mfp_modals .md_modal_inner {
    max-height: 75vh;
  }
  .mfp-content .mfp-close {
    width: 18px;
    height: 18px;
    top: 5px !important;
  }
  .mfp-content .mfp-close::before, .mfp-content .mfp-close::after {
    width: 20px;
    left: 0;
    right: 0;
  }
  .content_top_shopping {
    padding: 5px 4.5%;
  }
  .content_top_shopping_text p {
    text-align: center;
  }
  .content_top_shopping_text p br {
    display: block;
  }
  .main_visual {
    margin-top: 10px;
  }
  .main_visual {
    min-height: 145px;
  }
  .main_visual_caption {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .main_visual_caption_marker strong br {
    display: block;
  }
  .content_top_urgent_notice {
    padding: 15px 4.5% 20px;
  }
  .new_item {
    padding: 0 4.5% 15px;
  }
  .new_item_ttl {
    padding: 10px 2.5%;
  }
  .new_item_list {
    height: 350px;
    padding: 10px 2.5%;
  }
  .new_item_list_item:nth-of-type(n + 2) {
    border-top: 1px solid #d9d9d9;
    margin-top: 10px;
    padding-top: 10px;
  }
  .recommend_product_ttl h2 {
    font-size: 1.5rem;
  }
  .recommend_product_ttl_more {
    display: none;
  }
  .recommend_product_list_item {
    width: 49.5% !important;
  }
  .recommend_product_list_item:nth-of-type(n + 3):not(:empty) {
    margin-top: 4px;
  }
  .recommend_product_list_item_inner {
    padding: 8px;
  }
  .recommend_product_more {
    border-top: 1px solid #d9d9d9;
    display: block;
    font-size: 1.2rem;
    margin: 10px 2.5% 0;
    padding-top: 15px;
    text-align: center;
  }
  .recommend_product_more > a {
    display: inline-block;
    padding: 0 30px;
    position: relative;
  }
  .recommend_product_more > a::after {
    background: url("/store/html/template/otsukaya-plus/assets/icon/arrow_gray_right.svg") center center/contain no-repeat;
    content: "";
    display: block;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 10px;
  }
  .contents_category {
    background: transparent;
    margin-top: 40px;
    padding: 0 4.5%;
  }
  .contents_category_ttl h2 {
    font-size: 1.5rem;
  }
  .contents_category_list {
    margin-top: 10px;
  }
  .contents_category_list_item {
    background: #fff;
  }
  .contents_category_list_item:nth-of-type(n + 3) {
    margin-top: 8px;
  }
  .contents_category_list_item_image {
    width: 54px;
    padding-top: 40px;
    margin-right: 8px;
  }
  .contents_category_list_item_text {
    width: calc(100% - 62px);
    padding: 8px 8px 8px 0;
  }
  .top_banner {
    border-radius: 0;
    padding: 10px 2.5%;
  }
  .top_banner_list_item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .top_seo {
    margin-top: 20px;
    padding: 0 4.5%;
  }
  .rcently_product {
    margin-top: 30px;
    padding: 20px 0;
  }
  .rcently_product_ttl {
    border-bottom: 1px solid #d9d9d9;
    padding: 0 4.5% 10px;
  }
  .rcently_product_ttl h2 {
    font-size: 1.5rem;
  }
  .rcently_product_list {
    margin-top: 12px;
    padding: 0 4.5%;
  }
  .rcently_product_list_item:nth-of-type(n + 2) {
    border-top: 1px solid #d9d9d9;
    margin-top: 10px;
    padding-top: 10px;
  }
  .rcently_product_list_item_image {
    width: 96px;
    padding-top: 72px;
  }
  .rcently_product_list_item_text {
    width: calc(100% - 108px);
  }
  .rcently_product_more {
    border-top: 1px solid #d9d9d9;
    display: block;
    margin-top: 10px;
    padding-top: 15px;
  }
  .rcently_product_more > a {
    border: none;
    border-radius: 0;
    padding: 0 30px;
  }
  .topicpath_title {
    font-size: 1.5rem;
  }
  .topicpath_filtering_item:not(:first-of-type) {
    margin-left: 5px;
    padding-left: 5px;
  }
  .tab_refine {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tab_refine .refine {
    position: static;
  }
  .tab_refine .refine_btn {
    width: 100%;
    min-width: 200px;
    padding: 8px 30px;
  }
  .tab_refine .tab_label {
    width: 50%;
    margin-right: 0;
  }
  .refine_search_sub_ttl {
    margin-top: 20px;
  }
  .refine_search_keyword input[type=search] {
    width: 100%;
  }
  .refine_search_keywords_operator #keywords_operator .form-check {
    width: 33.3333%;
  }
  .refine_search_keywords_operator #keywords_operator .form-check:nth-of-type(n + 4) {
    margin-top: 10px;
  }
  .refine_search_category select {
    min-width: 50%;
  }
  .refine_search_color #color_tag .form-check {
    width: 20%;
  }
  .refine_search_color #color_tag .form-check:nth-of-type(n + 6) {
    margin-top: 10px;
  }
  .refine_search_material #material .form-check {
    width: 50%;
    padding-left: 10px;
  }
  .refine_search_price .is_attention {
    font-size: 1.1rem;
  }
  .refine_search_reset_btn button {
    padding: 2px 10px 2px 35px;
  }
  .refine_search_submit_btn button {
    max-width: 200px;
  }
  .sort_paging {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    margin: 0 4.5%;
    padding: 15px 0 5px;
  }
  .sort_label {
    width: 33.33333%;
    padding: 0 5px;
  }
  .paging {
    font-size: 1.3rem;
    margin-top: 5px;
  }
  .product {
    padding: 15px 4.5%;
  }
  .product_grid_item_info_text_description {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .product_grid_item_setting_color {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .product_grid_item_setting_color_list {
    width: 100%;
  }
  .product_grid_item_setting_color_list_item {
    width: 16%;
    height: 16%;
  }
  .product_grid_item_setting_numbers {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_grid_item_setting_numbers_inner span {
    font-size: 1.2rem;
    padding: 0 5px 0 3px;
  }
  .product_grid_item_setting_numbers_inner + p {
    display: none;
  }
  .product_grid_item_setting_numbers_btn_list {
    width: 50%;
  }
  .product_grid_item_setting_numbers_btn_list > p:first-of-type {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px;
    text-align: center;
  }
  .product_grid_item_setting_numbers_btn_list > p:first-of-type br {
    display: none;
  }
  .product_grid_item_setting_numbers_btn_list_item {
    padding: 5px 10px;
  }
  .product_grid.is_list .product_grid_item_info {
    width: 100%;
  }
  .product_grid.is_list .product_grid_item_setting {
    width: 100%;
    margin-top: 20px;
  }
  .product_grid.is_list .product_grid_item_setting_color_list_item label:not(:empty) {
    padding: 1px;
  }
  .product_grid.is_list .product_grid_item_setting_numbers_wrap {
    width: 50%;
  }
  .product_grid.is_list .product_grid_item_setting_numbers_inner {
    width: 100%;
  }
  .product_grid.is_list .product_grid_item_setting_numbers_inner input {
    padding: 3px 10px;
  }
  .product_grid.is_list .product_grid_item_setting_numbers_inner + p {
    width: 100%;
  }
  .product_grid.is_list .product_grid_item_setting_numbers_btn_list {
    margin-top: 0;
  }
  .product_grid.is_picture .product_grid_item:nth-of-type(n + 4) {
    margin-top: 15px;
    padding-top: 15px;
  }
  .product_grid.is_picture .product_grid_item:not(:first-of-type) {
    border-top: 1px solid #d9d9d9;
    margin-top: 15px;
    padding-top: 15px;
  }
  .product_grid.is_picture .product_grid_item_setting_numbers_wrap {
    width: 48.5%;
  }
  .product_grid.is_picture .product_grid_item_setting_numbers_btn_list {
    margin-top: 0;
  }
  .addcart_modal {
    padding-top: 50px;
  }
  .addcart_modal_ttl {
    font-size: 1.4rem;
  }
  .addcart_modal_btn_list {
    font-size: 1.3rem;
    justify-content: space-between;
  }
  .addcart_modal_btn_list_item {
    width: 47%;
    margin: 30px 0 0;
  }
  .product_detail_submit_numbers_btn_list_item {
    padding: 5px 10px;
  }
  .relate_product {
    margin-top: 30px;
    padding: 20px 0;
  }
  .relate_product_ttl {
    border-bottom: 1px solid #d9d9d9;
    padding: 0 4.5% 10px;
  }
  .relate_product_ttl h2 {
    font-size: 1.5rem;
  }
  .relate_product_list {
    margin-top: 12px;
    padding: 0 4.5%;
  }
  .relate_product_list_item:nth-of-type(n + 2) {
    border-top: 1px solid #d9d9d9;
    margin-top: 10px;
    padding-top: 10px;
  }
  .relate_product_list_item_image {
    width: 96px;
    padding-top: 72px;
  }
  .relate_product_list_item_text {
    width: calc(100% - 108px);
  }
  .step_list::before {
    width: calc(100% - 40px);
  }
  .step_list_item {
    font-size: 0.9rem;
    width: 67px;
  }
  .cart_list_ttl {
    margin-bottom: 0;
  }
  .cart_list_item {
    padding: 15px 0;
  }
  .cutsetting_modal {
    padding: 10px 0 0;
  }
  .cutsetting_modal_ttl {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .cutsetting_modal_text {
    padding: 0 5%;
  }
  .cutsetting_modal_text_item {
    padding: 5px 0 15px;
  }
  .cutsetting_modal_text_inner {
    margin: 20px 0 10px;
    padding: 15px 4.5%;
  }
  .cutsetting_modal_text_list {
    padding: 10px 0;
  }
  .cutsetting_modal_item_image figure img {
    border-radius: 2px;
  }
  .cutsetting_input_list_inner {
    justify-content: center;
    padding-left: 0;
  }
  .cutsetting_confirm_modal {
    padding: 10px 0 0;
  }
  .cutsetting_confirm_modal_ttl {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .cutsetting_confirm_modal_ttl br {
    display: block;
  }
  .cutsetting_confirm_modal_text {
    padding: 0 5%;
  }
  .cutsetting_confirm_modal_list > li + li {
    margin-top: 14px;
  }
  .cutsetting_confirm_modal_btn {
    padding: 15px 4.5%;
  }
  .shopping_inner {
    padding: 15px 3.5% 20px;
  }
  .shopping_ttl {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .feature_detail_item_info {
    width: 100%;
  }
  .feature_detail_item_info_text_description {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .feature_detail_item_setting {
    width: 100%;
    margin-top: 20px;
  }
  .feature_detail_item_setting_color {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .feature_detail_item_setting_color_list {
    width: 100%;
  }
  .feature_detail_item_setting_color_list_item {
    width: 16%;
    height: 16%;
  }
  .feature_detail_item_setting_color_list_item label:not(:empty) {
    padding: 1px;
  }
  .featureList_item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=style.css.map */