/*! 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: .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: -.25em;
}

sup {
  top: -.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;
}

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

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

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

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

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

a:hover {
  opacity: .7;
}

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;
}
.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; }
small {
  font-size: 90%;
}

html, body {
  height: 100%;
}

.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: .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;
}

.mainimg {
  width: 100%;
  max-width: 1000px;
  height: 750px;
  margin: 0 auto;
  background-image: url(../img/pre_mainimg.jpg);
  background-size: cover;
  background-position: center top;
  position: relative;
}
.mainimg-1 {
  background-image: url(../img/mainimg_pre1_pc.jpg);
}
.mainimg-2 {
  background-image: url(../img/mainimg_pre2_pc.jpg);
}
.mainimg-3 {
  background-image: url(../img/mainimg_pre3_pc.jpg);
}
.mainimg-4 {
  background-image: url(../img/mainimg_pre4_pc.jpg);
}
.mainimg-5 {
  background-image: url(../img/mainimg_pre5_pc.jpg);
}
.mainimg-6 {
  background-image: url(../img/mainimg_pre6_pc.jpg);
}
.mainimg-7 {
  background-image: url(../img/mainimg_pre7_pc.jpg);
}
.mainimg-8 {
  background-image: url(../img/mainimg_pre8_pc.jpg);
}
.mainimg-9 {
  background-image: url(../img/mainimg_pre9_pc.jpg);
}
.mainimg-10 {
  background-image: url(../img/mainimg_pre10_pc.jpg);
}
.mainimg-11 {
  background-image: url(../img/mainimg_pre11_pc.jpg);
}
.mainimg-12 {
  background-image: url(../img/mainimg_pre12_pc.jpg);
}
.mainimg-13 {
  background-image: url(../img/mainimg_pre13_pc.jpg);
}
.mainimg-14 {
  background-image: url(../img/mainimg_pre14_pc.jpg);
}
.mainimg .logo {
  position: absolute;
  right: 15px;
  top: 25px;
  text-align: center;
  z-index: 3000;
}

.mainimg .logo.fixed {
  position: fixed;
  right: auto;
  top: 25px;
  text-align: center;
  z-index: 3000;
  left: calc(50% + 425px);
}

.mainimg .logo .logo-o2-s {
  display: block;
  margin-bottom: 20px;
}

.mainimg .ttl {
  background-image: url(../img/pre_ttl.png);
  width: 123px;
  height: 542px;
  background-size: contain;
  position: absolute;
  top: 25px;
  right: 18px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.mainimg .ttl-1 {
  background-image: url(../img/ttl_pre1.svg);
  width: 650px;
  height: 185px;
  top: 495px;
  left: 175px;
}

.mainimg .ttl-name1 {
  background-image: url(../img/name_pre1.svg);
  width: 19px;
  height: 144px;
  top: 210px;
  right: 35px;
}

.mainimg .ttl-2 {
  background-image: url(../img/ttl_pre2.svg);
  width: 865px;
  height: 187px;
  top: initial;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
}

.mainimg .ttl-name2 {
  background-image: url(../img/name_pre2.svg);
  width: 19px;
  height: 136px;
  top: 210px;
  right: 35px;
}

.mainimg .ttl-3 {
  background-image: url(../img/ttl_pre3.svg);
  width: 264.3062px;
  height: 629.5807px;
  top: 58px;
  right: 162px;
}
.mainimg .ttl-name3 {
  background-image: url(../img/name_pre3.svg);
  width: 20.2959px;
  height: 311.4932px;
  top: 205px;
  right: 35px;
}
.mainimg .ttl-4 {
  background-image: url(../img/ttl_pre4.svg);
  width: 263.8438px;
  height: 612.2766px;
  top: 54px;
  left: 70px;
}

.mainimg .ttl-name4 {
  background-image: url(../img/name_pre4.svg);
  width: 17.0781px;
  height: 170.7559px;
  top: 208px;
  right: 36px;
}

.mainimg .ttl-5 {
  background-image: url(../img/ttl_pre5.svg);
  width: 665.9478px;
  height: 266.0281px;
  top: initial;
  bottom: 54px;
  left: 168px;
}

.mainimg .ttl-name5 {
  background-image: url(../img/name_pre5.svg);
  width: 19px;
  height: 188px;
  top: 206px;
  right: 35px;
}
.mainimg .ttl-6 {
  background-image: url(../img/ttl_pre6.svg);
  width: 800px;
  height: 569px;
  top: 75px;
  left: 100px;
}

.mainimg .ttl-name6 {
  background-image: url(../img/name_pre6.svg);
  width: 23px;
  height: 179px;
  top: 213px;
  right: 33px;
}
.mainimg .ttl-7 {
  background-image: url(../img/ttl_pre7.svg);
  width: 788px;
  height: 460px;
  top: 210px;
  left: 106px;
}
.mainimg .ttl-name7 {
  background-image: url(../img/name_pre7.svg);
  width: 23px;
  height: 179px;
  top: 213px;
  right: 33px;
}
.mainimg .ttl-8 {
  background-image: url(../img/ttl_pre8.svg);
  width: 264px;
  height: 540px;
  top: 105px;
  left: 80px;
}
.mainimg .ttl-name8 {
  background-image: url(../img/name_pre8.svg);
  width: 18px;
  height: 178px;
  top: 213px;
  right: 37px;
}
.mainimg .ttl-9 {
  background-image: url(../img/ttl_pre9.svg);
  width: 216px;
  height: 670px;
  top: 54px;
  left: 61px;
}
.mainimg .ttl-name9 {
  background-image: url(../img/name_pre9.svg);
  width: 17px;
  height: 175px;
  top: 213px;
  right: 37px;
}
.mainimg .ttl-10 {
  background-image: url(../img/ttl_pre10.svg);
  width: 99px;
  height: 664px;
  top: 43px;
  left: 150px;
}
.mainimg .ttl-name10 {
  background-image: url(../img/name_pre10.svg);
  width: 17px;
  height: 83px;
  top: 213px;
  right: 37px;
}
.mainimg .ttl-11 {
  background-image: url(../img/ttl_pre11.svg);
  width: 186px;
  height: 650px;
  top: 50px;
  left: 85px;
}
.mainimg .ttl-name12 {
  background-image: url(../img/name_pre12.svg);
  width: 20px;
  height: 236px;
  top: 213px;
  right: 35px;
}
.mainimg .ttl-12 {
  background-image: url(../img/ttl_pre12.svg);
  width: 99px;
  height: 718px;
  top: 21px;
  left: 137px;
}
.mainimg .ttl-13 {
  background-image: url(../img/ttl_pre13.svg);
  width: 209px;
  height: 702px;
  top: 29px;
  left: 120px;
}
.mainimg .ttl-name13 {
  background-image: url(../img/name_pre13.svg);
  width: 17px;
  height: 55px;
  top: 211px;
  right: 37px;
}
.mainimg .ttl-14 {
  background-image: url(../img/ttl_pre14.svg);
  width: 181px;
  height: 663px;
  top: 43px;
  left: 150px;
}
.mainimg .ttl-name14 {
  background-image: url(../img/name_pre14.svg);
  width: 17px;
  height: 200px;
  top: 210px;
  right: 37px;
}

.mainimg .ttl-name11 {
  background-image: url(../img/name_pre11.svg);
  width: 17px;
  height: 42px;
  top: 213px;
  right: 37px;
}
.mainimg .ttl-sub {
  background-image: url(../img/subttl_01.svg);
  width: 50px;
  height: 51px;
  top: 135px;
  right: 20px;
}
.mainimg .ttl-sub02 {
  background-image: url(../img/subttl_02.svg);
}
.mainimg .ttl-sub03 {
  background-image: url(../img/subttl_03.svg);
}
.mainimg .ttl-sub04 {
  background-image: url(../img/subttl_04.svg);
}
.mainimg .ttl-sub05 {
  background-image: url(../img/subttl_05.svg);
}
.mainimg .ttl-sub06 {
  background-image: url(../img/subttl_06.svg);
}
.mainimg .ttl-sub07 {
  background-image: url(../img/subttl_07.svg);
}
.mainimg .ttl-sub08 {
  background-image: url(../img/subttl_08.svg);
}
.mainimg .ttl-sub09 {
  background-image: url(../img/subttl_09.svg);
}
.mainimg .ttl-sub10 {
  background-image: url(../img/subttl_10.svg);
}
.mainimg .ttl-sub11 {
  background-image: url(../img/subttl_11.svg);
}
.mainimg .ttl-sub12 {
  background-image: url(../img/subttl_12.svg);
}
.mainimg .ttl-sub13 {
  background-image: url(../img/subttl_13.svg);
}
.mainimg .ttl-sub14 {
  background-image: url(../img/subttl_14.svg);
}

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

.preitem-profile {
  margin-bottom: 60px;
}

.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(../img/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(../img/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.93);
  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 {
  font-size: 2.8rem;
  /* line-height: 1.88; */
  line-height: 1.46;
  text-align: center;
  margin-bottom: 1em;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.pre07 .lineup__name {
  line-height: 1.88;
}
.lineup__name.left {
  max-width: 17em;
  margin: 0 auto 1em;
  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(../img/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;
}
/* .pre08 .lineup__name span, .pre09 .lineup__name span {
  font-size: 100%;
  padding-bottom: 5px;
} */
.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;
}
.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(../img/icon_new.png) 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(../img/icon_new-color.png) 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(../img/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: .075em;
  text-align: left;
  line-height: 1.625;
  white-space: nowrap;
  /* overflow: hidden; */
}
.index .lineup .lineup__list li p:last-of-type {
  margin-top: .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: .1em;
}
.lineup.pre02 .lineup__list li{
  padding: 0;
  width: 50%;
}
.lineup .lineup__list li:nth-of-type(n + 5){
  padding-top: 50px;
}
.lineup.pre02 .lineup__name{
  text-align: left;
  line-height: 1.45;
}
.lineup.pre02 .two{
  display: flex;
  justify-content: space-between;
}
.lineup.pre02 .left{
  text-align: left;
}
.lineup.pre02 .center{
  max-width: 200px;
}
.lineup__name .mg-r {
  margin-right: .5em;
}
.lineup__name .mg-l {
  margin-left: .5em;
}
.info {
  margin: 50px auto;
}
.index .info {
  margin: 0 auto;
}
.info a{
  color: #005aff;
}
.info_img {
  text-align: center;
}
.intro {
  margin: 60px 0;
}

