/* window-size + 17px */
/* -------------------------------------------------------------------

    Base Style

-------------------------------------------------------------------- */
/*  Base
--------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  color: #4E3629;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  body {
    word-break: break-all;
  }
}

* html body {
  font-size: 84%;
}

*:first-child + html body {
  font-size: 84%;
}

/*  Links
--------------------------------------- */
a {
  color: #4E3629;
  text-decoration: none;
}

a:link, a:visited {
  color: #4E3629;
  text-decoration: none;
}

a:active, a:hover, a:focus {
  color: #4E3629;
  outline: none;
  text-decoration: underline;
}

/* -------------------------------------------------------------------

    Base Style

-------------------------------------------------------------------- */
/*  Universal Reset
--------------------------------------- */
html, body, div, main, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, svg,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  background: transparent;
  zoom: 1;
}

/*  HTML5 Display Definitions
--------------------------------------- */
main, section, nav, article, aside, hgroup, menu, summary, svg,
header, footer, figure, figcaption, details, picture {
  display: block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*  Typography
--------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-size: 100%;
  font-weight: normal;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong, b {
  color: #4E3629;
  font-weight: bold;
}

sup {
  position: relative;
  top: -4px;
  vertical-align: middle;
  line-height: 0;
  font-size: 65%;
}

sub {
  position: relative;
  top: 0;
  vertical-align: middle;
  line-height: 0;
  font-size: 65%;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*  Horizontal Rule
--------------------------------------- */
hr {
  display: none;
}

/*  Embedded Content
--------------------------------------- */
img {
  border: 0;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

/*  List Content
--------------------------------------- */
ul, ol {
  list-style: none;
}

/*  Tables
--------------------------------------- */
table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
  font-weight: normal;
}

/*  Forms
--------------------------------------- */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

input {
  vertical-align: middle;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  border-radius: 0;
}

input[type="text"],
input[type="image"] {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  vertical-align: top;
  font-family: "Noto Sans JP", sans-serif;
  resize: none;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

select {
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
}

/* -------------------------------------------------------------------

    Support Module

-------------------------------------------------------------------- */
/*  Margin / Padding Adjust
--------------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 760px) {
  .mt0 {
    margin-top: 0px !important;
  }
  .mr0 {
    margin-right: 0px !important;
  }
  .mb0 {
    margin-bottom: 0px !important;
  }
  .ml0 {
    margin-left: 0px !important;
  }
  .pt0 {
    padding-top: 0px !important;
  }
  .pr0 {
    padding-right: 0px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pl0 {
    padding-left: 0px !important;
  }
  .mt5 {
    margin-top: 2.5px !important;
  }
  .mr5 {
    margin-right: 2.5px !important;
  }
  .mb5 {
    margin-bottom: 2.5px !important;
  }
  .ml5 {
    margin-left: 2.5px !important;
  }
  .pt5 {
    padding-top: 2.5px !important;
  }
  .pr5 {
    padding-right: 2.5px !important;
  }
  .pb5 {
    padding-bottom: 2.5px !important;
  }
  .pl5 {
    padding-left: 2.5px !important;
  }
  .mt10 {
    margin-top: 5px !important;
  }
  .mr10 {
    margin-right: 5px !important;
  }
  .mb10 {
    margin-bottom: 5px !important;
  }
  .ml10 {
    margin-left: 5px !important;
  }
  .pt10 {
    padding-top: 5px !important;
  }
  .pr10 {
    padding-right: 5px !important;
  }
  .pb10 {
    padding-bottom: 5px !important;
  }
  .pl10 {
    padding-left: 5px !important;
  }
  .mt15 {
    margin-top: 7.5px !important;
  }
  .mr15 {
    margin-right: 7.5px !important;
  }
  .mb15 {
    margin-bottom: 7.5px !important;
  }
  .ml15 {
    margin-left: 7.5px !important;
  }
  .pt15 {
    padding-top: 7.5px !important;
  }
  .pr15 {
    padding-right: 7.5px !important;
  }
  .pb15 {
    padding-bottom: 7.5px !important;
  }
  .pl15 {
    padding-left: 7.5px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mr20 {
    margin-right: 10px !important;
  }
  .mb20 {
    margin-bottom: 10px !important;
  }
  .ml20 {
    margin-left: 10px !important;
  }
  .pt20 {
    padding-top: 10px !important;
  }
  .pr20 {
    padding-right: 10px !important;
  }
  .pb20 {
    padding-bottom: 10px !important;
  }
  .pl20 {
    padding-left: 10px !important;
  }
  .mt25 {
    margin-top: 12.5px !important;
  }
  .mr25 {
    margin-right: 12.5px !important;
  }
  .mb25 {
    margin-bottom: 12.5px !important;
  }
  .ml25 {
    margin-left: 12.5px !important;
  }
  .pt25 {
    padding-top: 12.5px !important;
  }
  .pr25 {
    padding-right: 12.5px !important;
  }
  .pb25 {
    padding-bottom: 12.5px !important;
  }
  .pl25 {
    padding-left: 12.5px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mr30 {
    margin-right: 15px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .ml30 {
    margin-left: 15px !important;
  }
  .pt30 {
    padding-top: 15px !important;
  }
  .pr30 {
    padding-right: 15px !important;
  }
  .pb30 {
    padding-bottom: 15px !important;
  }
  .pl30 {
    padding-left: 15px !important;
  }
  .mt35 {
    margin-top: 17.5px !important;
  }
  .mr35 {
    margin-right: 17.5px !important;
  }
  .mb35 {
    margin-bottom: 17.5px !important;
  }
  .ml35 {
    margin-left: 17.5px !important;
  }
  .pt35 {
    padding-top: 17.5px !important;
  }
  .pr35 {
    padding-right: 17.5px !important;
  }
  .pb35 {
    padding-bottom: 17.5px !important;
  }
  .pl35 {
    padding-left: 17.5px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mr40 {
    margin-right: 20px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .ml40 {
    margin-left: 20px !important;
  }
  .pt40 {
    padding-top: 20px !important;
  }
  .pr40 {
    padding-right: 20px !important;
  }
  .pb40 {
    padding-bottom: 20px !important;
  }
  .pl40 {
    padding-left: 20px !important;
  }
  .mt45 {
    margin-top: 22.5px !important;
  }
  .mr45 {
    margin-right: 22.5px !important;
  }
  .mb45 {
    margin-bottom: 22.5px !important;
  }
  .ml45 {
    margin-left: 22.5px !important;
  }
  .pt45 {
    padding-top: 22.5px !important;
  }
  .pr45 {
    padding-right: 22.5px !important;
  }
  .pb45 {
    padding-bottom: 22.5px !important;
  }
  .pl45 {
    padding-left: 22.5px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
  .mr50 {
    margin-right: 25px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .ml50 {
    margin-left: 25px !important;
  }
  .pt50 {
    padding-top: 25px !important;
  }
  .pr50 {
    padding-right: 25px !important;
  }
  .pb50 {
    padding-bottom: 25px !important;
  }
  .pl50 {
    padding-left: 25px !important;
  }
  .mt55 {
    margin-top: 27.5px !important;
  }
  .mr55 {
    margin-right: 27.5px !important;
  }
  .mb55 {
    margin-bottom: 27.5px !important;
  }
  .ml55 {
    margin-left: 27.5px !important;
  }
  .pt55 {
    padding-top: 27.5px !important;
  }
  .pr55 {
    padding-right: 27.5px !important;
  }
  .pb55 {
    padding-bottom: 27.5px !important;
  }
  .pl55 {
    padding-left: 27.5px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .mr60 {
    margin-right: 30px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .ml60 {
    margin-left: 30px !important;
  }
  .pt60 {
    padding-top: 30px !important;
  }
  .pr60 {
    padding-right: 30px !important;
  }
  .pb60 {
    padding-bottom: 30px !important;
  }
  .pl60 {
    padding-left: 30px !important;
  }
  .mt65 {
    margin-top: 32.5px !important;
  }
  .mr65 {
    margin-right: 32.5px !important;
  }
  .mb65 {
    margin-bottom: 32.5px !important;
  }
  .ml65 {
    margin-left: 32.5px !important;
  }
  .pt65 {
    padding-top: 32.5px !important;
  }
  .pr65 {
    padding-right: 32.5px !important;
  }
  .pb65 {
    padding-bottom: 32.5px !important;
  }
  .pl65 {
    padding-left: 32.5px !important;
  }
  .mt70 {
    margin-top: 35px !important;
  }
  .mr70 {
    margin-right: 35px !important;
  }
  .mb70 {
    margin-bottom: 35px !important;
  }
  .ml70 {
    margin-left: 35px !important;
  }
  .pt70 {
    padding-top: 35px !important;
  }
  .pr70 {
    padding-right: 35px !important;
  }
  .pb70 {
    padding-bottom: 35px !important;
  }
  .pl70 {
    padding-left: 35px !important;
  }
  .mt75 {
    margin-top: 37.5px !important;
  }
  .mr75 {
    margin-right: 37.5px !important;
  }
  .mb75 {
    margin-bottom: 37.5px !important;
  }
  .ml75 {
    margin-left: 37.5px !important;
  }
  .pt75 {
    padding-top: 37.5px !important;
  }
  .pr75 {
    padding-right: 37.5px !important;
  }
  .pb75 {
    padding-bottom: 37.5px !important;
  }
  .pl75 {
    padding-left: 37.5px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
  .mr80 {
    margin-right: 40px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .ml80 {
    margin-left: 40px !important;
  }
  .pt80 {
    padding-top: 40px !important;
  }
  .pr80 {
    padding-right: 40px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .pl80 {
    padding-left: 40px !important;
  }
  .mt85 {
    margin-top: 42.5px !important;
  }
  .mr85 {
    margin-right: 42.5px !important;
  }
  .mb85 {
    margin-bottom: 42.5px !important;
  }
  .ml85 {
    margin-left: 42.5px !important;
  }
  .pt85 {
    padding-top: 42.5px !important;
  }
  .pr85 {
    padding-right: 42.5px !important;
  }
  .pb85 {
    padding-bottom: 42.5px !important;
  }
  .pl85 {
    padding-left: 42.5px !important;
  }
  .mt90 {
    margin-top: 45px !important;
  }
  .mr90 {
    margin-right: 45px !important;
  }
  .mb90 {
    margin-bottom: 45px !important;
  }
  .ml90 {
    margin-left: 45px !important;
  }
  .pt90 {
    padding-top: 45px !important;
  }
  .pr90 {
    padding-right: 45px !important;
  }
  .pb90 {
    padding-bottom: 45px !important;
  }
  .pl90 {
    padding-left: 45px !important;
  }
  .mt95 {
    margin-top: 47.5px !important;
  }
  .mr95 {
    margin-right: 47.5px !important;
  }
  .mb95 {
    margin-bottom: 47.5px !important;
  }
  .ml95 {
    margin-left: 47.5px !important;
  }
  .pt95 {
    padding-top: 47.5px !important;
  }
  .pr95 {
    padding-right: 47.5px !important;
  }
  .pb95 {
    padding-bottom: 47.5px !important;
  }
  .pl95 {
    padding-left: 47.5px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mr100 {
    margin-right: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .ml100 {
    margin-left: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .pr100 {
    padding-right: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
  .pl100 {
    padding-left: 50px !important;
  }
}

/*  Table Cell Adjust
--------------------------------------- */
.pct0 {
  width: 0%;
}

.pct1 {
  width: 1%;
}

.pct2 {
  width: 2%;
}

.pct3 {
  width: 3%;
}

.pct4 {
  width: 4%;
}

.pct5 {
  width: 5%;
}

.pct6 {
  width: 6%;
}

.pct7 {
  width: 7%;
}

.pct8 {
  width: 8%;
}

.pct9 {
  width: 9%;
}

.pct10 {
  width: 10%;
}

.pct11 {
  width: 11%;
}

.pct12 {
  width: 12%;
}

.pct13 {
  width: 13%;
}

.pct14 {
  width: 14%;
}

.pct15 {
  width: 15%;
}

.pct16 {
  width: 16%;
}

.pct17 {
  width: 17%;
}

.pct18 {
  width: 18%;
}

.pct19 {
  width: 19%;
}

.pct20 {
  width: 20%;
}

.pct21 {
  width: 21%;
}

.pct22 {
  width: 22%;
}

.pct23 {
  width: 23%;
}

.pct24 {
  width: 24%;
}

.pct25 {
  width: 25%;
}

.pct26 {
  width: 26%;
}

.pct27 {
  width: 27%;
}

.pct28 {
  width: 28%;
}

.pct29 {
  width: 29%;
}

.pct30 {
  width: 30%;
}

.pct31 {
  width: 31%;
}

.pct32 {
  width: 32%;
}

.pct33 {
  width: 33%;
}

.pct34 {
  width: 34%;
}

.pct35 {
  width: 35%;
}

.pct36 {
  width: 36%;
}

.pct37 {
  width: 37%;
}

.pct38 {
  width: 38%;
}

.pct39 {
  width: 39%;
}

.pct40 {
  width: 40%;
}

.pct41 {
  width: 41%;
}

.pct42 {
  width: 42%;
}

.pct43 {
  width: 43%;
}

.pct44 {
  width: 44%;
}

.pct45 {
  width: 45%;
}

.pct46 {
  width: 46%;
}

.pct47 {
  width: 47%;
}

.pct48 {
  width: 48%;
}

.pct49 {
  width: 49%;
}

.pct50 {
  width: 50%;
}

.pct51 {
  width: 51%;
}

.pct52 {
  width: 52%;
}

.pct53 {
  width: 53%;
}

.pct54 {
  width: 54%;
}

.pct55 {
  width: 55%;
}

.pct56 {
  width: 56%;
}

.pct57 {
  width: 57%;
}

.pct58 {
  width: 58%;
}

.pct59 {
  width: 59%;
}

.pct60 {
  width: 60%;
}

.pct61 {
  width: 61%;
}

.pct62 {
  width: 62%;
}

.pct63 {
  width: 63%;
}

.pct64 {
  width: 64%;
}

.pct65 {
  width: 65%;
}

.pct66 {
  width: 66%;
}

.pct67 {
  width: 67%;
}

.pct68 {
  width: 68%;
}

.pct69 {
  width: 69%;
}

.pct70 {
  width: 70%;
}

.pct71 {
  width: 71%;
}

.pct72 {
  width: 72%;
}

.pct73 {
  width: 73%;
}

.pct74 {
  width: 74%;
}

.pct75 {
  width: 75%;
}

.pct76 {
  width: 76%;
}

.pct77 {
  width: 77%;
}

.pct78 {
  width: 78%;
}

.pct79 {
  width: 79%;
}

.pct80 {
  width: 80%;
}

.pct81 {
  width: 81%;
}

.pct82 {
  width: 82%;
}

.pct83 {
  width: 83%;
}

.pct84 {
  width: 84%;
}

.pct85 {
  width: 85%;
}

.pct86 {
  width: 86%;
}

.pct87 {
  width: 87%;
}

.pct88 {
  width: 88%;
}

.pct89 {
  width: 89%;
}

.pct90 {
  width: 90%;
}

.pct91 {
  width: 91%;
}

.pct92 {
  width: 92%;
}

.pct93 {
  width: 93%;
}

.pct94 {
  width: 94%;
}

.pct95 {
  width: 95%;
}

.pct96 {
  width: 96%;
}

.pct97 {
  width: 97%;
}

.pct98 {
  width: 98%;
}

.pct99 {
  width: 99%;
}

.pct100 {
  width: 100%;
}

/*  Text Align
--------------------------------------- */
.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

@media screen and (max-width: 760px) {
  .sp-left {
    text-align: left !important;
  }
  .sp-center {
    text-align: center !important;
  }
  .sp-right {
    text-align: right !important;
  }
}

/*  Vertical Align
--------------------------------------- */
.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

/*  Border
--------------------------------------- */
.img-border img {
  border: 1px solid #c6c9d3;
}

.bt-none {
  border-top: none !important;
}

.br-none {
  border-right: none !important;
}

.bb-none {
  border-bottom: none !important;
}

.bl-none {
  border-left: none !important;
}

/*  Font Size
--------------------------------------- */
.font-small {
  font-size: 84% !important;
}

.font-large {
  font-size: 109% !important;
}

@media screen and (max-width: 768px) {
  .font-large {
    font-size: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-font-small {
    font-size: 84% !important;
  }
}

/*  Forced Line Break
--------------------------------------- */
.sp-br-none {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-br-none {
    display: none;
  }
}

.sp-br-block {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br-block {
    display: block;
  }
}

.tb-br-none {
  display: block;
}

@media screen and (max-width: 1064px) {
  .tb-br-none {
    display: none;
  }
}

.tb-br-block {
  display: none;
}

@media screen and (max-width: 1064px) {
  .tb-br-block {
    display: block;
  }
}

/*  Display Switch
--------------------------------------- */
.sp-block {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

/*  Img Width Adjust
--------------------------------------- */
.w-100 {
  width: 100%;
}

.m-w100 {
  max-width: 100% !important;
  width: auto !important;
}

.w-auto {
  width: auto !important;
}

/*  Clear Fix
--------------------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* -------------------------------------------------------------------

    base

-------------------------------------------------------------------- */
html {
  background: #fff;
}

body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  background-color: #fff;
  background-image: url(../images/backnoize_pattern.jpg);
  background-repeat: repeat;
  color: #4E3629;
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast !important;
  height: auto;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .sp_none {
    display: none;
  }
}

.clearfix {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 1.5s, visibility 1.5s, -webkit-transform 1.2s;
  transition: opacity 1.5s, visibility 1.5s, -webkit-transform 1.2s;
  transition: opacity 1.5s, visibility 1.5s, transform 1.2s;
  transition: opacity 1.5s, visibility 1.5s, transform 1.2s, -webkit-transform 1.2s;
}

.fadein.is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fadein_2,
.fadein_3 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.5s, visibility 1.5s, -webkit-transform 2.0s;
  transition: opacity 1.5s, visibility 1.5s, -webkit-transform 2.0s;
  transition: opacity 1.5s, visibility 1.5s, transform 2.0s;
  transition: opacity 1.5s, visibility 1.5s, transform 2.0s, -webkit-transform 2.0s;
}

.fadein_2.is-fadein,
.fadein_3.is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* -------------------------------------------------------------------

    open

-------------------------------------------------------------------- */
#openLoading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FAD20F;
  background-image: url(../images/backnoize_pattern_yel.jpg);
  background-repeat: repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  position: fixed;
  z-index: 100;
  width: 100%;
}

#openLoading > figure {
  width: 200px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 1024px) {
  #openLoading > figure {
    width: 125px;
  }
}

