/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
embed,
iframe,
img,
object {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-size: 21px; }
  @media screen and (min-width: 1025px) {
    html {
      font-size: 40px;
      /* max-width: 1280px; */
      margin: auto; } }

body {
  position: relative;
  font-family: vendetta, serif;
  font-weight: 500;
  font-style: normal;
  line-height: .8; }

.slide {
  position: relative; }
  .slide__imgText {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
            animation-duration: 6s; }
    .slide__imgText:nth-child(1) {
      -webkit-animation-name: slider_1;
              animation-name: slider_1;
      -webkit-animation-delay: -2s;
              animation-delay: -2s; }
    .slide__imgText:nth-child(2) {
      -webkit-animation-name: slider_1;
              animation-name: slider_1;
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
      opacity: 0; }

@-webkit-keyframes slider_1 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes slider_1 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.footer {
  width: 80%;
  margin: 100px auto 0;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    .footer {
      max-width: 900px; } }
  .footer__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 1025px) {
      .footer__banner{
        width: 500px;
        margin:0 auto 30px
      }
    }
    .footer__banner-imgText {
      width: 48%; }
    .footer__banner-img {
      width: 100%; }
  .footer__btn {
    margin-top: 15px;
    text-align: center;
    border: 1px solid black;
    padding: 10px;
    font-size: 14px; }
    @media screen and (min-width: 1025px) {
      .footer__btn {
        width: 300px;
        margin: 20px auto 0;
        font-size: 18px;
        } }
  .footer__btn a{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    display: block;
    width: 100%;
  }
  .footer__small {
    font-size: 6px;
    width: 50%;
    display: block;
    margin: 100px auto 100px;;
  }
  @media screen and (min-width: 1025px) {
    .footer__small {
      font-size: 6px;
      width: 225px;
      display: block;
      margin: 100px auto 100px;;
    }}

.accessorys {
  position: relative;
  margin-top: 200px; }
  @media screen and (min-width: 1025px) {
    .accessorys {
      margin: 250px auto 0;
      max-width: 900px; } }
  .accessorys__title {
    width: 80%;
    margin: auto; }
  .accessorys__imgText {
    margin: 10px auto 0;
    width: 80%; }
  .accessorys__img {
    width: 100%; }
  .accessorys__box {
    margin-top: 50px;
    margin-left: 15px;
    width: 45%; }
    @media screen and (min-width: 1025px) {
      .accessorys__box {
        margin-left: 50px;
        height: 610px; } }
    @media screen and (max-width: 1024px) {
      .accessorys__box {
        height: auto; } 
        .accessorys__box::before{
          content: "";
          display: block;
          padding-top: calc(1200 / 800 * 100%);
        }}
    @media screen and (max-width: 599px) {
      .accessorys__box{
        height: auto;
      }
      .accessorys__box::before{
        content: "";
        display: block;
        padding-top: calc(1200 / 800 * 100%);
      } }
    .accessorys__box-text {
      width: 100%; }
    .accessorys__box-img {
      width: 100%; }
  .accessorys__imgText2 {
    width: 45%;
    position: absolute; }
    @media screen and (min-width: 1025px) {
      .accessorys__imgText2 {
        margin-top: 70%;
        top: 11%;
        right: 3%; } }
    @media screen and (max-width: 1024px) {
      .accessorys__imgText2 {
        top: 38%;
        right: 6%; } }
    @media screen and (max-width: 599px) {
      .accessorys__imgText2 {
        top: 430px;
        right: 15px; } }
  .accessorys__img2 {
    width: 100%; }
  .accessorys__blok {
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px;
    margin-top: 10px; }
    @media screen and (max-width: 1024px) {
      .accessorys__blok {
        width: 35%; } }
    @media screen and (min-width: 1025px) {
      .accessorys__blok {
        margin-left: 50px;
        font-size: 16px;
        width: 25%; } }
    @media screen and (max-width: 599px) {
      .accessorys__blok {
        width: 40%; } }
    .accessorys__blok-wallet {
      position: relative; }
      .accessorys__blok-wallet::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border-top: 1px solid black;
        border-right: 1px solid black;
        -webkit-transition: all .3s;
        transition: all .3s; }
  .accessorys__box2 {
    width: 70%;
    margin: 80px auto 0; }
    @media screen and (min-width: 1025px) {
      .accessorys__box2 {
        height: 930px;
        margin-top: 220px; } }
    @media screen and (max-width: 1024px) {
      .accessorys__box2 {
        margin-top: 300px;
        height: auto; } 
        .accessorys__box2:before{
          display: block;
          content: "";
          padding-top: calc(1200 / 800 * 100%);
        }}
    @media screen and (max-width: 599px) {
      .accessorys__box2 {
        margin-top: 80px;
        height: auto; } 
        .accessorys__box2:before{
          display: block;
          content: "";
          padding-top: calc(1200 / 800 * 100%);
        }
      }
    .accessorys__box2-imgText {
      width: 100%; }
    .accessorys__box2-img {
      width: 100%; }
  .accessorys__blok2 {
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px; }
    @media screen and (max-width: 1024px) {
      .accessorys__blok2 {
        width: 25%;
        margin-left: 15%; } }
    @media screen and (min-width: 1025px) {
      .accessorys__blok2 {
        width: 35%;
        margin-left: 15%;
        font-size: 16px; } }
    @media screen and (max-width: 599px) {
      .accessorys__blok2 {
        width: 55%; } }
    .accessorys__blok2-text2 {
      position: relative; }
      .accessorys__blok2-text2::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border-top: 1px solid black;
        border-right: 1px solid black;
        -webkit-transition: all .3s;
        transition: all .3s; }

