@charset "euc-jp";
*, *:before, *:after {
	box-sizing: border-box;
}
body,
html {
  height: auto;
  overflow: visible;
  overflow-x: hidden;
}
body{
  position: relative;
}
html.open {
  height: 100%;
}
html.open body {
  overflow: hidden;
}
/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}

/* boxnews */
.info_block {
  position: relative;
  margin: 6em 0 5em;
  border: #e91e63 solid 2px;
  padding: 40px;
}
.info_block::before,.info_block::after {
  background: url(https://file003.shop-pro.jp/PA01429/039/img/common/info-top.png)  no-repeat 0 0 / 100% auto;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 111px;
  height: 14px;
}
.info_block::before {
  top: -14px;
  transform: translateX(-50%);
}
.info_block::after {
  bottom: -14px;
  transform: translateX(-50%) rotate(180deg);
}
.info_block h2.ttl_h2{
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #aaa;
}
.info_block h2.ttl_h2::after{
  content: none;
}
.info_block h3{
  text-align: center;
  font-size: 22px;
  color: #e91e63;
  margin-bottom: 20px;
  padding-bottom: 40px;
  background: url(https://file003.shop-pro.jp/PA01429/039/img/common/info-ttl.png)  no-repeat bottom center / 74px 17px;
}
.info_block p{
 text-align: center;
}
.campaign-bnr{
  background: #f7f7f7;
  padding: 40px;
  margin: 60px 0;
  background: url(https://file003.shop-pro.jp/PA01429/039/img/common/bg-campaign-01.jpg) no-repeat center top / cover;
}
.campaign-bnr br{
  display: none;
}
.campaign-bnr p{
  font-size: 22px;
  text-align: center;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .campaign-bnr{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
  .campaign-bnr p{
    font-size: 16px;
    line-height: 2em;
  }
  .campaign-bnr br.br-sp{
    display: block;
  }
}
.boxnews .box-title {
    font-size: 1em;
    background: #6dc0e2;
    padding: 4px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.boxnews p {
    padding: 15px 20px;
    margin: 0;
}

/* h2 design */
h2 {
  border-bottom: solid 1px #6dc0e2;
}

/* font size */
body {
  font-size: 13px;
}
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}
table {
  font: 100%;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* common */
body {
  overflow-x: hidden;
  color: #444;
  font-family: 'Noto Serif JP', serif;
  line-height: 2.2em;
  background-color: #FFFFFF;
}
a {
  color: #3579bf;
}
input[type="text"],
textarea,
select {
  border: 1px solid #888;
}
/* clearfix */
.clearfix {
  *zoom: 1;
}
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }

/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16.png);
  background-repeat: no-repeat;
  content: "";
}
  .icon_myaccount:before,
  .ie_icon_myaccount {
    background-position: left -96px;
  }
  .icon_regist:before,
  .ie_icon_regist {
    background-position: left -192px;
  }
  .icon_login:before,
  .ie_icon_login {
    background-position: left -224px;
  }
  .icon_logout:before,
  .ie_icon_logout {
    background-position: left -208px;
  }
  .icon_search:before,
  .ie_icon_search {
    background-position: left -16px;
  }
  .icon_viewcart:before,
  .ie_icon_viewcart {
    background-position: left -0px;
  }
  .icon_sort:before,
  .ie_icon_sort {
    background-position: left -112px;
  }
  .icon_prev:before,
  .ie_icon_prev {
    margin-right: 0;
    background-position: left -32px;
  }
  .icon_next:before,
  .ie_icon_next {
    float: right;
    margin-right: 0;
    background-position: right -48px;
  }
  .icon_prev_dis:before,
  .ie_icon_prev_dis {
    margin-right: 0;
    background-position: left -64px;
  }
  .icon_next_dis:before,
  .ie_icon_next_dis {
    float: right;
    margin-right: 0;
    background-position: right -80px;
  }
  .icon_lst:before,
  .ie_icon_lst {
    margin-right: 0;
    background-position: left -176px;
  }
    .footer_lst .icon_lst:before,
    .footer_lst .ie_icon_lst {
      margin-left: -16px;
    }
  .icon_down:before,
  .ie_icon_down {
    display: none;
  }
  .icon_category_lst:before,
  .ie_icon_category_lst {
    display: none;
  }
  .icon_review:before,
  .ie_icon_review {
    background-position: left -240px;
  }
  .icon_review_post:before,
  .ie_icon_review_post {
    background-position: left -256px;
  }

/* button */
.link-bt {
  width: 90%;
  max-width: 390px;
  margin-right: auto;
  margin-left: auto;
}
.link-bt a {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0 15px;
  background: #6dc0e2;
  color: #fff;
  font-size: 26px;
  font-family: "Cormorant", 'Noto Serif JP', serif;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.link-bt a:hover {
  background: rgba(109, 192, 226, .65);
}
.link-bt a span {
  display: block;
  margin: 4px 0 0;
  font-size: 12px;
}
.link-bt a svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
  width: 14px;
  height: 14px;
}

/* layout */
.layout_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}
.layout_header,
.layout_container,
.layout_footer {
  margin: 0 auto;
  width: 90%;
}
.layout_header {
  position: relative;
  height: 85px;
}
.layout_footer {
  margin-top: 3em;
}
h2.head_title {
  padding: 5px 0;
  background: #6dc0e2;
  color: #fff;
  font-size: clamp(11px, 1vw, 14px);
  text-align: center;
  border-bottom: 0;
  position: inherit;
}
h2.head_title::after {
  content: none;
}
.header_headline_nav {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header_btn {
  font-size: 92.307%;
  line-height: 1.5;
}
  .header_btn a {
    color: #444;
  }
.viewcart_btn {
  float: right;
  margin-bottom: .5em;
  margin-left: 1.063%;
}
.header_member_nav {
  display: flex;
  justify-content: flex-end;
  width: 60px;
  margin: 0 0 0 auto;
}
  .header_member_nav li {
    white-space: nowrap;
  }
.header_member_nav li + li {
  margin-left: 20px;
}
  .member_login_name {
    margin-top: .5em;
    text-align: right;
    line-height: 1.5;
  }

/* delivery price */
.header_delivery_price {
  padding: .5em 1em .3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #df7676;
  color: #fff;
  line-height: 1.5;
  float: right;
  clear: right;
}

/* product search form */
.prd_search_block {
  position: relative;
  float: left;
  margin: -6px 0 0 0;
  padding: 6px 0 0 1px;
  width: 30.212%;
  font-size: 92.307%;
}
  .prd_search_block.open {
    padding: 5px 0;
    border: 1px solid #888;
  }
  .prd_search_form_btn {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    padding: .3em .5em;
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .prd_search_form {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    overflow: hidden;
    margin-top: 5px;
    padding: 5px;
    border-top: 1px solid #888;
    width: 97%;
  }
  .prd_search_keyword {
    float: left;
    padding: .5em 0;
    width: 80%;
    border: 1px solid #888;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-indent: 5px;
  }
  .prd_search_btn {
    float: right;
    padding: .35em 0;
    width: 18%;
    border: 1px solid #444;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #444;
    color: #fff;
    cursor: pointer;
  }
  .prd_search_optioncategory {
    margin-top: 10px;
    line-height: 1.5;
  }
  .prd_search_select {
    display: inline-block;
    width: 100%;
    font-size: 120%;
  }
  .prd_search_select option {
    word-break: break-all;
  }

/* shopname logo */
.shop_name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 185px;
  font-size: 16px;
  font-family: "Cormorant", 'Noto Serif JP', serif;
  text-align: center;
  line-height: 1.5;
}
.shop_name a {
  color: #444;
  text-decoration: none;
}
.shop_name p {
  text-align: center;
}
.shop_name img {
  width: 60px;
  height: inherit;
}
.shop_name h1 {
  color: #6dc0e2;
}
/* toggle */
#toggle {
    position: fixed;
    top: 80px;
    left: calc(50% - 450px);
    transform: translateY(-50%);
    z-index: 2000;
    width: 20px;
    height: 15px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #toggle {
    left: 6%;
  }
  body.scrolled #toggle{
    top: 5%;
  }
  #toggle.js-toggle.open{
    top: 5%;
  }
}
#toggle .toggle-inner {
    position: relative;
}
#toggle .toggle-inner span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 1.5px;
    background: #6dc0e2;
    transition: ease-in-out 0.35s;
}
#toggle .toggle-inner span:nth-child(1) {
    top: 0;
}
#toggle .toggle-inner span:nth-child(2) {
    top: 7px;
}
#toggle .toggle-inner span:nth-child(3) {
    top: 14px;
}
#toggle .close {
    display: flex;
    justify-content: center;
    opacity: 0;
    overflow: hidden;
    padding-top: 40px;
    text-align: center;
    transition: 0.3s ease-in;
}
#toggle .close img {
    width: 18px;
}
#toggle.open div span {
    background: #fff;
}
#toggle.open div span:nth-child(1) {
    top: 8px !important;
    transform: rotate(315deg);
}
#toggle.open div span:nth-child(2) {
    top: 8px !important;
    transform: rotate(-315deg);
}
#toggle.open div span:nth-child(3) {
    display: none;
}
#toggle.open .close {
    opacity: 1;
}
#header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: calc(var(--vh) * 100);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.open #header-nav {
    height: 100%;
    overflow-y: scroll;
    background: #6dc0e2;
}

