/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  display: none;
}

html, body {
  min-width: 100%;
}

a {
  text-decoration: none;
  word-break: break-all;
  color: #a01c24;
}

a:hover {
  opacity: 0.7;
}

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 0.8em;
  position: relative;
  top: -0.2em;
}

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dd, small {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-weight: normal;
}

.spOnly {
  display: none;
}

.center {
  text-align: center;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 auto;
}

.ib {
  display: inline-block;
}

.bl {
  display: block !important;
}

.hidden {
  visibility: hidden;
}

.ff-b {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}

.ff-din {
  font-family: "Koburina Gothic W6 JIS2004", "din-2014", sans-serif;
  font-weight: 700;
}

small {
  font-size: 90%;
}

html, body {
  height: 100%;
}

.letterfx {
  display: inline-block;
  margin: 0;
  padding: 0;
  transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
}

.letterfx-spin-before {
  transform: rotate(3600deg);
  -ms-transform: rotate(3600deg);
  -webkit-transform: rotate(3600deg);
}

.letterfx-spin-after {
  transform: none;
}

.letterfx-fade-before {
  opacity: 0;
}

.letterfx-grow-before {
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

.letterfx-grow-after {
  transform: none;
}

.letterfx-smear-before {
  color: transparent;
  text-shadow: -1px -1px 25px transparent;
}

.letterfx-smear-after {
  color: inherit;
  text-shadow: 0 0 #333;
}

.letterfx-fall-before {
  visibility: hidden;
  transform: scale(3, 3);
  -ms-transform: scale(3, 3);
  -webkit-transform: scale(3, 3);
}

.letterfx-fall-after {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  text-shadow: 0;
}

.letterfx-swirl-before {
  visibility: hidden;
  transform: scale(3, 3) rotate(3600deg);
  -ms-transform: scale(3, 3) rotate(3600deg);
  -webkit-transform: scale(3, 3) rotate(3600deg);
}

.letterfx-swirl-after {
  transform: none;
  text-shadow: 0;
}

.letterfx-wave-container .letterfx {
  position: relative;
}

.letterfx-wave-before {
  bottom: 0;
}

.letterfx-wave-after {
  bottom: 15px;
}

.letterfx-fly-left-container .letterfx, .letterfx-fly-right-container .letterfx, .letterfx-fly-top-container .letterfx, .letterfx-fly-bottom-container .letterfx {
  position: relative;
}

.letterfx-fly-left-before {
  left: -50em;
}

.letterfx-fly-left-after {
  left: 0;
}

.letterfx-fly-right-before {
  right: -50em;
}

.letterfx-fly-right-after {
  right: 0;
}

.letterfx-fly-top-before {
  top: -20em;
}

.letterfx-fly-top-after {
  top: 0;
}

.letterfx-fly-bottom-before {
  bottom: -20em;
}

.letterfx-fly-bottom-after {
  bottom: 0;
}

.container {
  width: 100%;
  background-color: #fff;
}

.yodogawa {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.yodogawa .inner {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  color: #783700;
  line-height: 2.0625;
  letter-spacing: 0.075em;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgb(255, 255, 255);
  transform: translate(-50%, -50%);
  padding: 27px;
}

.navline {
  width: 27px;
  position: fixed;
  bottom: 50px;
  left: calc(50% + 450px);
}
.navline a, .navline p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 !important;
}

.bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.bg-pre, .bg-pre1 {
  background-image: url(../images/bg_pre1.jpg);
}

.bg-pre2 {
  background-image: url(../images/bg_pre2.jpg);
}

.bg-pre3 {
  background-image: url(../images/bg_pre3.jpg);
}

.bg-pre4 {
  background-image: url(../images/bg_pre4.jpg);
}

.bg-pre5 {
  background-image: url(../images/bg_pre5.jpg);
}

.bg-pre6 {
  background-image: url(../images/bg_pre6.jpg);
}

.bg-pre7 {
  background-image: url(../images/bg_pre7.jpg);
}

.bg-pre8 {
  background-image: url(../images/bg_pre8.jpg);
}

.bg-pre9 {
  background-image: url(../images/bg_pre9.jpg);
}

.bg-pre10 {
  background-image: url(../images/bg_pre10.jpg);
}

.bg-top {
  position: relative;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}
.bg-top .title div {
  position: absolute;
  display: flex;
  align-items: flex-end;
}
.bg-top .title div .logo {
  opacity: 0;
  transition: opacity 0.5s;
}
@media (max-width: 834px) {
  .bg-top .title div .logo {
    width: 69px;
  }
}
.bg-top .title div h1 {
  font-size: 2.4rem;
  letter-spacing: 0.16em;
  color: #ffffff;
  font-family: birra-pils, sans-serif;
  font-weight: 600;
  margin-bottom: -0.5em;
  text-align: right;
  line-height: 1.8;
  padding-right: 10px;
}
@media (max-width: 834px) {
  .bg-top .title div h1 {
    font-size: 2.2rem;
    line-height: 1.7;
    margin-bottom: -0.4em;
  }
}
.bg-top .title div h1 .fade1 {
  opacity: 0;
}
.bg-top .title div h1 .fade1.active {
  opacity: 1;
}
.bg-top .title div h1 .fade2 {
  opacity: 0;
}
.bg-top .title div h1 .fade2.active {
  opacity: 1;
}
.bg-top .title div h1 .fade3 {
  opacity: 0;
}
.bg-top .title div h1 .fade3.active {
  opacity: 1;
}
.bg-top .title div .border {
  width: 2px;
  height: 103px;
  opacity: 1;
  position: relative;
}
@media (max-width: 834px) {
  .bg-top .title div .border {
    height: 92px;
    width: 1.5px;
  }
}
.bg-top .title div .border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: all 0.5s 2s;
}
.bg-top .title.active div .logo {
  opacity: 1;
}
.bg-top .title.active div h1 {
  opacity: 1;
}
.bg-top .title.active div .border::after {
  height: 100%;
}

