@charset "UTF-8";

body,
html,
div,
section,
header,
footer,
nav,
ul,
li,
ol,
dl,
dt,
dd,
p,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
a,
b,
i,
em,
span,
strong,
b,
abbr,
blockquote,
img {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-style: normal;
  outline: none;
  list-style: none;
  font-weight: 400;
}

body {
  font-family: "Noto Sans Japanese-r", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

img {
  transition-duration: 0.3s;
  image-rendering: -webkit-optimize-contrast;
  text-decoration: none;
  max-width: 100%;
  height: auto;
}

a:hover img {
  opacity: 0.8;
}

a {
  transition-duration: 0.3s;
  text-decoration: none;
  color: #111;
}

.txtC {
  text-align: center;
}

.txtR {
  text-align: right;
}

.fs07 {
  font-size: 0.7em;
}

.fs08 {
  font-size: 0.8em;
}

.fs09 {
  font-size: 0.9em;
}

.fs1 {
  font-size: 1em;
}

.fs11 {
  font-size: 1.1em;
}

.fs12 {
  font-size: 1.2em;
}

.fs14 {
  font-size: 1.4em;
}

.font-m {
  font-family: "source-han-serif-jpn-sb";
}

.pc {
  display: none;
}

.mainnav ul li.pc {
  display: none;
}

.outView {
  opacity: 0;
  transform: translateY(4px);
  transition-duration: 1.2s;
  transition-delay: 0.3s;
}

.outView.inView {
  opacity: 1;
  transform: translateY(0);
}

.upIn {
  opacity: 0;
  transform: translateY(24px);
  transition-duration: 1.2s;
  transition-delay: 0.3s;
}

.upIn.inView {
  opacity: 1;
  transform: translateY(0);
}

.slideIn {
  opacity: 0;
  transform: translateX(-40px);
  transition-duration: 1.2s;
  transition-delay: 0.3s;
}

.slideIn.inView {
  opacity: 1;
  transform: translateX(0);
}

.header_wrapper h1 a {
  width: 120px;
  padding: 8px;
}

.breadcrumbs {
  position: relative;
  padding: 0;
}

.breadcrumbs .yoko-scroll {
  padding: 4px 4px;
}

.breadcrumbs .yoko-scroll #pankuzu {
  font-size: 10px;
  color: #333;
  padding: 4px;
}

.breadcrumbs .yoko-scroll #pankuzu li,
.breadcrumbs .yoko-scroll #pankuzu li#top {
  background: none;
  padding: 0;
}

.breadcrumbs .yoko-scroll #pankuzu li a {
  background: none;
  padding-right: 4px;
}

.breadcrumbs .yoko-scroll #pankuzu li a::after {
  content: ">";
  margin-left: 4px;
}

/*
font-family: "Noto Sans Japanese-b";
font-family: "source-han-serif-jpn-exl";
font-family: "source-han-serif-jpn-l";
font-family: "source-han-serif-jpn-r";
font-family: "source-han-serif-jpn-m";
font-family: "source-han-serif-jpn-sb";
font-family: "source-han-serif-jpn-b";
font-family: "source-han-serif-jpn-h";

font-family: "Noto Sans Japanese-r";
font-family: "Noto Sans Japanese-m";
*/
.irw-2217c-2817c {
  font-family: "source-han-serif-jpn-m";
  line-height: 1.75;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.hero-h1img {
  position: relative;
  overflow: hidden;
  padding: 0 0 40px;
}

.hero-h1img h1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 88%;
  padding: 0;
}

.hero-h1img h1 em {
  color: #00a79a;
  font-family: "source-han-serif-jpn-sb";
  letter-spacing: 0.1em;
}

.hero-h1img figure,
.hero-h1img picture {
  line-height: 0;
}

.hero-h2h3 {
  padding: 24px;
  display: flex;
  justify-content: space-between;
}

.hero-h2h3 h2 {
  flex: 0 0 40%;
}

.hero-h2h3 h3 {
  flex: 0 0 45%;
  text-align: center;
}

.hero-h2h3 h3 b {
  display: block;
  font-weight: 400;
  font-size: 0.6em;
  letter-spacing: 0;
}

.irw-Lead {
  padding: 40px 24px;
  text-align: center;
  line-height: 2.4;
}

.irw-Lead p {
  font-size: 3.4vw;
  margin-bottom: 1em;
}

.irw-Lead h2 {
  font-size: 4.6vw;
}

.irw-Movie {
  background: #f2f3ee;
  text-align: center;
  padding: 40px 24px;
}

.irw-Movie h3 {
  color: #00a79a;
  font-size: 5.4vw;
  font-family: "source-han-serif-jpn-sb";
  margin-bottom: 1em;
}

.irw-Movie li:first-child {
  margin-bottom: 1em;
}

.irw-App {
  text-align: center;
  padding: 40px 24px;
  overflow: hidden;
}

.App-Lead h3 {
  color: #00a79a;
  font-size: 6.4vw;
  margin-bottom: 24px;
  font-weight: 500;
}

.App-Lead h4 {
  font-size: 3.2vw;
  line-height: 2.2;
  margin-bottom: 24px;
}

