@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

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

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

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

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

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  box-sizing: border-box;
  min-height: 0%;
}

body {
  font-family: 'Shuei Mincho L';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.75;
  color: #fff;
  background-color: #0C1A35;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .85;
}

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

ul, li {
  list-style: none;
}

.pc {
  display: block;
}

.pc-inline {
  display: inline-block;
}

.sp {
  display: none;
}

header {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 13px;
  width: 100%;
  background-color: #ABABAB;
  z-index: 2;
  display: none;
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  padding: 12px 30px;
  margin: auto;
}

header .header-left h1 img {
  width: 84.88px;
}

header .header-right {
  display: flex;
  align-items: center;
}

header .header-right a {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

header .header-right a span {
  padding-left: 10px;
}

header .header-right a:nth-of-type(1) img {
  width: 21.538px;
}

header .header-right a:nth-of-type(2) img {
  width: 16px;
}

header .header-right a:nth-of-type(3) {
  margin-right: 0;
}

header .header-right a:nth-of-type(3) svg {
  width: 29px;
  height: 29px;
  opacity: .55;
}

header a {
  color: #4d4d4d;
}

@media (max-width: 835px) {
  header .header-right a {
    margin-right: 20px;
  }
  header .header-right a:nth-of-type(3) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
  header .header-inner {
    padding: 5px 10px;
  }
  header .header-left h1 {
    line-height: 1;
    padding-right: 15px;
  }
  header .header-left h1 img {
    width: 68px;
  }
  header .header-right a {
    margin-right: 40px;
  }
  header .header-right a span {
    display: none;
  }
  header .header-right a:nth-of-type(2) img {
    width: 12px;
  }
  header .header-right a:nth-of-type(3) svg {
    width: 23px;
    height: 23px;
  }
}

footer {
  position: relative;
  background: #ABABAB;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #4D4D4D;
}

footer a {
  color: #4D4D4D;
}

footer .footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 70px 20px 60px;
}

footer .footer__left,
footer .footer__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13.65px;
  line-height: 27.3px;
  letter-spacing: 0.1em;
}

footer .footer__left {
  width: 195.7812px;
}

footer .footer__left img.twitter {
  width: 40.6538px;
}

footer .footer__left img.facebook {
  width: 35.5264px;
}

footer .footer__left img.line {
  width: 37.3942px;
}

footer .footer__right {
  width: 800px;
  margin: 0 0 5px 100px;
  align-items: flex-end;
}

footer .footer__right > a {
  display: flex;
  align-items: center;
}

footer .footer__right > a span.imgWrap {
  display: flex;
  align-items: center;
}

footer .footer__right > a span:not(.imgWrap) {
  display: inline-block;
  margin-left: 10px;
}

footer .footer__right img.kansou {
  width: 25.2491px;
}

footer .footer__right img.home {
  width: 42px;
}

footer .footer__right img.mail {
  width: 23.2297px;
}

footer .footer__right img.toStore {
  width: 22.9539px;
}

footer .footer__bottom {
  width: 100%;
  margin-top: 60px;
  font-size: 11px;
  line-height: 36.49px;
  text-align: center;
}

footer .footer__bottom__copy {
  display: block;
  width: 100px;
  margin: 10px auto 0;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

@media (max-width: 1140px) {
  footer .footer__right {
    width: 700px;
    margin-left: 50px;
  }
}

@media (max-width: 990px) {
  footer br.sp {
    display: block;
  }
  footer .hobonichi.pc {
    display: none;
  }
  footer .hobonichi.sp {
    display: block;
  }
  footer .footer__inner {
    padding: 50px 10px;
    align-items: flex-end;
    flex-direction: row;
  }
  footer .footer__left,
  footer .footer__right {
    font-size: 11px;
  }
  footer .footer__left {
    width: 100%;
    justify-content: center;
  }
  footer .footer__left a:nth-of-type(2) {
    margin: 0 55px;
  }
  footer .footer__left span {
    width: 100%;
    padding-bottom: 8px;
    text-align: center;
  }
  footer .footer__right {
    flex-direction: column;
    align-items: initial;
    width: 50%;
    margin: 40px 0 0;
  }
  footer .footer__right a {
    margin: 12px 0;
  }
  footer .footer__right a:first-of-type {
    margin-top: 0;
  }
  footer .footer__right a:last-of-type {
    margin-bottom: 0;
  }
  footer .footer__right a span.imgWrap {
    display: inline-block;
    width: 32px;
    text-align: right;
  }
  footer .footer__right a span.imgWrap img {
    vertical-align: middle;
  }
  footer .footer__right img.kansou {
    width: 20.7px;
  }
  footer .footer__right img.home {
    width: 31.8px;
  }
  footer .footer__right img.mail {
    width: 23.2297px;
  }
  footer .footer__right img.toStore {
    width: 22.9539px;
  }
  footer .footer__bottom {
    width: calc(50% - 10px);
    margin: 10px 0 6px 10px;
    line-height: 17px;
    text-align: left;
  }
  footer .footer__bottom__copy {
    margin-top: 40px;
  }
  footer .footer__bottom__links a {
    margin-top: 10px;
  }
  footer .footer__bottom__links a:first-of-type {
    margin-top: 0;
  }
  footer .hobonichi {
    font-size: 12px;
    margin-top: 50px;
  }
}

.main-inner {
  padding-bottom: 80px;
  width: 100vw;
  overflow: hidden;
}

.mv {
  position: relative;
  max-width: 1100px;
  margin: auto;
  max-height: calc(100vh - 150px);
}

.mv-logo {
  width: 216px;
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 1;
}

.swiper {
  overflow: visible;
}

.swiper-slide {
  width: 100%;
  overflow: hidden;
}

.swiper-pagination-bullet {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}

.yodo {
  display: flex;
  justify-content: flex-end;
  max-width: 1008px;
  margin: auto;
  padding: 50px 30px 100px;
}

.yodo-inner {
  width: 682px;
}

.yodo-ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 100px;
}