.arm {
  position: relative;
  margin-top: 100px; }
  @media screen and (min-width: 1025px) {
    .arm {
      max-width: 900px;
      margin: 150px auto 0; } }
  .arm__text {
    margin-left: 13%; }
  .arm__imgText {
    width: 40%;
    margin-top: 10px;
    margin-left: 13%; }
  .arm__img {
    width: 100%; }

.bag {
  width: 80%;
  margin: 100px auto 0; }
  @media screen and (min-width: 1025px) {
    .bag {
      max-width: 900px;margin: 150px auto 0; } }
  .bag__imgText {
    margin-top: 10px;
    width: 100%; }
  .bag__img {
    width: 100%; }
  .bag__blok {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px;
    margin-top: 10px; }
    @media screen and (max-width: 1024px) {
      .bag__blok {
        width: 30%; } }
    @media screen and (min-width: 1025px) {
      .bag__blok {
        width: 35%;
        font-size: 16px; } }
    @media screen and (max-width: 599px) {
      .bag__blok {
        width: 70%; } }
    .bag__blok-text2 {
      position: relative; }
      .bag__blok-text2::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border-top: 1px solid black;
        border-right: 1px solid black;
        -webkit-transition: all .3s;
        transition: all .3s; }

.cap {
  position: absolute;
  top: 30%;
  left: 53%; }
  .cap__title {
    margin-left: 8%; }
  .cap__imgText {
    margin-top: 10px;
    width: 90%; }
  .cap__img {
    width: 100%; }
  .cap__blok {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 13px;
    margin-top: 10px; }
    @media screen and (max-width: 1024px) {
      .cap__blok {
        width: 40%; } }
    @media screen and (min-width: 1025px) {
      .cap__blok {
        font-size: 16px;
        width: 45%; } }
    @media screen and (max-width: 599px) {
      .cap__blok {
        width: 75%; } }
    .cap__blok-text2 {
      position: relative; }
      .cap__blok-text2::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border-top: 1px solid black;
        border-right: 1px solid black;
        -webkit-transition: all .3s;
        transition: all .3s; }

@media screen and (min-width: 1025px) {
  .fv {
    max-width: 100%;
    margin: 0px auto 0; } }

.fv__video {
  width: 100%;
margin-bottom: 80px; }
  @media screen and (min-width: 1025px) {
    .fv__video {
      display: none; } }
  .fv__video-pc {
    width: 100%;
    display: none;
    margin-bottom: 100px; }
    @media screen and (min-width: 1025px) {
      .fv__video-pc {
        display: block; } }

.fv__text {
  width: 80%;
  margin: 20px auto 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.2; }
  @media screen and (min-width: 1025px) {
    .fv__text {
      font-size: 16px; } }

.fv__imgText {
  width: 80%;
  margin: 20px auto 0; }

.fv__img {
  margin-top: 30px;
  width: 100%;
  margin: 30px auto 0; }
  @media screen and (min-width: 1025px) {
    .fv__img {
      margin-top: 100px; } }
