@charset "UTF-8";
/*
 * normalise
--------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/*
 * mixin
 --------------------------------------------------------------------------------*/
/* display */
.none {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

/* text-align */
.text-left {
  text-align: left;
}

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

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

/*
 * basic
 --------------------------------------------------------------------------------*/
body {
  background: #FFF;
  font-family: "Shuei MaruGo B", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: #000000;
}

del {
  text-decoration: line-through;
  color: rgb(63.75, 63.75, 63.75);
}

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #980006;
  text-decoration: none;
  outline: none 0 !important;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:link {
  color: #980006;
  text-decoration: none;
}
a:visited {
  color: #980006;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
  color: #980006;
  text-decoration: none;
}
a:active {
  color: #980006;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a img {
  vertical-align: top;
}
a:hover img.hover, .opc a:hover img, .opc2 a:hover {
  opacity: 0.5;
}
a img.hover, .opc a *, .opc2 a {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sns a[target=_new], .sns a[target=_blank] {
  background-image: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 2) {
  .sns a[target=_new], .sns a[target=_blank] {
    background-image: none;
  }
}
.exlink a {
  display: block;
  background: url(images/icon_exlink.png) no-repeat left center;
  padding-left: 20px;
}
.exlink a:hover {
  opacity: 0.5;
  color: #980006;
  text-decoration: none;
}

/* 
 * list style
 * 
 * How to create the perfect lists style using CSS
 * https://kaspars.net/wp-content/uploads/2008/02/index.html
 --------------------------------------------------------------------------------*/
ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.list, ol.list {
  margin: auto -3em 1em 0;
  padding: 0;
  position: relative;
  left: -3em;
  overflow: hidden;
}
ul.list ul, ul.list ol, ol.list ul, ol.list ol {
  margin-left: 1em;
  padding-left: 0;
}
ul.list li, ol.list li {
  margin-left: 5em;
}
ul.list li li, ol.list li li {
  margin-left: 1em;
}
ul.list.flat li, ol.list.flat li {
  margin-left: 3em;
}
ul.list.flat li ul, ul.list.flat li ol, ol.list.flat li ul, ol.list.flat li ol {
  margin-left: 1em;
  padding-left: 0;
}
ul.list.flat li li, ol.list.flat li li {
  margin-left: 0;
}
ul.list.spaced, ol.list.spaced {
  margin-bottom: 0;
}
ul.list.spaced ul, ul.list.spaced ol, ol.list.spaced ul, ol.list.spaced ol {
  margin-top: 1em;
}
ul.list.spaced li, ol.list.spaced li {
  margin-bottom: 1em;
}
ul.list.indent li, ol.list.indent li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.list.inside li, ol.list.inside li {
  list-style-position: inside;
}
ul.list.clear li, ol.list.clear li {
  list-style-type: none;
}

ul.list {
  list-style-type: disc;
}
ul.list li {
  list-style-type: disc;
}

ol.list {
  list-style-type: decimal;
}
ol.list li {
  list-style-type: decimal;
}

/**  base  **/
.article li, .buy a {
  letter-spacing: 0.075em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.ua-desktop-windows .article li, .article .ua-desktop-windows li, .ua-desktop-windows .buy a, .buy .ua-desktop-windows a {
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
}

/*------------------------------------------------------------------------------
 *
 *    sp
 *
 *--------------------------------------------------------------------------- */
html, body {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.on {
  visibility: visible;
}

canvas {
  display: block;
  vertical-align: bottom;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 600px) {
  br:not(.sp) {
    display: none;
  }
  br.only-sp {
    display: inline;
  }
}
@media (min-width: 601px) {
  br.only-sp {
    display: none;
  }
}

.fade-in {
  opacity: 1 !important;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

.buy a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #980006;
  padding: 8px;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: white;
}
.buy a img {
  height: 40px;
  width: auto;
  margin-right: 8px;
}
.buy a span {
  display: block;
  font-size: 140%;
  line-height: 1.5;
  font-weight: bold;
  margin-right: 8px;
}
.buy a i {
  font-size: 210%;
}
@media (min-width: 768px) {
  .buy a {
    max-width: 248px;
    border: 2px solid #980006;
    border-right: 0 none transparent;
    border-radius: 8px 0 0 8px;
    bottom: 8px;
  }
}

.wrapper {
  position: relative;
  margin: 0 auto;
}
.wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.webp) center top;
  background-size: 1282px 2280px;
  z-index: -1;
}

.header #video {
  width: 100%;
}
.header .bg-wrap {
  position: relative;
  line-height: 0;
  text-align: center;
}
.header h1 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header h1 img {
  width: 65.38vw;
}
.header a {
  position: absolute;
  bottom: 10px;
}
.header a.btn {
  position: relative;
  width: 258px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
}
.header a.btn img {
  width: 100%;
}

.yodogawa {
  padding: 25px 5vw;
  background: rgba(213, 82, 0, 0.95);
}
.yodogawa p {
  text-align: left;
  font-size: 140%;
  line-height: 2;
  margin: 1em auto;
  color: #FFFFFF;
}
.yodogawa p:first-child {
  margin-top: 0;
}
.yodogawa p:last-child {
  margin-bottom: 0;
}

.article {
  max-width: 750px;
}
.article + .article {
  margin-top: 20px;
}
.article .product {
  text-align: center;
  padding: 50px 0 40px;
  background-color: #FFFFFF;
}
.article .product .photo img {
  width: 180px;
}
.article .product h3 {
  font-size: 200%;
  line-height: 26.878px; /* 134.388% */
  letter-spacing: 2.4px;
  margin: 2em 0 0;
}
.article .product .price {
  font-size: 140%;
  margin: 0.5em auto 3em;
}
.article .product .price small {
  font-size: 10px;
}
.article .product .pre {
  font-size: 14px;
  color: #F0420D;
}
.article .text {
  background: rgba(213, 82, 0, 0.95);
  color: #FFFFFF;
  font-size: 140%;
  line-height: 2;
  margin: 0;
  padding: 40px 20px;
}
.article li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 160%;
  line-height: 1.75;
}
.article .photo {
  line-height: 0;
}
.article .photo img {
  transition: opacity 0.1s, filter 1.5s, -webkit-filter 1s;
  width: 100%;
  overflow: hidden;
}