/* header global nav */
#header-nav .menu-logo {
  width: 85px;
  margin: 0 auto;
  padding: 50px 0;
}
.header_global_nav {
  margin-top: 3px;
  margin-bottom: 2em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
.header_nav_lst {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}
.header_nav_lst li {
  position: relative;
  width: 33%;
  font-size: 12px;
  font-family: "Cormorant", 'Noto Serif JP', serif;
  transition: .3s;
}
.header_nav_lst li a{
  padding: 2em 3em;
  transition: .3s;
  display: block;
}
.header_nav_lst li a:hover {
  /*background: #5fb7db;*/
  color: #d9eeff;
}
.header_nav_lst li span {
  display: block;
  margin-bottom: 5px;
  font-size: 26px;
}
.header_nav_lst li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.header_nav_lst li.header_nav_mypage span::before,
.header_nav_lst li.header_nav_cart span::before,
.header_nav_lst li.header_nav_line span::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-bottom: -5px;
  content: "";
}
.header_nav_lst li.header_nav_mypage span::before {
  background: url(https://img07.shop-pro.jp/PA01429/039/etc_base64/YWNjb3VudA.png?cmsp_timestamp=20240930172322) no-repeat 0 0 / 100% auto;
}
.header_nav_lst li.header_nav_cart span::before {
  background: url(https://img07.shop-pro.jp/PA01429/039/etc_base64/Y2FydA.png?cmsp_timestamp=20240930205806) no-repeat 0 0 / 100% auto;
}
.header_nav_lst li.header_nav_line span::before {
  background: url(https://img07.shop-pro.jp/PA01429/039/etc_base64/bGluZQ.png?cmsp_timestamp=20240930172322) no-repeat 0 0 / 100% auto;
}
.header_nav_lst li.header_nav_ig img {
  width: 20px;
  height: auto;
}
.header_nav_lst.sns-contact{
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}
.header_nav_lst.sns-contact:after{
  position: absolute;
  content: "";
  width: calc(100% - 5em);
  border-top: #fff solid 1px;
  top: 0;
  left: 2.5em;
}
.header_nav_lst.sns-contact li{
  width: 20%;
}
.header_nav_lst li.header_nav_line,
.header_nav_lst li.header_nav_contact{
  width: 25%;
}
.header_nav_lst li.header_nav_ig{
  width: 5%;
}

@media screen and (max-width: 767px) {
  #header-nav .menu-logo {
    padding: 30px 0;
  }
  .header_nav_lst {
    width: 100%;
  }
  .header_nav_lst li {
    width: 50%;
  }
  .header_nav_lst li.header_nav_menu a{
    padding: 0.5em 0 0.5em 3em;
  }
  .header_nav_lst li.header_nav_menu.series a{
    padding: 1em 0 2em 3em;
  }
  .header_nav_lst li a{
    padding: 0.5em 0 0.5em 3em;
  }
  .header_nav_menu.accordion.not-link > .details{
    padding: 1.5em 0 1.5em 3em;
  }
  .header_nav_lst li.header_nav_menu {
    width: 100%;
    border-left: none;
  }
  .header_nav_menu.accordion.series::before{
    top: 25px;
  }
  .header_nav_menu.accordion.series::after{
    top: 35px;
  }
  .header_nav_lst li.header_nav_menu.series li a{
    padding: 0.4em 0 0.4em 1em;
  }
}
@media screen and (max-width: 599px) {
  #header-nav .menu-logo {
    padding: 20px 0;
  }
  .header_nav_lst li {
  }
  .header_nav_lst li span {
    font-size: 20px;
  }
  .header_nav_lst li.header_nav_menu {
    width: 100%;
    border-left: none;
  }
  .header_nav_lst li.header_nav_line {
    letter-spacing: -0.05em;
  }
}
.header_nav_lst li .details-content li{
  width: 100%;
}
.header_nav_lst li .details-content li a{
  width: 100%;
  padding: 0.3em 1em;
}
.header_nav_lst li .details {
	transition: .3s;
	overflow: hidden;
	margin-top: -10px;
	padding-bottom: 20px;
}
.header_nav_lst li .details:last-of-type {
  margin-bottom: 0;
}
.header_nav_lst li .details[open] {
	margin-top: 0;
	padding-bottom: 10px;
} 
.header_nav_lst li .details-summary {
	display: block;
  transition: .3s;
	transform: translateY(10px);
}
.header_nav_lst li .details-summary:hover {
  cursor: pointer;
}
.details-summary::-webkit-details-marker {
	display: none;
}
.details[open] .details-summary {
	transform: translateY(0);
}
.details-content {
	padding: 20px;
}
.header_nav_menu.accordion{
  position: relative;
}
.header_nav_menu.accordion.not-link > .details{
  padding: 2em 0 2em 3em;
}
.header_nav_menu.accordion::before{
  position: absolute;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  content: "";
  border: #fff solid 1px;
  z-index: -1;
  right: 15px;
  top: 25px;
}
.header_nav_menu.accordion::after{
  position: absolute;
  border-bottom: #fff solid 1px;
  border-right: #fff solid 1px;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(45deg);
  right: 26px;
  top: 34px;
  z-index: -1;
}
.header_nav_menu.accordion.series{
  position: relative;
  z-index: 2;
}
.header_nav_menu.accordion.series .details-content{
  margin-top: -27px;
  margin-left: 45px;
}
.header_nav_menu.accordion.series a{
  display: inline-block;
}
.header_nav_menu.accordion.series li{
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .header_nav_menu.top{
    display: none;
  }
  .header_nav_lst li .details {
    margin-top: -10px;
    padding-bottom: 0;
  }
  .header_nav_menu.accordion::before{
    right: 10%;
    top: 35px;
  }
  .header_nav_menu.accordion::after{
    right: 12.9%;
    top: 44px;
  }
  .header_nav_lst.sns-contact:after{
    width: 100%;
    left: 0;
  }
  .header_nav_lst.sns-contact li{
    width: 50%;
  }
  .header_nav_lst.sns-contact li a{
    padding: 1em 0 1em 3em;
  }
  .header_nav_lst li.header_nav_line,
  .header_nav_lst li.header_nav_contact{
    width: 50%;
  }
  .header_nav_lst li.header_nav_ig{
    width: 50%;
  }
}
.header_nav_menu.accordion a{
  /*display: inline-block;*/
}
.header_nav_menu.accordion summary{
  color: #fff;
}
.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}
.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #aaa;
  background-color: #fff;
}
.header_category_lst li {
  display: block;
  float: none;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}