.logo-loaded #openLoading > figure {
  opacity: 1;
}

.page-loaded #openLoading {
  display: none;
}

#pageWrap {
  opacity: 0;
  display: block;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.page-loaded #pageWrap {
  opacity: 1;
}

/* -------------------------------------------------------------------

    header

-------------------------------------------------------------------- */
#header {
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100px;
  padding: 30px 50px 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  #header {
    padding: 30px 20px 0;
  }
}

#header.is-active .headerWrapper .headerInner .logo a #headerLogo .cls-2 {
  fill: #FAD20F;
}

#header.is-active .headerWrapper .headerInner .glonav .navigation .nav01 li a {
  color: #4E3629;
}

#header.is-active .headerWrapper .headerInner .shop a {
  color: #4E3629;
}

#header.is-active.is-yellow .headerWrapper .headerInner .logo a #headerLogo .cls-2 {
  fill: #fff;
}

@media screen and (max-width: 1024px) {
  #header.is-active.is-yellow .headerWrapper .headerInner .logo a #headerLogo_sp_1 .cls-1 {
    fill: #fff;
  }
}

#header.is-active.is-yellow .headerWrapper .headerInner .glonav .navigation .nav01 li a {
  color: #fff;
}

#header.is-active.is-yellow .headerWrapper .headerInner .shop a {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #header.is-active.is-yellow .headerWrapper .headerInner .spBtn #menuButton span {
    background-color: #fff;
  }
}