.gift {
  margin-top: 100px; }
  @media screen and (min-width: 1025px) {
    .gift {
      max-width: 900px;
      margin: 150px auto 0; } }
  .gift__title {
    text-align: center; }
  .gift__imgText {
    width: 80%;
    margin: 20px auto 0; }
  .gift__img {
    width: 100%; }
  .gift__blok {
    width: 80%;
    margin: 10px auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 14px; }
    .gift__blok-text {
      font-size: 14px;
      line-height: 1.2; }
    .gift__blok-present {
      font-size: 16px;
      font-weight: bold; }
      @media screen and (max-width: 1024px) {
        .gift__blok-present {
          line-height: 1.5; } }
      @media screen and (min-width: 1025px) {
        .gift__blok-present {
          line-height: 1.8; } }
    .gift__blok-text2 {
      margin-top: 10px;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.2; }
      @media screen and (min-width: 1025px) {
        .gift__blok-text2 {
          margin-top: 0; } }

.keyword {
  width: 85%;
  margin: 100px auto 0;
  font-size: 18px; }
  @media screen and (max-width: 1024px) {
    .keyword {
      margin-top: 250px; } }
  @media screen and (min-width: 1025px) {
    .keyword {
      margin: 300px auto 0;
      max-width: 600px; } }
  @media screen and (max-width: 599px) {
    .keyword {
      margin-top: 180px; } }
  .keyword__title {
    text-align: center; }
  .keyword__blok {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .keyword__blok-text {
      background: #e6e6e6;
      margin-top: 5px;
      margin-left: 5px;
      border: 1px solid black;
      border-radius: 20px;
      padding: 10px;
      font-size: 14px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
      @media screen and (min-width: 1025px) {
        .keyword__blok-text {
          font-size: 18px;
        margin-top: 10px; } }
.knit {
  position: absolute;
  bottom: -60px;
  left: 35%;
  z-index: -1; }
  .knit__title {
    margin-left: 40%; }
  .knit__imgText {
    width: 90%;
    margin-top: 10px; }
  .knit__img {
    width: 100%; }

.marche {
  position: relative;
  margin-top: 100px; }
  @media screen and (min-width: 1025px) {
    .marche {
      max-width: 900px;
      margin: 150px auto 0; } }
  .marche__title {
    margin-left: 12%; }
  .marche__imgText {
    margin-top: 10px;
    margin-left: 5%;
    width: 45%; }
  .marche__img {
    width: 100%; }
  .marche__blok {
    margin-left: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px;
    margin-top: 10px; }
    @media screen and (max-width: 1024px) {
      .marche__blok {
        width: 18%; } }
    @media screen and (min-width: 1025px) {
      .marche__blok {
        width: 25%;
        font-size: 16px; } }
    @media screen and (max-width: 599px) {
      .marche__blok {
        width: 40%; } }
    .marche__blok-text2 {
      position: relative; }
      .marche__blok-text2::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border-top: 1px solid black;
        border-right: 1px solid black;
        -webkit-transition: all .3s;
        transition: all .3s; }

.mobile {
  position: relative;
  margin-top: 80px;
  padding-top: 10%; }
  @media screen and (min-width: 1025px) {
    .mobile {
      max-width: 900px;
      margin: 150px auto 0;
      padding-top: 15%; } }
  .mobile__mainTitle {
    position: absolute;
    top: 5%;
    left: 9%;
    color: #e6e6e6;
    font-size: 36px;
    text-align: center;
    z-index: 99;
    font-family: 'Sawarabi Mincho', sans-serif; }
    @media screen and (min-width: 1025px) {
      .mobile__mainTitle {
        font-size: 90px; } }
  .mobile__title {
    margin-top: 20px;
    margin-left: 15%; }
  .mobile__imgText {
    width: 70%;
    margin-top: 10px;
    margin-left: 11%; }
  .mobile__img {
    width: 100%; }
  .mobile__imgText2 {
    position: absolute;
    top: 0;
    right: 30px;
    width: 40%;
    z-index: 98; }
  .mobile__img2 {
    width: 100%; }
  .mobile__blok {
    margin-top: 10px;
    margin-left: 11%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px; }
    @media screen and (max-width: 1024px) {
      .mobile__blok {
        width: 32%; } }
    @media screen and (min-width: 1025px) {
      .mobile__blok {
        width: 40%;
        font-size: 16px; } }
    @media screen and (max-width: 599px) {
      .mobile__blok {
        width: 65%; } }
    .mobile__blok-text2 {
      position: relative; }
      .mobile__blok-text2::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border-top: 1px solid black;
        border-right: 1px solid black;
        -webkit-transition: all .3s;
        transition: all .3s; }
  .mobile__blok2 {
    margin-top: 20px;
    margin-left: 11%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px; }
    @media screen and (max-width: 1024px) {
      .mobile__blok2 {
        width: 32%; } }
    @media screen and (min-width: 1025px) {
      .mobile__blok2 {
        width: 40%;
        font-size: 16px; } }
    @media screen and (max-width: 599px) {
      .mobile__blok2 {
        width: 65%; } }
    .mobile__blok2-text2 {
      position: relative; }
      .mobile__blok2-text2::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border-top: 1px solid black;
        border-right: 1px solid black;
        -webkit-transition: all .3s;
        transition: all .3s; }