.banner {
  margin: 50px auto;
  text-align: center;
}
.banner img {
  max-width: 618px;
  width: 100%;
}
.banner ul {
  padding: 60px 20px;
  background: rgba(159, 160, 160, 0.95);
}
.banner ul li:nth-of-type(n + 2) {
  padding-top: 30px;
}

.banner2 {
  max-width: 750px;
  margin: 50px auto;
}
.banner2 img {
  width: 100%;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

/*------------------------------------------------------------------------------

	Footer

------------------------------------------------------------------------------*/
footer {
  position: relative;
  background-color: #9FA0A0;
  padding-top: 38px;
  padding-bottom: 38px;
}
footer a {
  color: #ffffff !important;
  font-family: "Yu Gothic Pr6N B", "Yu Gothic", YuGothic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer .wrapper {
  margin-right: auto;
  margin-left: auto;
}
footer .footer-hobo li {
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}
footer .footer-hobo span {
  display: inline-block;
  width: 1.6em;
  text-align: center;
}
footer .footer-hobo span:before {
  font-size: 1.6em;
}
footer .footer-hobo span.hb-hobo::before {
  font-size: 1.2em;
}
footer .footer-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  margin-bottom: 0.8em;
}
@media (min-width: 992px) {
  footer .footer-share {
    gap: 1.6em;
    margin-bottom: initial;
  }
}
footer .footer-share img {
  width: 3.2em;
}
@media (min-width: 992px) {
  footer .footer-share img {
    width: 2.8em;
  }
}
footer .footer-sns {
  position: relative;
  font-size: 0.88em;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 280px;
  margin-top: 3em !important;
  padding-top: 1em;
  padding-bottom: 0.6em;
  padding-right: 0.8em;
}
footer .footer-sns::before, footer .footer-sns::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  border-top: 1px dashed;
}
footer .footer-sns::before {
  top: 0;
}
footer .footer-sns::after {
  bottom: 0;
}
footer .footer-sns a::before {
  font-size: 2.2em;
}
footer .footer-sns li:first-of-type {
  font-size: 12px;
  padding-bottom: 0.2em;
}
footer .footer-store,
footer .footer-copy {
  font-size: 0.96em;
}
footer .footer-store li {
  margin-bottom: 0.8em;
}

.footer-columns-2 .wrapper {
  width: calc(100% - 80px);
  max-width: 880px;
  background-image: none;
}
@media (min-width: 600px) {
  .footer-columns-2 .wrapper {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) 1fr;
    gap: min(8vw, 120px);
  }
}
.footer-columns-2 .footer-hobo,
.footer-columns-2 .footer-sns,
.footer-columns-2 .footer-store,
.footer-columns-2 .footer-copy {
  font-family: "Yu Gothic Pr6N D", "Yu Gothic", YuGothic;
  color: #ffffff;
  font-size: 14px;
  margin-top: 1.6em;
  margin-bottom: 2.8em;
}
.footer-columns-2 .footer-store {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 36px;
}
@media (min-width: 600px) {
  .footer-columns-2 .footer-store {
    margin-top: 1.6em;
  }
}
.footer-columns-2 .footer-copy {
  font-size: 12px;
  margin: 0;
}

@media (min-width: 601px) {
  .visible-sp {
    display: none;
  }
  body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  img {
    vertical-align: top;
  }
  .header .bg-wrap {
    position: relative;
    line-height: 0;
    text-align: center;
  }
  .header #video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header h1 {
    opacity: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    margin: 0;
    padding-left: 3vw;
    -webkit-transform: initial;
            transform: initial;
  }
  .header h1 img {
    width: auto;
    height: 40vh;
  }
  .header a {
    bottom: 20px;
  }
  .header a.btn {
    width: 358px;
    display: inline-block;
  }
  .yodogawa {
    text-align: center;
    padding: 8.5em 0;
  }
  .yodogawa .inner {
    display: inline-block;
  }
  .yodogawa p {
    font-size: 160%;
    text-align: left;
  }
  .contents {
    padding: 100px 0;
  }
  .article {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0 0;
  }
  .article + .article {
    margin-top: 40px;
  }
  .article h2 {
    font-size: 240%;
    margin: 80px auto 20px;
  }
  .article p, .article li {
    font-size: 160%;
    letter-spacing: 0.1em;
  }
  .article li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .article .text {
    font-size: 160%;
    line-height: 1.78;
    padding: 60px 0 60px 160px;
  }
  .article .photo {
    margin: 0 auto;
  }
  .article .product {
    padding-bottom: 100px;
  }
  .article .product h3 {
    font-size: 260%;
    line-height: 135.815%;
  }
  .article .product .price {
    font-size: 260%;
    line-height: 50.143px; /* 192.857% */
    letter-spacing: -0.52px;
    margin: 0 auto 1em;
  }
  .article .product .price small {
    font-size: 15px;
    line-height: 50.143px;
    letter-spacing: 1.35px;
  }
  .banner {
    max-width: 750px;
    margin: 84px auto 0;
  }
  .banner ul li a {
    display: inline-block;
  }
  .banner2 {
    margin: 84px auto 0;
  }
  .banner2 img {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  }
}/*# sourceMappingURL=main.css.map */