#header.is-active.is-yellow.is-white .headerWrapper .headerInner .logo a #headerLogo .cls-2 {
  fill: #FAD20F;
}

@media screen and (max-width: 1024px) {
  #header.is-active.is-yellow.is-white .headerWrapper .headerInner .logo a #headerLogo_sp_1 .cls-1 {
    fill: #FAD20F;
  }
}

#header.is-active.is-yellow.is-white .headerWrapper .headerInner .glonav .navigation .nav01 li a {
  color: #4E3629;
}

#header.is-active.is-yellow.is-white .headerWrapper .headerInner .shop a {
  color: #4E3629;
}

@media screen and (max-width: 1024px) {
  #header.is-active.is-yellow.is-white .headerWrapper .headerInner .spBtn #menuButton span {
    background-color: #FAD20F;
  }
}

@media screen and (max-width: 1024px) {
  #header.is-nav .headerWrapper .headerInner .logo a #headerLogo_sp_1 .cls-1 {
    fill: #FAD20F !important;
  }
}

@media screen and (max-width: 1024px) {
  #header.is-nav .headerWrapper .headerInner .spBtn #menuButton span {
    background-color: #FAD20F !important;
  }
}

#header .headerWrapper .headerInner {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .headerWrapper .headerInner .logo {
  width: 190px;
}