.yodo-ttl div:nth-of-type(1) {
  max-width: 428px;
  width: 100%;
}

.yodo-ttl div:nth-of-type(2) {
  max-width: 122px;
}

.section-header {
  width: 100%;
}

.section-cnt {
  padding: 30px 30px 100px;
}

.section-cnt-head {
  display: flex;
  justify-content: center;
}

.section-cnt-head > div:nth-of-type(1) {
  width: 50%;
  padding-right: 130px;
  text-align: right;
}

.section-cnt-head > div:nth-of-type(1) div {
  display: inline-block;
  text-align: left;
}

.section-cnt-head > div:nth-of-type(1) div p:nth-of-type(1) {
  font-size: 40px;
}

.section-cnt-head > div:nth-of-type(1) div p:nth-of-type(2) {
  font-size: 28px;
}

.section-cnt-head > div:nth-of-type(2) {
  font-size: 14px;
  width: 50%;
  padding-left: 50px;
}

.section-cnt-item {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1020px;
  margin: auto;
}

.cart,
.cart_ {
  width: calc(100% / 3 - 40px);
  margin: 30px 20px 0;
  text-align: center;
  font-size: 18px;
}

.cart .pic,
.cart_ .pic {
  padding-bottom: 10px;
}

.cart .kakaku,
.cart_ .kakaku {
  padding: 3px 0 7px;
}

.cart .zaikonashi,
.cart_ .zaikonashi {
  display: none;
  width: 83.5px;
  margin: auto;
}

.cart .zaikonashi.active,
.cart_ .zaikonashi.active {
  display: block;
}

.cart:nth-of-type(n+4),
.cart_:nth-of-type(n+4) {
  margin-top: 50px;
}

.cart.sold .zaikonashi,
.cart_.sold .zaikonashi {
  display: block;
}

.staff {
  font-size: 14px;
  display: flex;
  max-width: 890px;
  padding: 30px;
  margin: 100px auto 130px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.staff div {
  width: 50%;
  padding-left: 30px;
}

.contents {
  max-width: 1198px;
  padding: 0 30px;
  margin: auto;
}

.contents-ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.contents-cnt {
  display: flex;
  flex-wrap: wrap;
}

.contents-cnt a {
  width: 22%;
  margin-right: 4%;
}

.contents-cnt a:nth-of-type(4n) {
  margin-right: 0;
}

.contents-cnt a:nth-of-type(n+5) {
  margin-top: 4%;
}

.zaikocheck {
  display: none;
}

@media (max-width: 1080px) {
  .section-cnt-head {
    max-width: 660px;
    margin: auto;
  }
  .section-cnt-head > div:nth-of-type(1) {
    padding-right: 0;
    text-align: left;
    width: 38%;
  }
  .section-cnt-head > div:nth-of-type(2) {
    padding-left: 0;
    width: 62%;
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .swiper-slide {
    height: calc(100vh - 150px);
  }
  .swiper-slide img {
    object-fit: cover;
    height: calc(100vh - 149px);
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .main-inner {
    padding-bottom: 50px;
  }
  .mv-logo {
    width: 18%;
    right: 3.5%;
    bottom: 3%;
  }
  .yodo {
    padding: 20px 15px 50px;
  }
  .yodo-ttl {
    padding-bottom: 30px;
    align-items: center;
  }
  .yodo-ttl div:nth-of-type(1) {
    width: 65%;
  }
  .yodo-ttl div:nth-of-type(2) {
    width: 19%;
  }
  .section-cnt {
    padding: 10px 15px 50px;
  }
  .section-cnt-head {
    display: block;
  }
  .section-cnt-head > div:nth-of-type(1) {
    width: 100%;
  }
  .section-cnt-head > div:nth-of-type(1) div {
    display: flex;
    align-items: center;
  }
  .section-cnt-head > div:nth-of-type(1) div p:nth-of-type(1) {
    font-size: 28px;
  }
  .section-cnt-head > div:nth-of-type(1) div p:nth-of-type(2) {
    font-size: 18px;
  }
  .section-cnt-head > div:nth-of-type(2) {
    width: 100%;
  }
  .section-cnt-item {
    margin: 0 -15px;
  }
  .cart,
  .cart_ {
    width: calc(100% / 2 - 30px);
    margin: 30px 15px 0;
    font-size: 14px;
  }
  .cart .zaikonashi,
  .cart_ .zaikonashi {
    width: 80px;
  }
  .cart:nth-of-type(n+3), .cart:nth-of-type(n+4),
  .cart_:nth-of-type(n+3),
  .cart_:nth-of-type(n+4) {
    margin-top: 50px;
  }
  .staff {
    margin: 50px 15px;
    padding: 30px 0;
    flex-direction: column;
    align-items: center;
  }
  .staff div {
    padding-left: 0;
    width: 260px;
  }
  .staff div:nth-of-type(2) {
    margin-top: 1rem;
  }
  .contents {
    padding: 0 15px;
  }
  .contents-ttl {
    font-size: 18px;
  }
  .contents-cnt {
    margin: 0 -15px;
  }
  .contents-cnt a {
    width: calc(100% / 2 - 30px);
    margin: 30px 15px 0;
  }
  .contents-cnt a:nth-of-type(1), .contents-cnt a:nth-of-type(2) {
    margin-top: 5px;
  }
  .contents-cnt a:nth-of-type(n+5) {
    margin-top: 30px;
  }
}