.mainimg .debut {
  background-image: url(../images/text_debut.svg);
  background-size: contain;
  position: absolute;
  width: 186px;
  height: 185px;
  bottom: 50px;
  left: -15px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.trailers {
  top: 135px;
  right: 50px;
  position: absolute;
}

.mainimg {
  width: 100%;
  max-width: 1000px;
  height: 750px;
  margin: 0 auto;
  background-image: url(../images/pre_mainimg.jpg);
  background-size: cover;
  background-position: center top;
  position: relative;
}

.mainimg-1 {
  background-image: url(../images/mainimg_pre1_pc.jpg);
}

.mainimg-2 {
  background-image: url(../images/mainimg_pre2_pc.jpg);
}

.mainimg-3 {
  background-image: url(../images/mainimg_pre3_pc.jpg);
}

.mainimg-4 {
  background-image: url(../images/mainimg_pre4_pc.jpg);
}

.mainimg-5 {
  background-image: url(../images/mainimg_pre5_pc.jpg);
}

.mainimg-6 {
  background-image: url(../images/mainimg_pre6_pc.jpg);
}

.mainimg-7 {
  background-image: url(../images/mainimg_pre7_pc.jpg);
}

.mainimg-8 {
  background-image: url(../images/mainimg_pre8_pc.jpg);
}

.mainimg-9 {
  background-image: url(../images/mainimg_pre9_pc.jpg);
}

.mainimg-10 {
  background-image: url(../images/mainimg_pre10_pc.jpg);
}

.mainimg .logo {
  position: absolute;
  right: 30px;
  top: 30px;
  text-align: center;
  z-index: 3000;
}
.mainimg .logo.fixed {
  position: fixed;
  right: auto;
  top: 25px;
  text-align: center;
  z-index: 3000;
  left: calc(50% + 410px);
}
.mainimg .logo .logo-o2-s {
  display: block;
  margin-bottom: 20px;
}
.mainimg .ttl {
  background-size: contain;
  position: absolute;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.mainimg .ttl-1 {
  background-image: url(../images/ttl_pre1.svg);
}
.mainimg .ttl-2 {
  background-image: url(../images/ttl_pre2.svg);
}
.mainimg .ttl-3 {
  background-image: url(../images/ttl_pre3.svg);
}
.mainimg .ttl-4 {
  background-image: url(../images/ttl_pre4.svg);
}
.mainimg .ttl-5 {
  background-image: url(../images/ttl_pre5.svg);
}
.mainimg .ttl-6 {
  background-image: url(../images/ttl_pre6.svg);
}
.mainimg .ttl-7 {
  background-image: url(../images/ttl_pre7.svg);
}
.mainimg .ttl-8 {
  background-image: url(../images/ttl_pre8.svg);
}
.mainimg .ttl-9 {
  background-image: url(../images/ttl_pre9.svg);
}
.mainimg .ttl-10 {
  background-image: url(../images/ttl_pre10.svg);
}
.mainimg .ttl-name1 {
  background-image: url(../images/name_pre1.svg);
}
.mainimg .ttl-name2 {
  background-image: url(../images/name_pre2.svg);
}
.mainimg .ttl-name3 {
  background-image: url(../images/name_pre3.svg);
}
.mainimg .ttl-name4 {
  background-image: url(../images/name_pre4.svg);
}
.mainimg .ttl-name5 {
  background-image: url(../images/name_pre5.svg);
}
.mainimg .ttl-name6 {
  background-image: url(../images/name_pre6.svg);
}
.mainimg .ttl-name7 {
  background-image: url(../images/name_pre7.svg);
}
.mainimg .ttl-name8 {
  background-image: url(../images/name_pre8.svg);
}
.mainimg .ttl-name9 {
  background-image: url(../images/name_pre9.svg);
}
.mainimg .ttl-name10 {
  background-image: url(../images/name_pre10.svg);
}
.mainimg .ttl-sub {
  background-image: url(../images/subttl_01.svg);
  width: 50px;
  height: 51px;
  top: 135px;
  right: 36px;
}
.mainimg .ttl-sub02 {
  background-image: url(../images/subttl_02.svg);
}
.mainimg .ttl-sub03 {
  background-image: url(../images/subttl_03.svg);
}
.mainimg .ttl-sub04 {
  background-image: url(../images/subttl_04.svg);
}
.mainimg .ttl-sub05 {
  background-image: url(../images/subttl_05.svg);
}
.mainimg .ttl-sub06 {
  background-image: url(../images/subttl_06.svg);
}
.mainimg .ttl-sub07 {
  background-image: url(../images/subttl_07.svg);
}
.mainimg .ttl-sub08 {
  background-image: url(../images/subttl_08.svg);
}
.mainimg .ttl-sub09 {
  background-image: url(../images/subttl_09.svg);
}
.mainimg .ttl-sub10 {
  background-image: url(../images/subttl_10.svg);
}

.profile + .profile {
  padding-top: 50px;
}

.preitem-profile {
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

.preitem-prenav {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 0;
  margin-bottom: 60px;
}

.bg-w {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 0;
  margin-bottom: 30px;
}

.prenav {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.prenav li {
  min-width: 50px;
}
.prenav li a {
  color: #000;
  font-size: 1.9rem;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  position: relative;
}
.prenav li:nth-of-type(1) a::before {
  content: "";
  display: block;
  background: url(../images/pre_arrow_left.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 28px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -30px;
}
.prenav li:nth-of-type(3) a::after {
  content: "";
  display: block;
  background: url(../images/pre_arrow_right.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 28px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -30px;
}

.lineup {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 0;
  margin: 50px auto;
}
.lineup h2, .lineup h4 {
  text-align: center;
}
.lineup h2 {
  font-size: 2.4rem;
}
.lineup h4 {
  font-size: 3.3rem;
  line-height: 1.55;
  padding: 30px 0 80px;
}
.lineup h4 span {
  font-size: 1.8rem;
  display: block;
}

.index .lineup {
  margin: 0 auto 30px;
}
.index .lineup__list {
  justify-content: start;
}
.index .lineup .lineup__list li {
  width: 230px;
  margin-right: 25px;
}
.index .lineup .lineup__list li:nth-of-type(4n) {
  margin-right: 0;
}

.lineup .lineup__list {
  max-width: 860px;
  margin: 0 auto 3em;
}

.index .lineup .lineup__list {
  max-width: 1000px;
}

.lineup .lineup__list:last-of-type {
  margin: 0 auto;
}
.lineup .lineup__list li {
  width: calc((100% - 60px) / 4);
  padding-bottom: 0;
}

.index .lineup .lineup__list li a {
  display: block;
}

.lineup .lineup__list.col-1 {
  justify-content: center;
}

.lineup__ttl {
  text-align: center;
  font-size: 1.8rem;
  padding: 0 0 2em;
}

.lineup__name {
  margin-bottom: 1em;
  text-align: center;
}
.lineup__name > div {
  font-size: 2.1rem;
  line-height: 1.46;
  font-family: "Koburina Gothic W6 JIS2004", "din-2014", sans-serif;
  font-weight: 700;
}
.lineup__name.left {
  display: flex;
  justify-content: center;
  text-align: left;
}
.lineup__name.left .value {
  text-align: center;
}
.lineup__name img {
  vertical-align: text-bottom;
}

.lineup .logo_ss::before {
  content: "";
  display: inline-block;
  background-image: url(../images/logo_ss.svg);
  background-size: contain;
  width: 16.1247px;
  height: 43px;
  margin-right: 1.2rem;
}

.lineup__name span {
  font-size: 80%;
  display: block;
  margin-top: -1rem;
}
.lineup__name .lineup_ttl {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 10px 0;
  display: inline-block;
  margin: 0 0 1.2em;
  line-height: 0;
  width: 360px;
}

.lineup p.text {
  max-width: 520px;
  margin: 0 auto 40px;
}

.lineup__name .value {
  font-size: 1.5rem;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  padding-top: 0.5em;
}

.lineup__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.lineup__list li {
  text-align: center;
  padding-bottom: 30px;
}
.lineup__list li p {
  font-size: 1.3rem;
  margin: 0;
  position: relative;
}
.lineup__list li p.new:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url(../images/icon_new.svg) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.lineup__list li p.new-color:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url(../images/icon_new-color.svg) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.lineup__list li p.off:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 230px;
  height: 172px;
  background-size: contain;
  top: 0;
  left: 0;
  background: url(../images/banner_off.svg) no-repeat;
}
.lineup__list li:last-child {
  margin-right: 0;
}

.lineup .lineup__list li p {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 1.4rem;
  line-height: 3;
}

.index .lineup .lineup__list li p {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  text-align: left;
  line-height: 1.625;
  white-space: nowrap;
  /* overflow: hidden; */
}
.index .lineup .lineup__list li p:last-of-type {
  margin-top: 0.5em;
}
.index .lineup__name {
  margin-bottom: 60px;
}

.lineup .lineup__list li p span {
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.lineup .lineup__list li:nth-of-type(n + 5) {
  padding-top: 50px;
}

.lineup__name .mg-r {
  margin-right: 0.5em;
}
.lineup__name .mg-l {
  margin-left: 0.5em;
}

.info {
  margin: 50px auto;
}

.index .info {
  margin: 0 auto;
}

.info a {
  color: #005aff;
}

.info_img {
  text-align: center;
}

.intro {
  margin: 60px 0;
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
}
.intro p {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 1.7rem;
}

.ff-kw1 {
  font-family: "Koburina Gothic W1 JIS2004", sans-serif;
}

.item-info {
  margin: 30px 0;
  background-color: #fff;
  padding: 60px 0;
}

.info h2 {
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 40px;
  color: #783700;
}
.info dl {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  font-size: 1.5rem;
  line-height: 2.266;
}

.logo_tsuki {
  width: 120px;
  margin-bottom: -3rem;
}

.profile__img {
  width: 50%;
  max-width: 300px;
}
.profile__img img {
  width: 100%;
}

.profile__txt h2 {
  font-size: 1.7rem;
  margin-bottom: 30px;
}
.profile__txt h2 .kana {
  font-size: 1.5rem;
}
.profile__txt p {
  font-size: 1.3rem;
}
.profile__txt.paddingL {
  padding-left: 48px;
}

.conv {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.conv h2 {
  font-size: 2.3rem;
  width: 100%;
  max-width: 30em;
  margin: 3em auto 1.5em;
  padding-left: 5.5em;
}
.conv h2.top {
  margin: 0 auto 1.5em;
}
.conv h3 {
  font-size: 1.8rem;
  width: 100%;
  max-width: 590px;
  margin: 2em auto 0;
}
.conv h4 {
  max-width: 360px;
  margin: 0 auto 40px;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 15px 0;
}
.conv .prof {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.conv .prof > div {
  font-size: 1.3rem;
}
.conv .prof .ff-b {
  font-size: 1.7rem;
}
.conv dl {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 1em;
  display: flex;
}
.conv dl dt {
  width: 20%;
  margin-bottom: 1em;
  font-size: 1.5rem;
  text-align: right;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.conv dl dt.hobo {
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  letter-spacing: -0.1em;
}
.conv dl dd {
  width: 80%;
  padding-left: 2em;
  margin-bottom: 1em;
  font-size: 1.5rem;
}
.conv div.text {
  width: 100%;
  max-width: 590px;
  margin: 1em auto 2em;
}
.conv p {
  width: 100%;
  max-width: 590px;
  margin: 0 auto 1em;
  font-size: 1.5rem;
}
.conv p.continue {
  text-align: center;
  margin: 3em auto 1em;
}

.conv__img {
  margin: 3em auto;
  text-align: center;
}
.conv__img + .conv__img {
  margin-top: -2em;
}
.conv__img .caption {
  max-width: 700px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.75;
  margin: 0.5em auto 0;
  text-align: left;
}
@media (max-width: 834px) {
  .conv__img .caption {
    font-size: 1.2rem;
  }
}
.conv__img .caption img {
  width: 16px;
  vertical-align: text-bottom;
  margin-right: 0.5em;
  box-sizing: border-box;
}
.conv__img h3.caption {
  font-size: 2rem;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  line-height: 1.73;
  letter-spacing: 0.1em;
  margin: 0 auto 1em;
  max-width: 100%;
  text-align: center;
}
.conv__img h3.caption p {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 1.8rem;
}
.conv__img + h2 {
  margin: 4em auto 1.5em;
}

.conv sup {
  font-size: 1.3rem;
  top: -0.15em;
}
.conv span.notes {
  font-size: 1.3rem;
  line-height: 1.8;
  display: block;
}

.product__img {
  text-align: center;
}
.product__img p {
  text-align: left;
  padding-top: 0.5em;
  font-size: 1.4rem;
}

.product {
  margin: 3em auto;
}
.product .caption {
  font-size: 2.3rem;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  line-height: 1.5;
  margin: 0 auto 1em;
}
.product .caption p {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 auto;
}
.product .caption span {
  font-size: 1.4rem;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
}
.product .caption img {
  width: 16px;
  vertical-align: baseline;
  margin-right: 0.3em;
  box-sizing: border-box;
}

.no_list {
  margin: 55px auto;
}

.link {
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  width: 100%;
  padding: 45px 0;
  margin-bottom: 55px;
  text-align: center;
}
.link h2 {
  font-size: 1.8rem;
  margin: 0 auto 1em;
  width: 90%;
  display: block;
  text-align: center;
}
.link a {
  display: block;
  padding: 12px 20px;
  font-size: 1.3rem;
  color: #005aff;
  border: 1px solid #666;
  width: 90%;
  max-width: 500px;
  margin: 0 auto 18px;
  text-align: center;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.link a h3 {
  font-size: 1.6rem;
  text-align: center;
  color: #005aff;
}

.arrow {
  display: block;
  width: 6.25vh;
  max-width: 50px;
  height: 6.25vh;
  max-height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.arrow img {
  width: 100%;
}

.share {
  padding: 15px 0;
  margin-bottom: 55px;
  background-color: rgba(255, 255, 255, 0.9);
}

.index .share {
  margin-bottom: 30px;
}

.share__ttl {
  font-size: 1.9rem;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 0.1em;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}

.index .share__ttl {
  color: #783700;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}

.share__list {
  width: 93%;
  max-width: 500px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
.share__list li {
  margin: 0 20px;
}

.share__list-foot {
  justify-content: center;
  margin: 0 auto 50px;
}
.share__list-foot li a {
  border: 1px solid #a01c24;
  border-radius: 18px;
  font-size: 1.4rem;
  width: 180px;
  text-align: center;
  display: inline-block;
  color: #a01c24;
}

.index .share__list-foot li a {
  border: 1px solid #000;
  color: #000;
}

.footer {
  padding: 45px 0;
  background-color: #fff;
}

.copyright {
  display: block;
  text-align: center;
  text-indent: -9999px;
  background-image: url(../images/copyright.png);
  width: 90px;
  height: 12px;
  margin: 20px auto;
  background-size: contain;
}

.column {
  background-color: rgba(255, 255, 255, 0);
  border: #000 solid 1px;
  padding: 10px 0 40px;
  margin-top: 30px;
}
.column h2 {
  text-align: center;
  padding: 40px 0 1em;
  margin: 0 auto;
}
.column h2.sub {
  margin-top: -2em;
}
.column div.text {
  max-width: 460px;
  font-size: 1.5rem;
}
.column .conv__img .caption {
  max-width: 600px;
}

@media screen and (max-width: 834px) {
  .bg-top img {
    width: 100%;
  }
  .mainimg {
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-top: 100%;
    margin: 0 auto;
    background-image: url(../images/pre_mainimg_sp.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
  }
  .mainimg-1 {
    background-image: url(../images/mainimg_pre1_sp.jpg);
  }
  .mainimg-2 {
    background-image: url(../images/mainimg_pre2_sp.jpg);
  }
  .mainimg-3 {
    background-image: url(../images/mainimg_pre3_sp.jpg);
  }
  .mainimg-4 {
    background-image: url(../images/mainimg_pre4_sp.jpg);
  }
  .mainimg-5 {
    background-image: url(../images/mainimg_pre5_sp.jpg);
  }
  .mainimg-6 {
    background-image: url(../images/mainimg_pre6_sp.jpg);
  }
  .mainimg-7 {
    background-image: url(../images/mainimg_pre7_sp.jpg);
  }
  .mainimg-8 {
    background-image: url(../images/mainimg_pre8_sp.jpg);
  }
  .mainimg-9 {
    background-image: url(../images/mainimg_pre9_sp.jpg);
  }
  .mainimg-10 {
    background-image: url(../images/mainimg_pre10_sp.jpg);
  }
  .mainimg .logo {
    left: 84.666vw;
    right: auto;
    top: 5.333vw;
    z-index: 3000;
    width: 9.6vw;
  }
  .mainimg .logo.fixed {
    position: fixed;
    left: 84.666vw;
    top: 2.34375vw;
  }
  .mainimg .ttl {
    text-indent: -9999px;
  }
  .mainimg .ttl-1 {
    background-image: url(../images/ttl_pre1_sp.svg);
  }
  .mainimg .ttl-2 {
    background-image: url(../images/ttl_pre2_sp.svg);
  }
  .mainimg .ttl-3 {
    background-image: url(../images/ttl_pre3_sp.svg);
  }
  .mainimg .ttl-4 {
    background-image: url(../images/ttl_pre4_sp.svg);
  }
  .mainimg .ttl-5 {
    background-image: url(../images/ttl_pre5_sp.svg);
  }
  .mainimg .ttl-6 {
    background-image: url(../images/ttl_pre6_sp.svg);
  }
  .mainimg .ttl-7 {
    background-image: url(../images/ttl_pre7_sp.svg);
  }
  .mainimg .ttl-8 {
    background-image: url(../images/ttl_pre8_sp.svg);
  }
  .mainimg .ttl-9 {
    background-image: url(../images/ttl_pre9_sp.svg);
  }
  .mainimg .ttl-10 {
    background-image: url(../images/ttl_pre10_sp.svg);
  }
  .mainimg .ttl-sub {
    width: 8.2125vw;
    height: 8.2125vw;
    top: 22.09375vw;
    right: 7vw;
  }
  .lineup {
    margin: 30px auto 15px;
    padding: 25px 0;
  }
  .lineup__list {
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .lineup .lineup__list li {
    display: block;
    width: calc((100% - 4.68vw) / 2);
    margin-right: 4.68vw;
    padding-bottom: 0.5em;
  }
  .index .lineup .lineup__list li {
    display: block;
    width: calc((100% - 2.666667vw) / 2);
    margin-right: 2.666667vw;
  }
  .index .lineup .lineup__list li:nth-of-type(even) {
    margin-right: 0;
  }
  .lineup__list li p.off:after {
    width: 100%;
    height: 0;
    padding-top: 74.782609%;
    background-size: contain;
  }
  .lineup__list li img {
    width: 100%;
  }
  .lineup__list li:nth-of-type(even) {
    margin-right: 0;
  }
  .lineup .lineup__list {
    width: 89.333333%;
    margin: 0 auto 2em;
    gap: initial;
  }
  .lineup .lineup__list.adj {
    margin: -2em auto 2em;
  }
  .index .lineup .lineup__list {
    width: 94.666667%;
  }
  .lineup__list li p.new:after, .lineup__list li p.new-color:after {
    width: 22%;
    height: 0;
    padding-top: 100%;
  }
  .yodogawa .inner {
    width: 69.333%;
    font-size: 1.4rem;
    line-height: 2;
    padding: 20px;
  }
  .info_img img {
    width: 100%;
  }
  .index .lineup .lineup__list li:nth-of-type(n + 3) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  br:not(.sp-br) {
    display: none;
  }
  .center {
    text-align: left;
  }
  img {
    width: 100%;
  }
  html, body {
    height: 100%;
  }
  h1, h2, h3, h4, h5, h6, div, p, ul, li, dd {
    font-size: 1.6rem;
    font-weight: normal;
  }
  html, body {
    height: 100%;
  }
  .navline {
    width: 25px;
    position: fixed;
    bottom: 2vw;
    left: auto;
    right: 2vw;
    z-index: 1;
  }
  .navline a {
    width: 15px;
    margin: 10px auto;
  }
  .navline p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    right: 1vw;
    position: relative;
  }
  .intro p {
    width: 95%;
  }
  .preitem {
    padding: 0;
  }
  .preitem-profile {
    margin-bottom: 30px;
    padding: 30px 0;
  }
  .preitem-prenav {
    margin: 30px 0;
    padding: 22.5px 0;
  }
  .preitem-info {
    margin: 60px 0;
    background-color: #fff;
  }
  .bg-w {
    padding: 35px 0 0;
    margin-bottom: 15px;
  }
  .prenav {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .prenav li {
    min-width: 50px;
  }
  .prenav li:nth-of-type(3) {
    text-align: right;
  }
  .prenav li a {
    font-size: 1.5rem;
  }
  .prenav li:nth-of-type(1) a::before {
    width: 11.4px;
    height: 22.8px;
    left: -25px;
  }
  .prenav li:nth-of-type(3) a::after {
    width: 11.4px;
    height: 22.8px;
    right: -25px;
  }
  .lineup h2 {
    font-size: 1.9rem;
    line-height: 1.43;
  }
  .lineup h4 {
    font-size: 2.6rem;
    padding: 15px 0 40px;
  }
  .lineup h4 span {
    font-size: 1.4rem;
  }
  .lineup__name > div {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .lineup__name .logo-o2 img {
    width: 17px;
  }
  .index .lineup__name {
    margin-bottom: 35px;
  }
  .lineup__name span {
    margin: 10px auto 0;
  }
  .index .lineup__name img {
    height: 4.5vw;
  }
  .lineup p.text {
    width: 90%;
  }
  .lineup__list li p {
    font-size: 1.2rem;
  }
  .lineup__list li:nth-child(2n) {
    margin-right: 0;
  }
  .lineup .lineup__list li p {
    font-size: 1.2rem;
    line-height: 2.8;
  }
  .index .lineup .lineup__list li p {
    font-size: 1.2rem;
    overflow: hidden;
  }
  .lineup .lineup__list li p span {
    font-size: 1rem;
    font-size: min(1rem, 2.53vw);
  }
  .index .lineup {
    padding: 40px 0;
  }
  .link h2 {
    font-size: 1.8rem;
    width: 90%;
    margin: 0 auto 1em;
    display: block;
    text-align: center;
  }
  .link a {
    display: block;
    color: #005aff;
    padding: 12px 20px;
    font-size: 1.3rem;
  }
  .link a h3 {
    font-size: 1.4rem;
  }
  .info {
    margin: 0 auto;
  }
  .info h2 {
    text-align: center;
    font-size: 1.425rem;
    margin-bottom: 1em;
  }
  .info h2.left {
    font-size: 2rem;
  }
  .info h3 {
    font-size: 1.7rem;
  }
  .info dl {
    width: 15em;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .info dl dt {
    width: 100%;
    font-size: 1.425rem;
  }
  .info dl dd {
    width: 100%;
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
  .info div p {
    letter-spacing: 0.1rem;
  }
  .intro {
    margin: 30px 0;
    padding: 30px 0;
  }
  .intro p {
    width: 82.8125%;
    max-width: 100%;
    margin: 0 auto;
    font-family: "Koburina Gothic W6 JIS2004", sans-serif;
    font-size: 1.4rem;
  }
  .profile {
    width: 82.8125vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .profile + .profile {
    padding-top: 25px;
  }
  .profile__img {
    width: 54.6875vw;
    max-width: 100%;
    margin: 0 auto 15px;
  }
  .profile__img img {
    width: 100%;
  }
  .profile__txt {
    padding-left: 0;
  }
  .profile__txt h2 {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
  .profile__txt h2 .kana {
    font-size: 1.4rem;
  }
  .profile__txt p {
    font-size: 1.3rem;
  }
  .conv {
    width: 86.666667%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 10px;
  }
  .conv .prof .ff-b {
    font-size: 1.65rem;
  }
  .conv h2 {
    font-size: 1.65rem;
    line-height: 1.5;
    width: 92.307692%;
    max-width: 100%;
    margin: 2em auto 1em;
    padding-left: 0;
    letter-spacing: 0.07em;
  }
  .conv .navline + h2 {
    margin: 1em auto;
  }
  .conv__img + h2 {
    margin: 3em auto 1em;
  }
  .conv h3 {
    font-size: 1.5rem;
    width: 100%;
    max-width: 100%;
    margin: 0.5em auto 1em;
    padding-left: 0;
  }
  .conv h4 {
    margin: 0 auto 30px;
  }
  .conv h4 img {
    height: 38px;
  }
  .conv dl {
    width: 92.307692%;
    max-width: 100%;
    margin: 0 auto 1em;
    display: flex;
    flex-wrap: wrap;
  }
  .conv dl dt {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-family: "Koburina Gothic W6 JIS2004", sans-serif;
    text-align: left;
  }
  .conv dl dt.hobo {
    font-family: "Koburina Gothic W3 JIS2004", sans-serif;
    letter-spacing: -0.1em;
  }
  .conv dl dd {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1em;
    font-size: 1.3rem;
  }
  .conv p.continue {
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 3em;
  }
  .conv__img {
    margin: 1em auto 2em;
  }
  .pre09 .conv__img {
    margin: 1em auto 1.5em;
  }
  .product {
    margin: 1em auto;
  }
  .product .caption {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 auto 0.5em;
  }
  .product .caption p {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .product .caption span {
    font-size: 1.3rem;
  }
  .conv__img .caption img {
    width: 15px;
  }
  .conv__img .caption.logo_o2-nk img {
    width: 70px;
  }
  .conv__img h3.caption {
    font-size: 1.5rem;
    line-height: 1.83;
    letter-spacing: 0.05em;
    margin: 0 auto 1em;
    /* text-align: left; */
  }
  .conv__img h3.caption p {
    font-size: 1.2rem;
  }
  .arrow {
    display: block;
    width: 9.33vw;
    height: 9.33vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .arrow2 {
    width: 9.333333vw;
    height: 9.33333vw;
  }
  .arrow img {
    width: 100%;
  }
  .bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    z-index: -1;
  }
  .bg-pre, .bg-pre1 {
    background-image: url(../images/bg_pre1_sp.jpg);
  }
  .bg-pre2 {
    background-image: url(../images/bg_pre2_sp.jpg);
  }
  .bg-pre3 {
    background-image: url(../images/bg_pre3_sp.jpg);
  }
  .bg-pre4 {
    background-image: url(../images/bg_pre4_sp.jpg);
  }
  .bg-pre5 {
    background-image: url(../images/bg_pre5_sp.jpg);
  }
  .bg-pre6 {
    background-image: url(../images/bg_pre6_sp.jpg);
  }
  .bg-pre7 {
    background-image: url(../images/bg_pre7_sp.jpg);
  }
  .bg-pre8 {
    background-image: url(../images/bg_pre8_sp.jpg);
  }
  .bg-pre9 {
    background-image: url(../images/bg_pre9_sp.jpg);
  }
  .bg-pre10 {
    background-image: url(../images/bg_pre10_sp.jpg);
  }
  .bg-top {
    position: relative;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .link {
    margin-bottom: 15px;
    padding: 20px 0 10px;
  }
  .share {
    padding: 0 0 5px;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .share__ttl {
    font-size: 1.6rem;
    text-align: center;
    padding: 30px 0;
    letter-spacing: 0.1em;
  }
  .index .share__ttl {
    font-size: 1.425rem;
  }
  .share__list {
    width: 93%;
    max-width: 500px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
  }
  .index .share__list {
    width: 100%;
    max-width: 70%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
  }
  .share__list li {
    margin: 0 20px;
  }
  .index .share .share__list li {
    max-width: 50px;
    margin: 0 12px;
  }
  .share__list-foot {
    justify-content: center;
    margin: 0 auto 50px;
    flex-direction: column;
  }
  .share__list-foot li a {
    width: 77%;
    border-radius: 18px;
    padding: 5px 0;
    font-size: 1.3rem;
    text-align: center;
    display: block;
    margin: 15px auto;
  }
  .footer {
    padding: 20px 0;
    background-color: #fff;
  }
  .copyright {
    display: block;
    text-align: center;
    text-indent: -9999px;
    background-image: url(../images/copyright.png);
    width: 68px;
    height: 9px;
    margin: 20px auto;
    background-size: contain;
  }
  .logo_tsuki {
    margin-bottom: 0.5rem;
  }
  .item-info {
    padding: 40px 0;
  }
  .item-info a .btn {
    max-width: 90vw;
    margin: 15px auto 0;
  }
  .lineup__name .value {
    font-size: 1.3rem;
    padding-top: 0;
  }
  .column {
    margin-top: 15px;
    padding: 30px 7% 0;
  }
  .column dl {
    width: 100%;
    margin: 0 auto 0.5em;
  }
  .column .conv__img {
    margin: 0 auto;
  }
  .column .conv__img.mb {
    margin-bottom: 1.85em;
  }
  .column .prof .ff-b {
    padding-top: 2em;
    display: inline-block;
    font-size: 1.31rem;
  }
  .column h2 {
    font-size: 1.6rem;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .column div.text {
    font-size: 1.3rem;
  }
  .conv__img + .conv__img {
    margin-top: 10px;
  }
  .column h2.sub {
    text-align: center;
    margin: 30px auto;
  }
}/*# sourceMappingURL=style_int.css.map */