@media screen and (max-width: 1024px) {
  #header .headerWrapper .headerInner .logo {
    width: 44px;
  }
}

#header .headerWrapper .headerInner .logo a {
  display: block;
}

#header .headerWrapper .headerInner .logo a #headerLogo .cls-2 {
  fill: #fff;
}

#header .headerWrapper .headerInner .logo a #headerLogo_sp_1 .cls-1 {
  fill: #FAD20F;
}

#header .headerWrapper .headerInner .logo.is-nav a #headerLogo_sp_1 .cls-1 {
  fill: #FAD20F !important;
}

@media screen and (max-width: 1024px) {
  #header .headerWrapper .headerInner .glonav {
    display: none;
    opacity: 0;
  }
  #header .headerWrapper .headerInner .glonav.is-active {
    -webkit-animation: fade-in 0.5s ease-in 0s forwards;
            animation: fade-in 0.5s ease-in 0s forwards;
    opacity: 1;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 190px 80px 80px;
    overflow-y: auto;
  }
}

#header .headerWrapper .headerInner .glonav .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  #header .headerWrapper .headerInner .glonav .navigation {
    display: block;
  }
}

#header .headerWrapper .headerInner .glonav .navigation .nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  #header .headerWrapper .headerInner .glonav .navigation .nav01 {
    display: block;
  }
}

#header .headerWrapper .headerInner .glonav .navigation .nav01 li {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  #header .headerWrapper .headerInner .glonav .navigation .nav01 li {
    padding: 0;
    margin-bottom: 50px;
  }
}

#header .headerWrapper .headerInner .glonav .navigation .nav01 li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  #header .headerWrapper .headerInner .glonav .navigation .nav01 li a {
    font-size: 16px;
    line-height: 1;
    color: #4E3629 !important;
  }
}

#header .headerWrapper .headerInner .glonav .navigation .nav01 li a:hover {
  color: #FAD20F;
  text-decoration: none;
}

#header .headerWrapper .headerInner .shop a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  #header .headerWrapper .headerInner .shop a {
    color: #4E3629 !important;
  }
}

#header .headerWrapper .headerInner .shop a:hover {
  color: #FAD20F;
  text-decoration: none;
}

#header .headerWrapper .headerInner .spBtn {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 20px;
}

@media screen and (max-width: 1024px) {
  #header .headerWrapper .headerInner .spBtn {
    display: block;
  }
}

#header .headerWrapper .headerInner .spBtn #menuButton {
  position: relative;
  width: 50px;
  height: 50px;
}

#header .headerWrapper .headerInner .spBtn #menuButton.is-active span:first-child {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

#header .headerWrapper .headerInner .spBtn #menuButton.is-active span:nth-child(2) {
  opacity: 0;
}

#header .headerWrapper .headerInner .spBtn #menuButton.is-active span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
          transform: translateY(-11px) rotate(-45deg);
}

#header .headerWrapper .headerInner .spBtn #menuButton span {
  width: 25px;
  display: block;
  position: absolute;
  height: 1px;
  background: #FAD20F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .headerWrapper .headerInner .spBtn #menuButton span:first-child {
  top: 10px;
  left: 10px;
}

#header .headerWrapper .headerInner .spBtn #menuButton span:nth-child(2) {
  top: 20px;
  left: 10px;
}

#header .headerWrapper .headerInner .spBtn #menuButton span:nth-child(3) {
  top: 31px;
  left: 10px;
}

/* -------------------------------------------------------------------

    top mv

-------------------------------------------------------------------- */
#mv {
  height: 100vh;
  overflow: hidden;
  width: 100%;
}

#mv #topSlider {
  height: 100vh;
  overflow: hidden;
  width: 100%;
}

#mv #topSlider .item {
  height: 100vh;
  width: 100%;
}

#mv #topSlider .item.slick-active img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#mv #topSlider .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 15s;
  transition: 15s;
}

/* -------------------------------------------------------------------

    top_about

-------------------------------------------------------------------- */
#top_about {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 250px 50px 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #top_about {
    padding: 70px 20px 0;
  }
}

#top_about .wrapper .headLine {
  position: absolute;
  left: 95px;
  top: 250px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

@media screen and (max-width: 1024px) {
  #top_about .wrapper .headLine {
    position: relative;
    left: 20px;
    top: inherit;
    margin-bottom: 70px;
  }
}

#top_about .wrapper .headLine h2 {
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #top_about .wrapper .headLine h2 {
    font-size: 25px;
  }
}

#top_about .wrapper .aboutText {
  max-width: 996px;
  margin: 0 auto;
  padding: 0 120px;
  margin-bottom: 250px;
}

@media screen and (max-width: 1024px) {
  #top_about .wrapper .aboutText {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    margin-top: 150px;
    margin-bottom: 125px;
  }
}

#top_about .wrapper .aboutText h3 {
  font-size: 57px;
  line-height: 1;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  margin-bottom: 54px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #top_about .wrapper .aboutText h3 {
    font-size: 35px;
    margin-bottom: 70px;
  }
}

#top_about .wrapper .aboutText h4 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 25px;
}

#top_about .wrapper .aboutText p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  #top_about .wrapper .aboutText p {
    font-size: 14px;
  }
}

#top_about .wrapper .aboutImage {
  position: relative;
  z-index: 2;
}

#top_about .wrapper .aboutImage figure {
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #top_about .wrapper .aboutImage figure {
    height: 500px;
    overflow: hidden;
  }
  #top_about .wrapper .aboutImage figure .simpleParallax {
    height: 100%;
  }
}

#top_about .wrapper .aboutImage figure img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #top_about .wrapper .aboutImage figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#top_about .wrapper .aboutImage::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: '';
  width: 100vw;
  height: 50%;
  background-color: #FAD20F;
  background-image: url(../images/backnoize_pattern_yel.jpg);
  background-repeat: repeat;
  left: -50px;
  top: 50%;
}

@media screen and (max-width: 1024px) {
  #top_about .wrapper .aboutImage::before {
    left: -20px;
  }
}

/* -------------------------------------------------------------------

    top_history

-------------------------------------------------------------------- */
#top_history {
  background-color: #FAD20F;
  background-image: url(../images/backnoize_pattern_yel.jpg);
  background-repeat: repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 250px 50px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #top_history {
    padding: 125px 20px;
  }
}

#top_history .wrapper {
  position: relative;
}

#top_history .wrapper .headLine {
  position: absolute;
  right: 0;
  top: 196px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