.App-Lead ul {
  display: flex;
  justify-content: center;
  padding: 0 0 40px 0;
}

.App-Lead ul li {
  flex: 0 0 30%;
  font-size: 3.2vw;
}

.App-Lead ul li img {
  height: 72px;
  width: auto;
  display: block;
  margin: 0 auto 16px;
}

.App-Lead ul li em {
  display: inline-block;
}

.line1 {
  background: linear-gradient(transparent 70%, #e5f6f5 0%);
}

.line2 {
  background: linear-gradient(transparent 70%, #efefef 0%);
}

.irw-Scene {
  padding: 0 0 40px;
}

.irw-Scene figure {
  padding-bottom: 16px;
}

.irw-Scene-Txt h4 {
  display: flex;
  font-size: 5.2vw;
  align-items: center;
  margin-bottom: 8px;
}

.irw-Scene-Txt h4 em {
  padding: 0 16px;
  line-height: 1;
}

.irw-Scene-Txt h4 em img {
  height: 16px;
}

.irw-Scene-Txt h4 b {
  white-space: nowrap;
  font-family: "source-han-serif-jpn-sb";
  font-weight: 500;
  letter-spacing: 0;
}

.irw-Scene-Txt p {
  font-size: 3.2vw;
  letter-spacing: 0;
  line-height: 1.8;
}

.Scene3-Comparison {
  padding: 24px 0 24px 0;
  display: flex;
  justify-content: space-between;
}

.Scene3-Comparison .Comparison {
  flex: 0 0 49%;
}

.Scene3-Comparison .Comparison figure {
  padding: 0 16px 8px;
}

.Scene3-Comparison .Comparison h4 {
  line-height: 1.5;
}

.Scene3-Comparison .Comparison h4 b {
  font-size: 13px;
  font-family: "source-han-serif-jpn-sb";
}

.Scene3-Comparison .Comparison h4 b.line1 {
  color: #00a79a;
}

.Scene3-Comparison .Comparison h4 span {
  display: block;
  font-size: 2.5vw;
  letter-spacing: 0;
}

.irw-Basic {
  background: #ecf3ed;
  text-align: center;
  padding: 40px 24px;
}

.irw-Basic h3 {
  font-family: "source-han-serif-jpn-b";
  color: #00a79a;
  font-size: 6.4vw;
  font-weight: 500;
  margin-bottom: 1em;
}

.BasicWrap {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}

.BasicWrap h4 {
  background: #00a79a;
  color: #fff;
  font-family: "source-han-serif-jpn-b";
  border-radius: 12px 12px 0 0;
  padding: 8px 8px 10px;
}

.BasicWrap p {
  font-size: 0.8em;
  padding: 16px 8px;
}

.BasicContent {
  padding: 16px;
}

.BasicContent p {
  padding: 0 0 16px 0;
}

.BasicContent p.ti15 {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 0.55em;
  line-height: 1.4;
  text-align: left;
}

.BasicContent h5 {
  position: relative;
  border-radius: 20px;
  background: #e5f6f5;
  color: #00a79a;
  font-family: "source-han-serif-jpn-b";
}

.BasicContent h5 i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
}

.BasicContent h5 i img.outView {
  transform: rotate(240deg);
}

.BasicContent h5 i img.outView.inView {
  transform: rotate(0);
}

.BasicContent figure {
  padding: 24px 24px 16px;
}

.BasicContentTxt h6 {
  /* font-family: "Noto Sans Japanese-r"; */
  color: #00a79a;
  font-size: 4.8vw;
  padding-bottom: 16px;
  line-height: 1.4;
}

.BasicContentTxt p {
  text-align: left;
  font-size: 0.6em;
  letter-spacing: 0;
}

.BasicContent2 figure {
  padding: 0;
}

.BasicContent2 h5 span {
  font-size: 90%;
}
.BasicContent2 .BasicContentTxt p  {
  display: block;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 0;
}
.BasicContent2 .BasicContentTxt h6{
  font-size: 2.4rem;
  text-align: center;
  font-family: "source-han-serif-jpn-b";
} 

.BasicContent2 ul {
  padding: 0 0 16px;
  /* background: url("../images/line.png") repeat-x bottom; */
  /* background-size: 320px; */
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.BasicContent2 ul li {
  padding-bottom: 16px;
  font-size: 1.2rem;
  color: #00a79a;
  flex-basis: 48%;
  font-family: "Noto Sans Japanese-sb";
}

.BasicContent2 ul li em{
  font-size: 140%;
}
.BasicContent2 ul.Comparison {
  padding: 24px 0 8px;
  border-bottom: 0;
  background: none;
}

.BasicContent2 ul.Comparison li b {
  font-family: "Noto Sans Japanese-r";
  font-size: 0.9em;
}

.BasicContent2 ul.Comparison li b.line1 {
  color: #00a79a;
}

.BasicContent2 ul.Comparison li img {
  margin: 8px 0;
}

.BasicContent2 ul.Comparison li em {
  display: block;
  text-align: left;
  font-size: 0.6em;
  letter-spacing: 0;
}

.remote h5 {
  background-color: #00a79a;
  color: white;
  border-radius: 0px;
  font-size: 15px;
  padding: 0.5rem 0;
  font-family: "source-han-serif-jpn-m";
}

.BasicContent2-3mode h5 {
  background: none;
}

.BasicContent2-3mode p {
  text-align: left;
  padding: 8px 0;
}

.BasicContent2-3mode ul {
  display: flex;
  justify-content: space-between;
  border: 0;
  background: none;
}

.BasicContent2-3mode li {
  flex: 0 0 33%;
  font-size: 0.65em;
}

.BasicContent2-3mode li img {
  width: 70px;
  display: block;
  margin: 0 auto 8px;
}

.BasicContent2-3mode li em {
  display: block;
  width: 75%;
  margin: auto;
}

.BasicContent3 {
  padding: 16px 16px 24px;
}

.BasicContent3 p.linkbtn {
  padding: 0 0;
}

a.linkbtn {
  display: block;
  max-width: 100%;
  width: 320px;
  margin: 0 auto;
  font-family: "Noto Sans Japanese-m";
  color: #fff;
  letter-spacing: 0;
  background: #00a79a;
  font-size: 0.8em;
  padding: 12px;
  position: relative;
  border: 1px solid #00a79a;
  text-align: center;
}

a.linkbtn::after {
  content: ">";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

a.linkbtn:hover {
  background: #fff;
  color: #00a79a;
}

a.linkbtnToggle {
  position: relative;
}

a.linkbtnToggle::after {
  display: none;
}

a.linkbtnToggle i {
  position: absolute;
  right: 24px;
  top: 52%;
  transform: translateY(-50%);
}

a.linkbtn-w {
  color: #666;
  background: #fff;
  border: 1px solid #888;
  font-size: 0.7em;
}

a.linkbtn-w:hover {
  background: #e6e6e6;
  color: #111;
}

a.linkbtn-g {
  color: #222;
  background: #e6e6e6;
  border: 1px solid #fff;
  font-size: 0.7em;
  font-family: "Noto Sans Japanese-r";
}

a.linkbtn-g:hover {
  background: #00a79a;
  color: #fff;
}

.BasicContent5 {
  padding: 24px 16px;
}

.BasicContent5 figure {
  padding-bottom: 0;
}

.BasicContent5 p:first-child {
  padding-bottom: 8px;
}

.BasicContent5 ul {
  padding: 0 0 16px;
  background: url("../images/line.png") repeat-x bottom;
  background-size: 320px;
}

.BasicContent5 ul li {
  padding-bottom: 16px;
}

.BasicContent5 .BasicContentTxt {
  padding: 24px 0 0;
}

.BasicContent5 h4 {
  background: none;
  color: #00a79a;
  font-family: "Noto Sans Japanese-r";
  border-radius: 0;
  padding: 8px;
  border-top: 1px solid #00a79a;
  border-bottom: 1px solid #00a79a;
  font-size: 3.8vw;
}

.BasicContent5 ol {
  padding: 24px 0;
}

.BasicContent5 ul:last-of-type {
  border: 0;
  padding: 0;
  background: none;
}

.BasicContent5 ul:last-of-type li {
  font-size: 0.5em;
  text-indent: -1em;
  padding: 0 0 4px 1em;
  line-height: 1.4;
  text-align: left;
}

.SlideWrap {
  position: relative;
  overflow: visible;
}

.slick-dots {
  position: absolute;
  width: 100%;
  bottom: -24px;
  display: flex;
  justify-content: center;
}

.slick-dots li {
  padding: 0 6px;
}

.slick-dots button {
  padding: 0;
  margin: 0;
  border: 0;
  width: 12px;
  height: 12px;
  display: block;
  text-indent: -9999px;
  border-radius: 50%;
  background: #fff;
}

.slick-dots .slick-active button {
  background: #666;
}

.SlideContent {
  padding: 24px 16px;
}

.SlideContent h5 {
  position: relative;
  border-radius: 20px;
  background: #e5f6f5;
  color: #00a79a;
  /* font-family: "Noto Sans Japanese-r"; */
  margin-bottom: 16px;
}

.SlideContent p {
  padding: 8px 0 0;
  font-size: 0.65em;
  text-align: left;
}

.SlideContent li {
  font-size: 0.5em;
  text-indent: -1em;
  padding: 1em 0 4px 1em;
  line-height: 1.4;
  text-align: left;
}

.ossm_appContent {
  padding: 14px 16px;
}

.ossm_appContent h5 {
  position: relative;
  border-radius: 20px;
  background-color: #00a79a;
  color: white;
  /* font-family: "Noto Sans Japanese-r"; */
  margin-bottom: 16px;
  padding: 0.5rem 0;
}

.ossm_appContent p {
  padding: 0 0 4% 0;
  font-size: 0.6em;
  text-align: center;
}
.ossm_app_title{
  font-size: 119%;
  line-height: 2.5em;
}

.irw-Lineup {
  padding: 40px 24px;
  text-align: center;
}

.irw-Lineup h3 {
  background: #00a79a;
  border-radius: 24px;
  color: #fff;
  padding: 4px;
  font-family: "source-han-serif-jpn-sb";
  margin-bottom: 16px;
  font-size: 1.1em;
}

.irw-Lineup h4 {
  position: relative;
  margin-bottom: 24px;
}

.irw-Lineup h4::after {
  content: "";
  height: 1px;
  background: #777;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.irw-Lineup h4 em {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0 24px;
}

.irw-Lineup ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.irw-Lineup li {
  font-family: "Noto Sans Japanese-r";
  padding: 0 0 4px;
  letter-spacing: 0;
  flex: 0 0 32%;
}

.irw-Lineup li em {
  color: #00a79a;
  border: 1px solid #00a79a;
  background: #e5f6f5;
  border-radius: 16px;
  font-size: 0.6em;
  padding: 4px 8px;
  display: block;
}

.irw-Lineup li span {
  color: #3e3a39;
  background: #e6e6e6;
  border-radius: 16px;
  font-size: 0.6em;
  padding: 4px 8px;
  white-space: nowrap;
  display: block;
}

.irw-Lineup .Lineup-Flex {
  padding: 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.irw-Lineup .Lineup-Flex ul {
  flex: 0 0 76%;
}

.irw-Lineup .Lineup-Flex li {
  flex: 0 0 48%;
  padding-bottom: 8px;
}

.irw-Lineup .Lineup-Flex p {
  flex: 0 0 20%;
}

.Lineup-Wrap {
  padding: 40px 0;
}

.Lineup-Wrap.bb1px {
  background: url("../images/line.png") repeat-x bottom;
  background-size: 320px;
}

.Lineup-Wrap h4 {
  color: #00a79a;
  font-family: "source-han-serif-jpn-h";
}

.Lineup-Wrap h4::after {
  display: none;
}

.Lineup-Wrap figure {
  padding: 0 24px 24px;
}

.Lineup-dr {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

.Lineup-dr p {
  flex: 0 0 48%;
  padding: 0 0 12px;
  line-height: 1.3;
}

.Lineup-dr p b {
  display: block;
  font-family: "Noto Sans Japanese-r";
  color: #fff;
  font-size: 0.7em;
  padding: 4px;
}

.Lineup-dr p span {
  display: block;
  font-size: 0.6em;
  padding: 16px 0 0;
  font-family: "Noto Sans Japanese-r";
}

.Lineup-dr p i {
  display: block;
  font-size: 0.6em;
  padding: 0 0 8px;
}

.Lineup-dr p sup {
  vertical-align: super;
  font-size: 0.5em;
}

.Lineup-dr p strong {
  display: block;
  padding: 4px;
}

.Lineup-dr p strong strong {
  display: inline;
  font-size: 1.2em;
  font-family: "source-han-serif-jpn-h";
  padding: 0;
}

.Lineup-dr p.d {
  background: #fae6d8;
}

.Lineup-dr p.d b {
  background: #ef845d;
}

.Lineup-dr p.r {
  background: #dfeef8;
}

.Lineup-dr p.r b {
  background: #54c3f1;
}

.Spec-Wrap {
  padding: 24px 0 24px 0;
}

.Spec-Wrap table {
  width: 100%;
  font-family: "Noto Sans Japanese-r";
  font-size: 0.6em;
  text-align: left;
  letter-spacing: 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
}

.Spec-Wrap th {
  padding: 4px 8px 4px;
  text-align: center;
  background: #e6e6e6;
}

.Spec-Wrap td {
  padding: 4px 8px 4px 0;
  border-top: 1px solid #e6e6e6;
}

.Spec-Wrap h6 {
  font-family: "Noto Sans Japanese-sb";
  font-size: 0.75em;
  margin-bottom: 8px;
}

.irw-Links {
  padding: 0 24px 40px;
}

.irw-Links p {
  margin-bottom: 16px;
}

.page-footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 24px;
  font-size: 0.6em;
  font-family: "Noto Sans Japanese-r";
}

/*


*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (min-width: 480px) {
  .irw-Scene-Txt h4 em img {
    height: 24px;
  }
}

@media screen and (min-width: 640px) {
  .hero-h1img {
    padding-bottom: 80px;
  }

  .App-Lead h3 {
    font-size: 1.8em;
  }

  .App-Lead h4 {
    font-size: 1em;
  }

  .App-Lead ul li {
    font-size: 1em;
  }

  .irw-Scene-Txt h4 {
    justify-content: center;
    font-size: 1.2em;
  }

  .irw-Scene-Txt p {
    font-size: 1em;
    font-family: "source-han-serif-jpn-r";
  }

  .Scene3-Comparison .Comparison h4 b,
  .Scene3-Comparison .Comparison h4 span {
    font-size: 0.8em;
  }

  .irw-Basic h3 {
    font-size: 1.4em;
  }

  .BasicContentTxt h6 {
    font-size: 1.2em;
  }
}

/* 768以上 */
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  body header .header_wrapper {
    background: #fff;
    z-index: 10;
  }

  body header .header_wrapper .mainnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body header .header_wrapper .mainnav h1 {
    flex: 0 0 140px;
    float: none;
    padding: 16px;
  }

  body header .header_wrapper .mainnav h1 a {
    padding: 0;
  }

  body header .header_wrapper .mainnav ul {
    display: flex;
    justify-content: flex-end;
    float: none;
    padding: 8px;
  }

  body header .header_wrapper .mainnav li {
    padding: 0;
    font-size: 0.85em;
    float: none;
    border-left: 1px solid #ddd;
  }

  body header .header_wrapper .mainnav li.pc {
    display: block;
  }

  body header .header_wrapper .mainnav li:first-of-type {
    border: 0;
  }

  body header .header_wrapper .mainnav li:last-child {
    border: 0;
    border-left: 1px solid #ddd;
  }

  body header .header_wrapper .mainnav li a {
    padding: 8px 16px;
    border-bottom: 2px solid #fff;
  }

  #contents-main {
    padding-top: 54px;
    z-index: 2;
  }

  .breadcrumbs .yoko-scroll #pankuzu,
  ol#pankuzu {
    width: 100%;
    max-width: 100%;
    padding: 8px 12px;
  }

  .irw-hero {
    position: relative;
  }

  .hero-h1img {
    padding: 0;
  }

  .hero-h1img h1 {
    left: 0;
    bottom: auto;
    top: 0;
    width: 58%;
    max-width: 580px;
  }

  .hero-h2h3 {
    padding: 0;
  }

  .hero-h2h3 h2 {
    position: absolute;
    right: 32px;
    top: 30px;
    width: 124px;
  }

  .hero-h2h3 h3 {
    position: absolute;
    right: 24px;
    bottom: 48px;
    width: 290px;
    text-align: right;
  }

  .hero-h2h3 h3 b {
    padding: 8px;
  }

  .irw-Lead {
    padding: 40px 24px 64px;
  }

  .irw-Lead p {
    font-size: 0.9em;
  }

  .irw-Lead h2 {
    font-size: 1.3em;
  }

  .irw-Movie {
    padding: 80px 0;
  }

  .irw-Movie h3 {
    font-size: 1.3em;
  }

  .irw-Movie ul {
    display: flex;
    justify-content: center;
  }

  .irw-Movie li {
    padding: 16px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .irw-App {
    padding: 80px 0;
  }

  .App-Lead h3 {
    font-size: 1.3em;
  }

  .App-Lead h4 {
    font-size: 0.8em;
  }

  .App-Lead ul {
    justify-content: center;
    padding: 0 0 40px;
  }

  .App-Lead ul li {
    flex: 0 0 auto;
    font-size: 0.8em;
    padding: 0 40px;
  }

  .irw-Scene {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .irw-Scene figure {
    flex: 0 0 52%;
    padding-bottom: 0;
    max-width: 52%;
  }

  .irw-Scene-Txt {
    flex: 0 0 48%;
    max-width: 48%;
    text-align: left;
    padding-left: 40px;
  }

  .irw-Scene-Txt h4 {
    display: block;
    font-size: 1em;
  }

  .irw-Scene-Txt h4 em {
    display: block;
    padding: 0 0 8px 0;
  }

  .irw-Scene-Txt h4 em img {
    height: 18px;
  }

  .irw-Scene-Txt h4 b {
    display: block;
  }

  .irw-Scene-Txt p {
    font-size: 0.8em;
  }

  .irw-Scene2,
  .irw-Scene4 {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .irw-Scene2 .irw-Scene-Txt,
  .irw-Scene4 .irw-Scene-Txt {
    padding: 0 0 0 40px;
  }

  .irw-Scene2 .slideIn,
  .irw-Scene4 .slideIn {
    transform: translateX(40px);
  }

  .irw-Scene2 .slideIn.inView,
  .irw-Scene4 .slideIn.inView {
    transform: translateX(0);
  }

  .Scene3-Comparison {
    padding: 40px 0 0;
    flex: 0 0 100%;
    justify-content: center;
    text-align: left;
  }

  .Scene3-Comparison .Comparison {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    padding: 16px 24px 0;
  }

  .Scene3-Comparison .Comparison figure {
    padding: 0 16px;
    flex: 0 0 140px;
  }

  .Scene3-Comparison .Comparison h4 {
    line-height: 1.7;
  }

  .Scene3-Comparison .Comparison h4 b {
    font-size: 0.9em;
  }

  .Scene3-Comparison .Comparison h4 span {
    font-size: 0.7em;
    padding: 8px 0 0;
    white-space: nowrap;
  }

  .irw-Basic {
    padding: 80px 24px;
  }

  .irw-Basic h3 {
    font-size: 1.4em;
  }

  .BasicWrap {
    width: 700px;
    margin: 0 auto 40px;
  }

  .BasicWrap h4 {
    font-size: 1.2em;
    margin-bottom: 8px;
  }

  .BasicContent {
    width: 560px;
    padding: 0 0 80px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .BasicContent h5 {
    flex: 0 0 100%;
    margin-bottom: 24px;
  }

  .BasicContent h5 i {
    width: 76px;
    height: 76px;
  }

  .BasicContent figure {
    flex: 0 0 300px;
    max-width: 300px;
    padding: 0 16px;
  }

  .BasicContentTxt {
    flex: 0 0 240px;
    max-width: 240px;
    text-align: left;
  }

  .BasicContentTxt h6 {
    font-size: 1em;
  }

  .BasicContent1 {
    padding-top: 40px;
  }

  .BasicContent2 ul {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 24px;
    display: flex;
    justify-content: space-between;
  }

  .BasicContent2 ul li {
    flex: 0 0 48%;
    max-width: 48%;
    font-size: 1.8rem;
  }
  .BasicContent2 .BasicContentTxt h6{
    font-size: 2rem;
    text-align: center;
  } 

  .remote{
    margin-top: 2rem;
  }
  .BasicContent2-3mode {
    flex: 0 0 100%;
  }

  .BasicContent2-3mode h5 {
    margin-bottom: 8px;
  }

  .BasicContent2-3mode p {
    text-align: center;
  }

  .BasicContent2-3mode ul {
    justify-content: center;
  }

  .BasicContent2-3mode ul li {
    flex: 0 0 32%;
    max-width: 32%;
    font-size: 0.8em;
  }

  .BasicContent2-3mode ul li img {
    width: 100px;
  }

  .BasicContent2-3mode ul li em {
    display: inline-block;
    width: auto;
  }

  .BasicContent3 p.linkbtn {
    padding: 40px 0 0;
    flex: 0 0 100%;
  }

  a.linkbtn {
    width: auto;
    font-size: 0.95em;
  }

  a.linkbtn-w {
    font-size: 0.85em;
  }

  a.linkbtn-g {
    font-size: 0.85em;
  }

  .BasicContent5 {
    padding: 80px 0;
  }

  .BasicContent5 figure {
    padding: 0;
  }

  .BasicContent5 ul {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
  }

  .BasicContent5 ul li {
    flex: 0 0 48%;
  }

  .BasicContent5 .BasicContentTxt100 {
    padding: 40px 0 24px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .BasicContent5 .BasicContentTxt100 h6,
  .BasicContent5 .BasicContentTxt100 p {
    text-align: center;
  }

  .BasicContent5 h4 {
    flex: 0 0 100%;
    text-align: center;
    font-size: 1em;
    margin-bottom: 16px;
  }

  .BasicContent5 ol {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 24px;
    align-items: center;
  }

  .BasicContent5 ol li {
    flex: 0 0 48%;
  }

  .BasicContent5 ul:last-of-type {
    display: block;
  }

  .Slider {
    width: 560px;
    margin: auto;
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .SlideContent {
    flex: 0 0 47%;
    padding: 0 0 24px;
  }

  .SlideContent h5 {
    font-size: 0.9em;
  }

  .ossm_app {
    width: 560px;
    margin: auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ossm_appContent {
    flex: 0 0 47%;
    padding: 0 0 24px;
  }

  .ossm_appContent h5 {
    font-size: 0.9em;
  }

  .ossm_appContent1 .ossm_app_txt,
  .ossm_appContent2 .ossm_app_txt {
    min-height: 70px;
    text-align: left;
  }

  .ossm_appContent3 .ossm_app_txt,
  .ossm_appContent4 .ossm_app_txt {
    min-height: 90px;
    text-align: left;
  }

  sup {
    vertical-align: super;
  }

  .w700 {
    width: 700px;
    margin: auto;
  }

  .irw-Lineup {
    /* width: 740px; */
    margin: auto;
    padding: 40px 0;
  }

  .irw-Lineup h3 {
    font-size: 1.8em;
    border-radius: 40px;
    margin-bottom: 40px;
  }

  .Lineup-Grid {
    position: relative;
  }

  .Lineup-Grid ul {
    width: 80%;
  }

  .Lineup-Grid .Lineup3 {
    position: absolute;
    right: 0;
    top: 4px;
    width: 90px;
  }

  .Lineup-dr p sup {
    vertical-align: super;
    font-size: 0.9em;
  }

  .Spec-Wrap table {
    font-size: 0.7em;
  }

  .irw-Links {
    width: 700px;
    margin: auto;
    padding: 0 0 80px;
  }

  /*
  
  
  */
}

@media screen and (min-width: 1080px) {
  .header_wrapper {
    max-width: 1080px;
  }

  .breadcrumbs .yoko-scroll #pankuzu,
  ol#pankuzu {
    max-width: 1080px;
  }

  .irw-hero {
    max-width: 1080px;
    margin: auto;
  }

  .irw-Lead {
    padding-bottom: 120px;
  }

  .irw-Lead h2 {
    font-size: 1.4em;
  }

  .irw-Movie ul,
  .irw-App {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .irw-Lead,
  .irw-App,
  .irw-Basic {
    font-size: 22px;
  }

  .App-Lead h3,
  .irw-Movie h3 {
    font-size: 1.7em;
  }

  .App-Lead ul {
    padding: 40px 0;
  }

  .App-Lead ul li {
    padding: 0 64px;
  }

  .App-Lead ul li img {
    height: 102px;
  }

  .irw-Scene-Txt h4 b {
    font-size: 1.2em;
  }

  .Scene3-Comparison .Comparison figure {
    flex: 0 0 160px;
  }

  .Scene3-Comparison .Comparison figure img {
    width: 152px;
  }

  .BasicWrap {
    width: 800px;
    margin-bottom: 64px;
  }

  .BasicWrap h4 {
    padding: 16px;
  }

  .BasicWrap h5 {
    padding: 8px;
  }

  .BasicContent {
    width: 640px;
  }

  .BasicContent figure {
    flex: 0 0 400px;
    max-width: 400px;
    padding-right: 24px;
  }

  .BasicContentTxt h6 {
    font-size: 0.9em;
  }

  .BasicContentTxt p {
    font-size: 0.70em;
  }

  .BasicContent2-3mode p {
    font-size: 0.70em;
  }

  .BasicContent2 ul.Comparison li img {
    margin: 16px 0;
  }

  .BasicContent2 ul.Comparison li em {
    font-size: 0.70em;
  }

  .BasicContent2-3mode ul li img {
    width: 120px;
  }

  .BasicContent5 figure {
    flex: 0 0 360px;
    max-width: 360px;
  }

  .BasicContent5 .BasicContentTxt {
    flex: 0 0 276px;
    max-width: 276px;
    text-align: justify;
  }

  .BasicContent5 .BasicContentTxt100 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .BasicContent5 h4 {
    padding: 8px;
  }

  .BasicContent5 ul:last-of-type li {
    font-size: 0.6em;
    font-family: "source-han-serif-jpn-r";
    letter-spacing: 0;
  }

  .Slider {
    width: 640px;
  }

  .SlideContent {
    padding: 0 0 40px;
  }

  .SlideContent h5 {
    margin-bottom: 24px;
  }

  .ossm_app {
    width: 640px;
  }

  .ossm_appContent {
    padding: 0 0 40px;
  }

  .ossm_appContent h5 {
    margin-bottom: 24px;
  }

  .hero-h2h3 h2 {
    top: 40px;
    right: 40px;
    width: 194px;
  }

  .w700 {
    width: 800px;
  }

  .irw-Lineup {
    padding: 80px 0;
    /* width: 800px; */
  }

  .irw-Lineup h6 {
    font-family: "Noto Sans Japanese-m";
    margin-bottom: 4px;
  }

  .irw-Lineup ul {
    justify-content: flex-start;
    margin-bottom: 8px;
  }

  .irw-Lineup li {
    flex: 0 0 auto;
    padding-right: 8px;
  }

  .irw-Lineup li em,
  .irw-Lineup li span {
    font-size: 0.75em;
    padding: 6px 12px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .irw-Lineup .Lineup-Flex li {
    flex: 0 0 auto;
    padding-right: 8px;
  }

  .Lineup-Flex2 {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }

  .Lineup-Flex2 .Lineup-Wrap {
    flex: 0 0 48%;
    margin-bottom: 80px;
  }

  .Lineup-Flex2 .Spec-Table {
    flex: 0 0 46%;
  }

  .Lineup-Wrap.bb1px {
    background: none;
  }

  .irw-Links {
    width: 800px;
  }

  .Links-Flex {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
  }

  .Links-Flex p {
    flex: 0 0 48%;
  }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper [tabindex="0"] {
  outline: 0 !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: 0;
  background: #fff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:after,
.modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0;
}

.modaal-instagram .modaal-content-container>blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: 0;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: 0;
  background: #fff;
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner>div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner>div>div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner>div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner>div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner>div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner>div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner>div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:after,
  .modaal-gallery-control:before {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .modaal-video-wrap {
    margin-left: 2px;
    margin-right: 2px;
  }
}

/*OLD LINEUP*/
.irw-oldLineup {
  display: none;
}

.irw-oldLineup,
.lineup .wrap {
  background: #f9f9f9;
}

.lineup h4 {
  text-align: left;
  color: #4492c4;
  border-left: solid 8px #c7e1f2;
  padding: 0 0 0 2%;
  margin: 0 0 3% 0;
}

.lineup-icon {
  overflow: hidden;
}

.lineup-icon {
  overflow: hidden;
  margin: 0 0 5% 0;
}

.lineup-icon img {
  float: left;
  width: 20%;
  margin: 0 1% 0 0;
}

.y2021_h .lineup-icon img {
  width: 30%;
}

.lineup-icon span {
  border: solid 2px #35976c;
  border-radius: 6px;
  background: #fff;
  color: #35976c;
  padding: 0.2% 1%;
  display: inline-block;
  font-weight: bold;
  float: left;
  margin: 0 .5% 1% 0;
}

.lineup-list h5 {
  font-size: 2.4rem;
  text-align: center;
  color: #4492c4;
}

.lineup-list {
  text-align: right;
}

.lineup-list p {
  font-size: 1.6rem;
}

/*.lineup-list p:before {
	content: "\f105";
	margin-right: 2%;
}*/
.lineup-list ul {
  overflow: hidden;
}

.lineup-list li {
  width: 45%;
  float: left;
  margin: 0 10% 10% 0;
}

.lineup-list li:nth-child(2n) {
  margin-right: 0;
}

/*.lineup-list a {
	text-decoration: underline;
}*/
.lineup-list a:hover {
  text-decoration: none;
}

.lineup-list-wrap {
  overflow: hidden;
  margin: 5% 0;
}

.lineup-list-wrap .img {
  float: right;
  width: 45%;
}

.lineup-list-wrap .img li {
  margin: 0;
}

.lineup-list-wrap .img li:nth-child(2n+1) {
  width: 17%;
  margin-right: 5%;
}

.lineup-list-wrap .img li:nth-child(2n) {
  width: 78%;
}

.lineup-list-wrap .icon {
  float: left;
  width: 45%;
}

.lineup-list-wrap .icon li {
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
}

.lineup-list-wrap .icon li:nth-child(1) {
  background: #4492c4;
}

.lineup-list-wrap .icon li:nth-child(2) {
  background: #de9920;
}

.middle-txt {
  font-size: 150%;
}

.large-txt {
  font-size: 300%;
  font-weight: bold;
  line-height: 1;
}

/*.contents-wrap .model:last-child h4{
  margin-top: 10%;
}*/
/*仕様*/
.product h4 {
  color: #4492c4;
  margin-bottom: 5%;
}

.product h4 span {
  font-size: 70%;
}

.product ul {
  overflow: hidden;
}

.product li {
  width: 45%;
  float: left;
  margin: 0 10% 0 0;
  border-bottom: 1px solid;
}

.product li:nth-child(2n) {
  margin-right: 0;
  margin-bottom: 0;
}

.product li h5 {
  text-align: center;
  background: #d0e5f3;
}

.product dl {
  overflow: hidden;
}

.product dt {
  border-top: 1px dotted #cacaca;
  clear: both;
  float: left;
  padding: 2% 0;
  width: 40%;
}

.product dd {
  border-top: 1px dotted #cacaca;
  display: inline-block;
  float: right;
  line-height: 150%;
  padding: 2% 0;
  width: 60%;
}

.product .img li {
  border: none;
}

.product .img li:nth-child(1) {
  width: 65%;
  margin-right: 3%;
}

.product .img li:nth-child(2) {
  width: 32%;
}

.product-link {
  border: #AAAAAA solid 1px;
  display: block;
  padding: 2%;
  background: #FFF;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-size: 1.6rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.product-link:hover {
  border: #44C2F0 solid 1px;
  background: #E4F7FF;
}

.product-link::before {
  content: "\f105";
  margin-right: 2%;
}

.goirisplaza {
  margin: 2% auto;
  overflow: hidden;
  position: relative;
  width: 70%;
}

.goirisplaza p {
  float: left;
  font-size: 1.6rem;
  padding: 3% 1%;
}

.animation_button {
  float: right;
  transform: scale(0.95, 0.95);
  transition: all 0.2s ease 0s;
  width: 37% !important;
}

.animation_button:hover {
  opacity: 0.8;
  transform: scale(1);
}

/*OLD LINEUP Overwrite*/
.irw-oldLineup {
  padding: 40px;
}

.lineup-icon span {
  font-size: 13px;
  font-family: "Noto Sans Japanese-l";
}

.lineup-list-wrap {
  text-align: center;
  margin-bottom: 0;
}

.lineup-list-wrap .img {
  float: none;
  width: 64%;
  margin: 0 auto 16px;
}

.lineup-list h5 {
  font-size: 1.1em;
  font-family: "Noto Sans Japanese-m";
  margin-bottom: 8px;
}

.lineup-list p {
  margin: 0;
}

.product-link {
  font-size: 0.8em;
}

.product-link::before {
  content: ">";
  font-size: 0.8em;
  margin-right: 4px;
}

.product {
  border-top: 1px dotted #999;
  padding-top: 40px;
}

.product h3 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.2em;
}

.product li {
  font-size: 12px;
  font-family: "Noto Sans Japanese-l";
}

.product h4 {
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans Japanese-m";
}

.product h5 {
  font-size: 14px;
  font-family: "Noto Sans Japanese-r";
}

.manual .wrap {
  font-size: 16px;
  padding: 40px 0 0;
  font-family: "Noto Sans Japanese-r";
}

.manual h3 {
  font-size: 16px;
}

.manual li {
  font-size: 12px;
}

.manual li:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .irw-oldLineup {
    margin-bottom: 40px;
  }

  .lineup-icon img {
    width: 35%;
    float: none;
    margin-bottom: 8px;
  }

  .lineup-list h5 {
    font-size: 0.9em;
  }

  .lineup-list li {
    width: 100%;
  }

  .product li {
    width: 100%;
    margin: 0 0 24px;
  }
}

@media screen and (max-width: 480px) {
  .irw-oldLineup {
    padding: 24px 16px;
  }
}

.irw-oldLineup .irw-Lineup {
  padding-top: 0;
}

.dot_bg {
  padding: 0 0 16px;
  background: url("../images/line.png") repeat-x bottom;
  background-size: 320px;
  margin-bottom: 2rem;
}

.pc_nowrap {
  flex-basis: 100%;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

 p.youtube{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 900px;
  margin: 0 auto;
  texe-align:center;
  margin:40px auto;
 }
 iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%) translateX(-50%);
 }