.intro p {
  width: 95%;
  max-width: 550px;
  margin: 0 auto;
  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 {
  width: 95%;
  max-width: 810px;
  margin: 0 auto;
  display: flex;
}

.profile_2{
  padding-top: 50px;
}

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

.profile__img img {
  width: 100%;
}

.profile__txt h2 {
  font-size: 1.7rem;
  margin-bottom: 1em;
}

.profile__txt h2 .kana {
  font-size: 1.5rem;
}

.profile__txt p {
  font-size: 1.3rem;
}
.profile__txt.paddingL {
  padding-left: 48px;
}
.conv {
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.conv h2 {
  font-size: 2.3rem;
  width: 100%;
  max-width:  30em;
  margin: 3em auto 1.5em;
  padding-left: 2em;
}
.conv h2.top {
  margin: 0 auto 1.5em;
}
.conv h3 {
  font-size: 1.8rem;
  width: 100%;
  max-width: 590px;
  margin: 2em auto 0;
}

.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: -.1em;
}

.conv dl dd {
  width: 80%;
  padding-left: 2em;
  margin-bottom: 1em;
  font-size: 1.5rem;
}

.conv dl dd a {
  color: #3c50dc;
}

.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 a {
  color: #005aff;
}

.conv p.continue {
  text-align: center;
  margin: 3em auto 1em;
}

.conv__img {
  margin: 3em auto;
  text-align: center;
}

.conv__img .caption {
  max-width: 390px;
  width: 100%;
  text-align: center;
  margin: .5em auto 0;
  font-size: 1.3rem;
  line-height: 1.75;
  font-family: "Koburina Gothic W1 JIS2004", sans-serif;
}
.pre10 .conv__img .caption {
  max-width: 100%;
}
.conv__img .caption img {
  width: 16px;
  vertical-align: text-bottom;
  margin-right: .5em;
  box-sizing: border-box;
}
.conv__img .caption.logo_o2-nk img {
  width: 80px;
}
.conv__img h3.caption{
  font-size: 2.3rem;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  line-height: 1.73;
  letter-spacing: .1em;
  margin: 0 auto 1em;
  max-width: 100%;
}
.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: -.15em;
}