.muffler {
  margin: 150px auto 0; }
  @media screen and (min-width: 1025px) {
    .muffler {
      max-width: 900px;
      margin: 150px auto 0; } }
  .muffler__title {
    margin-left: 30%; }
  .muffler__box {
    width: 60%;
    margin-left: 7.5%; }
    @media screen and (min-width: 1025px) {
      .muffler__box {
        height: 660px; } }
    @media screen and (max-width: 1024px) {
      .muffler__box {
        height: auto;
      margin-bottom: 20px; }
        .muffler__box::before {
          content: "";
          display: block;
          padding-top: calc(960 / 800 * 100%);
         } }
    @media screen and (max-width: 599px) {
      .muffler__box {
        height: auto;
       }
       .muffler__box::before {
        content: "";
        display: block;
        padding-top: calc(960 / 800 * 100%);
       } }
    .muffler__box-imgText {
      width: 100%;
      margin: 10px 20% 0; }
    .muffler__box-img {
      width: 100%; }
  .muffler__blok {
    margin: 10px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px; }
    @media screen and (max-width: 1024px) {
      .muffler__blok {
        width: 20%;
        margin-left: 20%; } }
    @media screen and (min-width: 1025px) {
      .muffler__blok {
        width: 25%;
        margin-left: 20%;
        font-size: 16px; } }
    @media screen and (max-width: 599px) {
      .muffler__blok {
        width: 45%; } }
    .muffler__blok-text2 {
      position: relative; }
      .muffler__blok-text2::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border-top: 1px solid black;
        border-right: 1px solid black;
        -webkit-transition: all .3s;
        transition: all .3s; }

.rug {
  margin-top: 100px;
  margin-left: 15%; }
  @media screen and (min-width: 1025px) {
    .rug {
      max-width: 900px;
    margin-top: 150px; } }
  .rug__box-imgText {
    width: 60%;
    margin-top: 10px; }
  .rug__box-img {
    width: 100%; }
  .rug__blok {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px;
    margin-top: 10px; }
    @media screen and (max-width: 1024px) {
      .rug__blok {
        width: 13%; } }
    @media screen and (min-width: 1025px) {
      .rug__blok {
        width: 15%;
        font-size: 16px; } }
    @media screen and (max-width: 599px) {
      .rug__blok {
        width: 30%; } }
    .rug__blok-text2 {
      position: relative; }
      .rug__blok-text2::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border-top: 1px solid black;
        border-right: 1px solid black;
        -webkit-transition: all .3s;
        transition: all .3s; }

.wallet {
  position: relative;
  margin-top: 100px; }
  @media screen and (min-width: 1025px) {
    .wallet {
      max-width: 900px;
      margin: 100px auto 0; } }
  .wallet__title {
    margin-left: 50px; }
  .wallet__imgText {
    width: 43%;
    margin-top: 10px;
    margin-left: 20px; }
  .wallet__img {
    width: 100%; }
  .wallet__imgText2 {
    position: absolute;
    bottom: -90px;
    right: 20px;
    width: 43%; }
    @media screen and (min-width: 1025px) {
      .wallet__imgText2 {
        right: 40px; } }
  .wallet__img2 {
    width: 100%; }
  .wallet__blok {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 12px;
    margin-top: 10px; }
    @media screen and (max-width: 1024px) {
      .wallet__blok {
        width: 15%; } }
    @media screen and (min-width: 1025px) {
      .wallet__blok {
        width: 20%;
        font-size: 16px; } }
    @media screen and (max-width: 599px) {
      .wallet__blok {
        width: 25%; } }
    .wallet__blok-text2 {
      position: relative; }
      .wallet__blok-text2::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border-top: 1px solid black;
        border-right: 1px solid black;
        -webkit-transition: all .3s;
        transition: all .3s; }