@media screen and (max-width: 1024px) {
  #top_history .wrapper .headLine {
    top: 165px;
  }
}

#top_history .wrapper .headLine h2 {
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #top_history .wrapper .headLine h2 {
    font-size: 25px;
  }
}

#top_history .wrapper .historyCnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  #top_history .wrapper .historyCnt {
    display: block;
  }
}

#top_history .wrapper .historyCnt .historyImage {
  margin-left: -50px;
  width: calc(50% - 20px);
}

@media screen and (max-width: 1024px) {
  #top_history .wrapper .historyCnt .historyImage {
    margin-left: -20px;
    width: calc(100% - 25px);
  }
}

#top_history .wrapper .historyCnt .historyText {
  width: calc(50% - 25px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 60px;
  margin-top: -10px;
}

@media screen and (max-width: 1024px) {
  #top_history .wrapper .historyCnt .historyText {
    width: 100%;
    padding: 0;
    margin-top: 0px;
  }
}

#top_history .wrapper .historyCnt .historyText .historyCnt {
  max-width: 500px;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  #top_history .wrapper .historyCnt .historyText .historyCnt {
    font-size: 14px;
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 1024px) {
  #top_history .wrapper .historyCnt .historyText .historyLogo {
    text-align: center;
  }
}

#top_history .wrapper .historyCnt .historyText .historyLogo img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #top_history .wrapper .historyCnt .historyText .historyLogo img {
    max-width: 400px;
  }
}

/* -------------------------------------------------------------------

    top_feature

-------------------------------------------------------------------- */
#top_feature {
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #top_feature {
    padding-top: 60px;
  }
}

#top_feature .wrapper .headLine {
  position: absolute;
  left: 95px;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: 5;
}

@media screen and (max-width: 1024px) {
  #top_feature .wrapper .headLine {
    left: 40px;
  }
}

#top_feature .wrapper .headLine h2 {
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #top_feature .wrapper .headLine h2 {
    font-size: 25px;
  }
}

#top_feature .wrapper .featureList {
  position: relative;
  z-index: 2;
  width: 100%;
}

#top_feature .wrapper .featureList:before {
  height: calc(50% + 100px);
  position: absolute;
  z-index: -1;
  content: '';
  width: 100vw;
  display: block;
  left: 0;
  top: -100px;
  background-color: #FAD20F;
  background-image: url(../images/backnoize_pattern_yel.jpg);
  background-repeat: repeat;
}

#top_feature .wrapper .featureList .post {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#top_feature .wrapper .featureList .post a {
  display: block;
  overflow: hidden;
}

#top_feature .wrapper .featureList .post a img {
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

#top_feature .wrapper .featureList .post a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/* -------------------------------------------------------------------

    top_news

-------------------------------------------------------------------- */
#top_news {
  width: 100%;
  margin: 0 auto 150px;
  max-width: 996px;
  padding: 120px 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  #top_news {
    padding: 60px 30px 0;
    margin: 0 auto 100px;
  }
}

#top_news .wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  #top_news .wrapper {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  #top_news .wrapper .headLine {
    margin-bottom: 25px;
  }
}

#top_news .wrapper .headLine h2 {
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #top_news .wrapper .headLine h2 {
    font-size: 25px;
  }
}

#top_news .wrapper .newsList {
  width: 640px;
}

@media screen and (max-width: 1024px) {
  #top_news .wrapper .newsList {
    width: 100%;
  }
}

#top_news .wrapper .newsList li {
  margin-bottom: 20px;
}

#top_news .wrapper .newsList li a {
  display: block;
  padding-left: 140px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  #top_news .wrapper .newsList li a {
    padding-left: 0px;
  }
}

#top_news .wrapper .newsList li a:hover {
  color: #FAD20F;
}

#top_news .wrapper .newsList li a .date {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  #top_news .wrapper .newsList li a .date {
    position: relative;
    font-size: 12px;
    left: inherit;
    top: inherit;
    margin-bottom: 7px;
  }
}

#top_news .wrapper .newsList li a h3 {
  font-size: 14px;
  font-weight: bold;
}

#top_news .shopLink {
  margin-top: 115px;
}

@media screen and (max-width: 1024px) {
  #top_news .shopLink {
    margin-top: 60px;
  }
}

#top_news .shopLink a {
  display: block;
  line-height: 110px;
  width: 100%;
  border: 1px solid #FAD20F;
  font-size: 20px;
  font-weight: bold;
  color: #FAD20F;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  #top_news .shopLink a {
    line-height: 90px;
    font-size: 16px;
  }
}

#top_news .shopLink a:hover {
  background-color: #FAD20F;
  color: #fff;
  text-decoration: none;
}

/* -------------------------------------------------------------------

    top_insta

-------------------------------------------------------------------- */
#top_insta .wrapper {
  margin: 0 auto;
  max-width: 996px;
}

#top_insta .wrapper .headLine h2 {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #top_insta .wrapper .headLine h2 {
    margin-bottom: 30px;
  }
}

/* -------------------------------------------------------------------

    footer

-------------------------------------------------------------------- */
#footer {
  margin-top: 200px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 90px 50px;
}

@media screen and (max-width: 1024px) {
  #footer {
    margin-top: 90px;
    padding: 0 20px 50px;
  }
}

#footer .footerwrapper .footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  #footer .footerwrapper .footerInner {
    display: block;
  }
}

#footer .footerwrapper .footerInner .sns_sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  #footer .footerwrapper .footerInner .sns_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 90px;
  }
}

#footer .footerwrapper .footerInner .sns_sp li {
  width: 32px;
  margin-left: 30px;
}

#footer .footerwrapper .footerInner .sns_sp li:first-child {
  margin-left: 0;
}

#footer .footerwrapper .footerInner .footerLogo {
  width: 120px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #footer .footerwrapper .footerInner .footerLogo {
    width: 100%;
    text-align: center;
  }
  #footer .footerwrapper .footerInner .footerLogo img {
    width: 90px;
  }
}

#footer .footerwrapper .footerInner .footerLogo .thanks {
  position: absolute;
  top: 155px;
  left: 190px;
  font-size: 12px;
  width: 300px;
}

@media screen and (max-width: 1024px) {
  #footer .footerwrapper .footerInner .footerLogo .thanks {
    position: relative;
    top: inherit;
    left: inherit;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
}

#footer .footerwrapper .footerInner .footerLogo .thanks span {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #footer .footerwrapper .footerInner .footerLogo .thanks span {
    display: block;
  }
}

#footer .footerwrapper .footerInner .footerLogo .copy {
  position: absolute;
  top: 180px;
  left: 190px;
  font-size: 12px;
  width: 300px;
}

#footer .footerwrapper .footerInner .footerNav {
  padding-top: 28px;
}

@media screen and (max-width: 1024px) {
  #footer .footerwrapper .footerInner .footerNav {
    padding-top: 0;
  }
}

#footer .footerwrapper .footerInner .footerNav .footerLink01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px;
}

