/*
Theme Name: Itsuku
*/

@charset "UTF-8";
/* ==========================================================================
 WebFont
============================================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Roboto:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi&family=Yuji+Mai&family=Yuji+Syuku&display=swap");
/* ==========================================================================
 font-size変数
============================================================================*/
/* ==========================================================================
 line-height変数
============================================================================*/
/* ==========================================================================
 letter-spacing変数(今後作成中に追加する)
============================================================================*/
/* ==========================================================================
viewport指定
============================================================================*/
/* ==========================================================================
 Color Guide
============================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*追記*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-color: inherit;
  background: none transparent;
  background-clip: padding-box;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #97999b;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #97999b;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #97999b;
}

input::placeholder,
textarea::placeholder {
  color: #97999b;
}

input[type="text"][disabled] {
  border: solid 1px #f7f7f7;
  background-color: #f2f2f2;
}

select[disabled] {
  border: solid 1px #f7f7f7;
  background-color: #f2f2f2;
  opacity: 0.7;
}

input[type="radio"][disabled] {
  pointer-events: none;
  opacity: 0.3;
}

input[type="checkbox"][disabled] {
  pointer-events: none;
  opacity: 0.3;
}

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

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

html {
  font-size: 62.5%;
  line-height: 1.9;
  font-family: "Kaisei HarunoUmi", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  /*基本のテキストカラー設定*/
  color: #222222;
}

a {
  text-decoration: none;
  color: #0a50a1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a:visited {
  color: #0a50a1;
}

option,
optgroup {
  font-family: "Kaisei HarunoUmi", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 100%;
  width: 100%;
}

table,
tbody,
tr {
  width: 100%;
}

table {
  table-layout: fixed;
}

th,
td {
  vertical-align: top;
}

body {
  position: relative;
}

body.l-kento {
  min-width: initial;
  width: auto;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  background: transparent;
}

img {
  display: block;
}

body.is-modal-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

html {
  font-size: 10px;
}

.body {
  font-family: "Kaisei HarunoUmi", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #ffffff;
  background-color: #272729;
}

.main {
  width: 100%;
}

.main__inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .main__inner {
    width: 100%;
  }
}

.totop {
  text-align: center;
  font-size: 14px;
  position: absolute;
  right: 70px;
  bottom: 600px;
  border: 1px solid #fff;
  width: 90px;
  height: 90px;
}

@media screen and (min-width: 1920px) {
  .totop {
    font-size: 16px;
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .totop {
    bottom: 460px;
  }
}

.totop .totop__text {
  position: relative;
  line-height: 120px;
}

@media screen and (min-width: 1920px) {
  .totop .totop__text {
    line-height: 160px;
  }
}

.totop .totop__triangle {
  position: absolute;
  top: 10%;
  left: 40%;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
  border-bottom: 1.5em solid #fff;
}

.totop .totop__link {
  color: #fff;
}

.totop:hover {
  opacity: 0.4;
}

.header {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 200px;
  padding-top: 30px;
}

.header.home {
  background: url(images/mainimg_home.webp) no-repeat center center;
  background-size: cover;
}

.header.shop {
  background: url(images/productsimage.webp) no-repeat center center;
  background-size: cover;
}

.header .header__inner {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .header__logo {
  width: 85%;
}

.header .header__logo .header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header .header__logo .header__logo-image {
  width: 10%;
}

@media screen and (max-width: 769px) {
  .header .header__logo .header__logo-image {
    width: 15%;
  }
}

.header .header__logo .header__logo-text {
  font-size: 2vw;
  line-height: 2vw;
  color: #f0c419;
  padding-bottom: 1vw;
}

@media screen and (max-width: 769px) {
  .header .header__logo .header__logo-text {
    font-size: 3vw;
    line-height: 3vw;
  }
}

.header .header__nav {
  width: 10%;
}

.header .header__nav-list {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 100%;
}

.header .header__nav-list .nav-item-shadow {
  text-shadow: 1px 1px #c0c0c0;
}

.header .header__nav-list .header__nav-item {
  margin-left: 10px;
}

.header .header__nav-list .header__nav-item .header_nav-link {
  font-size: 1.8rem;
  letter-spacing: 10px;
  color: #ffffff;
}

@media screen and (min-width: 1920px) {
  .header .header__nav-list .header__nav-item .header_nav-link {
    font-size: 2.8rem;
  }
}

.header .header__tagline {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 4rem;
  font-weight: lighter;
  height: 400px;
}

@media screen and (min-width: 1920px) {
  .header .header__tagline {
    font-size: 5rem;
    height: auto;
  }
}

@media screen and (max-width: 769px) {
  .header .header__tagline {
    font-size: 5rem;
    height: auto;
  }
}

.header .header__tagline .home__catch-en {
  position: absolute;
  top: 50%;
  right: 80%;
}

.header .header__tagline.shop__tagline--catchphrase {
  font-size: 5rem;
  letter-spacing: 3px;
  left: 50%;
  height: 110px;
}

@media screen and (min-width: 1920px) {
  .header .header__tagline.shop__tagline--catchphrase {
    font-size: 7rem;
    height: auto;
  }
}

.header .header__tagline .header__tagline-en {
  position: absolute;
  top: 8%;
  right: -5%;
  font-size: 1.8rem;
}

@media screen and (min-width: 1920px) {
  .header .header__tagline .header__tagline-en {
    font-size: 2.3rem;
  }
}

.header .header__scrolldown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 130px;
}

.header .header__scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1.3px;
  height: 30px;
  background: #fff;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0px;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 100px;
    top: 50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0px;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 100px;
    top: 50px;
    opacity: 0;
  }
}

