@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
/*!
  html5doctor.com Reset Stylesheet v1.6.1
  Copyright (c) 2010 Richard Clark - http://richclarkdesign.com
  Released under the MIT license
  https://opensource.org/licenses/mit-license.php
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1.6rem 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
figure {
  line-height: 0;
}
small, .small {
  font-size: .8em !important;
  line-height: 1.35;
}
ol, ul {
  list-style: none;
}
.pc_only {
  display: block !important;
}
.sp_only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  backface-visibility: hidden;
  letter-spacing: .1em;
  line-height: 1.8;
  text-size-adjust: 100%;
  word-break: break-all;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 960px) {
  body {
    min-width: 0.125rem;
  }
  figure img {
    width: 100%;
  }
}
a {
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: initial;
  text-decoration-line: none;
  text-decoration-style: initial;
}
body {
  background-color: #252526;
  color: #FFFFFF;
  font-family: "Noto Sans JP", upgrade, sans-serif;
  font-feature-settings: "palt";
  margin: auto;
}
img {
  display: block;
  max-width: 100%;
}
.grid {
  background: url(../img/grid.png);
  background-repeat: repeat;
}
span {
  line-height: 1;
}
.red {
  color: #DC000C;
}
.blue {
  color: #26C5C8;
}
h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: normal;
}
h2 span {
  letter-spacing: normal;
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 7rem;
  }
}
a.btn {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
  width: 23.5rem;
  max-width: 250px;
  text-decoration: none !important;
  border-radius: 10rem;
  margin: auto;
  padding: 1.5rem 0;
  position: relative;
}
a.btn:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  font-size: 1.2rem;
  position: absolute;
  right: 0.8em;
  top: 49%;
  transform: translateY(-49%);
}
a.prev {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
  width: 23.5rem;
  max-width: 250px;
  text-decoration: none !important;
  border-radius: 10rem;
  margin: auto;
  padding: 1.5rem 0 1.5rem 1.5rem;
  position: relative;
}
a.prev:after {
  font-family: "Font Awesome 5 Free";
  content: '\f053';
  font-weight: 900;
  font-size: 1.2rem;
  position: absolute;
  left: 0.8em;
  right: initial;
  top: 49%;
  transform: translateY(-49%);
}
@media screen and (min-width: 751px) {
  html {
    font-size: calc(100vw / 144);
  }
  body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .inner {
    max-width: 1342px;
    width: 93.1944444444%;
    margin-left: auto;
    margin-right: auto;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: calc(100vw / 75);
  }
  body {
    min-width: 320px;
  }
  html, body {
    height: 100%;
    min-height: 100%;
  }
  .inner {
    width: 90.6666666667%;
    margin-left: auto;
    margin-right: auto;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}
.header__fv {
  height: 100vh;
}
@media screen and (max-width: 750px) {
  .header__fv {
    height: 45vh;
    overflow: hidden;
    position: relative;
  }
}
.header__fv video {
  height: 100vh;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  .header__fv video {
    margin-top: 13vw;
    height: 30vh;
    top: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
}
.fix {
  display: block;
  position: fixed;
  z-index: 10;
  background: #000;
  width: 100%;
}
.fix img {
  width: 28.4%;
  margin: 1.9rem auto 1.9rem 2rem;
}
.header__ttl {
  position: absolute;
  bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  .header__ttl {
    width: 90%;
  }
}
.header__arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 2.5rem;
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  .header__arrow {
    top: 95vh;
  }
}
.nav {
  background-color: rgba(0, 0, 0, 0.8);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  width: 100%;
  font-size: 1.8rem;
}
.nav__container {
  display: flex;
  padding: 2rem 0;
}
@media screen and (max-width: 750px) {
  .nav__container {
    padding: 0;
    font-size: 4.6666vw;
  }
}
.nav__logo {
  margin: auto auto auto 0;
  width: 17.1rem;
}
.nav__logo img {
  width: 100%;
}
.nav__global-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav__global-nav li {
  margin-left: 1rem;
}
@media screen and (max-width: 750px) {
  .nav__global-nav li {
    margin: 0;
  }
}
.nav__global-nav li a {
  padding: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .nav__global-nav li a img {
    width: 3.5rem;
    margin-top: 1.2rem;
    float: right;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 750px) {
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 30;
    right: 0;
    top: 0;
    width: calc(62/750 * 100vw + 3.8rem);
    height: calc(62/750 * 100vw + 3.8rem);
    cursor: pointer;
    text-align: center;
    background: #DC000C;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 4.3rem;
    height: 2px;
    right: 2.8rem;
    background: #FFFFFF;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 3.5rem;
  }
  .hamburger span:nth-child(2) {
    top: 5rem;
  }
  .hamburger span:nth-child(3) {
    top: 6.5rem;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 5rem;
    right: 2.8rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 5rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    z-index: 2;
    width: 100%;
  }
  nav.globalMenuSp.active {
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    background: #252526;
    text-align: center;
    z-index: 2;
    width: 100%;
    height: 100vh;
  }
  nav.globalMenuSp ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8.13333vw 0 18vw 0;
    width: 100%;
    height: calc(100vh - 8.26666vw - 3.8rem);
    margin-top: calc(8.26666vw + 3.8rem);
  }
  nav.globalMenuSp ul li {
    flex-grow: 1;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    transition: 0.4s all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    color: #FFFFFF;
    text-decoration: none;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    z-index: 2;
  }
}
/*JSを使いfixedクラスが付与された際の設定*/
.nav.fixed {
  position: fixed;
  /*fixedを設定して固定*/
  z-index: 999;
  /*最前面へ*/
  top: 0;
  /*位置指定*/
  left: 0;
  /*位置指定*/
}
.summary {
  background: url(../img/summary-bg.jpg) center center/cover no-repeat;
  position: relative;
}
.summary::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 31.6rem;
  background: linear-gradient(rgba(37, 37, 38, 0) 0%, rgba(37, 37, 38, 0.85) 55.92%, #252526 100%);
}
.summary a {
  text-decoration: underline;
}
.summary__sliderPhoto {
  display: flex;
  justify-content: space-around;
  height: 17.5rem;
  width: 100%;
  overflow: hidden;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .summary__sliderPhoto {
    margin-top: 7rem;
    height: 17.5rem;
    max-height: 175px;
  }
}
.summary__sliderPhoto li img {
  height: 17.5rem;
}
@media screen and (max-width: 750px) {
  .summary__sliderPhoto li img {
    height: 17.5rem;
    max-height: 175px;
  }
}
.summary__essay {
  height: 68.9rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .summary__essay {
    height: 66.4rem;
    font-size: 1.8rem;
  }
}
.summary__essay h1 {
  font-size: 8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
}
.summary__essay h2 {
  font-size: 4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: normal;
}
.summary__essay h3 {
  font-size: 2rem;
  padding: .5em 2em;
  margin: 2em 0;
  background-color: #fff;
  display: inline-block;
}
.summary__essay small {
  opacity: .8;
  font-weight: normal;
  letter-spacing: normal;
}
.new-product {
  background: rgba(0, 0, 0, 0.3);
}
.new-product__container {
  position: relative;
  padding: 10.3rem 0 16.7rem 0;
}
.new-product__ttl {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: absolute;
  top: -3.2rem;
}
@media screen and (max-width: 750px) {
  .new-product__ttl {
    top: -3.2rem;
  }
}
.new-product__ttl p {
  font-size: 2.5rem;
  line-height: 1;
  color: #727272;
}
@media screen and (max-width: 750px) {
  .new-product__ttl p {
    font-size: 2.5rem;
  }
}
.new-product__list li {
  height: 39rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .new-product__list li {
    flex-direction: column;
    height: auto;
  }
}
.new-product__list li:nth-of-type(1) img {
  width: 59.7rem;
}
@media screen and (max-width: 750px) {
  .new-product__list li:nth-of-type(1) img {
    margin-bottom: 4rem;
  }
}
.new-product__list li:nth-of-type(2) img {
  width: 59.7rem;
}
@media screen and (max-width: 750px) {
  .new-product__list li:nth-of-type(2) img {
    margin-bottom: 4rem;
  }
}
.new-product__list li:nth-of-type(3) img {
  width: 59.7rem;
}
@media screen and (max-width: 750px) {
  .new-product__list li:nth-of-type(3) img {
    margin-bottom: 4rem;
  }
}
.new-product__list li:nth-of-type(4) img {
  width: 59.7rem;
}
@media screen and (max-width: 750px) {
  .new-product__list li:nth-of-type(4) img {
    margin-bottom: 4rem;
  }
}
.new-product__list li:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .new-product__list li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.new-product__list li:nth-of-type(2n-1) {
  background: -moz-linear-gradient(left, #252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
  background: -webkit-linear-gradient(left, #252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
  background: linear-gradient(to right, #252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
}
@media screen and (max-width: 750px) {
  .new-product__list li:nth-of-type(2n-1) {
    background: -moz-linear-gradient(#252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
    background: -webkit-linear-gradient(#252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
    background: linear-gradient(#252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
  }
}
.new-product__list li:nth-of-type(2n-1) div {
  width: 53.7257824143%;
  max-width: 721px;
}
@media screen and (max-width: 750px) {
  .new-product__list li:nth-of-type(2n-1) div {
    width: 100%;
  }
}
.new-product__list li:nth-of-type(2n) {
  flex-direction: row-reverse;
  background: -moz-linear-gradient(right, #252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
  background: -webkit-linear-gradient(right, #252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
  background: linear-gradient(to left, #252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
}
@media screen and (max-width: 750px) {
  .new-product__list li:nth-of-type(2n) {
    flex-direction: column;
    background: -moz-linear-gradient(#252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
    background: -webkit-linear-gradient(#252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
    background: linear-gradient(#252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
  }
}
.new-product__list li:nth-of-type(2n) div {
  width: 53.7257824143%;
  max-width: 721px;
}
@media screen and (max-width: 750px) {
  .new-product__list li:nth-of-type(2n) div {
    width: 100%;
  }
}
.new-product__list li div {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .new-product__list li div {
    padding: 7.7rem 0;
  }
}
.new-product__list li div h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: normal;
}
.new-product__list li div p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.new-product__list li div .btn {
  background: -moz-linear-gradient(left, #dc000c 50%, #dc0090);
  background: -webkit-linear-gradient(left, #dc000c 50%, #dc0090);
  background: linear-gradient(to right, #dc000c 50%, #dc0090);
  margin-top: 3rem;
}
.new-product__list li img {
  width: 100%;
}
.reference-exhibition__container {
  position: relative;
  padding: 10.3rem 0 7rem 0;
}
.reference-exhibition__ttl {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: absolute;
  top: -3.2rem;
}
@media screen and (max-width: 750px) {
  .reference-exhibition__ttl h2 span {
    display: block;
  }
}
.reference-exhibition__ttl p {
  font-size: 2.5rem;
  line-height: 1;
  color: #727272;
}
@media screen and (max-width: 750px) {
  .reference-exhibition__ttl p {
    font-size: 2.5rem;
  }
}
.reference-exhibition__list li {
  height: 39rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .reference-exhibition__list li {
    flex-direction: column;
    height: auto;
  }
}
.reference-exhibition__list li:nth-of-type(1) img {
  width: 59.7rem;
}
@media screen and (max-width: 750px) {
  .reference-exhibition__list li:nth-of-type(1) img {
    margin-bottom: 4rem;
  }
}
.reference-exhibition__list li:nth-of-type(2) img {
  width: 57.1rem;
}
@media screen and (max-width: 750px) {
  .reference-exhibition__list li:nth-of-type(2) img {
    margin-bottom: 4rem;
  }
}
.reference-exhibition__list li:nth-of-type(3) img {
  width: 57.1rem;
}
@media screen and (max-width: 750px) {
  .reference-exhibition__list li:nth-of-type(3) img {
    margin-bottom: 4rem;
  }
}
.reference-exhibition__list li:nth-of-type(4) img {
  width: 57.1rem;
}
@media screen and (max-width: 750px) {
  .reference-exhibition__list li:nth-of-type(4) img {
    margin-bottom: 4rem;
  }
}
.reference-exhibition__list li:nth-of-type(5) img {
  width: 57.1rem;
}
@media screen and (max-width: 750px) {
  .reference-exhibition__list li:nth-of-type(5) img {
    margin-bottom: 4rem;
  }
}
.reference-exhibition__list li:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .reference-exhibition__list li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.reference-exhibition__list li:nth-of-type(2n-1) {
  background: -moz-linear-gradient(left, #252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
  background: -webkit-linear-gradient(left, #252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
  background: linear-gradient(to right, #252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
}
@media screen and (max-width: 750px) {
  .reference-exhibition__list li:nth-of-type(2n-1) {
    background: -moz-linear-gradient(#252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
    background: -webkit-linear-gradient(#252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
    background: linear-gradient(#252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
  }
}
.reference-exhibition__list li:nth-of-type(2n-1) div {
  width: 53.7257824143%;
  max-width: 721px;
}
@media screen and (max-width: 750px) {
  .reference-exhibition__list li:nth-of-type(2n-1) div {
    width: 100%;
  }
}
.reference-exhibition__list li:nth-of-type(2n) {
  flex-direction: row-reverse;
  background: -moz-linear-gradient(right, #252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
  background: -webkit-linear-gradient(right, #252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
  background: linear-gradient(to left, #252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
}
@media screen and (max-width: 750px) {
  .reference-exhibition__list li:nth-of-type(2n) {
    flex-direction: column;
    background: -moz-linear-gradient(#252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
    background: -webkit-linear-gradient(#252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
    background: linear-gradient(#252526 0%, #252526 46.31%, #4c4c4d 68.47%, #6d6d6e 100%);
  }
}
.reference-exhibition__list li:nth-of-type(2n) div {
  width: 53.7257824143%;
  max-width: 721px;
}
@media screen and (max-width: 750px) {
  .reference-exhibition__list li:nth-of-type(2n) div {
    width: 100%;
  }
}
.reference-exhibition__list li div {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .reference-exhibition__list li div {
    padding: 7.7rem 0;
  }
}
.reference-exhibition__list li div h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: normal;
}
.reference-exhibition__list li div p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.reference-exhibition__list li div .btn {
  background: -moz-linear-gradient(left, #1d98dc 50%, #1ddcbf);
  background: -webkit-linear-gradient(left, #1d98dc 50%, #1ddcbf);
  background: linear-gradient(to right, #1d98dc 50%, #1ddcbf);
  margin-top: 3rem;
}
.reference-exhibition__list li img {
  width: 100%;
}
.online-seminars {
  padding-bottom: 11rem;
}
.online-seminars__ttl {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  margin-bottom: 8.3rem;
}
@media screen and (max-width: 750px) {
  .online-seminars__ttl {
    margin-bottom: 5.2rem;
  }
}
.online-seminars__ttl p {
  font-size: 2.5rem;
  line-height: 1;
  color: #727272;
  margin-bottom: 0.8rem;
  margin-left: 1.8rem;
}
@media screen and (max-width: 750px) {
  .online-seminars__ttl p {
    font-size: 2.5rem;
    margin-left: 1.8rem;
  }
}
.online-seminars__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -2rem;
}
.online-seminars__list li {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  width: 42rem;
  max-width: 420px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  background: #000;
}
@media screen and (max-width: 750px) {
  .online-seminars__list li {
    max-width: inherit;
    width: 100%;
  }
}
.online-seminars__list li div {
  min-height: 0%;
}
.online-seminars__list li img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .online-seminars__list li img {
    max-width: 260px;
    width: 38.2352941176%;
  }
}
.online-seminars__list::after {
  content: "";
  display: block;
  width: 42rem;
  max-width: 420px;
}
@media screen and (max-width: 750px) {
  .online-seminars__list::after {
    max-width: inherit;
    width: 100%;
  }
}
.online-seminars__number {
  position: absolute;
  top: -4.5rem;
  left: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 5rem;
  z-index: 1;
  letter-spacing: normal;
}
@media screen and (max-width: 750px) {
  .online-seminars__number {
    font-size: 7rem;
    left: 1rem;
    top: -6.5rem;
  }
}
@media screen and (max-width: 750px) {
  .online-seminars__contents {
    display: flex;
  }
}
.online-seminars__text {
  position: relative;
  padding: 0 2rem;
  background: #000;
}
@media screen and (max-width: 750px) {
  .online-seminars__text {
    max-width: 420px;
    width: 42rem;
    padding: 0 2rem;
  }
}
.online-seminars__text p:nth-of-type(1) {
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0.5em 1.6rem;
  background: #DC000C;
  position: absolute;
  top: -1.5rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .online-seminars__text p:nth-of-type(1) {
    right: 0;
    left: auto;
  }
}
.online-seminars__text p:nth-of-type(2) {
  font-size: 1.8rem;
  color: #727272;
  padding-top: 4rem;
}
.online-seminars__text p:nth-of-type(3) {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  .online-seminars__text p:nth-of-type(3) {
    font-size: 3rem;
  }
}
.online-seminars__text p:nth-of-type(4) {
  font-size: 1.8rem;
  color: #727272;
}
.online-seminars__text p:nth-of-type(5) {
  font-size: 2rem;
}
.online-seminars__list li:nth-child(3) .online-seminars__text p:nth-of-type(1), .online-seminars__list li:nth-child(4) .online-seminars__text p:nth-of-type(1), .online-seminars__list li:nth-child(5) .online-seminars__text p:nth-of-type(1), .online-seminars__list li:nth-child(6) .online-seminars__text p:nth-of-type(1), .online-seminars__list li:nth-child(8) .online-seminars__text p:nth-of-type(1) {
  top: -3.5rem;
}
.online-seminars__contents-link {
  background: #000;
  margin-top: auto;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .online-seminars__contents-link {
    padding: 4rem 2rem;
  }
}
.online-seminars__contents-link a {
  padding: 1.5rem 0;
  font-size: 1.4rem;
  width: 18.5rem;
  text-align: center;
  border-radius: 0.5rem;
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  .online-seminars__contents-link a {
    width: 49%;
    padding: 2.4rem 0;
    font-size: 2.4rem;
  }
}
.online-seminars__contents-link a:nth-of-type(1) {
  background: #DC000C;
  position: relative;
}
.online-seminars__contents-link a:nth-of-type(1)::after {
  background: url(../img/arrow_white.svg);
  background-size: contain;
  width: 1rem;
  height: 1rem;
  position: absolute;
  content: '';
  right: 24%;
  top: 49%;
  transform: translateY(-49%);
}
@media screen and (max-width: 750px) {
  .online-seminars__contents-link a:nth-of-type(1)::after {
    width: 1.6rem;
    height: 1.6rem;
    right: 25%;
    top: 48%;
    transform: translateY(-48%);
  }
}
.online-seminars__contents-link a:nth-of-type(2) {
  background: #FFFFFF;
  color: #DC000C;
  position: relative;
  font-family: 'Noto Sans JP';
  letter-spacing: normal;
}
.online-seminars__contents-link a:nth-of-type(2)::before {
  position: absolute;
  left: 3rem;
  top: 49%;
  transform: translateY(-49%);
  content: "";
  font-weight: 400;
  font-size: 9rem;
  width: 2.06rem;
  height: 1.5rem;
  background: url(../img/youtube.svg);
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .online-seminars__contents-link a:nth-of-type(2)::before {
    width: 3.4rem;
    height: 2.3rem;
    top: 51%;
    transform: translateY(-51%);
    left: 5.5rem;
  }
}
.online-seminars__contents-link a:nth-of-type(2)::after {
  position: absolute;
  content: '';
  right: 22%;
  top: 49%;
  transform: translateY(-49%);
  background: url(../img/arrow_red.svg);
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 750px) {
  .online-seminars__contents-link a:nth-of-type(2)::after {
    width: 1.6rem;
    height: 1.6rem;
    right: 23%;
    top: 50%;
    transform: translateY(-50%);
  }
}
/*modal------------------------------------
---------------------------------*/
.modaal-container {
  max-width: 1280px !important;
}
.modaal-content-container {
  background: #000;
  padding: 7rem !important;
}
@media screen and (max-width: 750px) {
  .modaal-content-container {
    padding: 2.6rem !important;
  }
}
.online-seminars__modal__time {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 2.5rem;
  padding: 0 1.6rem;
  background: #DC000C;
  display: inline-block;
  position: absolute;
  top: -2rem;
  left: 7rem;
}
@media screen and (max-width: 750px) {
  .online-seminars__modal__time {
    left: 2.5rem;
  }
}
.online-seminars__modal__ttl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5.1rem;
}
@media screen and (max-width: 750px) {
  .online-seminars__modal__ttl {
    margin-top: 8.3rem;
    margin-bottom: 3.8rem;
  }
}
.online-seminars__modal__ttl p:nth-of-type(1) {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 5rem;
  padding-right: 2rem;
  line-height: 1;
  letter-spacing: normal;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .online-seminars__modal__ttl p:nth-of-type(1) {
    padding-bottom: 4.5rem;
  }
}
.online-seminars__modal__ttl p:nth-of-type(2) {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  padding-left: 3rem;
  line-height: 1.3;
  color: #FFFFFF;
  border-left: solid 2px #DC000C;
}
@media screen and (max-width: 750px) {
  .online-seminars__modal__ttl p:nth-of-type(2) {
    margin-left: 1rem;
    line-height: normal;
  }
}
.online-seminars__modal__contents {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .online-seminars__modal__contents {
    align-items: flex-start;
  }
}
.online-seminars__modal__contents img {
  max-width: 222px;
  width: 22.2rem;
  margin-right: 5.5rem;
}
@media screen and (max-width: 750px) {
  .online-seminars__modal__contents img {
    width: 19rem;
  }
}
.online-seminars__modal__contents div {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
.online-seminars__modal__contents div p:nth-of-type(1) {
  color: #727272;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .online-seminars__modal__contents div p:nth-of-type(1) {
    font-size: 2rem;
    margin-top: 4.5rem;
  }
}
.online-seminars__modal__contents div p:nth-of-type(2) {
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  .online-seminars__modal__contents div p:nth-of-type(2) {
    font-size: 3.5rem;
    line-height: 1;
  }
}
.online-seminars__modal__contents div p:nth-of-type(3) {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .online-seminars__modal__contents div p:nth-of-type(3) {
    font-size: 2rem;
    margin-top: 10rem;
    margin-left: -24rem;
  }
}
.online-seminars__modal__profile {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-top: 4rem;
  background: #252526;
  color: #FFFFFF;
  padding: 2.9rem 3.3rem 2.9rem 5.2rem;
}
@media screen and (max-width: 750px) {
  .online-seminars__modal__profile {
    margin-top: 7rem;
    padding: 3.1rem 2.6rem;
  }
}
.online-seminars__modal__profile p {
  font-size: 1.8rem;
}
.online-seminars__modal__profile p:nth-of-type(1) {
  color: #727272;
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .online-seminars__modal__profile p:nth-of-type(1) {
    font-size: 2rem;
  }
}
.online-seminars__modal__profile p a {
  text-decoration: underline;
}
.online-seminars__modal__profile > ul {
  margin: 2.5rem auto 6rem auto;
  display: flex;
  gap: 0 2rem;
  font-size: 1.8rem;
}
.online-seminars__modal__profile > ul li a {
  text-decoration: underline;
}
.online-seminars__modal__profile img {
  max-width: 510px;
  width: 51rem;
  margin: auto;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 750px) {
  .online-seminars__modal__profile img {
    width: 100%;
    max-width: initial;
  }
}
.online-seminars__modal__profile ul.sakuhin {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}
@media screen and (max-width: 750px) {
  .online-seminars__modal__profile ul.sakuhin {
    display: block;
    justify-content: center;
  }
}
.online-seminars__modal__profile ul.sakuhin li {
  width: calc(95%/2);
}
@media screen and (max-width: 750px) {
  .online-seminars__modal__profile ul.sakuhin li {
    width: 100%;
  }
}
.online-seminars__modal__profile ul.sakuhin li img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.time-schedule {
  background: #000;
  padding: 4.1rem 0 4rem 0;
}
.time-schedule__ttl {
  text-align: center;
  margin-bottom: 2.8rem;
}
.time-schedule__ttl h2 {
  font-size: 4.5rem;
}
.time-schedule__ttl p {
  font-size: 2.5rem;
  line-height: 1;
  color: #727272;
}
.time-schedule__container {
  padding: 2em;
  background-color: #333;
}
.time-schedule__container ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .time-schedule__container ul {
    display: block;
  }
}
.time-schedule__container ul li {
  width: calc(100%/3);
  background-color: #434343;
  padding: 1rem;
}
@media screen and (max-width: 750px) {
  .time-schedule__container ul li {
    width: 100%;
    margin-bottom: 2em;
  }
}
.time-schedule__container table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.time-schedule__container table th, .time-schedule__container table td {
  padding: .8em 1em;
  border: 1px solid #999;
}
@media screen and (max-width: 750px) {
  .time-schedule__container table th, .time-schedule__container table td {
    padding: .5em 1em;
  }
}
.time-schedule__container table th {
  text-align: center;
  background-color: #252525;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .time-schedule__container table th {
    font-size: 3rem;
  }
}
.time-schedule__container table td {
  font-size: 1.6rem;
  background-color: #525252;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .time-schedule__container table td {
    font-size: 2rem;
  }
}
.recommendation {
  margin-top: 7.3rem;
  background: #000;
  padding: 6.3rem 0 7rem 0;
}
.recommendation h2 {
  font-size: 3.5rem;
  text-align: center;
  position: relative;
}
.recommendation h2::after {
  position: absolute;
  bottom: -.8rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  display: block;
  background: #DC000C;
  height: 3px;
  width: 10rem;
}
.recommendation__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6rem 2.6rem;
  justify-content: space-between;
  margin-top: 4.2rem;
}
@media screen and (max-width: 750px) {
  .recommendation__list {
    justify-content: initial;
  }
}
.recommendation__list li {
  max-width: 430px;
  width: 43rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .recommendation__list li {
    width: 100%;
    max-width: initial;
  }
}
.recommendation__list li img {
  width: 100%;
}
.recommendation__list li:nth-of-type(1) h3 {
  padding: 0 6.4rem 0 1.6rem;
}
.recommendation__list li:nth-of-type(2) h3 {
  padding: 0 9.3rem 0 1.6rem;
}
.recommendation__list li:nth-of-type(3) h3 {
  padding: 0 11.7rem 0 1.6rem;
}
.recommendation__text {
  position: relative;
  padding: 0 3.3rem;
  background: #333333;
  height: 23rem;
}
.recommendation__text h3 {
  font-size: 2.3rem;
  background: #DC000C;
  display: inline-block;
  position: absolute;
  top: -2rem;
  left: 0;
  letter-spacing: -.1rem;
}
@media screen and (max-width: 750px) {
  .recommendation__text h3 {
    font-size: 3rem;
    padding-right: 12.9rem;
    letter-spacing: initial;
  }
}
.recommendation__text h3::after {
  background: url(../img/arrow_white.svg);
  background-size: contain;
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 1.5rem;
  top: 49%;
  transform: translateY(-49%);
}
@media screen and (max-width: 750px) {
  .recommendation__text h3::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 2.5rem;
    top: 48%;
    transform: translateY(-48%);
  }
}
.recommendation__text p {
  font-size: 1.8rem;
  padding-top: 5.3rem;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .recommendation__text p {
    font-size: 2rem;
  }
}
.celestron {
  background: url(../img/celestron-bg.jpg) center center/cover no-repeat;
  padding: 6rem 0;
}
@media screen and (max-width: 750px) {
  .celestron {
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .celestron::after {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
}
.celestron__container {
  background: rgba(0, 0, 0, 0.3);
  max-width: 1000px;
  width: 100rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .celestron__container {
    width: 100%;
    background: initial;
  }
}
.celestron__container h3 {
  background: #1B1919;
  display: block;
  padding: 1rem 0;
}
.celestron__container h3 img {
  margin: auto;
  width: 34.4rem;
}
.celestron__items {
  max-width: 766px;
  width: 76.6rem;
  margin: auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding-bottom: 5.6rem;
}
@media screen and (max-width: 750px) {
  .celestron__items {
    width: 100%;
    padding-bottom: 0;
  }
}
.celestron__items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4.5rem auto 3.2rem auto;
}
.celestron__items ul li {
  max-width: 234px;
  width: 23.4rem;
  margin: 0 3rem;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .celestron__items ul li {
    width: 40%;
  }
}
.celestron__items ul li img {
  width: 100%;
  margin-bottom: 1em;
}
.celestron__items p {
  font-size: 1.8rem;
}
.celestron__items a {
  background: -moz-linear-gradient(left, #dc000c 50%, #dc0090);
  background: -webkit-linear-gradient(left, #dc000c 50%, #dc0090);
  background: linear-gradient(to right, #dc000c 50%, #dc0090);
  margin-top: 4.4rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .celestron__items a {
    margin-top: 9.4rem;
  }
}
.celestron__items a.btn {
  background: -moz-linear-gradient(left, #D87615 50%, #F5AC08);
  background: -webkit-linear-gradient(left, #D87615 50%, #F5AC08);
  background: linear-gradient(to right, #D87615 50%, #F5AC08);
  margin-top: 1rem;
}
.info {
  background: #000;
  padding: 5.2rem 0 7rem 0;
}
.info h2 {
  font-size: 3.5rem;
  text-align: center;
  position: relative;
}
.info h2::after {
  position: absolute;
  bottom: -.8rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  display: block;
  background: #DC000C;
  height: 3px;
  width: 10rem;
}
.info__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100rem;
  margin: 3.8rem auto -2rem auto;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .info__list {
    width: 100%;
    justify-content:space-between;
  }
}
.info__list li {
  max-width: 310px;
  width: 31rem;
  margin: 0 1rem 2rem;
}
@media screen and (max-width: 750px) {
  .info__list li {
    width: 48%;
    margin: 0 0 2rem;
  }
}
.info__list li img {
  width: 100%;
}
.header__product-fv {
  max-width: 1440px;
  margin: auto;
  width: 100%;
}
.celestron {
  background: url(../img/grid.png);
}
.celestron__container {
  padding-top: 7.2rem;
}
.celestron__container h3 {
  border-radius: 1.5rem;
  max-width: 766px;
  width: 76.6rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .celestron__container h3 {
    width: 100%;
  }
}
.celestron__items p:nth-of-type(1) {
  font-size: 2.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 3.4rem;
}
.celestron__items ul {
  margin-bottom: 7rem;
}
.celestron__campaign {
  margin-top: 6.5rem !important;
  background: rgba(0, 0, 0, 0.3);
  max-width: 1000px;
  width: 100rem;
  margin: auto;
  text-align: center;
  padding: 6.3rem 0 4.3rem 0;
}
@media screen and (max-width: 750px) {
  .celestron__campaign {
    width: 100%;
  }
}
.celestron__campaign__container {
  max-width: 766px;
  width: 76.6rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .celestron__campaign__container {
    width: 94%;
  }
}
.celestron__campaign__container p:nth-of-type(1) {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
}
.celestron__campaign__container p:nth-of-type(2) {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: left;
}
.celestron__campaign__container div {
  margin: 4.5rem auto 3.2rem auto;
}
.celestron__campaign .online-seminars {
  padding-bottom: 0;
}
.celestron__campaign .online-seminars__list li {
  width: 100%;
  max-width: none;
  text-align: left;
  margin-top: 3rem;
}
.celestron__campaign .online-seminars__list li img {
  margin-bottom: 2rem;
}
.celestron__campaign .online-seminars__list li .online-seminars__modal__time {
  top: -2rem;
  left: 0px;
  padding: 1rem;
  line-height: 1.2;
}
.celestron__campaign .online-seminars__list li .online-seminars__modal > div {
  padding: 30px;
  padding-top: calc(30px + 6rem);
}
@media screen and (max-width: 750px) {
  .celestron__campaign .online-seminars__list li .online-seminars__modal > div {
    padding-top: 0;
  }
}
.celestron__campaign .online-seminars__list li .online-seminars__modal__ttl {
  margin-bottom: 4rem;
}
.celestron__campaign .online-seminars__list li .online-seminars__modal__ttl p:nth-of-type(1) {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  padding-left: 3rem;
  line-height: 1.3;
  color: #FFFFFF;
  border-left: solid 2px #DC000C;
}
@media screen and (max-width: 750px) {
  .celestron__campaign .online-seminars__list li .online-seminars__modal__ttl p:nth-of-type(1) {
    padding-bottom: 0;
  }
}
.celestron__campaign .online-seminars__list li .online-seminars__modal__contents {
  display: flex;
}
@media screen and (max-width: 750px) {
  .celestron__campaign .online-seminars__list li .online-seminars__modal__contents {
    display: block;
  }
}
.celestron__campaign .online-seminars__list li .online-seminars__modal__contents div p:nth-of-type(2) {
  margin-bottom: 1rem;
}
.celestron__campaign .online-seminars__list li .online-seminars__modal__contents div p:nth-of-type(1), .celestron__campaign .online-seminars__list li .online-seminars__modal__contents div p:nth-of-type(3) {
  color: #727272;
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 0;
  margin-left: 0;
}
.celestron__campaign .online-seminars__list li .online-seminars__modal__contents div p:nth-of-type(4) {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.celestron__campaign .online-seminars__list li .online-seminars__modal__contents div p:nth-of-type(5) {
  font-size: 1.8rem;
}
.celestron__campaign a.btn {
  margin-top: 4.2rem;
  background: -moz-linear-gradient(left, #D87615 50%, #F5AC08);
  background: -webkit-linear-gradient(left, #D87615 50%, #F5AC08);
  background: linear-gradient(to right, #D87615 50%, #F5AC08);
  margin-top: 3rem;
}
.new-product {
  background: #000;
}
.new-product__ttl {
  font-size: 3.5rem;
  text-align: center;
  position: relative;
}
.new-product__ttl h2 {
  font-size: 3.5rem;
}
.new-product__ttl::after {
  position: absolute;
  bottom: -.8rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  display: block;
  background: #DC000C;
  height: 3px;
  width: 10rem;
}
.new-product__list {
  margin-top: 7.5rem;
}
.new-product__list li {
  background: #333333 !important;
  position: relative;
  margin-bottom: 6rem !important;
  height: auto;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .new-product__list li {
    flex-direction: column;
    align-items: center;
  }
}
.new-product__list li h3 {
  position: absolute;
  top: -2.5rem;
  left: 0;
  font-size: 2.5rem !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  padding: .4rem 1.7rem;
  background: #E7792B;
}
.new-product__list li img {
  width: 33rem !important;
}
@media screen and (max-width: 750px) {
  .new-product__list li img {
    margin-bottom: 0 !important;
  }
}
.new-product__list li div:nth-of-type(1) {
  padding: 7.7rem 10rem 5.8rem 10rem;
  width: 82rem;
  max-width: initial;
}
@media screen and (max-width: 750px) {
  .new-product__list li div:nth-of-type(1) {
    padding: 7.7rem 0;
    width: 90%;
  }
}
.new-product__list li div:nth-of-type(2) {
  background: #FFFFFF;
  width: auto !important;
  margin-left: auto;
  background: #FFFFFF;
  padding: 7rem;
}
@media screen and (max-width: 750px) {
  .new-product__list li div:nth-of-type(2) {
    padding: 0 18rem;
    margin: auto;
  }
}
.new-product__list li div p {
  text-align: left;
}
.new-product__list li a.btn {
  margin-top: 4.2rem;
  background: -moz-linear-gradient(left, #D87615 50%, #F5AC08);
  background: -webkit-linear-gradient(left, #D87615 50%, #F5AC08);
  background: linear-gradient(to right, #D87615 50%, #F5AC08);
  margin-top: 3rem;
}
.new-product__list li:nth-of-type(even) h3 {
  right: 0;
  left: auto;
}
.new-product__list li:nth-of-type(even) img {
  margin-left: 0;
  margin-right: auto;
}
.new-product__list li:nth-of-type(even) div:nth-of-type(2) {
  margin-left: 0 !important;
}
.info {
  background: url(../img/grid.png);
}
.info a.btn {
  text-align: center;
  background: -moz-linear-gradient(left, #dc000c 50%, #dc0090);
  background: -webkit-linear-gradient(left, #dc000c 50%, #dc0090);
  background: linear-gradient(to right, #dc000c 50%, #dc0090);
  margin-top: 9rem;
}

.youtube{
  margin: 4.5rem 0;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe{
  width: 100%;
  height: 100%;
}