@media screen and (max-width: 1024px) {
  #footer .footerwrapper .footerInner .footerNav .footerLink01 {
    display: none;
  }
}

#footer .footerwrapper .footerInner .footerNav .footerLink01 li {
  margin-left: 80px;
}

#footer .footerwrapper .footerInner .footerNav .footerLink01 li a {
  font-size: 15px;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

#footer .footerwrapper .footerInner .footerNav .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  #footer .footerwrapper .footerInner .footerNav .sns {
    display: none;
  }
}

#footer .footerwrapper .footerInner .footerNav .sns li {
  width: 32px;
  margin-left: 30px;
}

#footer .footerwrapper .footerInner .footerNav .footerLink02 {
  margin-top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  #footer .footerwrapper .footerInner .footerNav .footerLink02 {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer .footerwrapper .footerInner .footerNav .footerLink02 li {
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  #footer .footerwrapper .footerInner .footerNav .footerLink02 li {
    margin-left: 0px;
    padding: 0 20px;
  }
}

#footer .footerwrapper .footerInner .footerNav .footerLink02 li a {
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1024px) {
  #footer .footerwrapper .footerInner .footerNav .footerLink02 li a {
    font-size: 12px;
  }
}

#footer .footerwrapper > .thanks {
  display: none;
}

@media screen and (max-width: 1024px) {
  #footer .footerwrapper > .thanks {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #footer .footerwrapper > .thanks span {
    display: block;
    font-weight: bold;
  }
}

#footer .footerwrapper > .copy {
  display: none;
}

@media screen and (max-width: 1024px) {
  #footer .footerwrapper > .copy {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-bottom: 50px;
  }
}

/* -------------------------------------------------------------------

    news list

-------------------------------------------------------------------- */
#list_news {
  width: 100%;
  margin: 0 auto 150px;
  max-width: 996px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  #list_news {
    padding: 0 30px 0;
    margin: 0 auto 100px;
  }
}

#list_news .wrapper .headLine {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  #list_news .wrapper .headLine {
    margin-bottom: 25px;
  }
}

#list_news .wrapper .headLine h2 {
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #list_news .wrapper .headLine h2 {
    font-size: 25px;
  }
}

#list_news .wrapper .newsList {
  width: 640px;
}

@media screen and (max-width: 1024px) {
  #list_news .wrapper .newsList {
    width: 100%;
  }
}

#list_news .wrapper .newsList li {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  #list_news .wrapper .newsList li {
    margin-bottom: 20px;
  }
}

#list_news .wrapper .newsList li a {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  #list_news .wrapper .newsList li a {
    padding-left: 0px;
  }
}

#list_news .wrapper .newsList li a:hover {
  color: #FAD20F;
}

#list_news .wrapper .newsList li a .date {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  #list_news .wrapper .newsList li a .date {
    position: relative;
    font-size: 12px;
    left: inherit;
    top: inherit;
    margin-bottom: 7px;
  }
}

#list_news .wrapper .newsList li a h3 {
  font-size: 14px;
  font-weight: bold;
}

#list_news .pageNav {
  margin-top: 120px;
}

#list_news .pageNav .wp-pagenavi {
  text-align: center;
  vertical-align: baseline;
}

#list_news .pageNav .wp-pagenavi span, #list_news .pageNav .wp-pagenavi a {
  border: none;
  padding: 0;
  margin: 0 15px;
  font-size: 12px;
  vertical-align: baseline;
}

@media screen and (max-width: 1024px) {
  #list_news .pageNav .wp-pagenavi span, #list_news .pageNav .wp-pagenavi a {
    margin: 0 10px;
  }
}

#list_news .pageNav .wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#list_news .pageNav .wp-pagenavi a:hover {
  color: #FAD20F;
}

#list_news .pageNav .wp-pagenavi .nextpostslink {
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  #list_news .pageNav .wp-pagenavi .nextpostslink {
    margin-left: 20px;
  }
}

#list_news .pageNav .wp-pagenavi .previouspostslink {
  margin-right: 50px;
}

@media screen and (max-width: 1024px) {
  #list_news .pageNav .wp-pagenavi .previouspostslink {
    margin-right: 20px;
  }
}

/* -------------------------------------------------------------------

    news single

-------------------------------------------------------------------- */
#main.under {
  padding-top: 160px;
}

#singleNews {
  width: 100%;
  margin: 0 auto 150px;
  max-width: 996px;
  padding: 0 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  #singleNews {
    padding: 0 20px 0;
  }
}

#singleNews .singleBox h2 {
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  font-size: 30px;
  line-height: 1.5;
  margin: 0 0 60px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #singleNews .singleBox h2 {
    font-size: 24px;
  }
}

#singleNews .singleBox .dateband {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

#singleNews .singleBox .singleContent {
  line-height: 1.8;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  #singleNews .singleBox .singleContent {
    font-size: 14px;
  }
}

#singleNews .singleBox .singleContent p {
  margin-bottom: 20px;
}

#singleNews .singleBox .singleContent a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#singleNews .singleBox .singleContent a:hover {
  color: #FAD20F;
}

#singleNews .back {
  font-size: 14px;
  margin-top: 80px;
}

#singleNews .back a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}

#singleNews .back a:hover {
  color: #FAD20F;
}

#singleNews .prevnext {
  font-size: 10px;
  margin-top: 80px;
}

#singleNews .prevnext a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#singleNews .prevnext a:hover {
  color: #FAD20F;
}

#singleNews .prevnext .prev {
  float: left;
}

#singleNews .prevnext .next {
  float: right;
}

/* -------------------------------------------------------------------

    page

-------------------------------------------------------------------- */
#pageWrapper {
  width: 100%;
  margin: 0 auto 150px;
  max-width: 996px;
  padding: 0 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  #pageWrapper {
    padding: 0 20px 0;
  }
}

#pageWrapper h2 {
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  font-size: 30px;
  line-height: 1.5;
  margin: 0 0 60px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #pageWrapper h2 {
    font-size: 24px;
  }
}

#pageWrapper .pageContent {
  line-height: 1.8;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  #pageWrapper .pageContent {
    font-size: 14px;
  }
}

#pageWrapper .pageContent .sec {
  margin-bottom: 50px;
}

#pageWrapper .pageContent h3 {
  font-weight: bold;
  font-size: 16px;
}

#pageWrapper .pageContent p {
  margin-bottom: 20px;
}

#pageWrapper .pageContent a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#pageWrapper .pageContent a:hover {
  color: #FAD20F;
}

#pageWrapper .pageContent #contactForm .lead {
  font-size: 16px;
  margin-bottom: 0;
}

#pageWrapper .pageContent #contactForm .note {
  font-size: 12px;
}

#pageWrapper .pageContent #contactForm .pb {
  margin: 50px 0;
}

#pageWrapper .pageContent #contactForm .send {
  margin: 30px auto;
  text-align: center;
  max-width: 400px;
}

