/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 62.5%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  font-size: 1.6rem;
  margin: 0;
  font-family: Futo Go B101;
}

* {
  box-sizing: border-box;
}
/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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;
}
h2,h3 {
  margin: 0;
}
p {
  margin: 0;
}
li {
  list-style-type: none;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 1em; /* フォントサイズちょっと小さく */
  position: static; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}
a:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
}

/* Grouping content
   ========================================================================== */

/**
 * 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 */
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  width: 100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 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 in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



.products__header {
  max-width: 700px;
  width: 100%;
  margin: 76px auto 90px;
}
.products__footer {
  width: 100%;
}
.products__header h1 {
  text-align: center;
  border-bottom: 1.5px solid;
  padding-bottom: 44px;
}
.products__header h2 {
  text-align: center;
  border-bottom: 1.5px solid;
  padding: 44px 0 55px;
}
.products__header h1 img {
  max-width: 467px;
}
.products__header h2 img,
.products__container--notice h2 img {
  max-width: 333px;
}

.products__eyeCatchi {
  position: relative;
  width: 100%;
/*  height: 100vh;*/
  padding-top: 56.25%;
  overflow: hidden;
}
.products__eyeCatchi iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.products__container {
  max-width: 700px;
  width: 100%;
  margin: 88px auto 60px;
}
.products__container--yodogawa p {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 72px;
  letter-spacing:1.6pt;
}
.products__container--yodogawa .profile {
  margin-bottom: 88px;
}
.products__container--yodogawa .profile p {
  line-height: 1.625;
}
.products__container--yodogawa .profile a {
  display: inline-block;
  border-bottom: 1.5px solid;
}
.products__container--notice {
  border-top: 1.5px solid;
  border-bottom: 1.5px solid;
  padding: 44px 0 55px;
}
.products__container--notice h2 {
  text-align: center;
  margin-bottom: 23px;
}
.products__container--notice p {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2.55px;
}

.products__container--credit {
  padding: 60px 0 0;
  display: flex;
  justify-content: space-between;
}
.products__container--credit .left-box li:first-child {
  font-size: 1.4rem;
  letter-spacing: 2.1px;
  margin-bottom: 26px;
}
.products__container--credit .left-box li:nth-child(2) {
  font-size: 1.8rem;
  letter-spacing: 1.58px;
  font-family: HelveticaNeue;
  display: inline-block;
  margin-bottom: 28.30px;
}
.products__container--credit .left-box li:nth-child(2) a {
  display: inline-block;
  border-bottom: 1.5px solid;
}
.products__container--credit .left-box li:nth-child(2) ~ li {
  font-size: 1.4rem;
/*  font-family: 小塚ゴシック Pr6;*/
  line-height: 2.3;
}
.products__container--credit .left-box li:last-child {
  font-size: 1.1rem;
}
.products__container--credit .right-box li:first-child {
  font-size: 1.3rem;
  letter-spacing : 1.82px;
  margin-bottom: 18px;
  font-family: HelveticaNeue;
}
.products__container--credit .right-box li:first-child ~ li {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 1.8px;
}