.conv span.notes{
  font-size: 1.3rem;
  line-height: 1.8;
  display: block;
}
.conv.point{
  max-width: 550px;
  width: 94%;
}
.conv.point div.txt,
.conv.point div.img{
  max-width: 500px;
  font-size: 1.5rem;
  margin-bottom: 35px;
}
.conv.point .index{
  max-width: 500px;
  border: 1px solid;
  padding: 25px;
  font-size: 1.5rem;
}
.conv.point h2{
  font-size: 1.7rem;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  margin: initial;
  margin-bottom: .3em;
  padding: 0;
}
.conv.point h3{
  max-width: 500px;
  font-size: 1.7rem;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  text-align: center;
  margin: initial;
  margin-bottom: 20px;
  margin-top: 75px;
}

.product__img{
  text-align: center;
}
.product__img p{
  text-align: left;
  padding-top: .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: .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%;
}

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

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

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

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

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

.bg-pre4 {
  background-image: url(../img/bg_pre4.jpg);
}
.bg-pre5 {
  background-image: url(../img/bg_pre5.jpg);
}
.bg-pre6 {
  background-image: url(../img/bg_pre6.jpg);
}
.bg-pre7 {
  background-image: url(../img/bg_pre6.jpg);
}
.bg-pre8 {
  background-image: url(../img/bg_pre8.jpg);
}
.bg-pre9 {
  background-image: url(../img/bg_pre9.jpg);
}
.bg-pre10 {
  background-image: url(../img/bg_pre10.jpg);
}
.bg-pre11 {
  background-image: url(../img/bg_pre11.jpg);
}
.bg-pre12 {
  background-image: url(../img/bg_pre12.jpg);
}
.bg-pre13 {
  background-image: url(../img/bg_pre13.jpg);
}
.bg-pre14 {
  background-image: url(../img/bg_pre14.jpg);
}
.bg-top {
  position: relative;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}