#pageWrapper .pageContent #contactForm .send input {
  cursor: pointer;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  line-height: 60px;
  width: 100%;
  border: 1px solid #4E3629;
  font-size: 20px;
  font-weight: bold;
  color: #4E3629;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 1024px) {
  #pageWrapper .pageContent #contactForm .send input {
    font-size: 16px;
    line-height: 50px;
  }
}

#pageWrapper .pageContent #contactForm .send input:hover {
  background-color: #4E3629;
  color: #fff;
  text-decoration: none;
}

#pageWrapper .pageContent #contactForm table {
  width: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  #pageWrapper .pageContent #contactForm table {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #pageWrapper .pageContent #contactForm table tbody {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #pageWrapper .pageContent #contactForm table tbody tr {
    display: block;
    width: 100%;
  }
}

#pageWrapper .pageContent #contactForm table tbody tr th {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px;
}

@media screen and (max-width: 1024px) {
  #pageWrapper .pageContent #contactForm table tbody tr th {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 5px;
  }
}

#pageWrapper .pageContent #contactForm table tbody tr td {
  font-size: 14px;
  padding: 10px 10px;
}

@media screen and (max-width: 1024px) {
  #pageWrapper .pageContent #contactForm table tbody tr td {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
}

#pageWrapper .pageContent #contactForm table tbody tr td input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  margin: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pageWrapper .pageContent #contactForm table tbody tr td textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  margin: 0;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* -------------------------------------------------------------------

    feature single

-------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  #singleFeature {
    margin-top: -30px;
  }
}

#singleFeature .wrapper .singleContent .ft_mv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  width: 100%;
  margin-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_mv {
    padding-left: 20px;
    margin-bottom: 70px;
  }
}

#singleFeature .wrapper .singleContent .ft_mv .inner {
  position: relative;
  height: 940px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_mv .inner {
    height: 540px;
    padding: 20px 15px;
  }
}

#singleFeature .wrapper .singleContent .ft_mv .inner .image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

#singleFeature .wrapper .singleContent .ft_mv .inner .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#singleFeature .wrapper .singleContent .ft_mv .inner .sub {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_mv .inner .sub {
    font-size: 13px;
  }
}

#singleFeature .wrapper .singleContent .ft_mv .inner h2 {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_mv .inner h2 {
    font-size: 40px;
    word-break: keep-all;
  }
}

#singleFeature .wrapper .singleContent .ft_text01 {
  max-width: 720px;
  margin: 0 auto 120px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_text01 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    margin: 0 auto 70px;
  }
}

#singleFeature .wrapper .singleContent .ft_text01 h3 {
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_text01 h3 {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }
}

#singleFeature .wrapper .singleContent .ft_text01 p {
  font-size: 15px;
  line-height: 2;
}

#singleFeature .wrapper .singleContent .ft_image_col01 {
  max-width: 1500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
  margin: 0 auto 120px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_image_col01 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto 70px;
  }
}

#singleFeature .wrapper .singleContent .ft_image_col01 img {
  width: 100%;
}

#singleFeature .wrapper .singleContent .ft_image_col01_full {
  margin: 0 auto 120px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_image_col01_full {
    margin: 0 auto 70px;
  }
}

#singleFeature .wrapper .singleContent .ft_image_col01_full img {
  width: 100%;
}

#singleFeature .wrapper .singleContent .ft_image_col02_full {
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_image_col02_full {
    margin: 0 auto 70px;
    display: block;
  }
}

#singleFeature .wrapper .singleContent .ft_image_col02_full p {
  width: calc(50% - 25px);
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_image_col02_full p {
    width: 100%;
    margin-bottom: 10px;
  }
  #singleFeature .wrapper .singleContent .ft_image_col02_full p:last-child {
    margin-bottom: 0;
  }
}

#singleFeature .wrapper .singleContent .ft_image_text01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1246px;
  margin: 0 auto 120px;
  padding: 0 50px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_image_text01 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 70px;
    padding: 0;
  }
}

#singleFeature .wrapper .singleContent .ft_image_text01 img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_image_text01 img {
    display: block;
  }
}

#singleFeature .wrapper .singleContent .ft_image_text01 .col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_image_text01 .col02 {
    margin-top: 10px;
    display: block;
  }
}

#singleFeature .wrapper .singleContent .ft_image_text01 .col02 .image {
  max-width: 480px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_image_text01 .col02 .image {
    max-width: 70%;
    margin: 0 auto 50px;
  }
}

#singleFeature .wrapper .singleContent .ft_image_text01 .col02 .text {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_image_text01 .col02 .text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
  }
}

#singleFeature .wrapper .singleContent .ft_image_text01 .col02 .text h3 {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .ft_image_text01 .col02 .text h3 {
    font-size: 15px;
    line-height: 1.8;
  }
}

#singleFeature .wrapper .singleContent .ft_image_text01 .col02 .text p {
  font-size: 15px;
  line-height: 2;
}

#singleFeature .wrapper .singleContent .shopLink {
  margin: 0 auto;
  max-width: 1030px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .shopLink {
    padding: 0 30px;
  }
}

#singleFeature .wrapper .singleContent .shopLink a {
  display: block;
  line-height: 110px;
  width: 100%;
  border: 1px solid #FAD20F;
  font-size: 20px;
  font-weight: bold;
  color: #FAD20F;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent .shopLink a {
    font-size: 16px;
    line-height: 90px;
  }
}

#singleFeature .wrapper .singleContent .shopLink a:hover {
  background-color: #FAD20F;
  color: #fff;
  text-decoration: none;
}

#singleFeature .wrapper .singleContent #ft02 {
  color: #4E3629;
}

