@charset "utf-8";
.allfadein {
 animation-name: fadeIn;
 animation-duration: 1.0s;
 animation-fill-mode: forwards;
 animation-timing-function: ease-in;
 opacity: 0;
}
@keyframes fadeIn {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
.logo-box {
 display: grid;
 /*grid-template-columns: 1fr 13%;*/
 align-items: center;
 gap: .5em;
 filter: drop-shadow(0px 0px 3px rgb(255, 255, 255)) drop-shadow(0px 0px 2px rgb(255, 255, 255)) drop-shadow(0px 0px 2px rgb(255, 255, 255));
}
.background_jdlai-top {
 background: linear-gradient(0deg, rgba(215, 215, 215, 1) 0%, rgba(254, 254, 254, 1));
 padding-top: 109px;
}
.site-wrap {
 padding-top: 90px;
}
.header-block:has(.l-wrapper) + section.background_jdlai-top, .header-block:has(.l-wrapper) + .site-wrap {
 padding-top: 0;
}
.jdlai-top-box h1 {
 font-size: clamp(2.6em, 5vw, 3.4em);
 font-weight: 800;
 text-align: left;
 line-height: 1;
 /* word-break: keep-all; */
 /* overflow-wrap: anywhere; */
 text-shadow: 2px 2px 3px #fff;
 margin: 0;
}
.jdlai-top-box h1 > span {
 display: inline-block;
 white-space: nowrap;
}
.jdlai-top-box {
 margin: 0 auto;
 max-width: 1200px;
 padding: 2em 1em;
 background-image: url("../image/bg-aiocr-top.webp");
 background-repeat: no-repeat;
 background-color: rgba(255, 255, 255, 0.5);
 background-blend-mode: overlay;
 background-size: 70%;
 background-position: 160% 60%;
}
.logo-box h2 {
 margin: 0 auto .5em;
 padding: 0;
 max-inline-size: max-content;
 text-align: left !important;
 font-size: clamp(1.1em, 3.0vw, 1.4em);
 word-break: keep-all;
 overflow-wrap: anywhere;
}
.logo-box h1 {
 position: relative;
 margin: 0;
 line-height: 1;
}
.aiocr-top-box {
 max-width: 800px;
 margin: 0 auto;
 padding: 1em;
}
#aiocrsiwake .aiocr-top-box {
 max-width: 716px;
}
.logo-box h1 span.mark {
 position: absolute;
 right: 0;
}
.logo-box h1 sup {
 position: absolute;
 top: 0;
 right: 0px;
 font-size: clamp(.6em, .5vw, 1.0em);
}
.logo-box .ailogo {
 display: none;
}
section.pttn h2 {
 border: none;
 text-align: center;
}
.ba-ontime-box {
 /* width: 100%; */
 max-width: 555px;
 /* width: fit-content; */
 margin: 0 auto;
}
.ba-ontime-box.topbox {
 margin: 0;
}
.header-block {
 position: sticky;
 top: 0;
}
.section-top {
 padding: 0;
 width: 100%;
}
#aiocrsiwake .background_lightgrey22, #aiocrnencho .background_lightgrey22, #aiocrkakusin .background_lightgrey22 {
 background-position: center;
}
.mv-play.btnonly {
 padding: 0 30px;
 max-width: inherit;
}
.ba-ontime-box .sub-catch2 {
 font-size: clamp(.9em, 2.5vw, 1.1em) !important;
 word-break: keep-all;
 overflow-wrap: anywhere;
}
.jdlai-top-box .ba-ontime-box .sub-catch2 {
 font-size: clamp(1em, 2.5vw, 1.4em) !important;
 filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
}
.ba-ontime-box span.icon-new2 {
 font-size: .8em;
 display: block;
 width: fit-content;
 white-space: nowrap;
 padding: 0 .5em 2px;
}
.site-section h2.mb-4.fea-title.underline01 {
 font-size: clamp(1.4em, 4vw, 2.2em);
 word-break: keep-all;
 overflow-wrap: anywhere;
}
.btn-mvplay a {
 background: #06c;
 text-align: center;
 border-radius: 50px;
 color: #fff;
 position: relative;
 margin: 10px auto 0;
 padding: 10px 30px 12px;
 width: 100%;
 word-break: keep-all;
 overflow-wrap: anywhere;
 box-sizing: border-box;
 font-weight: 700;
 font-size: clamp(.8em, 2.0vw, 1.1em);
 display: block;
 max-width: 600px;
}
.btn-mvplay a::before {
 background: #06c;
 width: 9px;
 height: 10px;
 position: absolute;
 content: "";
 top: 50%;
 transform: translateY(-50%);
 right: 13px;
 clip-path: polygon(0 0, 100% 50%, 0 100%);
 z-index: 1;
}
.btn-mvplay a::after {
 background: #fff;
 width: 20px;
 height: 20px;
 position: absolute;
 content: "";
 top: 50%;
 right: 9px;
 transform: translateY(-50%);
 border-radius: 50px;
}
h3.ontimeh3 > div {
 display: flex;
 align-items: center;
 gap: 3px;
}
.icon-new3 {
 display: flex;
 padding: 1px 6px 2px;
 font-size: .7em;
 margin: 0;
}
.diag-box {
  max-width: 1000px;
  margin: 1em auto;
}
.diag-box > ul {
 display: grid;
 gap: .4em;
 margin-bottom: .4em;
 margin: 0 auto .4em;
 text-align: center;
}
.sec03-box.mv {
	display: grid;
	max-width: 500px;
	margin: 0 auto;
	gap: 1em;
}
.sec03-box.mv .mv_box {
  position: relative;
}
.mv_box_text.white {
	position: absolute;
	width: 100%;
	bottom: 9px;
	text-align: center;
	text-shadow: 0 0 3px #555555, 0 0 3px #555555, 0 0 3px #555555, 0 0 3px #555555, 0 0 3px #555555;
	font-size: clamp(.7em, 1.5vw, 1.0em);
}
@media screen and (min-width:480px) {
 .mainContent h3.ontimeh3.toph3 {
  display: flex;
  align-items: center;
 }
 .mainContent h3.ontimeh3.toph3 span {
  font-size: 1em;
 }
		.diag-box > ul {
 grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
}
@media screen and (min-width:768px) {
 .jdlai-top-box {
  background-position: right;
  background-size: auto;
  background-color: rgba(255, 255, 255, 0);
  padding: 5em 1em;
 }
 .ba-ontime-box .sub-catch2 {
  align-items: center;
  display: flex;
 }
 .aiocr-top-box {
  padding: 2em 2em;
 }
 /* .logo-box {
  grid-template-columns: 1fr 9%;
  gap: 1em;
 }*/
 .logo-box .ailogo {
  display: block;
 }
 .logo-box .ailogo > sub {
  position: absolute;
  bottom: 0;
  font-size: 1.0em;
  right: -10px;
  line-height: .2;
 }
	.sec03-box.mv {
	max-width: 1100px;
  grid-template-columns: 1fr 40%;
}
}
@media screen and (min-width:1024px) {
 .logo-box h1 sup {
  top: 0;
  font-size: .4em;
 }
}