.header_category_lst a {
  display: block !important;
  padding: 1em;
  background-color: #fff;
}

/* title */
.ttl_h2 {
  margin-top: 2em;
  margin-bottom: 2em;
  border-bottom: none;
  font-size: 25px;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-weight: 400;
}
.ttl_h2::after {
  display: block;
  position: static;
  width: 74px;
  height: 17px;
  margin: 15px auto 0;
  border-bottom: none;
  background: url(https://img07.shop-pro.jp/PA01429/039/etc_base64/aW1nX2JvcmRlcg.png?cmsp_timestamp=20241002144449) no-repeat 0 0 / 100% auto;
  content: "";
}
.ttl_h3 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  color: #444;
  font-weight: 400;
  font-size: 16px;
}

/* topicpath */
.topicpath_nav {
  margin: 2em 0;
  font-size: 84.615%;
  line-height: 1.4em;
  color: #ababab;
}
  .topicpath_nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath_nav li a {
    margin-left: .2em;
    color: #ababab;
    text-decoration: none;
  }
  .topicpath_nav li a:hover {
    text-decoration: underline;
  }

/* prduct list */
.prd_lst {
  position: relative;
  margin-left: -2.218%;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.prd_lst_unit {
  margin-bottom: 15px;
  margin-left: 2.083%;
  word-break: break-all;
}
.prd_lst_unit_s {
  width: 22.916%;
}
.prd_lst_unit_m {
  width: 31.25%;
}

@media (max-width: 768px) {
  .prd_lst_unit_s {
    width: 47.92%;
  }
}
.prd_lst_unit a {
  color: #000;
  text-decoration: none;
}
.prd_lst_unit a:hover {
  text-decoration: underline;
}
.prd_lst_img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: inherit;
}
.prd_lst_span {
  display: block;
  margin: .3em 0;
}
.prd_lst_name {
  margin-top: .5em;
  line-height: 1.8em;
}
.prd_lst_exp {
  color: #666;
  font-size: 84.615%;
}
.prd_lst_price,
.prd_lst_soldout {
  font-weight: normal;
  font-size: 92.307%;
  text-align: right;
}
.prd_lst_regular {
  color: #666;
  text-decoration: line-through;
}
.prd_lst_none {
  clear: both;
  text-align: center;
  font-size: 123.076%;
  line-height: 16;
}
.prd_lst_block .ttl_h2 {
  float: none;
  margin: 20px 0 0;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
.prd_lst_sort a {
  color: #444;
}
.prd_lst_pager {
  position: relative;
  overflow: hidden;
  margin-top: 2em;
}
.prd_lst_pager ul {
  position: relative;
  left: 50%;
  float: left;
}
.prd_lst_pager li {
  position: relative;
  left: -50%;
  float: left;
  padding-top: 4px;
}
.prd_lst_pager .prd_lst_pager_prev,
.prd_lst_pager .prd_lst_pager_next {
  padding: .5em 0;
  width: 8em;
}
.prd_lst_pager .prd_lst_pager_next {
  text-align: right;
}
.icon_prev_dis,
.icon_next_dis {
  display: block;
  color: #aaa;
}
.prd_lst_pager a {
  color: #444;
  text-decoration: none;
}
.prd_lst_pager a:hover {
  text-decoration: underline;
}
.prd_lst_pos b {
  font-size: 160%;
}

/* footer */
.footer_section {
  float: left;
  margin-top: 1em;
  margin-right: 1.5%;
  margin-bottom: 15px;
  width: 23%;
}
  .footer_section .ttl_h2 {
    margin-top: 0;
  }
.footer_nav {
  position: relative;
  clear: both;
  padding: 2em 0;
  border-top: 1px solid #d8d8d8;
}
.footer_lst {
  font-size: 92.307%;
  line-height: 1.5;
}
  .footer_lst li {
    word-break: break-all;
    margin-bottom: .5em;
    padding-left: 16px;
  }
  .footer_lst .footer_category_img {
    display: block;
    margin-bottom: .3em;
    max-width: 100%;
    height: auto;
  }
  .footer_lst a {
    color: #444;
    text-decoration: none;
  }
    .footer_lst a:hover {
      text-decoration: underline;
    }
.footer-logo {
  width: 100%;
  margin: 50px auto 30px;
}
.footer-logo img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.footer-logo h2 {
  margin: 20px 0 0;
  border-bottom: none;
  color: #6dc0e2;
  font-size: 16px;
  font-family: "Cormorant", 'Noto Serif JP', serif;
  text-align: center;
}
.footer-logo h2::after {
  display: none;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 550px;
  margin: 0 auto 50px;
}
.footer-nav li + li {
  margin-top: 10px;
}
.footer-nav li a {
  color: #444;
  text-decoration: none;
}
.footer-nav li a:hover {
  text-decoration: underline;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px;
}
.footer-social div:first-child {
  width: 21px;
}
.footer-social div:last-child {
  width: 24px;
  margin-left: 20px;
}
.footer-social div img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .footer-nav {
    width: 330px;
  }
  .footer-nav .footer-nav-lst {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 100px 0 0;
  }
  .footer-nav .footer-nav-lst li + li {
    margin-top: 0;
    margin-left: 25px;
  }
}
/* manager */
.manager_img img {
  max-width: 100%;
}
.manager_memo .ttl_h3 {
  margin-top: .7em;
}