.logo_o2 {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s ease-out;
  opacity: 0;
}
.pre03 .logo_o2,
.pre04 .logo_o2 {
  right: 25px;
  left: initial;
  transform: translateX(0);
}
.pre05 .logo_o2 {
  right: 50px;
  left: initial;
  top: initial;
  bottom: 85px;
  transform: translateX(0);
}
.logo_ssa {
  position: absolute;
  top: 25px;
  left: 25px;
  transition: all 1s ease-out;
  line-height: 1;
  opacity: 0;
}
.pre05 .logo_ssa {
  left: 50%;
  transform: translateX(-50%);
  top: initial;
  bottom: 120px;
  max-width: 424px;
  width: 100%;
}
.pre05 .logo_ssa img {
  width: 100%;
}
.trailers {
  top: 135px;
  right: 50px;
  position: absolute;
}
.logo_o2.active, .logo_ssa.active, .logo_newitem.active {
  opacity: 1;
}
.share {
  padding: 15px 0;
  margin-bottom: 55px;
  background-color: rgba(255, 255, 255, 0.93);
}
.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 W3 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 #005aff;
  border-radius: 18px;
  font-size: 1.4rem;
  width: 180px;
  text-align: center;
  display: inline-block;
  color: #005aff;
}
.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(../img/copyright.png);
  width: 90px;
  height: 12px;
  margin: 20px auto;
  background-size: contain;
}
.column {
  background-color: rgba(255, 255, 255, 0.93);
  padding: 60px 0;
  margin: 60px 0;
}
.column h2 {
  max-width: 500px;
  width: 82%;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 2.3rem;
  margin: 0 auto 50px;
}
.column div.text.ff-w6 {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.column div.text {
  max-width: 500px;
  margin: 0 auto 3em;
  font-size: 1.5rem;
}
.column div.text:last-of-type {
  margin: 0 auto;
}
.pre12 .column {
  background-color: rgba(255, 255, 255, 0);
  border: #000 solid 1px;
}
.pre12 .column div.text {
  max-width: 460px;
  width: 86.666%;
}
.pre12 .column h2 {
  max-width: 460px;
  width: 86.666%;
  padding-left: 0;
}
@media screen and (min-width: 641px) {
  .pre02 .logo_o2 {
    right: 25px;
    left: initial;
    transform: translateX(0);
  }
  .logo_newitem.right{
    left: auto;
    right: 55px;
  }
}
@media screen and (min-width: 821px) {
  .pre06 .logo_o2, .pre07 .logo_o2{
    top: 55px;
    left: 60px;
    transform: translateX(0);
  }
  .pre08 .logo_o2 img {
    max-height: 90vh;
  }
  .pre09 .logo_o2 {
    top: 70px;
    left: 70px;
    transform: translateX(0);
  }
  .pre12 .logo_o2 {
    top: 60px;
    left: 60px;
    transform: translateX(0);
  }
  .pre13 .logo_o2, .pre14 .logo_o2{
    left: 55px;
    top: 35px;
    transform: translateX(0);
  }  
  .pre06 .logo_ssa, .pre07 .logo_ssa{
    top: initial;
    bottom: 85px;
    left: 60px;
  }    
  .pre12 .logo_ssa {
    top: initial;
    bottom: 95px;
    left: 60px;
  }    
  .pre13 .logo_ssa, .pre14 .logo_ssa{
    top: initial;
    left: initial;
    bottom: 95px;
    right: 50px;
  }    
  .pre09 .conv dl, .pre11 .conv dl {
    max-width: 500px;
  }
  .pre11 .conv h2 {
    max-width: 500px;
    padding-left: 0;
  }
  .pre09 .conv dl dt, .pre11 .conv dl dt {
    width: 0;
  }
  .pre09 .conv dl dd, .pre11 .conv dl dd {
    width: 100%;
    padding-left: 0;
  }
  .pre10 .logo_o2 {
    top: 70px;
    left: 70px;
    transform: translateX(0);
  }
  .pre10 .logo_ssa {
    top: auto;
    left: auto;
    bottom: 95px;
    right: 95px;
  }
  .pre11 .logo_o2 {
    top: 70px;
    right: 95px;
    left: auto;
    transform: translateX(0);
  }
}
@media screen and (max-width: 820px) {
  .bg-top img {
    width: 100%;
  }
  .logo_o2{
    width: 26.069vw;
    top: 6.66vw;
    left: 4.66vw;
    transform: translateX(0);
  }
  .logo_ssa {
    width: 56.302vw;
    top: 6.66vw;
    right: 4.66vw;
    left: auto;
  }
  .pre02 .logo_ssa {
    top: initial;
    bottom: 26.666vw;
    right: initial;
    left: 4.933vw;
  }
  .pre03 .logo_ssa {
    width: 56.302vw;
    top: initial;
    bottom: 27vw;
    right: initial;
    left: 4.66vw;
  }
  .pre03 .logo_o2 {
    width: 26.069vw;
    right: initial;
    left: 4.66vw;
    transform: translateX(0);
  }
  .pre04 .logo_ssa {
    width: 68vw;
    top: initial;
    bottom: 27vw;
    right: initial;
    left: 16vw;
  }
  .pre04 .logo_o2 {
    width: 30.4vw;
    right: initial;
    left: 16vw;
    transform: translateX(0);
  }
  .pre05 .logo_o2 {
    left: 50%;
    bottom: initial;
    top: 6.66vw;
    transform: translateX(-50%);
    width: 40vw;
  }
  .pre12 .logo_o2 {
    width: 32.58vw;
    left: 6.66vw;
  }
  .pre13 .logo_o2{
    width: 32.58vw;
  }
  .pre14 .logo_o2{
    width: 32.58vw;
    left: 6.66vw;
  }
  .pre05 .logo_ssa {
    width: 68vw;
    top: initial;
    bottom: 27vw;
    right: initial;
    left: 16vw;
    transform: initial;
  }
  .pre06 .logo_o2 {
    width: 32.586vw;
    left: 6.66vw;
  }
  .pre07 .logo_o2 {
    width: 32.586vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .pre06 .logo_ssa, .pre07 .logo_ssa{
    width: 71.08vw;
    top: auto;
    bottom: 29.333vw;
    left: 6.66vw;
    right: auto;
  }      
  .pre07 .logo_ssa{
    width: 71.08vw;
    top: auto;
    bottom: 29.2vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .pre08 .logo_o2 {
    width: 71.2vw;
    top: 16vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .pre09 .logo_o2 {
    width: 71.066vw;
    top: 6.666vw;
    left: 6.666vw;
  }
  .pre10 .logo_o2 {
    width: 32.586vw;
    top: 6.66vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .pre10 .logo_ssa {
    width: 71.08vw;
    top: auto;
    bottom: 20.4vw;
    left: 6.666vw;
  }
  .pre11 .logo_o2 {
    width: 71.066vw;
    top: 6.66vw;
    left: 6.66vw;
  }
  .pre12 .logo_ssa{
    width: 71.08vw;
    top: auto;
    bottom: 20.333vw;
    left: 6.66vw;
    right: auto;
  }
  .pre13 .logo_ssa{
    width: 71.08vw;
    top: auto;
    bottom: 20.333vw;
    left: 6.66vw;
    right: auto;
  }
  .pre14 .logo_ssa{
    width: 71.08vw;
    top: 88.93vw;
    left: 6.66vw;
  }
  .index .logo_ssa {
    top: 4.5vw;
    right: 6vw;
  }
  .trailers.logo_newitem {
   width: 64vw; 
   top: 19.2vw;
   right: 6vw;
  }
  .mainimg {
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-top: 100%;
    margin: 0 auto;
    background-image: url(../img/pre_mainimg_sp.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
  }
  .mainimg-1 {
    background-image: url(../img/mainimg_pre1_sp.jpg);
  }
  .mainimg-2 {
    background-image: url(../img/mainimg_pre2_sp.jpg);
  }
  .mainimg-3 {
    background-image: url(../img/mainimg_pre3_sp.jpg);
  }
  .mainimg-4 {
    background-image: url(../img/mainimg_pre4_sp.jpg);
  }
  .mainimg-5 {
    background-image: url(../img/mainimg_pre5_sp.jpg);
  }
  .mainimg-6 {
    background-image: url(../img/mainimg_pre6_sp.jpg);
  }
  .mainimg-7 {
    background-image: url(../img/mainimg_pre7_sp.jpg);
  }
  .mainimg-8 {
    background-image: url(../img/mainimg_pre8_sp.jpg);
  }
  .mainimg-9 {
    background-image: url(../img/mainimg_pre9_sp.jpg);
  }
  .mainimg-10 {
    background-image: url(../img/mainimg_pre10_sp.jpg);
  }
  .mainimg-11 {
    background-image: url(../img/mainimg_pre11_sp.jpg);
  }
  .mainimg-12 {
    background-image: url(../img/mainimg_pre12_sp.jpg);
  }
  .mainimg-13 {
    background-image: url(../img/mainimg_pre13_sp.jpg);
  }
  .mainimg-14 {
    background-image: url(../img/mainimg_pre14_sp.jpg);
  }
  .mainimg .logo {
    left: 86.666vw;
    right: auto;
    top: 5.333vw;
    z-index: 3000;
    width: 9.6vw;
  }
  .mainimg .logo.fixed {
    position: fixed;
    left: 86.666vw;
    top: 2.34375vw;
  }
  .mainimg .logo2{
    left: 88.533333vw;
  }
  .mainimg .logo2.fixed {
    left: 88.533333vw;
  }  
  .mainimg .ttl {
    text-indent: -9999px;
  }
  .mainimg .ttl-1 {
    width: 86.666vw;
    height: 24.666vw;
    top: 69.2vw;
    left: 6.666vw;
  }
  .mainimg .ttl-name1 {
    width: 3.039vw;
    height: 22.956vw;
    top: 34.933vw;
    right: 6.666vw;
  }
  .mainimg .ttl-2 {
    width: 93.333vw;
    height: 20.108vw;
    bottom: 24vw;
  }
  .mainimg .ttl-name2 {
    width: 3.9vw;
    height: 27.8vw;
    top: 35.466667vw;
    right: 6.666vw;
    left: initial;
  }
  .mainimg .ttl-3 {
    width: 33vw;
    height: 77vw;
    top: 10.3vw;
    left: 48vw;
  }
  .mainimg .ttl-name3 {
    width: 4vw;
    height: 50vw;
    top: 36vw;
    right: 6.1vw;
  }
  .mainimg .ttl-4 {
    width: 35vw;
    height: 74.5vw;
    top: 10.5vw;
    left: 8vw;
  }
  .mainimg .ttl-name4 {
    width: 3.1vw;
    height: 29vw;
    top: 34.53vw;
    right: 6.4vw;
  }
  .mainimg .ttl-5 {
    /* background-image: url(../img/ttl_pre5_sp.svg); */
    width: 80vw;
    height: 32vw;
    bottom: 8vw;
    left: 10vw;
  }
  .mainimg .ttl-name5 {
    width: 2.6vw;
    height: 27.2vw;
    top: 34.4vw;
    right: 7.3333vw;
  }
  .mainimg .ttl-6 {
    background-image: url(../img/ttl_pre6_sp.svg);
    width: 93.333vw;
    height: 74.133vw;
    top: 10vw;
    left: 3.333vw;
  }
  .mainimg .ttl-name6 {
    width: 3.6vw;
    height: 28.533vw;
    top: 35.466vw;
    right: 6.666vw;
  }
  .mainimg .ttl-7 {
    background-image: url(../img/ttl_pre7_sp.svg);
    width: 86.666vw;
    height: 55.6vw;
    top: 34.933vw;
    left: 6.666vw;
  }
  .mainimg .ttl-name7 {
    width: 3.6vw;
    height: 28.533vw;
    top: 35.466vw;
    right: 6.666vw;
  }
  .mainimg .ttl-8 {
    width: 39.866vw;
    height: 81.6vw;
    top: 9.2vw;
    left: 7.333vw;
  }
  .mainimg .ttl-name8 {
    width: 3.06vw;
    height: 28.533vw;
    top: 33.8vw;
    right: 6.666vw;
  }
  .mainimg .ttl-9 {
    width: 28.8vw;
    height: 89.333vw;
    top: 5.333vw;
    left: 5.333vw;
  }
  .mainimg .ttl-name9 {
    width: 2.732vw;
    height: 27.938vw;
    top: 35.466vw;
    right: 7.2vw;
  }
  .mainimg .ttl-10 {
    width: 13.233vw;
    height: 88.533vw;
    top: 5.732vw;
    left: 10vw;
  }
  .mainimg .ttl-name10 {
    width: 2.725vw;
    height: 13.24vw;
    top: 35.045vw;
    right: 7.2vw;
  }
  .mainimg .ttl-11 {
    width: 24.826vw;
    height: 86.662vw;
    top: 6.666vw;
    left: 4vw;
  }
  .mainimg .ttl-name11 {
    width: 2.709vw;
    height: 6.748vw;
    top: 35.466vw;
    right: 7.2vw;
  }
  .mainimg .ttl-12 {
    width: 13.333vw;
    height: 95.7vw;
    top: 2.996vw;
    left: 10.21vw;
  }
  .mainimg .ttl-name12 {
    width: 3.2vw;
    height: 37.73vw;
    top: 35.466vw;
    right: 7.2vw;
  }
  .mainimg .ttl-13 {
    width: 27.866vw;
    height: 93.6vw;
    top: 4vw;
    left: 6.666vw;
  }
  .mainimg .ttl-name13 {
    width: 2.8vw;
    height: 8.82vw;
    top: 35.466vw;
    right: 7.2vw;
  }
  .mainimg .ttl-14 {
    width: 24.133vw;
    height: 88.4vw;
    top: 5.86vw;
    left: 10vw;
  }
  .mainimg .ttl-name14 {
    width: 2.732vw;
    height: 32vw;
    top: 35.266vw;
    right: 7.2vw;
  }
  .mainimg .ttl-sub {
    background-image: url(../img/subttl_01.svg);
    width: 8.2125vw;
    height: 8.2125vw;
    top: 23.09375vw;
    left: 87.521875vw;
    right: auto;
  }
  .mainimg .ttl-sub02 {
    background-image: url(../img/subttl_02.svg);
  }
  .mainimg .ttl-sub03 {
    background-image: url(../img/subttl_03.svg);
  }
  .mainimg .ttl-sub04 {
    background-image: url(../img/subttl_04.svg);
  }
  .mainimg .ttl-sub05 {
    background-image: url(../img/subttl_05.svg);
  }
  .mainimg .ttl-sub06 {
    background-image: url(../img/subttl_06.svg);
  }
  .mainimg .ttl-sub07 {
    background-image: url(../img/subttl_07.svg);
  }
  .mainimg .ttl-sub08 {
    background-image: url(../img/subttl_08.svg);
  }
  .mainimg .ttl-sub09 {
    background-image: url(../img/subttl_09.svg);
  }
  .mainimg .ttl-sub10 {
    background-image: url(../img/subttl_10.svg);
  }
  .mainimg .ttl-sub11 {
    background-image: url(../img/subttl_11.svg);
  }
  .mainimg .ttl-sub12 {
    background-image: url(../img/subttl_12.svg);
  }
  .mainimg .ttl-sub13 {
    background-image: url(../img/subttl_13.svg);
  }
  .mainimg .ttl-sub14 {
    background-image: url(../img/subttl_14.svg);
  }
  .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: .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{
    width: 22%;
    height: 0;
    padding-top: 100%;
  }
  .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;
  }
  .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;
  }
  html, body {
    height: 100%;
  }
  .navline {
    width: 25px;
    position: fixed;
    bottom: 2vw;
    left: auto;
    right: 2vw;
  }
  .navline a {
    width: 15px;
    margin: 10px auto;
  }
  .navline p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    right: 1vw;
    position: relative;
  }
  .preitem {
    background-color: rgba(255, 255, 255, 0.93);
    padding: 30px 0;
  }
  .preitem-profile {
    margin-bottom: 30px;
  }
  .preitem-prenav {
    margin: 15px 0;
    padding: 22.5px 0;
  }
  .preitem-info {
    margin: 60px 0;
    background-color: #fff;
  }
  .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 {
    font-size: 2rem;
    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 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 {
    margin: 0 auto;
  }
  .info div p {
    letter-spacing: .1rem;
  }
  .intro {
    margin: 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.8125%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .profile_2 {
    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;
  }
  .pre05 .profile__txt.paddingL, .pre09 .profile__txt.paddingL, .pre14 .profile__txt.paddingL{
    padding-left: 0;
  }  
  .pre08 .profile__txt.paddingL {
    padding-left: 0;    
  }
  .profile__txt h2 {
    font-size: 1.4rem;
    margin-bottom: .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;
  }
  .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: .5em auto 1em;
    padding-left: 0;
  }
  .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: -.1em;
  }
  .conv dl dd {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1em;
    font-size: 1.3rem;
  }
  .conv dl dd a {
    color: #005aff;
  }
  .conv p.continue {
    text-align: center;
    font-size: 1.3rem;
  }
  .conv.point p.continue {
    text-align: center;
    font-size: 1.3rem;
  }
  .conv__img {
    margin: 1em auto 2em;
  } 
  .pre09 .conv__img {
    margin: 1em auto 1.5em;
  }
  .conv.point div.txt{
    width: 89.8125%;
    font-size: 1.3rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .conv.point div.img{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .conv.point div.index{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .conv.point h2{
    font-size: 1.325rem;
    text-align: center;
  }
  .conv.point div.index{
    font-size: 1.15rem;
    padding: 20px 8px;
  }
  .conv.point h3{
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 35px;
    white-space: nowrap;
  }
  .column01 {
    padding: 35px 0;
  } 
  .column01 p {
    font-size: 1.5rem;
    line-height: 1.86;
    padding: 0 25px;
  }
  .column02 p + h3 {
    margin-top: 20px;
  }
  .column02 {
    padding: 35px 0;
  }
  .column02 h3 {
    font-size: 1.5rem;
    line-height: 1.44;
    margin-bottom: 5px;
    padding: 0 25px;
  }
  .column02 p {
    font-size: 1.3rem;
    padding: 0 25px;
  }
  .column .conv__img{
    padding: 0 25px;
  }
  .pre07 .column01 h2 {
    font-size: 1.35rem;
  }
  .pre07 .column01 .conv__img .caption {
    font-size: 1.1rem;
  }
  .pre07 .column01 p {
    padding: 0 25px;
  }
  .pre07 .column02 h3 {
    padding: 0 25px;
    margin-bottom: 1em;
  }
  .pre07 .column02 p{
    padding: 0 25px;
  }
  .product{
    margin: 1em auto;
  }
  .product .caption {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 auto .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: .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 {
    background-image: url(../img/bg_pre1_sp.jpg);
  }
  .bg-pre1 {
    background-image: url(../img/bg_pre1_sp.jpg);
  }
  .bg-pre2 {
    background-image: url(../img/bg_pre2_sp.jpg);
  }
  .bg-pre3 {
    background-image: url(../img/bg_pre3_sp.jpg);
  }
  .bg-pre4 {
    background-image: url(../img/bg_pre4_sp.jpg);
  }
  .bg-pre5 {
    background-image: url(../img/bg_pre5_sp.jpg);
  }
  .bg-pre6 {
    background-image: url(../img/bg_pre6_sp.jpg);
  }
  .bg-pre7 {
    background-image: url(../img/bg_pre7_sp.jpg);
  }
  .bg-pre8 {
    background-image: url(../img/bg_pre8_sp.jpg);
  }
  .bg-pre9 {
    background-image: url(../img/bg_pre9_sp.jpg);
  }
  .bg-pre10 {
    background-image: url(../img/bg_pre10_sp.jpg);
  }
  .bg-pre11 {
    background-image: url(../img/bg_pre11_sp.jpg);
  }
  .bg-pre12 {
    background-image: url(../img/bg_pre12_sp.jpg);
  }
  .bg-pre13 {
    background-image: url(../img/bg_pre13_sp.jpg);
  }
  .bg-pre14 {
    background-image: url(../img/bg_pre14_sp.jpg);
  }
  .bg-top {
    position: relative;
    width: 100vw;
    height: 100vh;
    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.93);
  }
  .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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    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: 1px solid #005aff;
    border-radius: 18px;
    padding: 5px 0;
    font-size: 1.3rem;
    text-align: center;
    display: block;
    color: #005aff;
    margin: 15px auto;
  }
  .footer {
    padding: 20px 0;
    background-color: #fff;
  }
  .copyright {
    display: block;
    text-align: center;
    text-indent: -9999px;
    background-image: url(../img/copyright.png);
    width: 68px;
    height: 9px;
    margin: 20px auto;
    background-size: contain;
  }
  .logo_tsuki {
    margin-bottom: .5rem;
  }
  .item-info a .btn{
    max-width: 90vw;
    margin: 15px auto 0;
  }
  .item-info {
    padding: 40px 0;
  }
  .lineup__name .value {
    font-size: 1.3rem;
  }
  .column {
    padding: 30px 0;
    margin: 30px 0;
  }
  .column h2 {
    font-size: 1.8rem;
    margin: 0 auto 25px;
  }
  .pre12 .column h2 {
    font-size: 1.6rem;
  }
  .column div.text {
    width: 80%;
    margin: 0 auto 2em;
  }
}
@media screen and (max-width: 320px) {
  .conv.point h3{
    white-space:initial
  }
  .yodogawa .inner {
    width: 80%;
  }
}