#singleFeature .wrapper .singleContent #ft02 .ft02_mv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  width: 100%;
  margin-bottom: 164px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_mv {
    padding-left: 20px;
    margin-bottom: 70px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_mv .inner {
  position: relative;
  height: 940px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 57px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_mv .inner {
    height: 588px;
    padding: 20px 15px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_mv .inner .image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

#singleFeature .wrapper .singleContent #ft02 .ft02_mv .inner .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#singleFeature .wrapper .singleContent #ft02 .ft02_mv .inner .sub {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_mv .inner .sub {
    font-size: 13px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_mv .inner h2 {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 107px;
  font-weight: bold;
  line-height: 1;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

#singleFeature .wrapper .singleContent #ft02 .ft02_mv .inner h2 span {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_mv .inner h2 {
    font-size: 40px;
    word-break: keep-all;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto 225px;
  padding: 0 60px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_01 {
    margin: 0 auto 85px;
    padding: 0 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_01 h3 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_01 h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_01 .txt {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0 auto;
}

#singleFeature .wrapper .singleContent #ft02 .ft02_02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto 310px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_02 {
    margin: 0 auto 124px;
    padding: 0 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_02 picture {
  margin-bottom: 120px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_02 picture {
    margin-bottom: 53px;
  }
  #singleFeature .wrapper .singleContent #ft02 .ft02_02 picture:last-child {
    margin-bottom: 0;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_02 picture:last-child {
  margin-bottom: 0;
}

#singleFeature .wrapper .singleContent #ft02 .ft02_02 picture img {
  width: 100%;
}

#singleFeature .wrapper .singleContent #ft02 .ft02_03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto 210px;
  padding: 0 60px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_03 {
    margin: 0 auto 90px;
    padding: 0 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_03 .num {
  font-family: "Helvetica", "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_03 .num {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_03 h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 26px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_03 h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_03 .txt {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_03 .txt {
    font-size: 15px;
    text-align: left;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_03 .col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_03 .col02 {
    display: block;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_03 .col02 figure {
  width: 415px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_03 .col02 figure {
    margin-bottom: 66px;
    width: 100%;
  }
  #singleFeature .wrapper .singleContent #ft02 .ft02_03 .col02 figure:last-child {
    margin-bottom: 0;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_03 .col02 figure img {
  display: block;
  width: 100%;
}

#singleFeature .wrapper .singleContent #ft02 .ft02_03 .col02 figure figcaption {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 35px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_03 .col02 figure figcaption {
    font-size: 15px;
    margin-top: 25px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_04 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto 210px;
  padding: 0 60px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_04 {
    margin: 0 auto 90px;
    padding: 0 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_04 .num {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Helvetica", "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_04 .num {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_04 h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 26px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_04 h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_04 .col02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_04 .col02 {
    display: block;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_04 .col02 figure {
  width: 459px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_04 .col02 figure {
    width: 100%;
    margin-bottom: 25px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_04 .col02 .txtBox {
  width: calc(100% - 459px);
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_04 .col02 .txtBox {
    width: 100%;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_04 .col02 .txtBox .txt {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 auto;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_04 .col02 .txtBox .txt {
    font-size: 15px;
    padding: 0;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_05 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto 190px;
  padding: 0 60px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_05 {
    margin: 0 auto 90px;
    padding: 0 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_05 .num {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Helvetica", "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_05 .num {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_05 h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_05 h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_05 figure {
  margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_05 figure {
    width: 100%;
    margin-bottom: 25px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_05 figure img {
  width: 100%;
}

#singleFeature .wrapper .singleContent #ft02 .ft02_05 .txt {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_05 .txt {
    font-size: 15px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_06 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto 190px;
  padding: 0 60px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_06 {
    margin: 0 auto 90px;
    padding: 0 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_06 .num {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Helvetica", "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_06 .num {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_06 h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_06 h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_06 .col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 33px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_06 .col02 {
    display: block;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_06 .col02 figure {
  width: 433px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_06 .col02 figure {
    width: 100%;
    margin-bottom: 5px;
  }
  #singleFeature .wrapper .singleContent #ft02 .ft02_06 .col02 figure:last-child {
    margin-bottom: 0;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_06 .col02 figure img {
  display: block;
  width: 100%;
}

#singleFeature .wrapper .singleContent #ft02 .ft02_06 .txt {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_06 .txt {
    font-size: 15px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_07 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto 190px;
  padding: 0 60px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_07 {
    margin: 0 auto 90px;
    padding: 0 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_07 .num {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Helvetica", "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_07 .num {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_07 h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 26px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_07 h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_07 .col02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_07 .col02 {
    display: block;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_07 .col02 figure {
  width: 444px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_07 .col02 figure {
    margin-bottom: 25px;
    width: 100%;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_07 .col02 .txtBox {
  width: calc(100% - 444px);
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_07 .col02 .txtBox {
    width: 100%;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_07 .col02 .txtBox .txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_07 .col02 .txtBox .txt {
    font-size: 15px;
    text-align: left;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_08 {
  margin: 0 auto 190px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_08 {
    margin: 0 auto 90px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_08 .kv {
  margin-bottom: 102px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_08 .kv {
    margin-bottom: 59px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_08 .kv figure {
  position: relative;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_08 .kv figure {
    height: 240px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_08 .kv figure img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_08 .kv figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_08 .kv figure figcaption {
  font-size: 53px;
  font-weight: bold;
  position: absolute;
  max-width: 1000px;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  color: #fff;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_08 .kv figure figcaption {
    font-size: 26px;
    width: calc(100% - 60px);
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner {
    padding: 0 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 46px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

#singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner h3 span {
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner .txt {
  font-size: 14px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 95px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner .txt {
    font-size: 15px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner .col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner .col02 {
    display: block;
    width: 100%;
    padding: 0 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner .col02 figure {
  width: 415px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner .col02 figure {
    width: 100%;
    margin-bottom: 29px;
  }
  #singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner .col02 figure:last-child {
    margin-bottom: 0;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner .col02 figure img {
  display: block;
  width: 100%;
}

#singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner .col02 figure figcaption {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 19px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_08 .inner .col02 figure figcaption {
    margin-top: 10px;
    font-size: 14px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 {
  margin: 0 auto 190px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_09 {
    margin: 0 auto 90px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 .kv {
  margin-bottom: 102px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_09 .kv {
    margin-bottom: 59px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 .kv figure {
  position: relative;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_09 .kv figure {
    height: 240px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 .kv figure img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_09 .kv figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 .kv figure figcaption {
  font-size: 53px;
  font-weight: bold;
  position: absolute;
  max-width: 1000px;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
  color: #fff;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: right;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_09 .kv figure figcaption {
    font-size: 26px;
    width: calc(100% - 60px);
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner {
    padding: 0 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 46px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, Helvetica, 'Noto Sans JP', sans-serif;
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner h3 span {
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner .txt {
  font-size: 14px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 95px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner .txt {
    font-size: 15px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner .col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner .col02 {
    display: block;
    width: 100%;
    padding: 0 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner .col02 figure {
  width: 415px;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner .col02 figure {
    width: 100%;
    margin-bottom: 29px;
  }
  #singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner .col02 figure:last-child {
    margin-bottom: 0;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner .col02 figure img {
  display: block;
  width: 100%;
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner .shopLink {
  margin-top: 108px;
  max-width: 100%;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner .shopLink {
    margin-top: 90px;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner .shopLink a {
  display: block;
  line-height: 110px;
  width: 100%;
  border: 1px solid #FAD20F;
  font-size: 20px;
  font-weight: bold;
  color: #FAD20F;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  #singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner .shopLink a {
    line-height: 90px;
    font-size: 16px;
    border: 2px solid #FAD20F;
  }
}

#singleFeature .wrapper .singleContent #ft02 .ft02_09 .inner .shopLink a:hover {
  background-color: #FAD20F;
  color: #fff;
  text-decoration: none;
}

/* -------------------------------------------------------------------

    anime

-------------------------------------------------------------------- */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* -------------------------------------------------------------------

    slick

-------------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding-bottom: 50px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev {
  cursor: pointer;
  display: block;
  position: absolute;
  left: 5%;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-image: url(../images/slick_prev.png);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  text-indent: -9999999999999px;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .slick-prev {
    display: none !important;
  }
}

.slick-next {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 5%;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-image: url(../images/slick_next.png);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  text-indent: -9999999999999px;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .slick-next {
    display: none !important;
  }
}

/* Dots */
.slick-dots {
  display: none;
}