/* social icons */
.social_lst ul {
  padding-left: 16px;
  text-align: left;
}
.social_lst li {
  display: inline;
  margin: 1.5%;
}
.social_lst img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

.copyright {
  padding: 1em 0 3em;
  color: #ccc;
  font-size: 14px;
  font-family: "Cormorant", 'Noto Serif JP', serif;
  text-align: center;
}
    .powered {
      display: inline;
      margin-left: 1em;
      text-align: right;
      line-height: 18px;
    }
    .powered a {
      color: #777;
      text-decoration: none;
    }
    .powered img {
      margin-left: .3em;
      width: 200px;
      height: 18px;
    }

/* list */
.def_lst {
  border-top: 1px solid #eee;
}
  .def_lst_dt {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    float: left;
    clear: both;
    width: 30%;
    word-break: break-all;
  }
  .def_lst_dd {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 35%;
    border-bottom: 1px solid #eee;
  }
    .def_lst_dd img {
      max-width: 100%;
      width: inherit;
      height: auto;
    }

/* product option */
.product_option_table {
  margin: 3em 0;
}
  .product_option_table table {
    width: 100%;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
  }
  .product_option_table th,
  .product_option_table td {
    padding: .8em .5em;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
  .product_option_table th {
    text-align: center;
  }
  .product_option_table td {
    vertical-align: top;
    text-align: center;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}
.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

/* for ie7 - 8 */
.ie_wrapper .header_global_nav {
  position: relative;
  z-index: 101;
}
.ie_wrapper .header_nav_menu {
  z-index: 60;
}
.ie_wrapper .header_nav_menu_category {
  z-index: 100;
}
.ie_wrapper .header_category_lst {
  top: 3em;
}
/* for ie7 */
.ie.icon_prev,
.ie.icon_prev_dis {
  margin-right: 2em;
}
.ie_wrapper .header_category_lst {
  top: 2.7em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16_2x.png) !important;
    -webkit-background-size: 16px 320px;
    background-size: 16px 320px;
  }
}


