@charset "UTF-8";
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
html {
  line-height: 1;
}

/*-----------------------
reset
-----------------------*/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200;
}

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

a {
  display: inline-block;
}

a img {
  border: none;
}

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

ul {
  list-style: none;
}

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

a {
  color: #111;
  text-decoration: none;
}
a:link {
  color: #111;
}
a:active {
  color: #111;
}
a:visited {
  color: #111;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
  width: 100%;
  font-size: 13px;
  color: #001933;
  margin: auto;
}
@media (min-width: 1025px) {
  body {
    margin-top: 155px;
  }
}
@media (max-width: 750px) {
  body {
    margin-top: 51.52px;
  }
}
body.active {
  overflow-y: hidden;
}

a {
  color: #222222;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.center-h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  font-size: 36px;
  margin-bottom: 50px;
}
.center-h2 span {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  font-size: 12px;
  font-weight: bold;
  color: #a88e42;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .center-h2 {
    font-size: 32px;
  }
}

.inner {
  width: 1040px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 30px);
  }
}

.flex {
  display: flex;
}

.waku {
  padding: 10px;
  border: 1px solid #a88e42;
  position: relative;
  display: inline-block;
}
.waku span {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #a88e42;
}
.waku span:nth-of-type(1) {
  top: -1px;
  left: -1px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.waku span:nth-of-type(2) {
  top: -1px;
  right: -1px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.waku span:nth-of-type(3) {
  bottom: -1px;
  right: -1px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.waku span:nth-of-type(4) {
  bottom: -1px;
  left: -1px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
@media (max-width: 750px) {
  .waku {
    padding: 8px;
  }
}

header {
  padding-top: 30px;
  padding-bottom: 20px;
  z-index: 999;
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
}
header .white-bg {
  background: #fff;
}
header .inner {
  width: calc(100% - 100px);
  max-width: 1100px;
}
header .topflex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
header .btns {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  header .btns {
    display: none;
  }
}
header .btns .guide {
  display: flex;
  margin-right: 48px;
}
header .btns .guide li {
  margin-right: 38px;
}
header .btns .guide li:last-of-type {
  margin-right: 0;
}
header .btns .guide li a {
  padding-left: 28px;
  position: relative;
  font-size: 12px;
}
header .btns .guide li a.use::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/howto.svg) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .btns .guide li a.company::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/info.svg) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .btns .guide li a.mailmaga::before {
  content: "";
  width: 16px;
  height: 21px;
  background: url(../img/common/bell.svg) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .btns .guide li a.contact::before {
  content: "";
  width: 18px;
  height: 14px;
  background: url(../img/common/mail.svg) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .btns .usermenu {
  display: flex;
}
header .btns .usermenu li a {
  font-size: 10px;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
@media (min-width: 1025px) {
  header .btns .usermenu li a.favorite {
    margin-right: 26px;
  }
}
header .btns .usermenu li a.favorite::before {
  content: "";
  width: 23px;
  height: 20px;
  background: url(../img/common/heart.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  header .btns .usermenu li a.login {
    margin-right: 31px;
  }
}
header .btns .usermenu li a.login::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/user.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .btns .usermenu li a.cart::before {
  content: "";
  width: 22px;
  height: 20px;
  background: url(../img/common/cart.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  header {
    padding-top: 15px;
    padding-bottom: 12px;
  }
  header .inner {
    width: calc(100% - 30px);
  }
  header .topflex {
    align-items: center;
    margin-bottom: 0;
  }
  header .logo {
    width: 145.5px;
  }
  header .sp-usermenu {
    display: flex;
    align-items: center;
  }
  header .sp-usermenu .usermenu {
    display: flex;
    align-items: center;
  }
  header .sp-usermenu .usermenu li {
    margin-right: 20px;
  }
  header .sp-usermenu .usermenu li a.favorite {
    width: 21.5px;
  }
  header .sp-usermenu .usermenu li a.login {
    width: 20px;
  }
  header .sp-usermenu .usermenu li a.cart {
    width: 21.5px;
  }
  header .sp-usermenu .hamburger span {
    width: 35px;
    height: 20px;
    display: inline-block;
  }
  header .sp-usermenu .hamburger .off {
    display: block;
    background: url(../img/common/hamburger.svg) no-repeat center/100%;
  }
  header .sp-usermenu .hamburger .on {
    display: none;
    background: url(../img/common/hamburger-on.svg) no-repeat center/100%;
  }
  header .sp-usermenu .hamburger.active .off {
    display: none;
  }
  header .sp-usermenu .hamburger.active .on {
    display: block;
  }
}
header .underflex {
  display: flex;
  justify-content: space-between;
}
header .underflex .search-box {
  position: relative;
  align-self: flex-start;
}
header .underflex .search-box a {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  width: 40px;
  height: 100%;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  border-radius: 0 8px 8px 0;
}
header .underflex .search-box a:hover {
  opacity: 1;
}
header .underflex .search-box a img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .underflex .search-area input {
  border: 1px solid #aaaaaa;
  width: 260px;
  height: 40px;
  padding: 11px 60px 11px 20px;
  border-radius: 8px;
  font-size: 13px;
}
header .underflex .search-area input::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
}
header .underflex .search-area input:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
}
header .underflex .search-area input::placeholder {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 750px) {
  header .underflex .search-area input::-moz-placeholder {
    font-size: 13px;
  }
  header .underflex .search-area input:-ms-input-placeholder {
    font-size: 13px;
  }
  header .underflex .search-area input::placeholder {
    font-size: 13px;
  }
}
header .underflex .lower-btn {
  display: flex;
  align-items: center;
}
header .underflex .lower-btn li {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
header .underflex .lower-btn li::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  header .underflex .lower-btn li:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }
  header .underflex .lower-btn li:last-of-type::after {
    content: none;
  }
}
header .underflex .lower-btn li a {
  font-weight: 500;
  font-size: 15px;
}
header .underflex .lower-btn li a.switch {
  padding-right: 20px;
  position: relative;
}
@media (min-width: 1025px) {
  header .underflex .lower-btn li a.switch::before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    background: rgba(255, 255, 255, 0);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  header .underflex .lower-btn li a.switch::after {
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
header .underflex .lower-btn li a.switch.active::before {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 750px) {
  header .underflex .lower-btn li a.switch:hover {
    opacity: 1;
  }
}
header .underflex .lower-btn .fade {
  position: absolute;
  background: #fafafa;
  padding: 20px;
  width: 230px;
  bottom: -8px;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header .underflex .lower-btn .fade.active {
  opacity: 1;
  visibility: visible;
}
header .underflex .lower-btn .fade li {
  padding-right: 0;
  margin-right: 0;
}
header .underflex .lower-btn .fade li::after {
  content: none;
}
header .underflex .lower-btn .fade li a {
  padding: 10px 0;
}
@media (max-width: 750px) {
  header .underflex .lower-btn .fade {
    position: unset;
    opacity: 1;
    visibility: visible;
    width: 100%;
    transform: none;
    transition: none;
    display: none;
  }
  header .underflex .lower-btn .fade li {
    border-bottom: 1px solid #b5b5b5;
  }
  header .underflex .lower-btn .fade li:last-of-type {
    border-bottom: none;
  }
  header .underflex .lower-btn .fade li::before {
    content: none;
  }
  header .underflex .lower-btn .fade li a {
    padding: 20px 0;
  }
}
@media (max-width: 750px) {
  header .underflex {
    position: fixed;
    width: 100%;
    height: calc(100vh - 51.52px);
    top: 51.52px;
    left: 0;
    background: #fff;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: scroll;
    display: none;
  }
  header .underflex .search-box {
    width: calc(100% - 30px);
    margin: 0 auto 20px;
  }
  header .underflex .search-box a {
    border-radius: 0 4px 4px 0;
    width: 50px;
  }
  header .underflex .search-box a img {
    width: 18px;
    height: 18px;
  }
  header .underflex .search-area input {
    width: 100%;
    border-radius: 4px;
    padding: 15px 70px 15px 20px;
    height: auto;
  }
  header .underflex .search-area input::-moz-placeholder {
    font-weight: bold;
  }
  header .underflex .search-area input:-ms-input-placeholder {
    font-weight: bold;
  }
  header .underflex .search-area input::placeholder {
    font-weight: bold;
  }
  header .underflex .lower-btn {
    flex-direction: column;
    align-items: unset;
    border-top: 0.5px solid #b5b5b5;
    margin-bottom: 30px;
  }
  header .underflex .lower-btn li {
    padding-right: 0;
    margin-right: 0;
  }
  header .underflex .lower-btn li.sp-toggle::before {
    top: 27px;
    transform: translateY(0%) rotate(135deg);
  }
  header .underflex .lower-btn li.sp-toggle.active::before {
    transform: translateY(0%) rotate(-45deg);
  }
  header .underflex .lower-btn li::after {
    width: 100%;
    height: 0.5px;
    background: #b5b5b5;
    bottom: 0;
    left: 0;
    top: auto;
    transform: none;
  }
  header .underflex .lower-btn li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1.2px solid #111;
    border-right: 1.2px solid #111;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
  }
  header .underflex .lower-btn li a {
    width: 100%;
    padding: 25px 15px;
  }
  header .underflex .guide {
    display: flex;
    flex-direction: column;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  header .underflex .guide li {
    margin-bottom: 30px;
  }
  header .underflex .guide li:last-of-type {
    margin-bottom: 0;
  }
  header .underflex .guide li a {
    padding-left: 28px;
    position: relative;
    font-size: 12px;
  }
  header .underflex .guide li a.use::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/common/howto.svg) no-repeat center/100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .underflex .guide li a.company::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/common/info.svg) no-repeat center/100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .underflex .guide li a.mailmaga::before {
    content: "";
    width: 16px;
    height: 21px;
    background: url(../img/common/bell.svg) no-repeat center/100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .underflex .guide li a.contact::before {
    content: "";
    width: 18px;
    height: 14px;
    background: url(../img/common/mail.svg) no-repeat center/100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 750px) {
  .contents {
    padding: 0;
  }
}
#top-mv {
  padding-top: 30px;
  margin-bottom: 100px;
}
#top-mv a {
  width: 100%;
}
#top-mv a img {
  width: 100%;
}
#top-mv .splide__track {
  margin-bottom: 16px;
}
#top-mv .splide__pagination li {
  padding: 0 5px;
}
#top-mv .splide__pagination li .splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
#top-mv .splide__pagination li .splide__pagination__page.is-active {
  background: #b2a368;
}
@media (max-width: 750px) {
  #top-mv {
    margin-bottom: 60px;
    padding-top: 0;
  }
}

.top-container .news-info {
  max-width: 940px;
  margin: 0 auto 80px;
}
.top-container .news-info p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: #f42928;
  padding: 22px 20px;
  border: 2px solid #f42928;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .top-container .news-info {
    width: calc(100% - 30px);
    margin-bottom: 60px;
  }
  .top-container .news-info p {
    padding: 16px 20px;
  }
}
.top-container .wave {
  display: flex;
  justify-content: center;
}
.top-container .wave img {
  margin-right: 18px;
}
.top-container .wave img:last-of-type {
  margin-right: 0;
}
@media (max-width: 750px) {
  .top-container .wave img {
    width: 107.2222222222px;
    margin-right: 9px;
  }
  .top-container .wave img:nth-of-type(4), .top-container .wave img:nth-of-type(5) {
    display: none;
  }
  .top-container .wave img:nth-of-type(3) {
    margin-right: 0;
  }
}
.top-container .recommend-section {
  margin-bottom: 100px;
}
.top-container .recommend-section .inner {
  padding: 100px 0 0;
}
.top-container .recommend-section .flex {
  flex-wrap: wrap;
}
.top-container .recommend-section .item {
  width: 180px;
  margin-right: 35px;
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  .top-container .recommend-section .item:nth-of-type(5n) {
    margin-right: 0;
  }
  .top-container .recommend-section .item:nth-last-of-type(-n + 5) {
    margin-bottom: 0;
  }
}
.top-container .recommend-section .item .image {
  width: 100%;
  margin-bottom: 15px;
}
.top-container .recommend-section .item .image img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-container .recommend-section .item .text .name {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
}
.top-container .recommend-section .item .text .price {
  font-size: 20px;
  font-weight: bold;
}
.top-container .recommend-section .item .text .price span {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .top-container .recommend-section {
    margin-bottom: 90px;
  }
  .top-container .recommend-section .inner {
    padding: 60px 0 0;
  }
  .top-container .recommend-section .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .top-container .recommend-section .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .top-container .recommend-section .item .image img {
    height: 44.157vw;
  }
  .top-container .recommend-section .item:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
  .top-container .recommend-section .item .text .name {
    font-size: 13px;
  }
}
.top-container .category-section {
  margin-bottom: 100px;
}
.top-container .category-section .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  .top-container .category-section {
    margin-bottom: 60px;
  }
  .top-container .category-section .flex {
    flex-direction: column;
  }
  .top-container .category-section .banner:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