.itsukuyaki {
  width: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 400px;
  padding-right: 175px;
}

@media screen and (max-width: 1024px) {
  .itsukuyaki {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-bottom: 200px;
    padding-right: 0;
  }
}

.itsukuyaki .itsukuyaki__title {
  font-size: 3.5rem;
  position: relative;
  margin-left: 70px;
}

@media screen and (min-width: 1920px) {
  .itsukuyaki .itsukuyaki__title {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .itsukuyaki .itsukuyaki__title {
    font-size: 2.6rem;
    text-align: center;
    margin-left: 0;
  }
}

.itsukuyaki .itsukuyaki__title .itsukuyaki__title-en {
  position: absolute;
  top: 6px;
  right: -10px;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .itsukuyaki .itsukuyaki__title .itsukuyaki__title-en {
    top: -20px;
    right: 47%;
  }
}

.itsukuyaki .itsukuyaki__text {
  height: 570px;
  padding-top: 80px;
  margin-left: 120px;
  font-size: 1.8rem;
  line-height: 3;
}

@media screen and (min-width: 1920px) {
  .itsukuyaki .itsukuyaki__text {
    font-size: 2.4rem;
    height: 800px;
    line-height: 4;
  }
}

@media screen and (max-width: 1024px) {
  .itsukuyaki .itsukuyaki__text {
    font-size: 1.4rem;
    width: 70%;
    margin: 0 auto 100px;
    height: auto;
  }
}

.itsukuyaki .itsukuyaki__photo {
  position: absolute;
  left: 0;
  width: 55%;
  max-width: 1000px;
}

@media screen and (max-width: 1024px) {
  .itsukuyaki .itsukuyaki__photo {
    position: relative;
  }
}

.itsukuyaki .itsukuyaki__photo .itsukuyaki__image {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .itsukuyaki .itsukuyaki__photo .itsukuyaki__image {
    width: 100vw;
  }
}

.about {
  width: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 400px;
  padding-right: 175px;
}

@media screen and (max-width: 1024px) {
  .about {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-right: 0;
    position: relative;
    margin-bottom: 260px;
  }
}

.about .about__title {
  font-size: 3.5rem;
  position: relative;
  margin-left: 70px;
}

@media screen and (min-width: 1920px) {
  .about .about__title {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .about .about__title {
    margin-left: 0;
    font-size: 2.6rem;
    margin-bottom: 80px;
    text-align: center;
  }
}

.about .about__title-en {
  position: absolute;
  top: 6px;
  right: -10px;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .about .about__title-en {
    right: 48%;
    top: -35%;
  }
}

.about .about__photo {
  margin-left: 60px;
  width: 25%;
  position: relative;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .about .about__photo {
    height: auto;
    width: 100%;
    margin-left: 0;
    overflow: auto;
  }
}

.about .about__photo .about__image {
  padding-top: 100px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

@media screen and (max-width: 1024px) {
  .about .about__photo .about__image {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.about .about__text {
  padding-top: 100px;
  margin-left: 60px;
  font-size: 1.8rem;
  line-height: 3;
  height: 605px;
}

@media screen and (min-width: 1920px) {
  .about .about__text {
    font-size: 2.4rem;
    height: 800px;
    line-height: 4;
  }
}

@media screen and (max-width: 1024px) {
  .about .about__text {
    padding-top: 0;
    margin: auto;
    font-size: 1.4rem;
    width: 70%;
    height: auto;
  }
}

.about .about__sns-list {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  padding-top: 350px;
}

@media screen and (max-width: 1024px) {
  .about .about__sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-top: 0;
  }
}

.about .about__sns-list .about__sns-item {
  margin-bottom: 60px;
}

.about .about__sns-list .about__sns-item .about__sns-link {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .about .about__sns-list .about__sns-item {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}

.about .about__sns-list .about__sns-item:last-child {
  margin-bottom: 0;
}

.about .about__sns-list .fab {
  font-size: 2.5em;
}

@media screen and (min-width: 1920px) {
  .about .about__sns-list .fab {
    font-size: 5.5rem;
  }
}

.products {
  width: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 400px;
  padding-right: 175px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .products {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.products .products__title {
  font-size: 3.5rem;
  position: relative;
  margin-left: 70px;
}

@media screen and (min-width: 1920px) {
  .products .products__title {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .products .products__title {
    font-size: 2.6rem;
    margin-left: 0;
    text-align: center;
    width: 100vw;
  }
}

.products .products__title-en {
  position: absolute;
  top: 6px;
  right: -10px;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .products .products__title-en {
    top: -30%;
    right: 47%;
  }
}

.products .products__photo-list {
  width: 75%;
}

@media screen and (max-width: 1024px) {
  .products .products__photo-list {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: 100vw;
  }
}

.products .products__photo-list .products__photo-item:nth-of-type(1) {
  padding-top: 50px;
  margin-left: 10px;
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .products .products__photo-list .products__photo-item:nth-of-type(1) {
    margin-left: 0;
    margin-right: 3%;
  }
}

.products .products__photo-list .products__photo-item:nth-of-type(1) .products__photo-image {
  width: 100%;
}

.products .products__photo-list .products__photo-item:nth-of-type(2) {
  padding-top: 100px;
  margin-left: 10px;
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .products .products__photo-list .products__photo-item:nth-of-type(2) {
    margin-left: 0;
    margin-right: 3%;
  }
}

.products .products__photo-list .products__photo-item:nth-of-type(2) .products__photo-image {
  width: 100%;
}

.products .products__photo-list .products__photo-item:nth-of-type(3) {
  padding-top: 150px;
  margin-left: 60px;
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .products .products__photo-list .products__photo-item:nth-of-type(3) {
    margin-left: 0;
    margin-right: 3%;
  }
}

.products .products__photo-list .products__photo-item:nth-of-type(3) .products__photo-image {
  width: 100%;
}

.products .products__link {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  font-size: 1.8rem;
  bottom: 0;
}

@media screen and (min-width: 1920px) {
  .products .products__link {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .products .products__link {
    bottom: initial;
    top: 100%;
    left: 68%;
  }
}

.contact {
  width: 100%;
  margin-bottom: 400px;
  text-align: center;
}

.contact .contact__title {
  width: 35%;
  margin: 0 auto;
  font-size: 3.5rem;
  position: relative;
  margin-bottom: 60px;
}

@media screen and (min-width: 1920px) {
  .contact .contact__title {
    font-size: 4.5rem;
  }
}

.contact .contact__title .contact__title-en {
  position: absolute;
  top: -13%;
  right: 43%;
  font-size: 14px;
}

.contact .contact__form {
  width: 70%;
  margin: 0 auto;
}

.contact .contact__form .contact__form-name {
  width: 100%;
}

.contact .contact__form .contact__form-name .contact__form-name-title {
  text-align: left;
  font-size: 1.8rem;
}

@media screen and (min-width: 1920px) {
  .contact .contact__form .contact__form-name .contact__form-name-title {
    font-size: 2.4rem;
  }
}

.contact .contact__form .contact__form-mail {
  width: 100%;
}

.contact .contact__form .contact__form-mail .contact__form-mail-title {
  text-align: left;
  font-size: 1.8rem;
}

@media screen and (min-width: 1920px) {
  .contact .contact__form .contact__form-mail .contact__form-mail-title {
    font-size: 2.4rem;
  }
}

.contact .contact__form .contact__form-contact {
  width: 100%;
}

.contact .contact__form .contact__form-contact .contact__form-contact-title {
  text-align: left;
  font-size: 1.8rem;
}

@media screen and (min-width: 1920px) {
  .contact .contact__form .contact__form-contact .contact__form-contact-title {
    font-size: 2.4rem;
  }
}

.contact .contact__form-name-input {
  border: 1px solid #fff;
  padding: 5px 230px;
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .contact .contact__form-name-input {
    padding: 25px 230px;
  }
}

.contact .contact__form-mail-input {
  border: 1px solid #fff;
  padding: 5px 230px;
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .contact .contact__form-mail-input {
    padding: 25px 230px;
  }
}

.contact .contact__form-textarea-input {
  border: 1px solid #fff;
  padding: 70px 225px;
  margin-bottom: 50px;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .contact .contact__form-textarea-input {
    padding: 140px 225px;
  }
}

.contact .contact__submit-btn {
  border: 1px solid #fff;
  background: none;
  color: #fff;
  padding: 10px 50px;
  font-size: 1.8rem;
}

@media screen and (min-width: 1920px) {
  .contact .contact__submit-btn {
    font-size: 24px;
  }
}

.contact .contact__submit-btn:hover {
  background: #fff;
  color: #272729;
  padding: 10px 50px;
}

.footer .footer__inner {
  width: 30%;
  margin: 0 auto 30px;
}

.footer .footer__logo {
  width: 100%;
  margin: 0 auto;
}

.footer .footer_logo-image {
  margin: 0 auto 60px;
  width: 20%;
}

.footer .footer__nav {
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .footer .footer__nav {
    margin: 0 auto 40px;
  }
}

.footer .footer__nav .footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto 30px;
}

.footer .footer__nav .footer__nav-list .footer__nav-item {
  margin-left: 15px;
}

.footer .footer__nav .footer__nav-list .footer__nav-item .footer_nav-link {
  letter-spacing: 8px;
  color: #ffffff;
}

@media screen and (min-width: 1920px) {
  .footer .footer__nav .footer__nav-list .footer__nav-item .footer_nav-link {
    font-size: 2.8rem;
  }
}

.footer .footer__copy {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (min-width: 1920px) {
  .footer .footer__copy {
    font-size: 20px;
  }
}

.shop {
  margin-bottom: 100px;
}

@media screen and (min-width: 1920px) {
  .shop {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .shop {
    margin-bottom: 100px;
  }
}

.shop__container-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.shop__container-list .shop__container-item {
  width: 30%;
  margin: 0 0px 100px 0;
}

@media screen and (max-width: 1024px) {
  .shop__container-list .shop__container-item {
    width: 50%;
  }
}

.shop__container-list .shop__container-item .shop__img-gallery {
  width: 90%;
}

.shop__container-list .shop__container-item .shop__img-gallery .shop__img-gallery-image {
  width: 100%;
}

.shop__container-list .shop__container-item .shop__img-choice {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 60px;
}

.shop__container-list .shop__container-item .shop__img-choice .shop__img-choice-item {
  width: 40%;
  cursor: pointer;
}

.shop__container-list .shop__container-item .shop__img-choice .shop__img-choice-item .shop__img-choice-image {
  width: 100%;
}

.shop__container-list .shop__container-item .shop__detail {
  width: 100%;
  text-align: center;
}

.shop__container-list .shop__container-item .shop__detail .shop__detail-name {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 1920px) {
  .shop__container-list .shop__container-item .shop__detail .shop__detail-name {
    font-size: 3.4rem;
  }
}

.shop__container-list .shop__container-item .shop__detail .shop__detail-price {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 1920px) {
  .shop__container-list .shop__container-item .shop__detail .shop__detail-price {
    font-size: 2.8rem;
  }
}

.shop__container-list .shop__container-item .shop__detail .shop__detail-size {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

@media screen and (min-width: 1920px) {
  .shop__container-list .shop__container-item .shop__detail .shop__detail-size {
    font-size: 2.8rem;
  }
}

.shop__container-list .shop__container-item .shop__detail .shop__detail-cartbtn {
  padding: 16px 55px;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  opacity: 0.4;
}

@media screen and (min-width: 1920px) {
  .shop__container-list .shop__container-item .shop__detail .shop__detail-cartbtn {
    font-size: 24px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: auto;
}

.pagination li {
  text-align: center;
  margin: auto;
  font-size: 1.8rem;
}

@media screen and (min-width: 1920px) {
  .pagination li {
    font-size: 2.8rem;
  }
}

.pagination li a {
  color: #fff;
}

.pagination li a:hover {
  opacity: 0.4;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #272729;
  z-index: 10000;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*# sourceMappingURL=style.css.map */