.col_2 {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
	width: 90%;
  margin: 100px auto 0;
}
.col_2 .col_2_bn {
	width: 47%;
}
.col_2 .col_2_bn a {
  display: block;
  width: 100%;
  color: #3d3d3d;
  line-height: 2;
  font-family: "Cormorant", 'Noto Serif JP', serif;
  text-decoration: none;
  transition: .3s;
}
.col_2 .col_2_bn a:hover {
  opacity: .8;
}
.col_2 .col_2_bn figure {
  position: relative;
  margin: 0 0 20px;
}
.col_2 .col_2_bn figure::before {
  display: block;
  padding-top: 48.4%;
  content: "";
}
.col_2 .col_2_bn img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.col_2 .col_2_bn h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.col_2 .col_2_bn h3::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 10px;
  background: url(https://img07.shop-pro.jp/PA01429/039/etc_base64/aWNvX3BhZ2U.png?cmsp_timestamp=20241002144449) no-repeat 0 0 / 100% auto;
  content: "";
}
@media screen and (max-width: 960px) {
  .col_2 {
    display: block;
    width: 100%;
  }
	.col_2 .col_2_bn {
    width: 90%;
    margin: 0 auto 50px;
    padding: 0;
	}
}
@media screen and (max-width: 599px) {
  .col_2 .col_2_bn figure {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 20px;
  }
}

.backtop {
  width: 20px;
  margin: 50px auto;
}
.backtop svg {
  transform: rotate(180deg);
  width: 100%;
  height: 10px;
}

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

@media (min-width: 768px) {
    .responsive-img {
        width: 90%;
    }
}