.top-container .info-section {
  background: url(../img/top/mgr-bg.jpg) no-repeat center/cover;
}
.top-container .info-section .inner {
  padding: 80px 0 100px;
}
.top-container .info-section .text h2 {
  font-size: 36px;
  line-height: 2;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  margin-bottom: 24px;
  color: #fff;
}
.top-container .info-section .text p {
  line-height: 2;
  font-size: 14px;
  max-width: 495px;
  margin-bottom: 70px;
  color: #fff;
}
.top-container .info-section .text a {
  font-size: 16px;
  font-weight: bold;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  color: #fff;
  padding: 22px 10px;
  background: #a88e42;
  min-width: 280px;
  text-align: center;
  border: 1px solid #a88e42;
}
.top-container .info-section .text a:hover {
  opacity: 1;
  background: #fff;
  color: #a88e42;
}
.top-container .info-section .text a:hover span::before {
  background: url(../img/top/hanamaru-hover.png) no-repeat center/100%;
}
.top-container .info-section .text a:hover span::after {
  border-color: #a88e42;
}
.top-container .info-section .text a span {
  padding-left: 36px;
  padding-right: 30px;
  position: relative;
}
.top-container .info-section .text a span::before {
  content: "";
  width: 24px;
  height: 23px;
  background: url(../img/top/hanamaru.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.top-container .info-section .text a span::after {
  content: "";
  width: 9px;
  height: 9px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media (max-width: 750px) {
  .top-container .info-section {
    background: #001933 url(../img/top/sp/mgr-bg.jpg) no-repeat center bottom/100%;
  }
  .top-container .info-section .inner {
    padding: 60px 0 240px;
  }
  .top-container .info-section .text {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .top-container .info-section .text h2 {
    font-size: 28px;
    line-height: 1.8;
    align-items: flex-start;
  }
  .top-container .info-section .text p {
    margin-bottom: 40px;
  }
  .top-container .info-section .text a {
    display: block;
  }
}
.top-container .ranking-section .inner {
  padding: 100px 0;
}
.top-container .ranking-section .flex {
  flex-wrap: wrap;
}
.top-container .ranking-section .item {
  width: 180px;
  margin-right: 35px;
  margin-bottom: 50px;
  position: relative;
}
.top-container .ranking-section .item:nth-of-type(5n) {
  margin-right: 0;
}
.top-container .ranking-section .item:nth-of-type(1) .image {
  position: relative;
}
.top-container .ranking-section .item:nth-of-type(1) .image::after {
  content: "";
  width: 50px;
  height: 35px;
  background: url(../img/top/item-no1.png);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.top-container .ranking-section .item:nth-of-type(2) .image {
  position: relative;
}
.top-container .ranking-section .item:nth-of-type(2) .image::after {
  content: "";
  width: 50px;
  height: 35px;
  background: url(../img/top/item-no2.png);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.top-container .ranking-section .item:nth-of-type(3) .image {
  position: relative;
}
.top-container .ranking-section .item:nth-of-type(3) .image::after {
  content: "";
  width: 50px;
  height: 35px;
  background: url(../img/top/item-no3.png);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .top-container .ranking-section .item:nth-last-of-type(-n + 5) {
    margin-bottom: 0;
  }
}
.top-container .ranking-section .item .image {
  width: 100%;
  margin-bottom: 15px;
}
.top-container .ranking-section .item .image img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-container .ranking-section .item .text .name {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
}
.top-container .ranking-section .item .text .price {
  font-size: 20px;
  font-weight: bold;
}
.top-container .ranking-section .item .text .price span {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .top-container .ranking-section {
    margin: 0 auto 80px;
  }
  .top-container .ranking-section .inner {
    padding: 60px 0 0;
  }
  .top-container .ranking-section .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .top-container .ranking-section .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .top-container .ranking-section .item .image img {
    height: 44.157vw;
  }
  .top-container .ranking-section .item:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
  .top-container .ranking-section .item .text .name {
    font-size: 13px;
  }
}
.top-container .select-section {
  background: url(../img/top/choice-bg.jpg) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
}
.top-container .select-section .position {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 450px);
}
.top-container .select-section .inner {
  padding: 70px 0 90px;
}
.top-container .select-section .flex .image {
  margin-right: 80px;
}
.top-container .select-section .flex .text {
  max-width: 480px;
  padding-top: 40px;
}
.top-container .select-section .flex .text h2 {
  font-size: 30px;
  line-height: 2;
  margin-bottom: 26px;
  letter-spacing: 2px;
}
.top-container .select-section .flex .text p {
  font-size: 14px;
  line-height: 2;
  max-width: 450px;
  margin-bottom: 42px;
}
.top-container .select-section .flex .text a {
  font-size: 16px;
  font-weight: bold;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  color: #fff;
  padding: 22px 10px;
  background: #a88e42;
  min-width: 280px;
  text-align: center;
  border: 1px solid #a88e42;
}
.top-container .select-section .flex .text a:hover {
  opacity: 1;
  background: #fff;
  color: #a88e42;
}
.top-container .select-section .flex .text a:hover span::before {
  background: url(../img/top/hanamaru-hover.png) no-repeat center/100%;
}
.top-container .select-section .flex .text a:hover span::after {
  border-color: #a88e42;
}
.top-container .select-section .flex .text a span {
  padding-left: 36px;
  padding-right: 30px;
  position: relative;
}
.top-container .select-section .flex .text a span::before {
  content: "";
  width: 24px;
  height: 23px;
  background: url(../img/top/hanamaru.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.top-container .select-section .flex .text a span::after {
  content: "";
  width: 9px;
  height: 9px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.top-container .select-section .right {
  text-align: right;
  margin-top: -20px;
}
@media (max-width: 750px) {
  .top-container .select-section .inner {
    padding: 70px 0 80px;
  }
  .top-container .select-section .flex {
    flex-direction: column-reverse;
  }
  .top-container .select-section .flex .text {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .top-container .select-section .flex .text h2 {
    font-size: 28px;
    line-height: 1.8;
    align-items: flex-start;
  }
  .top-container .select-section .flex .text p {
    margin-bottom: 40px;
  }
  .top-container .select-section .flex .text a {
    display: block;
  }
  .top-container .select-section .flex .image {
    margin-right: 0;
  }
  .top-container .select-section .flex .image img {
    width: 100%;
  }
  .top-container .select-section .right .image2 {
    width: 65%;
    margin-right: 7%;
    margin-top: -45px;
  }
  .top-container .select-section .position {
    left: -50%;
  }
}
.top-container .ichiba-bg {
  height: 400px;
  background: url(../img/top/maguro.jpg) no-repeat center/cover;
}
@media (max-width: 750px) {
  .top-container .ichiba-bg {
    height: 220px;
  }
}
.top-container .voice-section {
  background: #b79c4f;
}
.top-container .voice-section .inner {
  padding: 100px 0;
}
.top-container .voice-section h2 {
  color: #fff;
  margin-bottom: 36px;
}
.top-container .voice-section h2 span {
  color: #fff;
}
.top-container .voice-section .voice-description {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 60px;
}
.top-container .voice-section .flex {
  justify-content: space-between;
}
.top-container .voice-section .flex .voice-shadow {
  filter: drop-shadow(8px 6px 0 #a28b49);
  position: relative;
}
.top-container .voice-section .flex .position {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 3;
}
.top-container .voice-section .flex .position .ping {
  position: relative;
  width: 16px;
  height: 28px;
}
.top-container .voice-section .flex .position .ping::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #001933;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.top-container .voice-section .flex .position .ping::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #001933;
  position: absolute;
  -webkit-clip-path: polygon(6.5px 6px, 6px 6.5px, calc(100% - 0.5px) 100%, 100% calc(100% - 0.5px));
          clip-path: polygon(6.5px 6px, 6px 6.5px, calc(100% - 0.5px) 100%, 100% calc(100% - 0.5px));
}
.top-container .voice-section .flex .voice-content {
  max-width: 330px;
  background: #fff;
  padding: 20px 20px 40px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0% 100%);
  position: relative;
  z-index: 2;
}
.top-container .voice-section .flex .voice-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-6px, -6px);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0% 100%);
}
.top-container .voice-section .flex .voice-content::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #001933;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-container .voice-section .flex .voice-content .user-name {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #b4c4d5;
  margin-bottom: 14px;
}
.top-container .voice-section .flex .voice-content .user-name .img {
  margin-right: 14px;
}
.top-container .voice-section .flex .voice-content .user-name .img img {
  width: 56px;
  border-radius: 50%;
}
.top-container .voice-section .flex .voice-content .user-name .user-info .stars {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.top-container .voice-section .flex .voice-content .user-name .user-info .stars img {
  margin-right: 5px;
}
.top-container .voice-section .flex .voice-content .user-name .user-info .stars span {
  font-size: 20px;
  font-weight: bold;
  color: #ffba00;
}
.top-container .voice-section .flex .voice-content .user-name .user-info p {
  font-size: 14px;
}
.top-container .voice-section .flex .voice-content .voice-box p {
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .top-container .voice-section .inner {
    padding: 80px 0;
  }
  .top-container .voice-section .flex {
    flex-direction: column;
  }
  .top-container .voice-section .flex .voice-content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .top-container .voice-section .flex .voice-shadow:last-of-type .voice-content {
    margin-bottom: 0;
  }
}
.top-container .contact-section .inner {
  padding: 100px 0;
}
.top-container .contact-section .insta-feed {
  position: relative;
}
.top-container .contact-section .insta-feed h2 {
  font-size: 30px;
  align-items: flex-start;
  padding-left: 50px;
  position: relative;
  margin-bottom: 34px;
}
.top-container .contact-section .insta-feed h2::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/top/instagram.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-container .contact-section .insta-feed .insta-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.top-container .contact-section .insta-feed .more-btn {
  position: absolute;
  top: 3px;
  right: 0;
}
.top-container .contact-section .insta-feed .more-btn a {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  font-size: 16px;
  padding-bottom: 8px;
  padding-right: 27px;
  border-bottom: 1px solid #001933;
  color: #001933;
  position: relative;
  font-weight: 500;
}
.top-container .contact-section .insta-feed .more-btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: solid #001933;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 3px;
  right: 0;
  transform: rotate(45deg);
}
.top-container .contact-section .contact-cate {
  display: flex;
  justify-content: space-between;
}
.top-container .contact-section .contact-cate a {
  width: calc(50% - 20px);
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-blend-mode: color;
}
.top-container .contact-section .contact-cate a:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0) !important;
}
.top-container .contact-section .contact-cate a span {
  font-size: 36px;
  font-weight: bold;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  color: #fff;
  text-shadow: 0 0 10px rgba(8, 15, 22, 0.5);
}
.top-container .contact-section .contact-cate a:nth-of-type(1) {
  background: rgba(0, 0, 0, 0.3) url(../img/top/lower0link-bg1.jpg) no-repeat center/cover;
}
.top-container .contact-section .contact-cate a:nth-of-type(2) {
  background: rgba(0, 0, 0, 0.3) url(../img/top/lower0link-bg2.jpg) no-repeat center/cover;
}
@media (max-width: 750px) {
  .top-container .contact-section .inner {
    padding: 80px 0;
  }
  .top-container .contact-section .insta-feed {
    margin-bottom: 80px;
  }
  .top-container .contact-section .insta-feed h2 {
    font-size: 28px;
    line-height: 1.4;
    margin: 0 auto 34px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top-container .contact-section .insta-feed .insta-flex {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .top-container .contact-section .insta-feed .more-btn {
    position: unset;
    text-align: right;
  }
  .top-container .contact-section .contact-cate {
    flex-direction: column;
  }
  .top-container .contact-section .contact-cate a {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-container .contact-section .contact-cate a:last-of-type {
    margin-bottom: 0;
  }
  .top-container .contact-section .contact-cate a span {
    font-size: 30px;
  }
}

footer {
  background: #eeeeee;
}
footer .inner {
  padding: 80px 0;
}
footer .footer-guide h2 {
  flex-direction: row;
}
footer .footer-guide h2 span {
  margin-bottom: 0;
  margin-left: 24px;
}
footer .footer-guide .flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #b4c4d5;
}
footer .footer-guide .item {
  width: 330px;
  padding: 25px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
footer .footer-guide .item h3 {
  padding-left: 33px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #b4c4d5;
  margin-bottom: 16px;
}
footer .footer-guide .item h3::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/top/hanamaru-hover.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 8px;
  transform: translateY(-50%);
}
footer .footer-guide .item p {
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 36px;
}
footer .footer-guide .item a {
  width: 160px;
  height: 36px;
  color: #a88e42;
  border: 1px solid #a88e42;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  margin: auto 0 0 auto;
}
footer .footer-guide .item a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: solid #a88e42;
  border-width: 1px 1px 0 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
footer .footer-guide .item a:hover {
  background: #a88e42;
  color: #fff;
  opacity: 1;
}
footer .footer-guide .item a:hover::after {
  border-color: #fff;
}
footer .footer-link {
  padding-top: 60px;
}
footer .footer-link .flex {
  justify-content: space-between;
}
footer .footer-link .logo-info .logo {
  margin-bottom: 36px;
}
footer .footer-link .logo-info .text p {
  line-height: 1.8;
  font-size: 14px;
}
footer .footer-link .lower {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer-link .lower .top-flex, footer .footer-link .lower .bottom-flex {
  display: flex;
  align-items: center;
}
footer .footer-link .lower .top-flex li, footer .footer-link .lower .bottom-flex li {
  margin-right: 40px;
}
footer .footer-link .lower .top-flex li:last-of-type, footer .footer-link .lower .bottom-flex li:last-of-type {
  margin-right: 0;
}
footer .footer-link .lower .top-flex a, footer .footer-link .lower .bottom-flex a {
  font-weight: 500;
  font-size: 14px;
}
footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001933;
  width: 100%;
  height: 30px;
}
footer .copyright p {
  display: inline-block;
}
footer .copyright p a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 750px) {
  footer .inner {
    padding: 80px 0 60px;
  }
  footer .footer-guide .flex {
    flex-direction: column;
  }
  footer .footer-guide .item {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-guide .item:last-of-type {
    margin-bottom: 0;
  }
  footer .footer-link .flex {
    flex-direction: column;
  }
  footer .footer-link .flex .logo-info {
    margin-bottom: 56px;
  }
  footer .footer-link .flex .logo {
    margin-bottom: 16px;
  }
  footer .footer-link .flex .text p {
    font-weight: 500;
  }
  footer .footer-link .lower {
    align-items: flex-start;
  }
  footer .footer-link .lower .top-flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  footer .footer-link .lower .top-flex li {
    margin-right: 0;
    margin-bottom: 30px;
  }
  footer .footer-link .lower .top-flex li:last-of-type {
    margin-bottom: 0;
  }
  footer .footer-link .lower .bottom-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer-link .lower .bottom-flex li {
    margin-bottom: 30px;
  }
  footer .footer-link .lower .bottom-flex li:last-of-type {
    margin-bottom: 0;
  }
  footer .copyright {
    height: 50px;
  }
}

.lower-container .inner {
  width: 1000px;
}
@media (max-width: 750px) {
  .lower-container .inner {
    width: calc(100% - 30px);
  }
}
.lower-container .mainv {
  height: 450px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: calc(50% - 500px);
}
.lower-container .mainv h1 {
  font-size: 42px;
  font-weight: bold;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  padding-left: 43px;
  color: #fff;
  position: relative;
  line-height: 1.6;
}
.lower-container .mainv h1::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/common/mv-stamp.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lower-container .mainv.default-bg {
  background: url(../img/common/default-mainv.jpg);
  height: 300px;
}
.lower-container .mainv.default-bg h1 {
  color: #001933;
}
.lower-container .mainv.default-bg h1::before {
  background: url(../img/common/mv-stamp-bk.png) no-repeat center/100%;
}
@media (max-width: 750px) {
  .lower-container .mainv {
    padding: 0 15px;
    height: 375px;
  }
  .lower-container .mainv h1 {
    font-size: 38px;
    line-height: 1.4;
    padding-left: 45px;
  }
  .lower-container .mainv h1::before {
    width: 30px;
    height: 30px;
    top: 10px;
    transform: none;
  }
  .lower-container .mainv.default-bg {
    height: 250px;
  }
}
.lower-container.info-page .mainv {
  background: url(../img/info/mainv.jpg) no-repeat center/cover;
}
@media (max-width: 750px) {
  .lower-container.info-page .mainv {
    background: url(../img/info/sp/mainv.jpg) no-repeat center/cover;
  }
}
.lower-container.info-page .fish-list .inner {
  padding: 86px 0 80px;
}
@media (max-width: 750px) {
  .lower-container.info-page .fish-list .inner {
    padding: 64px 0 80px;
  }
}
.lower-container.info-page .fish-list .information {
  position: relative;
}
.lower-container.info-page .fish-list .information .text {
  min-width: 510px;
  margin-bottom: 92px;
}
.lower-container.info-page .fish-list .information .text h2 {
  font-size: 36px;
  line-height: 2;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  margin-bottom: 24px;
}
.lower-container.info-page .fish-list .information .text p {
  line-height: 2;
  font-size: 14px;
  max-width: 495px;
}
.lower-container.info-page .fish-list .information .image {
  position: absolute;
  top: 0;
  right: -55px;
}
@media (max-width: 750px) {
  .lower-container.info-page .fish-list .information {
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
  }
  .lower-container.info-page .fish-list .information .text {
    width: 100%;
    min-width: unset;
    margin-bottom: 50px;
  }
  .lower-container.info-page .fish-list .information .text h2 {
    font-size: 32px;
    line-height: 1.6;
  }
  .lower-container.info-page .fish-list .information .image {
    position: unset;
    width: 90%;
    margin: auto;
  }
}
.lower-container.info-page .fish-list .item-list-block h3 {
  background: url(../img/info/fish-bg.jpg) repeat center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  padding: 14px 20px;
  margin-bottom: 50px;
}
.lower-container.info-page .fish-list .item-list-block h3 span {
  position: relative;
  padding-right: 100px;
}
.lower-container.info-page .fish-list .item-list-block h3 span::after {
  content: "";
  width: 69px;
  height: 17px;
  background: url(../img/info/fish-ttl-icon.png) no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lower-container.info-page .fish-list .item-list-block .flex {
  flex-wrap: wrap;
}
.lower-container.info-page .fish-list .item-list-block .flex .item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 46px;
}
@media (min-width: 1025px) {
  .lower-container.info-page .fish-list .item-list-block .flex .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .lower-container.info-page .fish-list .item-list-block .flex .item:nth-last-of-type(-n + 3) {
    margin-bottom: 0;
  }
}
.lower-container.info-page .fish-list .item-list-block .flex .item .image {
  margin-bottom: 20px;
}
.lower-container.info-page .fish-list .item-list-block .flex .item .image img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-container.info-page .fish-list .item-list-block .flex .item .text h4 {
  font-size: 28px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  margin-bottom: 16px;
}
.lower-container.info-page .fish-list .item-list-block .flex .item .text p {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  .lower-container.info-page .fish-list .item-list-block h3 {
    font-size: 24px;
    padding: 20px;
    margin-bottom: 40px;
  }
  .lower-container.info-page .fish-list .item-list-block h3 span {
    padding-right: 60px;
  }
  .lower-container.info-page .fish-list .item-list-block h3 span::after {
    width: 44px;
    height: 10px;
  }
  .lower-container.info-page .fish-list .item-list-block .flex .item {
    width: 100%;
    margin-right: 0;
  }
  .lower-container.info-page .fish-list .item-list-block .flex .item:last-of-type {
    margin-bottom: 0;
  }
  .lower-container.info-page .fish-list .item-list-block .flex .item .image {
    margin-bottom: 24px;
  }
  .lower-container.info-page .fish-list .item-list-block .flex .item .image img {
    height: 60vw;
  }
  .lower-container.info-page .fish-list .item-list-block .flex .item .text h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.lower-container.info-page .fish-list .crab-list {
  background: #001a33 url(../img/info/crab-bg.jpg) no-repeat bottom right;
}
.lower-container.info-page .fish-list .crab-list .item .text h4 {
  color: #fff;
}
.lower-container.info-page .fish-list .crab-list .item .text p {
  color: #fff;
}
@media (max-width: 750px) {
  .lower-container.info-page .fish-list .crab-list .inner {
    padding: 80px 0;
  }
}
.lower-container.select-page .mainv {
  background: url(../img/select/mainv.jpg) no-repeat center/cover;
}
@media (max-width: 750px) {
  .lower-container.select-page .mainv {
    background: url(../img/select/sp/mainv.jpg) no-repeat center/cover;
  }
}
.lower-container.select-page .select-information {
  position: relative;
  overflow: hidden;
}
.lower-container.select-page .select-information::before {
  content: "";
  width: 340px;
  height: 258px;
  background: url(../img/select/bg-img.png) no-repeat center/100%;
  position: absolute;
  right: calc(50% - 664px);
  top: 50%;
}
.lower-container.select-page .select-information .inner {
  padding-top: 80px;
  padding-bottom: 90px;
}
.lower-container.select-page .select-information .main-content h2 {
  text-align: center;
  font-size: 36px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  line-height: 2;
  margin-bottom: 18px;
  position: relative;
}
.lower-container.select-page .select-information .main-content h2::before {
  content: "";
  width: 147px;
  height: 71px;
  background: url(../img/select/select-info-icon.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: calc(50% - 466px);
  transform: translateY(-50%);
}
.lower-container.select-page .select-information .main-content h2::after {
  content: "";
  width: 147px;
  height: 71px;
  background: url(../img/select/select-info-icon.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: calc(50% - 466px);
  transform: translateY(-50%);
}
.lower-container.select-page .select-information .main-content p {
  line-height: 2;
  max-width: 720px;
  text-align: center;
  margin: 0 auto 70px;
}
.lower-container.select-page .select-information .main-content .image {
  position: relative;
  margin-bottom: 100px;
}
.lower-container.select-page .select-information .main-content .image .base {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-container.select-page .select-information .main-content .image .position1 {
  position: absolute;
  left: 0;
  top: 70px;
  transform: translateX(-57%);
}
.lower-container.select-page .select-information .main-content .image .position2 {
  position: absolute;
  right: 0;
  top: 136px;
  transform: translateX(35%);
}
.lower-container.select-page .select-information .select-detail {
  display: flex;
  justify-content: space-between;
}
.lower-container.select-page .select-information .select-detail .image {
  align-self: flex-start;
}
.lower-container.select-page .select-information .select-detail .text {
  width: 50%;
  padding-top: 10px;
}
.lower-container.select-page .select-information .select-detail .text .nom {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.lower-container.select-page .select-information .select-detail .text .nom .moji {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 50px;
  height: 30px;
  background: #a88e42;
  margin-right: 10px;
}
.lower-container.select-page .select-information .select-detail .text .nom .big {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  font-size: 50px;
  font-weight: bold;
  color: #a88e42;
}
.lower-container.select-page .select-information .select-detail .text h2 {
  font-size: 30px;
  line-height: 2;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  margin-bottom: 24px;
}
.lower-container.select-page .select-information .select-detail .text p {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 750px) {
  .lower-container.select-page .select-information .inner {
    padding: 64px 0 80px;
  }
  .lower-container.select-page .select-information .main-content h2 {
    font-size: 32px;
    line-height: 1.6;
  }
  .lower-container.select-page .select-information .main-content .image {
    margin-bottom: 60px;
  }
  .lower-container.select-page .select-information .main-content .image .base {
    height: 76vw;
  }
  .lower-container.select-page .select-information .main-content .image .position1 {
    width: 70px;
    left: -10px;
    top: 30px;
    transform: none;
  }
  .lower-container.select-page .select-information .main-content .image .position2 {
    width: 70px;
    right: -5px;
    transform: none;
  }
  .lower-container.select-page .select-information .main-content p {
    margin-bottom: 50px;
  }
  .lower-container.select-page .select-information .select-detail {
    flex-direction: column-reverse;
  }
  .lower-container.select-page .select-information .select-detail .text {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
  }
  .lower-container.select-page .select-information .select-detail .text .nom {
    margin-bottom: 10px;
  }
  .lower-container.select-page .select-information .select-detail .text .nom .moji {
    font-size: 14px;
    width: 44px;
    height: 24px;
  }
  .lower-container.select-page .select-information .select-detail .text .nom .big {
    font-size: 46px;
  }
  .lower-container.select-page .select-information .select-detail .text h2 {
    font-size: 28px;
    line-height: 1.8;
  }
}
.lower-container.select-page .select-detail-direct .inner {
  padding-top: 76px;
  padding-bottom: 90px;
}
.lower-container.select-page .select-detail-direct .select-detail {
  display: flex;
  justify-content: space-between;
}
.lower-container.select-page .select-detail-direct .select-detail .text {
  width: 50%;
  padding-top: 10px;
}
.lower-container.select-page .select-detail-direct .select-detail .text .nom {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.lower-container.select-page .select-detail-direct .select-detail .text .nom .moji {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 50px;
  height: 30px;
  background: #a88e42;
  margin-right: 10px;
}
.lower-container.select-page .select-detail-direct .select-detail .text .nom .big {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  font-size: 50px;
  font-weight: bold;
  color: #a88e42;
}
.lower-container.select-page .select-detail-direct .select-detail .text h2 {
  font-size: 30px;
  line-height: 2;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  margin-bottom: 24px;
}
.lower-container.select-page .select-detail-direct .select-detail .text p {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}
.lower-container.select-page .select-detail-direct.bg-on {
  background: url(../img/select/bg.jpg);
}
.lower-container.select-page .select-detail-direct.bg-on .select-detail .image {
  position: relative;
  align-self: flex-start;
}
.lower-container.select-page .select-detail-direct.bg-on .select-detail .image .waku:nth-of-type(2) {
  position: absolute;
  bottom: -230px;
  right: 40px;
}
.lower-container.select-page .select-detail-direct.last-content {
  position: relative;
  overflow: hidden;
}
.lower-container.select-page .select-detail-direct.last-content::before {
  content: "";
  width: 426px;
  height: 281px;
  background: url(../img/select/bg-img2.png) no-repeat center/100%;
  position: absolute;
  bottom: -95px;
  left: calc(50% - 745px);
}
@media (max-width: 750px) {
  .lower-container.select-page .select-detail-direct .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lower-container.select-page .select-detail-direct .select-detail {
    flex-direction: column;
  }
  .lower-container.select-page .select-detail-direct .select-detail .text {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
  }
  .lower-container.select-page .select-detail-direct .select-detail .text .nom {
    margin-bottom: 10px;
  }
  .lower-container.select-page .select-detail-direct .select-detail .text .nom .moji {
    font-size: 14px;
    width: 44px;
    height: 24px;
  }
  .lower-container.select-page .select-detail-direct .select-detail .text .nom .big {
    font-size: 46px;
  }
  .lower-container.select-page .select-detail-direct .select-detail .text h2 {
    font-size: 28px;
    line-height: 1.8;
  }
  .lower-container.select-page .select-detail-direct.bg-on .select-detail .image {
    display: flex;
    flex-direction: column;
  }
  .lower-container.select-page .select-detail-direct.bg-on .select-detail .image .waku:nth-of-type(2) {
    position: relative;
    bottom: auto;
    right: auto;
    margin: -100px 10vw 0 auto;
    width: 50%;
  }
  .lower-container.select-page .select-detail-direct.last-content {
    position: relative;
    overflow: hidden;
  }
  .lower-container.select-page .select-detail-direct.last-content::before {
    content: "";
    width: 426px;
    height: 281px;
    background: url(../img/select/bg-img2.png) no-repeat center/100%;
    position: absolute;
    bottom: -95px;
    left: calc(50% - 745px);
  }
  .lower-container.select-page .select-detail-direct.last-content .select-detail {
    flex-direction: column-reverse;
  }
}
.lower-container.faq-page .main-content .inner {
  padding: 94px 0 100px;
}
.lower-container.faq-page .main-content .head-text {
  margin-bottom: 74px;
}
.lower-container.faq-page .main-content .head-text p {
  text-align: center;
  line-height: 2;
  font-size: 14px;
  font-weight: 500;
}
.lower-container.faq-page .main-content dl {
  padding-bottom: 34px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.lower-container.faq-page .main-content dl:last-of-type {
  margin-bottom: 0;
}
.lower-container.faq-page .main-content dl dt {
  display: flex;
  margin-bottom: 26px;
}
.lower-container.faq-page .main-content dl dt b {
  font-size: 28px;
  font-weight: bold;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a88e42;
}
.lower-container.faq-page .main-content dl dt span {
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  line-height: 1.8;
  padding-top: 3px;
  padding-left: 20px;
  width: calc(100% - 40px);
}
.lower-container.faq-page .main-content dl dd {
  display: flex;
}
.lower-container.faq-page .main-content dl dd b {
  font-size: 28px;
  font-weight: bold;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bcbcbc;
}
.lower-container.faq-page .main-content dl dd p {
  width: calc(100% - 40px);
  line-height: 2;
  font-weight: 500;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 7px;
}
@media (max-width: 750px) {
  .lower-container.faq-page .main-content .inner {
    padding: 80px 0;
  }
  .lower-container.faq-page .main-content dl dt {
    margin-bottom: 18px;
  }
  .lower-container.faq-page .main-content dl dt b {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .lower-container.faq-page .main-content dl dt span {
    width: calc(100% - 34px);
    padding-top: 2px;
    font-size: 18px;
  }
  .lower-container.faq-page .main-content dl dd b {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .lower-container.faq-page .main-content dl dd p {
    width: calc(100% - 34px);
    padding-top: 4px;
  }
}
.lower-container.item-detail-page .mainv {
  padding: 0;
  height: auto;
}
.lower-container.item-detail-page .mainv img {
  width: 100vw;
}
.lower-container.item-detail-page .kaitou, .lower-container.item-detail-page .oisisa, .lower-container.item-detail-page .ochawan, .lower-container.item-detail-page .eat-limit, .lower-container.item-detail-page .ochawan, .lower-container.item-detail-page .temaki, .lower-container.item-detail-page .negitoro, .lower-container.item-detail-page .more-detail, .lower-container.item-detail-page .max-img, .lower-container.item-detail-page .buy-btn {
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page .kaitou, .lower-container.item-detail-page .oisisa, .lower-container.item-detail-page .ochawan, .lower-container.item-detail-page .eat-limit, .lower-container.item-detail-page .ochawan, .lower-container.item-detail-page .temaki, .lower-container.item-detail-page .negitoro, .lower-container.item-detail-page .more-detail, .lower-container.item-detail-page .max-img, .lower-container.item-detail-page .buy-btn {
    margin-bottom: 80px;
  }
  .lower-container.item-detail-page .kaitou .image img, .lower-container.item-detail-page .oisisa .image img, .lower-container.item-detail-page .ochawan .image img, .lower-container.item-detail-page .eat-limit .image img, .lower-container.item-detail-page .ochawan .image img, .lower-container.item-detail-page .temaki .image img, .lower-container.item-detail-page .negitoro .image img, .lower-container.item-detail-page .more-detail .image img, .lower-container.item-detail-page .max-img .image img, .lower-container.item-detail-page .buy-btn .image img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
  }
}
.lower-container.item-detail-page .blue {
  font-size: 45px;
  color: #0d5887;
}
.lower-container.item-detail-page .osusume {
  margin-bottom: 100px;
}
.lower-container.item-detail-page .osusume h2 {
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  line-height: 2;
  padding: 30px 0 0;
  font-size: 40px;
  margin-bottom: 10px;
}
.lower-container.item-detail-page .osusume p {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  line-height: 1.8;
  text-align: center;
  font-size: 20px;
  padding-bottom: 30px;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page .osusume {
    margin-bottom: 80px;
  }
  .lower-container.item-detail-page .osusume h2 {
    font-size: 25px;
    line-height: 1.6;
  }
  .lower-container.item-detail-page .osusume h2 .blue {
    font-size: 25px;
  }
  .lower-container.item-detail-page .osusume p {
    font-size: 18px;
    line-height: 1.8;
  }
}
.lower-container.item-detail-page .riyuu {
  margin-bottom: 100px;
}
.lower-container.item-detail-page .riyuu .icon {
  text-align: center;
  margin-bottom: 50px;
}
.lower-container.item-detail-page .riyuu .main-image {
  margin-bottom: 130px;
}
.lower-container.item-detail-page .riyuu .select-content .item {
  margin-bottom: 100px;
}
.lower-container.item-detail-page .riyuu .select-content .item .text {
  margin-bottom: 55px;
}
.lower-container.item-detail-page .riyuu .select-content .item .text .head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .lower-container.item-detail-page .riyuu .select-content .item .text .head img {
    width: 131px;
    padding-bottom: 12px;
  }
}
.lower-container.item-detail-page .riyuu .select-content .item .text .head h2 {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  width: calc(100% - 131px);
  padding-left: 50px;
}
.lower-container.item-detail-page .riyuu .select-content .item .text .head h2 .small {
  font-size: 20px;
  margin-bottom: 10px;
}
.lower-container.item-detail-page .riyuu .select-content .item .text .head h2 .big {
  font-size: 40px;
}
.lower-container.item-detail-page .riyuu .select-content .item .text p {
  line-height: 2.4;
  font-size: 16px;
  font-weight: 500;
}
.lower-container.item-detail-page .riyuu .select-content .item .image span {
  font-size: 16px;
  display: block;
  text-align: right;
  font-weight: 500;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page .riyuu {
    margin-bottom: 80px;
  }
  .lower-container.item-detail-page .riyuu .icon {
    margin-bottom: 30px;
  }
  .lower-container.item-detail-page .riyuu .icon img {
    height: 27.2px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lower-container.item-detail-page .riyuu .main-image {
    margin-bottom: 60px;
  }
  .lower-container.item-detail-page .riyuu .main-image img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
  }
  .lower-container.item-detail-page .riyuu .select-content .item {
    margin-bottom: 60px;
  }
  .lower-container.item-detail-page .riyuu .select-content .item:last-of-type {
    margin-bottom: 0;
  }
  .lower-container.item-detail-page .riyuu .select-content .item .text {
    margin-bottom: 30px;
  }
  .lower-container.item-detail-page .riyuu .select-content .item .text .head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    align-items: center;
  }
  .lower-container.item-detail-page .riyuu .select-content .item .text .head img {
    width: 70px;
    margin-bottom: 20px;
  }
  .lower-container.item-detail-page .riyuu .select-content .item .text .head h2 {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .lower-container.item-detail-page .riyuu .select-content .item .text .head h2 .small {
    font-size: 18px;
  }
  .lower-container.item-detail-page .riyuu .select-content .item .text .head h2 .big {
    font-size: 25px;
  }
  .lower-container.item-detail-page .riyuu .select-content .item .text p {
    line-height: 1.8;
    font-size: 14px;
  }
  .lower-container.item-detail-page .riyuu .select-content .item .image span {
    font-size: 12px;
    margin-top: 4px;
  }
}
@media (max-width: 750px) {
  .lower-container.item-detail-page .becouse-title {
    margin-bottom: 60px;
  }
}
.lower-container.item-detail-page .becouse {
  margin-bottom: 100px;
}
.lower-container.item-detail-page .becouse .icon {
  text-align: center;
  margin-bottom: 50px;
}
.lower-container.item-detail-page .becouse .main-image {
  margin-bottom: 130px;
}
.lower-container.item-detail-page .becouse .select-content .item {
  margin-bottom: 100px;
}
.lower-container.item-detail-page .becouse .select-content .item .text {
  margin-bottom: 55px;
}
.lower-container.item-detail-page .becouse .select-content .item .text .head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.lower-container.item-detail-page .becouse .select-content .item .text .head img {
  box-shadow: 10px 7px 0 #d9d9d9;
}
@media (min-width: 1025px) {
  .lower-container.item-detail-page .becouse .select-content .item .text .head img {
    width: 99px;
    margin-bottom: 20px;
  }
}
.lower-container.item-detail-page .becouse .select-content .item .text .head h2 {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  width: calc(100% - 131px);
  padding-left: 50px;
}
.lower-container.item-detail-page .becouse .select-content .item .text .head h2 .small {
  font-size: 20px;
  margin-bottom: 10px;
}
.lower-container.item-detail-page .becouse .select-content .item .text .head h2 .big {
  font-size: 40px;
}
.lower-container.item-detail-page .becouse .select-content .item .text p {
  line-height: 2.4;
  font-size: 16px;
  font-weight: 500;
}
.lower-container.item-detail-page .becouse .select-content .item .image span {
  font-size: 16px;
  display: block;
  text-align: right;
  font-weight: 500;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page .becouse {
    margin-bottom: 80px;
  }
  .lower-container.item-detail-page .becouse .icon {
    margin-bottom: 30px;
  }
  .lower-container.item-detail-page .becouse .icon img {
    height: 27.2px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lower-container.item-detail-page .becouse .main-image {
    margin-bottom: 60px;
  }
  .lower-container.item-detail-page .becouse .main-image img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
  }
  .lower-container.item-detail-page .becouse .select-content .item {
    margin-bottom: 60px;
  }
  .lower-container.item-detail-page .becouse .select-content .item:last-of-type {
    margin-bottom: 0;
  }
  .lower-container.item-detail-page .becouse .select-content .item .text {
    margin-bottom: 30px;
  }
  .lower-container.item-detail-page .becouse .select-content .item .text .head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    align-items: center;
  }
  .lower-container.item-detail-page .becouse .select-content .item .text .head img {
    width: 50px;
    margin-bottom: 20px;
    box-shadow: 5px 4px 0 #d9d9d9;
  }
  .lower-container.item-detail-page .becouse .select-content .item .text .head h2 {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .lower-container.item-detail-page .becouse .select-content .item .text .head h2 .small {
    font-size: 18px;
  }
  .lower-container.item-detail-page .becouse .select-content .item .text .head h2 .big {
    font-size: 25px;
  }
  .lower-container.item-detail-page .becouse .select-content .item .text p {
    line-height: 1.8;
    font-size: 14px;
  }
  .lower-container.item-detail-page .becouse .select-content .item .image span {
    font-size: 12px;
    margin-top: 4px;
  }
}
.lower-container.item-detail-page.item-page-1 .item-information .inner {
  padding: 106px 0 130px;
}
.lower-container.item-detail-page.item-page-1 .item-information .flex {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.lower-container.item-detail-page.item-page-1 .item-information .flex .bg-position1 {
  position: absolute;
  z-index: -1;
  top: -124px;
  left: 40px;
}
.lower-container.item-detail-page.item-page-1 .item-information .flex .bg-position2 {
  position: absolute;
  z-index: -1;
  right: 55px;
  top: calc(50% - 50px);
  transform: translateY(-50%);
}
.lower-container.item-detail-page.item-page-1 .item-information .flex .image {
  width: 344px;
  margin-left: 40px;
}
.lower-container.item-detail-page.item-page-1 .item-information .flex .text {
  width: 520px;
  margin-right: 36px;
  position: relative;
}
.lower-container.item-detail-page.item-page-1 .item-information .flex .text p {
  line-height: 1.8;
  font-size: 16px;
  width: calc(100% - 22px);
  margin-bottom: 36px;
}
.lower-container.item-detail-page.item-page-1 .item-information .flex .text .more-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lower-container.item-detail-page.item-page-1 .item-information .flex .text .more-img .waku {
  width: 248px;
}
.lower-container.item-detail-page.item-page-1 .item-information .flex .text .more-img .waku:nth-of-type(1) {
  transform: rotate(-4deg);
}
.lower-container.item-detail-page.item-page-1 .item-information .flex .text .more-img .waku:nth-of-type(2) {
  margin-top: 40px;
  transform: rotate(3deg);
}
.lower-container.item-detail-page.item-page-1 .item-information .flex .text .more-img .waku img {
  width: 100%;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-1 .item-information .inner {
    padding: 80px 0;
  }
  .lower-container.item-detail-page.item-page-1 .item-information .flex {
    flex-direction: column-reverse;
  }
  .lower-container.item-detail-page.item-page-1 .item-information .flex .bg-position1 {
    top: -90px;
    left: 10px;
  }
  .lower-container.item-detail-page.item-page-1 .item-information .flex .bg-position2 {
    right: 6px;
    top: 34vw;
  }
  .lower-container.item-detail-page.item-page-1 .item-information .flex .text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .lower-container.item-detail-page.item-page-1 .item-information .flex .text p {
    width: 100%;
  }
  .lower-container.item-detail-page.item-page-1 .item-information .flex .text .more-img .waku {
    width: 47%;
  }
  .lower-container.item-detail-page.item-page-1 .item-information .flex .image {
    margin-left: 0;
    width: 100%;
  }
  .lower-container.item-detail-page.item-page-1 .item-information .flex .image img {
    width: 100%;
  }
}
.lower-container.item-detail-page.item-page-1 .item-use h2 {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.lower-container.item-detail-page.item-page-1 .item-use p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 16px;
}
.lower-container.item-detail-page.item-page-1 .item-use p.last {
  margin-bottom: 60px;
}
.lower-container.item-detail-page.item-page-1 .item-use .image {
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-1 .item-use h2 {
    font-size: 25px;
    line-height: 1.4;
  }
  .lower-container.item-detail-page.item-page-1 .item-use h2 .red {
    font-size: 30px;
    letter-spacing: -4px;
  }
  .lower-container.item-detail-page.item-page-1 .item-use p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .lower-container.item-detail-page.item-page-1 .item-use p.last {
    margin-bottom: 25px;
  }
  .lower-container.item-detail-page.item-page-1 .item-use .image {
    margin-bottom: 80px;
  }
  .lower-container.item-detail-page.item-page-1 .item-use .image img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
  }
}
.lower-container.item-detail-page.item-page-1 .fsz50 {
  font-size: 50px;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-1 .fsz50 {
    font-size: 25px;
  }
}
.lower-container.item-detail-page.item-page-1 .y-line {
  background: linear-gradient(transparent 30%, #ffe823 30%);
  margin: 0 10px;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-1 .y-line {
    background: linear-gradient(transparent 50%, #ffe823 50%);
    margin: 0 2px;
  }
}
.lower-container.item-detail-page.item-page-1 .red {
  color: #c81622;
}
.lower-container.item-detail-page.item-page-1 .trouble {
  margin-bottom: 100px;
}
.lower-container.item-detail-page.item-page-1 .trouble h2 {
  margin-bottom: 50px;
}
.lower-container.item-detail-page.item-page-1 .trouble .wrap-area .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1025px) {
  .lower-container.item-detail-page.item-page-1 .trouble .wrap-area .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.lower-container.item-detail-page.item-page-1 .trouble .wrap-area .item .image {
  width: 450px;
}
.lower-container.item-detail-page.item-page-1 .trouble .wrap-area .item .image img {
  width: 100%;
  border-radius: 5px;
}
.lower-container.item-detail-page.item-page-1 .trouble .wrap-area .item .text {
  width: 450px;
}
.lower-container.item-detail-page.item-page-1 .trouble .wrap-area .item .text h3 {
  font-size: 40px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .lower-container.item-detail-page.item-page-1 .trouble .wrap-area .item .text .sp-img {
    display: none;
  }
}
.lower-container.item-detail-page.item-page-1 .trouble .wrap-area .item .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-1 .trouble {
    margin-bottom: 80px;
  }
  .lower-container.item-detail-page.item-page-1 .trouble h2 img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
  }
  .lower-container.item-detail-page.item-page-1 .trouble .wrap-area .item {
    margin-bottom: 60px;
    flex-direction: column-reverse;
  }
  .lower-container.item-detail-page.item-page-1 .trouble .wrap-area .item .image {
    width: 100%;
  }
  .lower-container.item-detail-page.item-page-1 .trouble .wrap-area .item .text {
    width: 100%;
    margin-bottom: 20px;
  }
  .lower-container.item-detail-page.item-page-1 .trouble .wrap-area .item .text h3 {
    font-size: 25px;
  }
  .lower-container.item-detail-page.item-page-1 .trouble .wrap-area .item .text p {
    line-height: 1.8;
  }
  .lower-container.item-detail-page.item-page-1 .trouble .wrap-area .item .text .sp-image {
    margin-bottom: 20px;
  }
}
.lower-container.item-detail-page.item-page-1 .worry {
  margin-bottom: 90px;
}
.lower-container.item-detail-page.item-page-1 .worry h2 {
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  line-height: 2;
  padding: 30px 0;
  font-size: 40px;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-1 .worry {
    margin-bottom: 60px;
  }
  .lower-container.item-detail-page.item-page-1 .worry h2 {
    font-size: 25px;
    line-height: 1.6;
    padding: 25px 0;
  }
}
.lower-container.item-detail-page.item-page-1 .yumin {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
}
.lower-container.item-detail-page.item-page-1 .otodoke {
  margin-bottom: 80px;
}
.lower-container.item-detail-page.item-page-1 .otodoke h2 {
  font-size: 40px;
  line-height: 2;
  text-align: center;
  margin-bottom: 10px;
}
.lower-container.item-detail-page.item-page-1 .otodoke p {
  line-height: 2.4;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}
.lower-container.item-detail-page.item-page-1 .otodoke .image {
  text-align: center;
  margin-bottom: 65px;
}
.lower-container.item-detail-page.item-page-1 .otodoke h3 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 45px;
}
.lower-container.item-detail-page.item-page-1 .otodoke .lh16 {
  line-height: 1.6;
}
.lower-container.item-detail-page.item-page-1 .otodoke .mb0 {
  margin-bottom: 0;
}
.lower-container.item-detail-page.item-page-1 .otodoke .photo-gallery {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.lower-container.item-detail-page.item-page-1 .otodoke .photo-gallery .item {
  width: 320px;
}
.lower-container.item-detail-page.item-page-1 .otodoke .photo-gallery .item img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
}
.lower-container.item-detail-page.item-page-1 .otodoke .photo-gallery .item p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-1 .otodoke {
    margin-bottom: 60px;
  }
  .lower-container.item-detail-page.item-page-1 .otodoke h2 {
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 26px;
  }
  .lower-container.item-detail-page.item-page-1 .otodoke p {
    line-height: 1.8;
    font-size: 14px;
  }
  .lower-container.item-detail-page.item-page-1 .otodoke .image {
    margin-bottom: 60px;
  }
  .lower-container.item-detail-page.item-page-1 .otodoke h3 {
    font-size: 25px;
  }
  .lower-container.item-detail-page.item-page-1 .otodoke .photo-gallery {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .lower-container.item-detail-page.item-page-1 .otodoke .photo-gallery .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .lower-container.item-detail-page.item-page-1 .otodoke .photo-gallery .item:last-of-type {
    margin-bottom: 0;
  }
  .lower-container.item-detail-page.item-page-1 .otodoke .photo-gallery .item img {
    height: auto;
    margin-bottom: 20px;
  }
  .lower-container.item-detail-page.item-page-1 .otodoke .photo-gallery .item p {
    font-size: 18px;
  }
}
.lower-container.item-detail-page.item-page-1 .kihadamaguro {
  margin-bottom: 140px;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-1 .kihadamaguro {
    margin-bottom: 80px;
  }
  .lower-container.item-detail-page.item-page-1 .kihadamaguro img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
  }
}
.lower-container.item-detail-page.item-page-1 .eat {
  margin-bottom: 100px;
}
.lower-container.item-detail-page.item-page-1 .eat h2 {
  text-align: center;
  line-height: 2;
  font-size: 40px;
  margin-bottom: 26px;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-1 .eat {
    margin-bottom: 60px;
  }
  .lower-container.item-detail-page.item-page-1 .eat h2 {
    line-height: 1.6;
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.lower-container.item-detail-page.item-page-1 .steak {
  margin-bottom: 100px;
}
.lower-container.item-detail-page.item-page-1 .steak .title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .lower-container.item-detail-page.item-page-1 .steak .title .text {
    width: calc(100% - 453px);
  }
}
.lower-container.item-detail-page.item-page-1 .steak .title .text h2 {
  font-size: 40px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  line-height: 1.6;
  margin-bottom: 18px;
}
.lower-container.item-detail-page.item-page-1 .steak .title .text p {
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-1 .steak {
    margin-bottom: 80px;
  }
  .lower-container.item-detail-page.item-page-1 .steak .title {
    margin-bottom: 0;
  }
  .lower-container.item-detail-page.item-page-1 .steak .title .text h2 {
    font-size: 25px;
  }
  .lower-container.item-detail-page.item-page-1 .steak .title .text p {
    line-height: 1.8;
    font-size: 14px;
  }
  .lower-container.item-detail-page.item-page-1 .steak .title img {
    display: none;
  }
  .lower-container.item-detail-page.item-page-1 .steak .image {
    margin-top: -20px;
  }
  .lower-container.item-detail-page.item-page-1 .steak .image img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
  }
}
.lower-container.item-detail-page.item-page-2 .item-information {
  margin-bottom: 88px;
}
.lower-container.item-detail-page.item-page-2 .item-information .inner {
  padding-top: 100px;
}
.lower-container.item-detail-page.item-page-2 .item-information .flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.lower-container.item-detail-page.item-page-2 .item-information .flex .text {
  width: 460px;
}
.lower-container.item-detail-page.item-page-2 .item-information .flex .text h2 {
  font-size: 40px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  margin-bottom: 25px;
}
.lower-container.item-detail-page.item-page-2 .item-information .flex .text span {
  font-size: 20px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  font-weight: 400;
  display: inline-block;
  padding: 10px 14px;
  background: #0d253d;
  color: #fff;
  margin-bottom: 36px;
}
.lower-container.item-detail-page.item-page-2 .item-information .flex .text p {
  font-size: 16px;
  line-height: 2.4;
  font-weight: 500;
}
.lower-container.item-detail-page.item-page-2 .item-information .flex .image {
  margin-top: 64px;
}
.lower-container.item-detail-page.item-page-2 .item-information .flex2 {
  display: flex;
  justify-content: space-between;
}
.lower-container.item-detail-page.item-page-2 .item-information .flex2 .more-img {
  display: flex;
  flex-direction: column;
  width: 450px;
  align-items: flex-start;
}
.lower-container.item-detail-page.item-page-2 .item-information .flex2 .more-img .waku:nth-of-type(2) {
  align-self: flex-end;
  margin-top: -104px;
}
.lower-container.item-detail-page.item-page-2 .item-information .flex2 .original {
  padding-top: 22px;
  width: 462px;
  text-align: center;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-2 .item-information .inner {
    padding-top: 80px;
  }
  .lower-container.item-detail-page.item-page-2 .item-information .flex {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .lower-container.item-detail-page.item-page-2 .item-information .flex .text {
    width: 100%;
  }
  .lower-container.item-detail-page.item-page-2 .item-information .flex .text h2 {
    font-size: 25px;
    margin-bottom: 18px;
  }
  .lower-container.item-detail-page.item-page-2 .item-information .flex .text span {
    font-size: 16px;
    padding: 6px 8px;
    margin-bottom: 26px;
  }
  .lower-container.item-detail-page.item-page-2 .item-information .flex .text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .lower-container.item-detail-page.item-page-2 .item-information .flex .image {
    margin-top: 20px;
  }
  .lower-container.item-detail-page.item-page-2 .item-information .flex .image img {
    width: 100%;
  }
  .lower-container.item-detail-page.item-page-2 .item-information .flex2 {
    flex-direction: column;
  }
  .lower-container.item-detail-page.item-page-2 .item-information .flex2 .more-img {
    width: 100%;
  }
  .lower-container.item-detail-page.item-page-2 .item-information .flex2 .more-img .waku:nth-of-type(1) {
    width: 70%;
  }
  .lower-container.item-detail-page.item-page-2 .item-information .flex2 .more-img .waku:nth-of-type(2) {
    width: 50%;
  }
  .lower-container.item-detail-page.item-page-2 .item-information .flex2 .more-img .waku img {
    width: 100%;
  }
  .lower-container.item-detail-page.item-page-2 .item-information .flex2 .original {
    width: 100%;
    padding-top: 34px;
  }
}
.lower-container.item-detail-page.item-page-2 .kakaku {
  margin-bottom: 90px;
}
.lower-container.item-detail-page.item-page-2 .kakaku h2 {
  font-size: 40px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  line-height: 1.6;
  margin-bottom: 30px;
}
.lower-container.item-detail-page.item-page-2 .kakaku p {
  line-height: 2.4;
  font-size: 16px;
  font-weight: 500;
}
.lower-container.item-detail-page.item-page-2 .kakaku .image {
  margin-top: -116px;
  position: relative;
  z-index: -1;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-2 .kakaku {
    margin-bottom: 50px;
  }
  .lower-container.item-detail-page.item-page-2 .kakaku h2 {
    font-size: 25px;
  }
  .lower-container.item-detail-page.item-page-2 .kakaku p {
    line-height: 1.8;
    font-size: 14px;
  }
  .lower-container.item-detail-page.item-page-2 .kakaku .image {
    margin-top: 0;
  }
  .lower-container.item-detail-page.item-page-2 .kakaku .image img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
  }
}
.lower-container.item-detail-page.item-page-2 .naiyou .title h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  margin-bottom: 50px;
}
.lower-container.item-detail-page.item-page-2 .naiyou .title h2 .small {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}
.lower-container.item-detail-page.item-page-2 .naiyou .title h2 .big {
  font-size: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.lower-container.item-detail-page.item-page-2 .naiyou .title h2 .red {
  color: #c91521;
}
.lower-container.item-detail-page.item-page-2 .naiyou p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 100px;
}
.lower-container.item-detail-page.item-page-2 .naiyou .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
.lower-container.item-detail-page.item-page-2 .naiyou .image span {
  align-self: flex-end;
  font-weight: 500;
  font-size: 16px;
}
.lower-container.item-detail-page.item-page-2 .naiyou .image img {
  margin-bottom: 50px;
  filter: drop-shadow(18px 18px 38px rgba(0, 0, 0, 0.2));
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-2 .naiyou .title h2 {
    margin-bottom: 40px;
  }
  .lower-container.item-detail-page.item-page-2 .naiyou .title h2 .small {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .lower-container.item-detail-page.item-page-2 .naiyou .title h2 .big {
    font-size: 32px;
    padding-bottom: 20px;
  }
  .lower-container.item-detail-page.item-page-2 .naiyou p {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .lower-container.item-detail-page.item-page-2 .naiyou .image img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
  }
  .lower-container.item-detail-page.item-page-2 .naiyou .image span {
    margin-top: 20px;
    font-size: 14px;
  }
}
.lower-container.item-detail-page.item-page-3 .item-information .inner {
  padding: 106px 0 130px;
}
.lower-container.item-detail-page.item-page-3 .item-information .flex {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.lower-container.item-detail-page.item-page-3 .item-information .flex .bg-position1 {
  position: absolute;
  z-index: -1;
  top: -124px;
  left: 40px;
}
.lower-container.item-detail-page.item-page-3 .item-information .flex .bg-position2 {
  position: absolute;
  z-index: -1;
  right: 55px;
  top: calc(50% - 50px);
  transform: translateY(-50%);
}
.lower-container.item-detail-page.item-page-3 .item-information .flex .image {
  width: 344px;
  margin-left: 40px;
}
.lower-container.item-detail-page.item-page-3 .item-information .flex .text {
  width: 520px;
  margin-right: 36px;
  position: relative;
}
.lower-container.item-detail-page.item-page-3 .item-information .flex .text p {
  line-height: 1.8;
  font-size: 16px;
  width: calc(100% - 22px);
  margin-bottom: 36px;
}
.lower-container.item-detail-page.item-page-3 .item-information .flex .text .more-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lower-container.item-detail-page.item-page-3 .item-information .flex .text .more-img .waku {
  width: 248px;
}
.lower-container.item-detail-page.item-page-3 .item-information .flex .text .more-img .waku:nth-of-type(1) {
  transform: rotate(-4deg);
}
.lower-container.item-detail-page.item-page-3 .item-information .flex .text .more-img .waku:nth-of-type(2) {
  margin-top: 40px;
  transform: rotate(3deg);
}
.lower-container.item-detail-page.item-page-3 .item-information .flex .text .more-img .waku img {
  width: 100%;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-3 .item-information .inner {
    padding: 80px 0;
  }
  .lower-container.item-detail-page.item-page-3 .item-information .flex {
    flex-direction: column-reverse;
  }
  .lower-container.item-detail-page.item-page-3 .item-information .flex .bg-position1 {
    top: -90px;
    left: 10px;
  }
  .lower-container.item-detail-page.item-page-3 .item-information .flex .bg-position2 {
    right: 6px;
    top: 34vw;
  }
  .lower-container.item-detail-page.item-page-3 .item-information .flex .text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .lower-container.item-detail-page.item-page-3 .item-information .flex .text p {
    width: 100%;
  }
  .lower-container.item-detail-page.item-page-3 .item-information .flex .text .more-img .waku {
    width: 47%;
  }
  .lower-container.item-detail-page.item-page-3 .item-information .flex .image {
    margin-left: 0;
    width: 100%;
  }
  .lower-container.item-detail-page.item-page-3 .item-information .flex .image img {
    width: 100%;
  }
}
.lower-container.item-detail-page.item-page-3 .inhouse {
  margin-bottom: 100px;
}
.lower-container.item-detail-page.item-page-3 .inhouse .title h2 {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  display: inline-flex;
  flex-direction: column;
  line-height: 1.4;
  padding-right: 80px;
  position: relative;
}
.lower-container.item-detail-page.item-page-3 .inhouse .title h2::after {
  content: "";
  width: 89px;
  height: 68px;
  background: url(../img/item/fish-jump.png) no-repeat center/100%;
  position: absolute;
  bottom: 14px;
  right: 0;
}
.lower-container.item-detail-page.item-page-3 .inhouse .title h2 .small {
  font-size: 20px;
  margin-bottom: 10px;
}
.lower-container.item-detail-page.item-page-3 .inhouse .title h2 .big {
  font-size: 40px;
}
.lower-container.item-detail-page.item-page-3 .inhouse .relative {
  position: relative;
  z-index: -1;
}
@media (min-width: 1025px) {
  .lower-container.item-detail-page.item-page-3 .inhouse .relative {
    margin-top: -40px;
  }
}
.lower-container.item-detail-page.item-page-3 .inhouse .relative .textbox {
  background: #f0e8d0;
  padding: 18px 20px;
}
@media (min-width: 1025px) {
  .lower-container.item-detail-page.item-page-3 .inhouse .relative .textbox {
    width: 410px;
    position: absolute;
    top: 70px;
    left: 0;
  }
}
.lower-container.item-detail-page.item-page-3 .inhouse .relative .textbox p {
  font-size: 16px;
  line-height: 2.4;
  font-weight: 500;
  text-align: justify;
}
@media (min-width: 1025px) {
  .lower-container.item-detail-page.item-page-3 .inhouse .image {
    margin-top: 0px;
  }
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-3 .inhouse {
    margin-bottom: 80px;
  }
  .lower-container.item-detail-page.item-page-3 .inhouse .title h2 {
    padding-right: 0;
    width: 100%;
    padding-top: 50px;
    margin-bottom: 40px;
  }
  .lower-container.item-detail-page.item-page-3 .inhouse .title h2::after {
    width: 45px;
    height: 36px;
    bottom: auto;
    right: 50%;
    top: 0;
    transform: translateX(50%);
  }
  .lower-container.item-detail-page.item-page-3 .inhouse .title h2 .small {
    font-size: 18px;
    text-align: center;
  }
  .lower-container.item-detail-page.item-page-3 .inhouse .title h2 .big {
    font-size: 25px;
    text-align: center;
  }
  .lower-container.item-detail-page.item-page-3 .inhouse .image {
    margin-bottom: 40px;
  }
  .lower-container.item-detail-page.item-page-3 .inhouse .relative .textbox {
    padding: 18px 16px;
  }
  .lower-container.item-detail-page.item-page-3 .inhouse .relative .textbox p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.lower-container.item-detail-page.item-page-4 .item-information .inner {
  padding: 106px 0 130px;
}
.lower-container.item-detail-page.item-page-4 .item-information .flex {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.lower-container.item-detail-page.item-page-4 .item-information .flex .bg-position1 {
  position: absolute;
  z-index: -1;
  top: -124px;
  left: 40px;
}
.lower-container.item-detail-page.item-page-4 .item-information .flex .bg-position2 {
  position: absolute;
  z-index: -1;
  right: 55px;
  top: calc(50% - 50px);
  transform: translateY(-50%);
}
.lower-container.item-detail-page.item-page-4 .item-information .flex .image {
  width: 344px;
  margin-left: 40px;
}
.lower-container.item-detail-page.item-page-4 .item-information .flex .text {
  width: 520px;
  margin-right: 36px;
  position: relative;
}
.lower-container.item-detail-page.item-page-4 .item-information .flex .text p {
  line-height: 1.8;
  font-size: 16px;
  width: calc(100% - 22px);
  margin-bottom: 36px;
}
.lower-container.item-detail-page.item-page-4 .item-information .flex .text .more-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lower-container.item-detail-page.item-page-4 .item-information .flex .text .more-img .waku {
  width: 248px;
}
.lower-container.item-detail-page.item-page-4 .item-information .flex .text .more-img .waku:nth-of-type(1) {
  transform: rotate(-4deg);
}
.lower-container.item-detail-page.item-page-4 .item-information .flex .text .more-img .waku:nth-of-type(2) {
  margin-top: 40px;
  transform: rotate(3deg);
}
.lower-container.item-detail-page.item-page-4 .item-information .flex .text .more-img .waku img {
  width: 100%;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-4 .item-information .inner {
    padding: 80px 0;
  }
  .lower-container.item-detail-page.item-page-4 .item-information .flex {
    flex-direction: column-reverse;
  }
  .lower-container.item-detail-page.item-page-4 .item-information .flex .bg-position1 {
    top: -90px;
    left: 10px;
  }
  .lower-container.item-detail-page.item-page-4 .item-information .flex .bg-position2 {
    right: 6px;
    top: 34vw;
  }
  .lower-container.item-detail-page.item-page-4 .item-information .flex .text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .lower-container.item-detail-page.item-page-4 .item-information .flex .text p {
    width: 100%;
  }
  .lower-container.item-detail-page.item-page-4 .item-information .flex .text .more-img .waku {
    width: 47%;
  }
  .lower-container.item-detail-page.item-page-4 .item-information .flex .image {
    margin-left: 0;
    width: 100%;
  }
  .lower-container.item-detail-page.item-page-4 .item-information .flex .image img {
    width: 100%;
  }
}
.lower-container.item-detail-page.item-page-5 .yumin {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
}
.lower-container.item-detail-page.item-page-5 .item-information .inner {
  padding: 106px 0 130px;
}
.lower-container.item-detail-page.item-page-5 .item-information .flex {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.lower-container.item-detail-page.item-page-5 .item-information .flex .bg-position1 {
  position: absolute;
  z-index: -1;
  top: -124px;
  left: 40px;
}
.lower-container.item-detail-page.item-page-5 .item-information .flex .bg-position2 {
  position: absolute;
  z-index: -1;
  right: 55px;
  top: calc(50% - 50px);
  transform: translateY(-50%);
}
.lower-container.item-detail-page.item-page-5 .item-information .flex .image {
  width: 344px;
  margin-left: 40px;
}
.lower-container.item-detail-page.item-page-5 .item-information .flex .text {
  width: 520px;
  margin-right: 36px;
  position: relative;
}
.lower-container.item-detail-page.item-page-5 .item-information .flex .text p {
  line-height: 1.8;
  font-size: 16px;
  width: calc(100% - 22px);
  margin-bottom: 36px;
}
.lower-container.item-detail-page.item-page-5 .item-information .flex .text .more-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lower-container.item-detail-page.item-page-5 .item-information .flex .text .more-img .waku {
  width: 248px;
}
.lower-container.item-detail-page.item-page-5 .item-information .flex .text .more-img .waku:nth-of-type(1) {
  transform: rotate(-4deg);
}
.lower-container.item-detail-page.item-page-5 .item-information .flex .text .more-img .waku:nth-of-type(2) {
  margin-top: 40px;
  transform: rotate(3deg);
}
.lower-container.item-detail-page.item-page-5 .item-information .flex .text .more-img .waku img {
  width: 100%;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-5 .item-information .inner {
    padding: 80px 0;
  }
  .lower-container.item-detail-page.item-page-5 .item-information .flex {
    flex-direction: column-reverse;
  }
  .lower-container.item-detail-page.item-page-5 .item-information .flex .bg-position1 {
    top: -90px;
    left: 10px;
  }
  .lower-container.item-detail-page.item-page-5 .item-information .flex .bg-position2 {
    right: 6px;
    top: 34vw;
  }
  .lower-container.item-detail-page.item-page-5 .item-information .flex .text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .lower-container.item-detail-page.item-page-5 .item-information .flex .text p {
    width: 100%;
  }
  .lower-container.item-detail-page.item-page-5 .item-information .flex .text .more-img .waku {
    width: 47%;
  }
  .lower-container.item-detail-page.item-page-5 .item-information .flex .image {
    margin-left: 0;
    width: 100%;
  }
  .lower-container.item-detail-page.item-page-5 .item-information .flex .image img {
    width: 100%;
  }
}
.lower-container.item-detail-page.item-page-5 .item-use h2 {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.lower-container.item-detail-page.item-page-5 .item-use p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 16px;
}
.lower-container.item-detail-page.item-page-5 .item-use p.last {
  margin-bottom: 60px;
}
.lower-container.item-detail-page.item-page-5 .item-use .image {
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-5 .item-use h2 {
    font-size: 25px;
    line-height: 1.4;
  }
  .lower-container.item-detail-page.item-page-5 .item-use h2 .red {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .lower-container.item-detail-page.item-page-5 .item-use p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .lower-container.item-detail-page.item-page-5 .item-use p.last {
    margin-bottom: 25px;
  }
  .lower-container.item-detail-page.item-page-5 .item-use .image {
    margin-bottom: 80px;
  }
  .lower-container.item-detail-page.item-page-5 .item-use .image img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
  }
}
.lower-container.item-detail-page.item-page-5 .fsz50 {
  font-size: 50px;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-5 .fsz50 {
    font-size: 25px;
  }
}
.lower-container.item-detail-page.item-page-5 .y-line {
  background: linear-gradient(transparent 30%, #ffe823 30%);
  margin: 0 10px;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-5 .y-line {
    background: linear-gradient(transparent 50%, #ffe823 50%);
    margin: 0 2px;
  }
}
.lower-container.item-detail-page.item-page-5 .red {
  color: #c81622;
}
.lower-container.item-detail-page.item-page-5 .trouble {
  margin-bottom: 100px;
}
.lower-container.item-detail-page.item-page-5 .trouble h2 {
  margin-bottom: 50px;
}
.lower-container.item-detail-page.item-page-5 .trouble .wrap-area .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1025px) {
  .lower-container.item-detail-page.item-page-5 .trouble .wrap-area .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.lower-container.item-detail-page.item-page-5 .trouble .wrap-area .item .image {
  width: 450px;
}
.lower-container.item-detail-page.item-page-5 .trouble .wrap-area .item .image img {
  width: 100%;
  border-radius: 5px;
}
.lower-container.item-detail-page.item-page-5 .trouble .wrap-area .item .text {
  width: 450px;
}
.lower-container.item-detail-page.item-page-5 .trouble .wrap-area .item .text h3 {
  font-size: 40px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .lower-container.item-detail-page.item-page-5 .trouble .wrap-area .item .text .sp-img {
    display: none;
  }
}
.lower-container.item-detail-page.item-page-5 .trouble .wrap-area .item .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-5 .trouble {
    margin-bottom: 80px;
  }
  .lower-container.item-detail-page.item-page-5 .trouble h2 img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
  }
  .lower-container.item-detail-page.item-page-5 .trouble .wrap-area .item {
    margin-bottom: 60px;
    flex-direction: column-reverse;
  }
  .lower-container.item-detail-page.item-page-5 .trouble .wrap-area .item .image {
    width: 100%;
  }
  .lower-container.item-detail-page.item-page-5 .trouble .wrap-area .item .text {
    width: 100%;
    margin-bottom: 20px;
  }
  .lower-container.item-detail-page.item-page-5 .trouble .wrap-area .item .text h3 {
    font-size: 25px;
  }
  .lower-container.item-detail-page.item-page-5 .trouble .wrap-area .item .text p {
    line-height: 1.8;
  }
  .lower-container.item-detail-page.item-page-5 .trouble .wrap-area .item .text .sp-image {
    margin-bottom: 20px;
  }
}
.lower-container.item-detail-page.item-page-5 .worry {
  margin-bottom: 90px;
}
.lower-container.item-detail-page.item-page-5 .worry h2 {
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  line-height: 2;
  padding: 30px 0;
  font-size: 40px;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-5 .worry {
    margin-bottom: 60px;
  }
  .lower-container.item-detail-page.item-page-5 .worry h2 {
    font-size: 25px;
    line-height: 1.6;
    padding: 25px 0;
  }
}
.lower-container.item-detail-page.item-page-5 .otodoke {
  margin-bottom: 80px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
}
.lower-container.item-detail-page.item-page-5 .otodoke h2 {
  font-size: 40px;
  line-height: 2;
  text-align: center;
  margin-bottom: 10px;
}
.lower-container.item-detail-page.item-page-5 .otodoke p {
  line-height: 2.4;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}
.lower-container.item-detail-page.item-page-5 .otodoke .image {
  text-align: center;
  margin-bottom: 65px;
}
.lower-container.item-detail-page.item-page-5 .otodoke h3 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 45px;
}
.lower-container.item-detail-page.item-page-5 .otodoke .lh16 {
  line-height: 1.6;
}
.lower-container.item-detail-page.item-page-5 .otodoke .mb0 {
  margin-bottom: 0;
}
.lower-container.item-detail-page.item-page-5 .otodoke .photo-gallery {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.lower-container.item-detail-page.item-page-5 .otodoke .photo-gallery .item {
  width: 320px;
}
.lower-container.item-detail-page.item-page-5 .otodoke .photo-gallery .item img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
}
.lower-container.item-detail-page.item-page-5 .otodoke .photo-gallery .item p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-5 .otodoke {
    margin-bottom: 60px;
  }
  .lower-container.item-detail-page.item-page-5 .otodoke h2 {
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 26px;
  }
  .lower-container.item-detail-page.item-page-5 .otodoke p {
    line-height: 1.8;
    font-size: 14px;
  }
  .lower-container.item-detail-page.item-page-5 .otodoke .image {
    margin-bottom: 60px;
  }
  .lower-container.item-detail-page.item-page-5 .otodoke h3 {
    font-size: 25px;
  }
  .lower-container.item-detail-page.item-page-5 .otodoke .photo-gallery {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .lower-container.item-detail-page.item-page-5 .otodoke .photo-gallery .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .lower-container.item-detail-page.item-page-5 .otodoke .photo-gallery .item:last-of-type {
    margin-bottom: 0;
  }
  .lower-container.item-detail-page.item-page-5 .otodoke .photo-gallery .item img {
    height: auto;
    margin-bottom: 20px;
  }
  .lower-container.item-detail-page.item-page-5 .otodoke .photo-gallery .item p {
    font-size: 18px;
  }
}
.lower-container.item-detail-page.item-page-5 .eat {
  margin-bottom: 100px;
}
.lower-container.item-detail-page.item-page-5 .eat h2 {
  text-align: center;
  line-height: 2;
  font-size: 40px;
  margin-bottom: 26px;
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-5 .eat {
    margin-bottom: 60px;
  }
  .lower-container.item-detail-page.item-page-5 .eat h2 {
    line-height: 1.6;
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.lower-container.item-detail-page.item-page-5 .steak {
  margin-bottom: 100px;
}
.lower-container.item-detail-page.item-page-5 .steak .inner {
  position: relative;
}
.lower-container.item-detail-page.item-page-5 .steak .title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .lower-container.item-detail-page.item-page-5 .steak .title .text {
    width: calc(100% - 453px);
  }
}
.lower-container.item-detail-page.item-page-5 .steak .title .text h2 {
  font-size: 40px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
  line-height: 1.6;
  margin-bottom: 18px;
}
.lower-container.item-detail-page.item-page-5 .steak .title .text p {
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .lower-container.item-detail-page.item-page-5 .steak .title img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 750px) {
  .lower-container.item-detail-page.item-page-5 .steak {
    margin-bottom: 80px;
  }
  .lower-container.item-detail-page.item-page-5 .steak .title {
    margin-bottom: 0;
  }
  .lower-container.item-detail-page.item-page-5 .steak .title .text h2 {
    font-size: 25px;
  }
  .lower-container.item-detail-page.item-page-5 .steak .title .text p {
    line-height: 1.8;
    font-size: 14px;
  }
  .lower-container.item-detail-page.item-page-5 .steak .title img {
    display: none;
  }
  .lower-container.item-detail-page.item-page-5 .steak .image {
    margin-top: -20px;
  }
  .lower-container.item-detail-page.item-page-5 .steak .image img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
  }
}
.lower-container .cart {
  width: 100%;
}
.lower-container .cart .inner {
  padding: 80px 0;
}
@media (max-width: 750px) {
  .lower-container .cart .inner {
    padding: 45px 0 40px;
  }
}
.lower-container .cart .cart-total .cart-total-point {
  display: none;
}
.lower-container .cart .cart-item-flex {
  display: flex;
}
@media (max-width: 750px) {
  .lower-container .cart .cart-item-flex {
    flex-direction: column;
  }
}
.lower-container .cart .cart-item-flex-left {
  width: 740px;
}
@media (max-width: 750px) {
  .lower-container .cart .cart-item-flex-left {
    width: 100%;
  }
}
.lower-container .cart .cart-item-flex-left .loop-box {
  display: flex;
  position: relative;
  padding: 30px 0;
  margin-bottom: 30px;
}
.lower-container .cart .cart-item-flex-left .loop-box:first-of-type {
  margin-bottom: 0;
  padding-top: 0;
}
.lower-container .cart .cart-item-flex-left .loop-box::after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 750px) {
  .lower-container .cart .cart-item-flex-left .loop-box::after {
    width: 100%;
  }
}
.lower-container .cart .cart-item-flex-left .loop-box .cart-item-image {
  width: 230px;
  height: 180px;
}
@media (max-width: 750px) {
  .lower-container .cart .cart-item-flex-left .loop-box .cart-item-image {
    width: 30%;
    height: 150px;
  }
}
.lower-container .cart .cart-item-flex-left .loop-box .cart-item-image a {
  width: 100%;
  height: 100%;
}
.lower-container .cart .cart-item-flex-left .loop-box .cart-item-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lower-container .cart .cart-item-flex-left .loop-box .cart-item-detail {
  width: calc(100% - 230px);
  padding: 0 30px;
}
@media (max-width: 750px) {
  .lower-container .cart .cart-item-flex-left .loop-box .cart-item-detail {
    width: 70%;
    padding: 0 20px;
  }
  .lower-container .cart .cart-item-flex-left .loop-box .cart-item-detail .cart-item-name .cart-item-num {
    margin-bottom: 20px;
    width: 100%;
  }
  .lower-container .cart .cart-item-flex-left .loop-box .cart-item-detail .cart-item-name .cart-item-num input {
    margin-right: 0;
  }
  .lower-container .cart .cart-item-flex-left .loop-box .cart-item-detail .cart-item-name .cart-item-num a {
    margin-left: auto;
  }
}
.lower-container .cart .cart-item-flex-left .loop-box .cart-item-detail .cart-item-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lower-container .cart .cart-item-flex-left .loop-box .cart-item-detail .cart-item-name .item-cart-title {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.6;
}
.lower-container .cart .cart-item-flex-left .loop-box .cart-item-detail .cart-item-name .cart-item-num {
  font-size: 15px;
  display: flex;
  align-items: center;
}
.lower-container .cart .cart-item-flex-left .loop-box .cart-item-detail .cart-item-name .cart-item-num input {
  border: 1px solid #000;
  border-radius: 3px;
  padding: 2px 0 2px 10px;
  width: 50px;
  margin-right: 10px;
}
.lower-container .cart .cart-item-flex-left .loop-box .cart-item-detail .cart-item-name .cart-item-num a {
  border: 1px solid #000;
  width: 40px;
  height: 21px;
  display: flex;
  font-size: 15px;
  align-items: center;
  justify-content: center;
}
.lower-container .cart .cart-item-flex-left .loop-box .cart-item-detail .cart-item-name .cart-item-price {
  align-self: center;
}
.lower-container .cart .cart-item-flex-left .loop-box .cart-item-detail .cart-item-name .cart-item-delete a {
  border: 1px solid #000;
  width: 40px;
  height: 21px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-container .cart .cart-item-flex-right {
  width: calc(100% - 740px);
}
@media (max-width: 750px) {
  .lower-container .cart .cart-item-flex-right {
    width: 100%;
  }
}
.lower-container .cart .cart-item-flex-right .sticky-box {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  left: 0;
  padding: 0 30px;
}
@media (max-width: 750px) {
  .lower-container .cart .cart-item-flex-right .sticky-box {
    padding: 40px 0 30px;
  }
}
.lower-container .cart .cart-item-flex-right .cart-total {
  display: flex;
  background: #fff;
  margin-bottom: 30px;
  justify-content: space-between;
}
.lower-container .cart .cart-item-flex-right .cart-total dt {
  font-weight: bold;
  align-self: center;
  font-size: 16px;
  text-align: left;
}
.lower-container .cart .cart-item-flex-right .cart-total dd .cart-total-price {
  font-size: 20px;
  margin-bottom: 0;
}
.lower-container .cart .cart-item-flex-right .payment-add-btn .cart-btn {
  width: 100%;
  margin: 0 auto 20px;
  border: 1px solid #000;
  text-align: center;
  background: #000;
  height: 47px;
}
.lower-container .cart .cart-item-flex-right .payment-add-btn .cart-btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-container .cart .cart-item-flex-right .payment-add-btn .continue-shopping {
  background: #fff;
}
.lower-container .cart .cart-item-flex-right .payment-add-btn .continue-shopping a {
  color: #000;
}
.lower-container .cart .item-cart-delete {
  float: none;
}
.lower-container .modalContents p {
  text-align: center;
  margin-bottom: 20px;
}
.lower-container .modal-cart-btn li a {
  width: 160px;
}
.lower-container .modal-cart-btn .modal-cart {
  background: none;
}
.lower-container .modal-cart-btn .modal-cart a {
  background: #000;
}
.lower-container .modal-cart-btn .modal-order {
  background: none;
}
.lower-container .modal-cart-btn .modal-order a {
  background: #707070;
}
.lower-container.detail-page {
  /*定期購入*/
}
.lower-container.detail-page .main-content-code {
  overflow: hidden;
}
.lower-container.detail-page .detail {
  border-top: 1px solid #b4c4d5;
  padding: 48px 0 60px;
}
@media (max-width: 750px) {
  .lower-container.detail-page .detail .flex {
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .lower-container.detail-page .detail {
    padding: 40px 0 0;
  }
}
.lower-container.detail-page .detail .gallery li {
  list-style: none;
}
.lower-container.detail-page .detail .gallery li img {
  width: 100%;
}
.lower-container.detail-page .detail .slick-prev,
.lower-container.detail-page .detail .slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  height: 15px;
  width: 15px;
}
.lower-container.detail-page .detail .slick-prev:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}
.lower-container.detail-page .detail .slick-next:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}
.lower-container.detail-page .detail .slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}
.lower-container.detail-page .detail .slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}
.lower-container.detail-page .detail .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.lower-container.detail-page .detail .choice-btn {
  margin: 6px 0 40px;
}
.lower-container.detail-page .detail .choice-btn li {
  cursor: pointer;
  background: #333;
  width: 120px !important;
  margin-bottom: 12px;
  padding: 10px;
}
@media (max-width: 750px) {
  .lower-container.detail-page .detail .choice-btn li {
    padding: 0;
  }
}
.lower-container.detail-page .detail .choice-btn li:nth-child(5n) {
  margin-right: 0;
}
.lower-container.detail-page .detail .choice-btn .slick-track {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.lower-container.detail-page .detail .choice-btn li img {
  opacity: 0.4;
  width: 130px;
}
.lower-container.detail-page .detail .choice-btn li.slick-current img {
  opacity: 1;
}
.lower-container.detail-page .detail .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.lower-container.detail-page .detail .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.lower-container.detail-page .detail .slick-list:focus {
  outline: none;
}
.lower-container.detail-page .detail .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.lower-container.detail-page .detail .slick-slider .slick-track,
.lower-container.detail-page .detail .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.lower-container.detail-page .detail .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lower-container.detail-page .detail .slick-track:after {
  clear: both;
}
.lower-container.detail-page .detail .slick-loading .slick-track {
  visibility: hidden;
}
.lower-container.detail-page .detail .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.lower-container.detail-page .detail [dir=rtl] .slick-slide {
  float: right;
}
.lower-container.detail-page .detail .slick-slide img {
  display: block;
}
.lower-container.detail-page .detail .slick-slide.slick-loading img {
  display: none;
}
.lower-container.detail-page .detail .slick-slide.dragging img {
  pointer-events: none;
}
.lower-container.detail-page .detail .slick-initialized .slick-slide {
  display: block;
}
.lower-container.detail-page .detail .slick-loading .slick-slide {
  visibility: hidden;
}
.lower-container.detail-page .detail .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.lower-container.detail-page .detail .slick-arrow.slick-hidden {
  display: none;
}
@media (min-width: 1025px) {
  .lower-container.detail-page .detail .item-image .gallery {
    margin-bottom: 20px;
  }
  .lower-container.detail-page .detail .item-image .gallery .slick-slide {
    height: 400px;
  }
  .lower-container.detail-page .detail .item-image .gallery .slick-slide img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lower-container.detail-page .detail .item-image .choice-btn .slick-slide {
    padding: 10px;
    background: #fff;
  }
  .lower-container.detail-page .detail .item-image .choice-btn .slick-slide img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lower-container.detail-page .detail .item-image .choice-btn .slick-slide div {
    height: 90px;
    background: #fff;
  }
  .lower-container.detail-page .detail .item-image .main-image {
    height: 400px;
  }
  .lower-container.detail-page .detail .item-image .main-image img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 750px) {
  .lower-container.detail-page .detail .item-image {
    width: 100%;
  }
  .lower-container.detail-page .detail .group-review-section {
    width: 100%;
  }
  .lower-container.detail-page .detail .choice-btn li {
    width: calc((100% - 12px) / 4) !important;
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .lower-container.detail-page .detail .choice-btn li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .lower-container.detail-page .detail .item-detail {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .lower-container.detail-page .detail .item-detail .item-title .item-category-name {
    line-height: 1.6;
    font-weight: 400;
  }
  .lower-container.detail-page .detail .item-detail .item-price {
    font-size: 22px;
    font-weight: 400;
  }
  .lower-container.detail-page .detail .item-detail .item-price .item-tax {
    font-size: 13px;
  }
  .lower-container.detail-page .detail .item-detail .item-description dd {
    margin-bottom: 22px;
  }
}
.lower-container.detail-page .detail .item-detail .add-cart {
  margin: 0 0 20px;
}
.lower-container.detail-page .detail .item-detail .add-cart .modal-open {
  display: block;
  width: 100%;
}
.lower-container.detail-page .detail .item-detail .add-cart .modal-open .add-cart-btn {
  background: #000;
  border-radius: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  border-radius: 6px;
}
.lower-container.detail-page .detail .item-detail .add-cart .modal-open .flex {
  justify-content: space-between;
}
@media (max-width: 750px) {
  .lower-container.detail-page .detail .item-detail .add-cart .modal-open .flex {
    flex-direction: row;
  }
}
.lower-container.detail-page .detail .item-detail .add-cart .modal-open .flex .favorite-btn,
.lower-container.detail-page .detail .item-detail .add-cart .modal-open .flex .contact-btn {
  width: 49%;
}
.lower-container.detail-page .detail .item-detail .add-cart .modal-open .flex a {
  width: 100%;
  font-size: 11px;
  border: 1px solid;
  padding: 18px 0;
  text-align: center;
  border-radius: 6px;
}
.lower-container.detail-page .detail .item-detail .border-top::before {
  content: none;
}
.lower-container.detail-page .detail .item-detail .item-info-list {
  margin-top: 0;
}
.lower-container.detail-page .detail .item-detail .item-info-list li dt {
  width: 140px;
  font-size: 15px;
}
.lower-container.detail-page .detail .item-detail .item-info-list li dd {
  font-size: 15px;
  width: auto;
}
.lower-container.detail-page .item-image {
  width: calc(100% - 400px);
}
.lower-container.detail-page .item-image img {
  width: 100%;
}
.lower-container.detail-page .main-image {
  margin-bottom: 40px;
  width: 100%;
}
.lower-container.detail-page .main-image img {
  width: 100%;
}
.lower-container.detail-page .add-image-section {
  margin-bottom: 40px;
}
.lower-container.detail-page .add-image-title {
  font-size: 18px;
  margin: 40px 0 20px;
}
.lower-container.detail-page .add-image-list {
  width: 164px;
  display: inline-block;
  margin-right: 20px;
}
.lower-container.detail-page .add-image-list:last-child {
  margin-right: 0;
}
.lower-container.detail-page .add-image-list img {
  width: 100%;
}
.lower-container.detail-page .group-review-section {
  width: 540px;
  display: inline-block;
}
@media (max-width: 750px) {
  .lower-container.detail-page .group-review-section {
    width: 100%;
  }
}
.lower-container.detail-page .group-item-list {
  display: flex;
  flex-wrap: wrap;
}
.lower-container.detail-page .group-item-list li {
  width: 120px;
  margin-bottom: 40px;
  margin-right: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.lower-container.detail-page .group-item-list li img {
  width: 100%;
}
.lower-container.detail-page .group-item-list li:nth-child(4n) {
  margin-right: 0;
}
.lower-container.detail-page .item-detail {
  width: 400px;
  padding-left: 40px;
}
.lower-container.detail-page .item-detail .item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 26px;
  position: relative;
}
.lower-container.detail-page .item-detail .item-category-name {
  margin-bottom: 6px;
  line-height: 1.6;
}
.lower-container.detail-page .item-detail-icon {
  position: absolute;
  display: contents;
  font-size: 12px;
  font-weight: normal;
  top: 0;
}
.lower-container.detail-page .item-detail-icon .item-detail-sale {
  color: #F23E0C;
}
.lower-container.detail-page .item-detail-icon p {
  margin-bottom: 12px;
}
.lower-container.detail-page .item-price-wrap {
  margin-bottom: 20px;
}
.lower-container.detail-page .item-price-wrap .item-price {
  font-size: 30px;
  font-weight: 500;
}
.lower-container.detail-page .item-price-wrap .item-tax {
  font-size: 14px;
  color: #333333;
}
.lower-container.detail-page .item-price-wrap .fixed-price {
  font-size: 12px;
}
.lower-container.detail-page .member-original-price {
  font-size: 12px;
}
.lower-container.detail-page .member-original-price span {
  font-size: 18px;
}
.lower-container.detail-page .sale-text .original {
  text-decoration: line-through;
}
.lower-container.detail-page .sale-text .sale-rate,
.lower-container.detail-page .sale-text .sale-price {
  color: #F23E0C;
}
.lower-container.detail-page .sale-text .sale-rate {
  margin: 0 10px;
}
.lower-container.detail-page .sale-text .sale-price {
  font-size: 30px;
  font-weight: 500;
}
.lower-container.detail-page .sale-priod {
  font-size: 12px;
  margin: 6px 0 12px;
}
.lower-container.detail-page .item-point,
.lower-container.detail-page .review-empty {
  margin-bottom: 20px;
}
.lower-container.detail-page .item-sell-text {
  margin: 20px 0;
}
.lower-container.detail-page .item-sell-text .sell-start {
  margin-bottom: 8px;
}
.lower-container.detail-page .item-reserve {
  margin: 20px 0;
}
.lower-container.detail-page .item-reserve .item-reserve-release-text,
.lower-container.detail-page .item-reserve .item-reserve-text {
  font-size: 12px;
  margin-top: 6px;
}
.lower-container.detail-page .nameprint-area {
  margin-top: 20px;
}
.lower-container.detail-page .nameprint-area .nameprint-title-wrap {
  margin: 18px 0 8px;
  font-size: 12px;
}
.lower-container.detail-page .nameprint-area .nameprint-text-wrap p {
  margin-bottom: 4px;
  font-size: 12px;
}
.lower-container.detail-page .nameprint-area .nameprint-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.lower-container.detail-page .nameprint-area .nameprint-title span {
  color: #F23E0C;
  font-size: 12px;
  font-weight: normal;
  margin-left: 6px;
}
.lower-container.detail-page .nameprint-area .nameprint-text input,
.lower-container.detail-page .nameprint-area .nameprint-text textarea {
  width: 75%;
  border: 1px solid #333333;
}
.lower-container.detail-page .item-quantity {
  font-size: 12px;
  margin-bottom: 20px;
}
.lower-container.detail-page .item-quantity input {
  width: 60px;
  border: 1px solid #333333;
  margin-left: 8px;
  padding: 4px 7px;
}
.lower-container.detail-page .item-review {
  font-size: 12px;
}
.lower-container.detail-page .review-link {
  margin-bottom: 20px;
}
.lower-container.detail-page .review-link a {
  text-decoration: underline;
}
.lower-container.detail-page .review-link a:hover {
  text-decoration: none;
}
.lower-container.detail-page .item-option {
  width: 100%;
}
.lower-container.detail-page .item-option .btn {
  margin-top: 20px;
}
.lower-container.detail-page .makeshop-option-wrap {
  margin-top: 10px;
}
.lower-container.detail-page .makeshop-option-label {
  font-size: 12px;
  margin-bottom: 6px;
}
.lower-container.detail-page .makeshop-option-select {
  border: 1px solid #333333;
  margin-bottom: 12px;
  width: 75%;
}
.lower-container.detail-page .add-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 40px;
}
.lower-container.detail-page .stock-wrap {
  width: 100%;
  margin-bottom: 8px;
}
.lower-container.detail-page .add-cart .item-stock {
  margin-right: 14px;
  font-size: 10px;
}
.lower-container.detail-page .add-cart .btn {
  width: 180px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}
.lower-container.detail-page .add-cart .restock-btn {
  background: #333333;
}
.lower-container.detail-page .add-cart .disabled-btn {
  background: #B5B5B5;
}
.lower-container.detail-page .add-cart .subscription-btn {
  background: #006BED;
  margin-top: 8px;
}
.lower-container.detail-page .add-cart .off {
  display: none;
}
.lower-container.detail-page .add-cart .on {
  display: block;
}
.lower-container.detail-page .subscription-only {
  margin-top: 0 !important;
}
.lower-container.detail-page .item-stock-sku {
  margin-bottom: 8px;
}
.lower-container.detail-page .sku-btn {
  width: 130px !important;
  padding: 10px 0 !important;
  font-size: 12px !important;
}
.lower-container.detail-page .favorite-wrap {
  display: flex;
  align-items: baseline;
}
.lower-container.detail-page .favorite a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 24px;
  font-weight: 900;
  margin-left: 14px;
  margin-right: 4px;
  color: #ff7683;
}
.lower-container.detail-page .item-contact {
  margin-bottom: 40px;
}
.lower-container.detail-page .item-contact::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0 40px;
}
.lower-container.detail-page .item-contact a {
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #333333;
  border-radius: 2px;
  text-align: center;
}
.lower-container.detail-page .item-contact a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: #707070;
}
.lower-container.detail-page .item-description dt {
  font-size: 18px;
  margin-bottom: 16px;
  display: none;
}
.lower-container.detail-page .item-description dd {
  line-height: 2;
  font-size: 14px;
}
.lower-container.detail-page .item-info-list {
  margin-top: 20px;
}
.lower-container.detail-page .item-info-list li {
  margin-bottom: 10px;
}
.lower-container.detail-page .item-info-list li dl {
  display: flex;
}
.lower-container.detail-page .item-info-list li dt {
  width: 34%;
}
.lower-container.detail-page .item-info-list li dd {
  width: 66%;
}
.lower-container.detail-page .item-share li {
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}
.lower-container.detail-page .border-top::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0;
}
.lower-container.detail-page .item-share {
  margin-bottom: 40px;
}
.lower-container.detail-page .sku tbody {
  align-items: center;
}
.lower-container.detail-page .sku-option-title {
  width: 60px;
  font-weight: bold;
  text-align: left;
  padding: 0 20px 10px 0;
  vertical-align: middle;
}
.lower-container.detail-page .sku-option-name {
  font-size: 10px;
  text-align: left;
  padding: 0 16px 20px 0;
  vertical-align: middle;
}
.lower-container.detail-page .sku-img {
  vertical-align: middle;
}
.lower-container.detail-page .sku-img img {
  padding-right: 20px;
}
.lower-container.detail-page .option-image {
  max-width: 80px;
}
.lower-container.detail-page .option-image:hover {
  cursor: pointer;
}
.lower-container.detail-page .sku-cart {
  padding-bottom: 20px;
}
.lower-container.detail-page .sku-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.lower-container.detail-page .sku-price-wrap .price {
  margin: 0 6px 4px 0;
  width: 100%;
}
.lower-container.detail-page .item-review-detail {
  margin-bottom: 60px;
}
.lower-container.detail-page .item-review-detail h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.lower-container.detail-page .item-review-list li {
  margin-bottom: 60px;
}
.lower-container.detail-page .item-review-list-link {
  margin-bottom: 30px;
  font-size: 12px;
}
.lower-container.detail-page .item-review-list-link a {
  text-decoration: underline;
}
.lower-container.detail-page .item-review-list-link a:hover {
  text-decoration: none;
}
.lower-container.detail-page .review-list-unit .review-list-name {
  margin-bottom: 12px;
}
.lower-container.detail-page .review-list-unit .star-score {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.lower-container.detail-page .review-list-unit .review-star {
  margin-right: 6px;
}
.lower-container.detail-page .review-list-unit .review-list-date {
  font-size: 12px;
  color: #B5B5B5;
  margin: 12px 0;
}
.lower-container.detail-page .review-list-unit .review-list-content {
  font-size: 12px;
}
.lower-container.detail-page .reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #FFA41C;
}
.lower-container.detail-page .reviewRateStar::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-size: 12px;
  font-weight: 900;
}
.lower-container.detail-page .starOff::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 400;
}
.lower-container.detail-page .starHalf::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5c0";
}
.lower-container.detail-page .review-post {
  margin-top: 40px;
}
.lower-container.detail-page .review-post {
  text-align: center;
}
.lower-container.detail-page .review-post a {
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 0;
  border: 1px solid #333333;
  border-radius: 2px;
  text-align: center;
}
.lower-container.detail-page .review-post a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f304";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: fff;
}
.lower-container.detail-page .product-price-block {
  font-size: 30px;
  margin: 12px 0;
  font-weight: 500;
  color: #FE5A74;
}
.lower-container.detail-page .product-price-block small {
  font-size: 14px;
  color: #333333;
}
.lower-container.detail-page .subscription-gift {
  display: flex;
  margin-top: 30px;
}
.lower-container.detail-page .subscription-gift img {
  margin-right: 20px;
  width: 80px;
  max-height: 80px;
}
.lower-container.detail-page .subscription-price {
  font-size: 26px;
  font-weight: 500;
  color: #FE5A74;
}
.lower-container.detail-page .subscription-price small {
  font-size: 14px;
}
.lower-container.detail-page .item-group-icon img {
  width: auto !important;
  height: auto !important;
  display: block;
  margin-top: 8px;
}
.lower-container .checked-contents {
  margin-bottom: 100px;
}
.lower-container .checked-contents .inner {
  width: 1040px;
}
@media (max-width: 750px) {
  .lower-container .checked-contents .inner {
    width: calc(100% - 30px);
  }
}
.lower-container .checked-contents .flex {
  flex-wrap: wrap;
}
.lower-container .checked-contents .h2line {
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b4c4d5;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.lower-container .checked-contents .h2line::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/top/hanamaru-hover.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: -2px;
}
.lower-container .checked-contents .item {
  width: 180px;
  margin-right: 35px;
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  .lower-container .checked-contents .item:nth-of-type(5n) {
    margin-right: 0;
  }
  .lower-container .checked-contents .item:nth-last-of-type(-n + 5) {
    margin-bottom: 0;
  }
}
.lower-container .checked-contents .item .image {
  width: 100%;
  margin-bottom: 15px;
}
.lower-container .checked-contents .item .image img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-container .checked-contents .item .text .name {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
}
.lower-container .checked-contents .item .text .price {
  font-size: 20px;
  font-weight: bold;
}
.lower-container .checked-contents .item .text .price span {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .lower-container .checked-contents {
    margin-bottom: 90px;
  }
  .lower-container .checked-contents .inner {
    padding: 60px 0 0;
  }
  .lower-container .checked-contents .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .lower-container .checked-contents .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .lower-container .checked-contents .item .image img {
    height: 44.157vw;
  }
  .lower-container .checked-contents .item:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
  .lower-container .checked-contents .item .text .name {
    font-size: 13px;
  }
}
.lower-container .buy-btn .inner {
  text-align: center;
}
.lower-container .buy-btn a {
  margin: auto;
  width: 300px;
  height: 70px;
  font-size: 18px;
  background: #bda96e;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 750px) {
  .lower-container .buy-btn a {
    width: 80%;
    height: 60px;
  }
}

.product-item-list {
  margin-bottom: 60px;
}
.product-item-list .flex {
  flex-wrap: wrap;
}
.product-item-list .item {
  width: 180px;
  margin-right: 35px;
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  .product-item-list .item:nth-of-type(5n) {
    margin-right: 0;
  }
  .product-item-list .item:nth-last-of-type(-n + 5) {
    margin-bottom: 0;
  }
}
.product-item-list .item .image {
  width: 100%;
  margin-bottom: 15px;
}
.product-item-list .item .image img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item-list .item .text .name {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
}
.product-item-list .item .text .price {
  font-size: 20px;
  font-weight: bold;
}
.product-item-list .item .text .price span {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .product-item-list {
    margin-bottom: 90px;
  }
  .product-item-list .inner {
    padding: 60px 0 0;
  }
  .product-item-list .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .product-item-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .product-item-list .item .image img {
    height: 44.157vw;
  }
  .product-item-list .item:nth-last-of-type(-n + 2) {
    margin-bottom: 0;
  }
  .product-item-list .item .text .name {
    font-size: 13px;
  }
}
.product-item-list .category-title {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .product-item-list .category-title {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.product-item-list .category-title .list-head-sort {
  display: flex;
  font-size: 0.8rem;
  margin-top: 5px;
  padding: 0.5rem 0;
  flex-wrap: wrap;
}
.product-item-list .category-title .list-head-sort dd {
  margin-right: 8px;
}
.product-item-list .category-title .list-head-sort dd:last-of-type {
  margin-right: 0;
}
.product-item-list .category-title .list-head-sort dd a {
  text-decoration: underline;
}
@media (max-width: 750px) {
  .product-item-list .category-title .list-head-sort .center {
    display: block;
    text-align: center;
  }
  .product-item-list .category-title .list-head-sort dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-item-list .pager-wrap {
  margin-top: 80px;
}
.product-item-list .pager-wrap ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.product-item-list .pager-wrap ul li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #EBEBEB;
  width: 30px;
  height: 50px;
  text-align: center;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-item-list .pager-wrap ul li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
}
.product-item-list .pager-wrap ul li a.active {
  color: #fff;
  background: #000;
}
.product-item-list .pager-wrap ul li a span {
  display: table-cell;
  vertical-align: middle;
}/*# sourceMappingURL=style.css.map */