.products__footer {
  background: #E9E9E7;
  padding: 15px 43px;
}
.products__footer .linkbox ul.wrap,
.products__footer .linkbox ul.inner {
  display: flex;
  flex-wrap: wrap;
}
.products__footer .linkbox ul.wrap {
  justify-content: center;
}
.products__footer .linkbox .wrap li.logo {
  max-width: 170px;
  margin-right: 20px;
}
.products__footer .linkbox .inner li:nth-child(4),
.products__footer .linkbox .wrap li.mail,
.products__footer .linkbox .wrap li.store {
  margin-right: 20px;
}
.products__footer .linkbox .inner li:nth-child(1) img,
.products__footer .linkbox .inner li:nth-child(2) img,
.products__footer .linkbox .inner li:nth-child(3) img,
.products__footer .linkbox .wrap li.mail img{
  max-width: 33px;
  margin-right: 10px;
}
.products__footer .linkbox .inner li:nth-child(4) span,
.products__footer .linkbox .wrap li:nth-child(4) a,
.products__footer .linkbox .wrap li:nth-child(5) a{
  vertical-align: -7px;
}
.products__footer .linkbox .wrap li:nth-child(3) span {
  vertical-align: 12px;
}
.products__footer .linkbox  li{
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing : 2.25px;
  display: inline-block;
  vertical-align: -8px;
}
.brpc {
  display: block;
}
.brsp {
  display: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/*--------------------------------popup prof*/
.lity.lity-opened {
  opacity: 1;
}
.lightbox {
/*  max-height: 90vh !important;*/
  padding: 30px;
  background-color: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
/*.lity-content {
  width: 80%!important;
  margin: auto;
}*/
.lightbox__container .profile div {
  max-width: 600px;
}
.profile__title {
  font-weight: 400;
  line-height: 1.8;
  font-size: 28px;
  letter-spacing: .06em;
}
.profile__body {
  margin-top: 9%;
  line-height: 1.8;
  font-family: "Shuei MaruGo B"
  font-size: 100%;
}
.toc-item.gray img {
   -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
}

/*--------------------------------Notice2*/
.products__container h2.notice2Ttl {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.54;
  letter-spacing: 7px;
  border-top: 1.5px solid;
  border-bottom: 1.5px solid;
  padding: 60px 0 50px;
}
.products__item--area {
  border-bottom: 1.5px solid;
  padding-bottom: 70px;
}
.products__item--area.crea {
  border-bottom: none;
}
.products__item--area.crea p {
  padding-top: 60px;
  font-size: 1.5rem;
  line-height : 2;
  letter-spacing:1.6pt;
}
.products__item--area h3 {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 4.95px;
  margin-top: 60px;
}
.products__item--area .price {
  font-size: 2.2rem;
  margin-top: 23px;
}
.products__item--area .price span {
  font-size: 1.5rem;
  letter-spacing : 1.13px;
}
.products__item--area .imgbox img {
  max-width: 700px;
  margin: 60px auto;
}
.products__item--area p {
/*  font-weight : bold;*/
  font-size : 1.6rem;
  line-height : 2.15;
  letter-spacing: 1.6pt;
}
.notice1 {
  margin-bottom: 30px;
}


@media screen and (max-width: 934px) {
  .products__footer .logo {
    margin: 0 0 20px 0;
  }
}

/*--------------------------------SP*/
@media screen and (max-width: 480px) {
  .products__header {
    max-width: 100%;
    width: 90%;
    margin: 56px auto 70px;
  }
  .products__header h1 {
    padding-bottom: 20px;
  }
  .products__header h2 {
    padding: 35px 0;
  }
  .products__header h1 img {
    max-width: 90%;
  }
  .products__header h2 img,
  .products__container--notice h2 img {
    max-width: 80%;
  }

  .products__container {
    max-width: 100%;
    width: 80%;
    margin: 60px auto 40px;
  }
  .products__container--yodogawa p {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 52px;
  }
  .products__container--notice p {
    font-size: 12px;
  }
  .products__container--credit {
    padding: 44px 20px 0;
    display: block;
  }
  .products__container--credit .left-box {
    margin-bottom: 26px;
  }
  .products__container--credit .left-box li:first-child {
    font-size: 14px;
  }
  .products__container--credit .left-box li:nth-child(2) {
    font-size: 18px;
  }
  .products__footer {
    padding: 30px 43px 50px;
  }
  .products__footer .linkbox ul.inner {
    margin-bottom: 10px;
  }
  .products__footer .linkbox .wrap li.logo {
    max-width: 70%;
    margin-right: 0;
  }
  .products__footer .linkbox .inner li:nth-child(1) img,
  .products__footer .linkbox .inner li:nth-child(2) img,
  .products__footer .linkbox .inner li:nth-child(3) img {
    margin-right: 20px;
  }

  .products__footer .linkbox .inner li:nth-child(4),
  .products__footer .linkbox .wrap li.store {
    margin-right: 0;
  }

/*  .lity-close {
    color: #000!important;
  }*/
  .brpc {
    display: none;
  }
  .brsp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
/*--------------------------------Notice2*/
  .products__container h2.notice2Ttl {
    font-size: 19px;
  }
  .products__item--area {
    border-bottom: 1.5px solid;
    padding-bottom: 35px;
  }
  .products__item--area.crea {
    border-bottom: none;
    padding-bottom: 0;
  }
  .products__item--area.crea p {
    padding-top: 40px;
  }
  .products__item--area.crea .imgbox img {
    margin: 60px auto 0;
  }
  .products__item--area h3 {
    font-size: 18px;
    margin-top: 40px;
  }
  .products__item--area .price {
    font-size: 16px;
    margin-top: 10px;
  }
  .products__item--area .price span {
    font-size: 10px;
  }
  .products__item--area .imgbox img {
    max-width: 700px;
    margin: 60px auto;
  }
  .products__item--area p {
    padding: 0 10px;
  }
}

@media screen and (max-width: 320px) {
  .products__container--yodogawa p {
    font-size: 18px;
  }
  .products__footer .linkbox .inner li:nth-child(1) img,
  .products__footer .linkbox .inner li:nth-child(2) img,
  .products__footer .linkbox .inner li:nth-child(3) img {
    margin-right: 10px;
  }
}