/* f3:reason */
.reason-ttl {
  border-bottom: none;
  font-size: min(36px,5.5vw);
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-top: 50px;
}
.reason-ttl::after {
  display: block;
  position: static;
  width: 74px;
  height: 17px;
  margin: 15px auto 0;
  border-bottom: none;
  background: url(https://img07.shop-pro.jp/PA01429/039/etc_base64/aW1nX2JvcmRlcg.png?cmsp_timestamp=20241002144449) no-repeat 0 0 / 100% auto;
  content: "";
}
.reason-sec h3{
  font-size: 32px;
  margin: 2.5rem 0;
  line-height: 1.8em;
  text-align: center;
  color: #6dc0e2;
}
.reason-sec h3 .no{
  display: block;
  font-size: 70px;
  color: #aeaeae;
  line-height: 1em;
}
#about p{
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
}
@media (max-width: 768px) {
  .reason-ttl {
    font-size: 26px;
  }
  .reason-sec h3{
    font-size: 25px;
  }
  .reason-sec h3 .no{
    font-size: 40px;
  }
  .reason-sec section p{
    padding: 0 20px;
  }
}
.page p strong{
  background: linear-gradient(transparent 70%, #f4f0de 30%);
}
.reason-sec {
  margin: 80px 0 0;
  line-height: 2;
  font-family: "Cormorant", 'Noto Serif JP', serif;
}
.reason-sec img {
  width: 100%;
  height: auto;
}
.reason-sec .review {
  margin : 20px 0 0;
  font-size: 16px;
  text-align: center;
}
.reason-about {
  margin: 100px 0 0;
  font-size: 14px;
  line-height: 2;
  font-family: "Cormorant", 'Noto Serif JP', serif;
}
.reason-about .reason-lead {
  margin: 30px 0;
  font-size: 19px;
  text-align: center;
}
.reason-about .reason-lead strong {
  background: linear-gradient(transparent 70%, #f4f0de 30%);
}
.reason-about .reason-img {
  display: block;
  width: 73%;
  max-width: 400px;
  height: auto;
  margin: 0 auto 30px;
}
.reason-about .reason-ring-img {
  display: block;
  width: 100vw;
  height: auto;
  margin: 30px calc(50% - 50vw);
}
.reason-graph1 {
  display: block;
  width: 77%;
  max-width: 400px;
  height: auto;
  margin: 35px auto 10px;
}
.reason-graph2 {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 35px auto;
}
.reason-note {
  margin: 0 0 30px;
  color: #999;
  font-size: 12px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.page p {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
}
@media (max-width: 768px) {
  .page p{
   font-size: 14px;
  }
  #about p.reason-note,
  #about p.source{
    font-size: 12px;
  }
}
.reason-text {
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
}
.reason-text-before {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 2;
}
.reason-text strong,
.reason-text-before strong {
  background: linear-gradient(transparent 70%, #f4f0de 30%);
}
.reason-sec .link-bt {
  margin-top: 50px;
  margin-bottom: 160px;
}
.reason-sec img{
  margin-bottom: 20px;
}
.annotation{
  text-align: center;
  margin: 2em 0 3rem;
  font-family: 'Noto Serif JP', serif;
  color: #999;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.source{
  text-align: left;
  margin: 0 0 2em;
  font-family: 'Noto Serif JP', serif;
  color: #999;
}
.source a{
  text-decoration: none;
}
.reason-sec-01,
.reason-sec-02,
.reason-sec-03,
.reason-sec-04{
  padding-bottom: 60px;
}
.reason-sec-03 h3 .no,
.reason-sec-04 h3 .no{
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-reason .slider-area{
    width: 100vw;
    margin: 0 calc(50% - 50vw) 20px;
  }
}
.page-reason .slick-slide{
  margin: 0 10px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before{
  color: #6dc0e2!important;
}
.page-reason h3 + .annotation{
  margin-top: 50px;
}
#voice{
  margin-bottom: 100px;
}
/*アイコン書き換え*/
img.new_mark_img1{
  display: none!important;
}
/* common page 共通スタイル */
.page h3{
  font-size: 14px;
  color: #3d3d3d;
  margin: 10px 0 10px;
}
.page p + h3,
#page-choose.page p + h3{
  margin-top: 50px;
}
.page .img{
  margin: 20px 0;
}
@media (max-width: 768px) {
  .page .img img{
    width: 100%!important;
  }
}
.br-sp{
  display: none;
}
@media (max-width: 768px) {
  .br-sp{
    display: inherit;
  }
}
/*サイズテーブル*/
table.size-table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.size-table + h3,
table.size-table + h4{
  font-size: 16px;
  color: #3d3d3d;
  margin: 10px 0 10px;
}
table.size-table th,
table.size-table td{
  padding: 10px;
  border: #e4e4e4 solid 1px;
  text-align: center;
}
/* f1:faq */
#page-faq dl.faq-list dt{
  font-size: 18px;
  border-bottom: #6dc0e2 solid 1px;
  padding-bottom: 10px;
  margin: 20px 0 15px;
}
#page-faq dl.faq-list+ .faq-list dt{
  margin-top: 50px;
}
/* f2:choose */
#page-choose h3{
  font-size: 18px;
  border-bottom: #6dc0e2 solid 1px;
  padding-bottom: 10px;
  margin: 20px 0 15px;
}
#page-choose h4{
  font-size: 16px;
  color: #3d3d3d;
  margin: 10px 0 10px;
}
/*f4:review*/
#page-review.page .img{
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #page-review.page .img img{
    width: 100%!important;
  }
}
.prd_lst_unit{
  position: relative;
}
.fav-item {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.fav-item button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: url(https://img07.shop-pro.jp/PA01429/039/etc_base64/aGVhcnQ.png?cmsp_timestamp=20241002172910) no-repeat 0 0 / 100% auto;
  appearance: none;
  transition: .3s;
}
.fav-item button.active,
.fav-item button.favorite-button.fav-items {
  background: url(https://img07.shop-pro.jp/PA01429/039/etc_base64/aGVhcnQy.png?cmsp_timestamp=20241002172910) no-repeat 0 0 / 100% auto;
}
/*カテゴリ一覧カテゴリ*/
.grp_lst_img{
  width: 100%;
}
.grp_lst .grp_lst_unit a{
  padding: 0!important;
  background-color: #fff!important;
}
@media (max-width: 768px) {
  .grp_lst_unit{
    width: 31.25%!important;
    margin-bottom: 0!important;
  }
}

/*レビュー*/
#wrapper .review-container .reviewSliderWidget .reviewWebsiteRedirect{
  display: none;
}
#wrapper .review-container .reviewSliderWidget .reviewWebsiteRedirect_morebtn a,
#wrapper .review-container .reviewSliderWidget .reviewWebsiteRedirect_morebtn a:hover{
  background: #6dc0e2;
  font-family: "Cormorant", 'Noto Serif JP', serif;
  color: #fff;
  border: 0;
}
#wrapper .review-container .reviewSliderWidget .review-widget-summary-container .starRating .reviewNumber{
  display: inline-block;
  margin-top: -3px;
}
#wrapper .review-container .reviewSliderWidget .review-widget-summary-container .starRating .reviewNumber strong,
#wrapper .review-summary-container[data-action="summary"] .starRating .reviewNumber{
  font-size: 20px;
}
#wrapper .prd_lst_unit .review-summary-container[data-action="summary"] .starRating .reviewNumber{
  font-size: 12px;
}
#wrapper .review-container .review-widget-summary-container .starRating .reviewNumber{
  font-size: 20px;
  display: inline-block;
  margin-top: -3px;
}
#wrapper .review-container .reviewSliderWidget .starRating .widgetSliderArrow span{
  color: #6dc0e2;
}
#wrapper .review-container .qa-summary-container,
#wrapper .review-container .review-container,
#wrapper .review-container .review-summary-container,
#wrapper .review-container .reviewPictureContentWrapper,
#wrapper .review-container .u-komi-product-widget-container,
#wrapper .review-container .u-komi-qa-container,
#wrapper .review-container .reviewWidget_title_overview{
  font-family: "Cormorant", 'Noto Serif JP', serif;
}
#wrapper .review-container .review-widget-summary-container .starRating .reviewNumber,
#wrapper .review-container .reviewProductName,
#wrapper .review-summary-container[data-action="summary"] .starRating .reviewNumber{
  font-family: 'Noto Serif JP', serif;
}
#wrapper .review-container .u-komi-read-more-text,
#wrapper .review-container .singleReview_title,
#wrapper .review-container .reviewSliderWidget .singleReview_name{
  font-family: 'Noto sans JP', serif;
}
#wrapper .review-container .singleReview_title{
  font-weight: 500;
}
.icon:before, .ie_icon{
  bottom: -6px;
  position: relative;
}
.prd_lst_sort.icon:before{
  content: none;
}
#page-review .reviewWidget_title_container{
  display: none;
}
#page-review .dw-review-widget-summary-container .starRating .reviewNumber{
  font-family: "Cormorant", 'Noto Serif JP', serif;
}
#page-review .dw-review-widget-summary-container .starRating span:last-child{
  font-size: 24px;
}
#wrapper .productFilterBtn .productFilterBtn-btn, 
#wrapper .reviewFilterBtn .reviewFilterBtn-btn{
  background: #6dc0e2;
  border-radius: 0;
}
#wrapper .u-komi-product-sorting-btn-active,
#wrapper .u-komi-product-sorting-btn-form-data:hover,
#wrapper .u-komi-question-sorting-btn-active, 
#wrapper .u-komi-question-sorting-btn-form-data:hover,
#wrapper .u-komi-sorting-btn-active,
#wrapper .u-komi-sorting-btn-form-data:hover{
  background: #6dc0e2!important;
  border-radius: 0;
}
#wrapper .ReviewWidget_pagination span.active,
#wrapper .ReviewWidget_question_pagination span.active,
#wrapper .productWidget_pagination span.active{
  background-color: #6dc0e2;
  border: #6dc0e2 solid 1px;
}
#wrapper .ReviewWidget_pagination a{
  color: #6dc0e2;
}
#wrapper .u-komi-product-sorting-btn-form-data,
#wrapper .u-komi-question-sorting-btn-form-data,
#wrapper .u-komi-sorting-btn-form-data{
  border-radius: 0;
}
#wrapper .reviewWebsiteRedirect{
  display: none;
}
#wrapper .ukomi-snsTitle {
  font-family: "Cormorant", 'Noto Serif JP', serif;
  font-weight: normal;
}
#wrapper .u-komi-product-sorting-btn-form-data,
#wrapper .u-komi-question-sorting-btn-form-data,
#wrapper .u-komi-sorting-btn-form-data{
  padding: 0 10px;
  font-size: 10px;
}
#wrapper .singleReview_partially_hidden_tag,
#wrapper .singleReview_verified_buyer_tag,
#wrapper .ukomiGridSlide-sliderInfo__item_partially_hidden_tag{
  color: #6dc0e2;
}
#wrapper .reviewWidget_inner,
#wrapper .u_komi_qa_widget_inner{
  padding-left: 0;
  padding-right: 0;
}
#wrapper .productSortingSection,
#wrapper .questionSortingSection,
#wrapper .reviewSortingSection{
  border-bottom: 1px solid #ccc;
}
#wrapper .singleReview_commentHead{
  display: none;
}
#wrapper .singleReview_footer{
  margin-left: 20%;
}
@media (max-width: 768px) {
  #wrapper .singleReview_footer{
    margin-left: 0;
  }
  #wrapper .singleReview_footer .singleReview_reply{
    margin-left: 10%;
  }
}
#wrapper .singleReview{
  padding: 20px 0;
}
.dw-review-widget-summary-container{
  padding: 30px 0 50px;
}
/*商品一覧・お気に入り商品一覧*/
.grp_lst {
  position: relative;
  clear: both;
  margin-left: -2.127%;
  padding-top: 2em;
}
.grp_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  width: 17.916%;
  word-break: break-all;
}
.grp_lst_unit a {
  display: block;
  padding: .5em;
  color: #000;
  text-decoration: none;
}
.grp_lst_img {
  display: block;
  margin: 0 auto .5em;
  max-width: 100%;
  height: inherit;
}
.category_desc_2 {
  padding-top: 2em;
}
.category_desc{
  font-size: 16px;
  margin: 50px auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  #wrapper .sk_lst dl{
    display: block;
  }
  #wrapper .sk_lst_dt{
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  #wrapper .sk_lst_dd{
    width: 100%;
  }
  .sk_lst_dd img{
    width: 100%;
    margin-bottom: 10px;
  }
  .sk_lst_dd img.payment_img{
    width: auto;
  }
}
.list_h3{
  font-size: 18px;
  text-align: center;
  position: relative;
  margin: 30px 0 10px;
  padding-bottom: 15px;
}
.list_h3::after{
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #6dc0e2;
  bottom: 0;
  left: calc(50% - 15px);
}
.grp_lst .grp_lst_unit a{
  transition: .3s;
  line-height: 1.6em;
}
.grp_lst_unit{
  height: auto!important;
  padding-bottom: 10px;
}
.grp_lst_unit h4{
  font-size: 12px;
  margin-bottom: 4px;
}
.grp_lst_unit p{
  font-size: 10px;
  font-family: 'Noto Sans JP', serif;
  color: #8c8c8c;
  line-height: 1.6em;
}
.grp_lst .grp_lst_unit a:hover{
  color: #6dc0e2;
}
@media (max-width: 768px) {
  .grp_lst .grp_lst_unit a{
    font-size: 12px;
  }
}
.prd_lst_pos b{
  font-family: "Cormorant", 'Noto Serif JP', serif;
  font-weight: normal;
}
.grp_lst + .link-bt{
  margin-top: 40px;
  margin-bottom: 40px;
}
.review_overview{
  position: relative;
  text-align: center;
  font-size: 22px;
  margin-top: -50px;
}
.review_overview .average{
  font-size: 40px;
}
.review_overview .starrating{
  color: #ffbf00;
  font-size: 40px;
}
.review_overview .starrating span{
  font-size: 40px;
  margin: 0 5px;
}
.review_overview .total{
  position: absolute;
  top: 70px;
  right: 0;
}
.review_overview .total span{
  font-size:20px;
}
@media (min-width: 768px) {
  .review_overview{
    margin-top: -150px;
  }
  .review_overview .average{
    /*font-size: 100px;*/
  }
  .review_overview .starrating{
    margin-bottom: 40px;
  }
  .review_overview .starrating span{
    /*font-size: 100px;*/
  }
  .review_overview .total{
    position: absolute;
    top: 140px;
    right: 40px;
    font-size: 50px;
  }
}
/* f2:howto */
.page .column-3{
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.page .column-3 div{
  width: 30%;
}
@media (max-width: 768px) {
  .page .column-3{
    display: block;
    padding: 0 10%;
  }
  .page .column-3 div{
    width: 100%;
    margin-bottom: 70px;
  }
}
.page .column-3 div img{
  border-radius: 50%;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#page-howto h3{
  font-size: 18px;
  border-bottom: none;
  padding-bottom: 10px;
  margin: 20px 0 15px;
  color: #3d3d3d;
  text-align: center;
}
#page-howto h3 span{
  font-family: "Cormorant", 'Noto Serif JP', serif;
  font-size: 36px;
  display: block;
  color: #6dc0e2;
  padding-bottom: 10px;
}
.page .link-btn{
  text-align: center;
}
.page .link-btn a{
  position: relative;
  padding: 10px 20px 10px 0;
  color: #6dc0e2;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  line-height: 1.4em;
  transition: .3s;
}
.page .link-btn a::before{
  position: absolute;
  content: "";
  border-bottom: #6dc0e2 solid 1px;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: .3s;
}
.page .link-btn a:after{
  position: absolute;
  content: "";
  border-bottom: #6dc0e2 solid 1px;
  border-right: #6dc0e2 solid 1px;
  rotate: -45deg;
  width: 8px;
  height: 8px;
  right: 5px;
  bottom:40%;
  transition: .3s;
}
.page .link-btn a:hover {
  color: rgba(109, 192, 226, .65);
}
.page .link-btn a:hover:before {
  border-bottom-color: rgba(109, 192, 226, .65);
}
.page .link-btn a:hover:after {
  border-color: rgba(109, 192, 226, .65);
  right: 0;
}

/* f8:quality #page-quality */
.quality-sec p {
  text-align: center;
}
@media (max-width: 768px) {
  .quality-ttl {
    font-size: 32px;
  }
}

.quality-sec h3{
  font-size: 24px;
  margin: 2.5rem 0 2rem;
  line-height: 1.8em;
  text-align: center;
  color: #aeaeae;
}
.quality-sec h3 .no{
  display: block;
  font-size: 70px;
  line-height: 1em;
  color: #6dc0e2;
}
.quality-sec section p{
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
}
@media (max-width: 768px) {
  .quality-sec h3{
    font-size: 20px;
  }
  .quality-sec h3 .no{
    font-size: 40px;
    margin-bottom: 15px;
  }
  .quality-sec section p{
   font-size: 14px;
  }
}
.quality-sec section p strong{
  background: linear-gradient(transparent 70%, #f4f0de 30%);
}
.quality-sec {
  margin: 80px 0 0;
  line-height: 2;
  font-family: "Cormorant", 'Noto Serif JP', serif;
}
.quality-sec img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

figure.daiamond{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}

figure.daiamond img{
  margin-bottom: 0!important;
}
figure.daiamond figcaption{
  text-align: center;
}
/*f9 ringsize*/
#page-ringsize .size-table{
  font-size: 14px;
  margin-top: 50px;
}
.one-point{
  background: #f7f7f7;
  padding: 30px;
  margin: 50px 0 20px;
}
.one-point h3{
  color: #6dc0e2;
  font-size: 24px;
  text-align: center;
  margin: 20px 0 50px;
}

.faq{
  margin: 80px 0;
}
.faq h3{
  font-size: 24px;
  border-bottom: none;
  margin: 50px 0 40px;
  color: #3d3d3d;
  text-align: center;
  line-height: 1.6em;
}
.faq dl{
  margin-bottom: 30px;
}
.faq dt{
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #6dc0e2;
  border-bottom: #6dc0e2 solid 1px;
}
.faq dt::before{
  position: absolute;
  top: 0;
  left: 0;
  color: #6dc0e2;
  content: "Q";
  font-family: "Cormorant", 'Noto Serif JP', serif;
}
.faq dd{
  position: relative;
  padding-left: 30px;
  font-size: 14px;
}
.faq dd::before{
  position: absolute;
  top: 0;
  left: 0;
  color: #aaa;
  content: "A";
  font-family: "Cormorant", 'Noto Serif JP', serif;
}
@media (max-width: 768px) {
  .faq dt{
    font-size: 16px;
  }
}
/*f7 ringsize*/
#page-ringsize img{
  max-width: 100%;
  margin: 40px 0;
}
#page-ringsize .ringsize-sec-01 img{
  margin-top: 0;
}
#page-ringsize h3{
  font-size: 24px;
  border-bottom: none;
  margin: 50px 0 40px;
  color: #3d3d3d;
  text-align: center;
  line-height: 1.6em;
}
#page-ringsize p{
  text-align: center;
}
.ttl_review img{
  width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw) 4em calc(50% - 50vw);
}
.stt{
  margin-top: 2em;
  font-size: 1.5em;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
}
@media(min-width:767px){
  .sp{
    display: none !important;
  }
}
@media(max-width:768px){
  .pc{
    display: none !important;
  }
}
.txt_left{
  text-align: left!important;
}
.gallery_title{
  display:none!important;
}

.media{
  max-width: 600px;
  margin: 20px auto 150px auto;
}
.media img{
  width:100%;
  height: auto;
}