@charset "UTF-8";

* {
  box-sizing: border-box;
}
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: top;
	background: transparent;
}
body {
	font-size: 1.4rem;
	font-size: 3.7333333333333334vw;
	line-height: 1.5;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
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 #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #000000;
}
img {
	width: 100%;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
sup {
	font-size: 60%;
	vertical-align: super;
}
a {
	display: block;
	text-decoration: none;
  transition: .3s;
}
*:focus {
  outline: none;
}
@media screen and (min-width: 668px) {
  a:hover {
    opacity: .7;
    transition: .3s;
  }
}

/*------------------------------------------------------------------------

COMMON

------------------------------------------------------------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.bold {
  font-weight: bold;
}
.inner {
  position: relative;
}
video {
  width: 100%;
  max-width: 100%;
  object-fit: fill;
}
@media screen and (max-width: 668px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


/* ------------------------------------------------
wrapper
------------------------------------------------ */
.wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 668px) {
  .wrapper {
/*    max-width: 640px;*/
    box-shadow: 0px 0px 60px -8px rgba(0,0,0,.16);
  }
}

/* ------------------------------------------------
header
------------------------------------------------ */
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5px 20px;
  background: #fff;
}
.kv_duskin {
	max-width: 102.94px;
}
@media screen and (max-width: 668px) {
  .header {
    padding: 3%;
  }
  .kv_duskin {
    max-width: calc(165.6/750*100%);
  }
}


/* ------------------------------------------------
kv
------------------------------------------------ */
.kv {
  position: relative;
}
.kv_fuki {
  position: absolute;
  top: 1%;
  left: 1%;
  max-width: calc(94/750*100%);
}
.kv_sc {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(628/750*100%);
}


/* ------------------------------------------------
cv_btn
------------------------------------------------ */
.cv_btn {
  padding: 8% 0 7%;
  margin: 0 auto;
}
.cv_btn p {
  max-width: calc(582/750*100%);
  margin: 0 auto 2.5%;
}
.cv_btn .btn {
  max-width: calc(667/750*100%);
  margin: 0 auto;
  position: relative;
}
.cv_btn .btn_img {
  position: absolute;
  max-width: calc(129/750*100%);
  left: -10px;
  bottom: -40px;
}
.cv_btn .note {
  font-size: clamp(10px, calc((14 / 750) * 100vw), 14px);
  margin-top: 6%;
}


/* ------------------------------------------------
step
------------------------------------------------ */
.kantan {
  background: #fdf0f5;
}

/* ------------------------------------------------
nayami
------------------------------------------------ */
.nayami {
  position: relative;
}
.nayami h2 {
  width: calc(594/750*100%);
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
}
.nayami .nayami01 {
  width: calc(412/750*100%);
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.nayami .nayami02 {
  width: calc(360/750*100%);
  position: absolute;
  top: 42%;
  left: 0%;
}
.nayami .nayami03 {
  width: calc(375/750*100%);
  position: absolute;
  top: 42%;
  right: 0%;
}
.nayami .nayami_lead {
  width: calc(631/750*100%);
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
}

/* ------------------------------------------------
point
------------------------------------------------ */
.point {
  background: #d1ebfc;
}
.point .point_lead {
  width: calc(644/750*100%);
  margin: 0 auto;
}
.point > .inner {
  width: calc(650/750*100%);
  margin: calc(46/750*100%) auto;
  padding: calc(50/750*100%) 0;
  background: #fff;
  border-radius: calc(30/750*100%);
}
.point > .inner h2 {
  width: calc(373/650*100%);
  margin: 0 auto calc(20/650*100%) ;
}
.point .links li {
  max-width: calc(530/670*100%);
  margin: 0 auto 3%;
}
.point .links li:last-of-type {
  margin-bottom: 0;
}
.point .point01,
.point .point02,
.point .point03 {
  padding-top: 9%;
}

/* point01
-------------------------- */
.point01 {
  background: #fff;
}
.point01 .inner {
  width: calc(700/750*100%);
  margin: 0 auto;
}
.point01 .relative {
  position: relative;
}
.point01 .point01_maru {
  position: absolute;
  width: calc(129/700*100%);
  left: 0;
  top: 0;
}
.point01 .point01_list li {
  width: calc(650/750*100%);
  margin: calc(80/750*100%) auto 0;
  position: relative;
  background: #fdf0f5;
  padding: calc(35/650*100%) calc(15/650*100%);
}
.point01 .point01_list li .maru {
  position: absolute;
  width: calc(106/650*100%);
  left: calc(-30/650*100%);
  top: calc(-30/650*100%);
}

/* point02
-------------------------- */
.point02 {
  background: #fff;
}
.point02 .inner {
  width: calc(700/750*100%);
  margin: 0 auto;
}
.point02 .inner .gif {
  width: calc(538/700*100%);
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

/* point03
-------------------------- */
.point03 {
  background: #fff;
  padding-bottom: calc(50/750*100%);
}
.point03 .inner {
  width: calc(700/750*100%);
  margin: 0 auto;
  padding: calc(50/750*100%) 0 0;
}
.point03 .inner .gif {
  width: calc(538/700*100%);
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

/* ------------------------------------------------
present
------------------------------------------------ */
.present {
  padding: 0 calc(25/750*100%) calc(50/750*100%);
}
.present .note {
  font-size: clamp(10px, calc((14 / 750) * 100vw), 14px);
  margin-top: 6%;
}


/* ------------------------------------------------
step
------------------------------------------------ */
.step .inner .txt {
  max-width: calc(600/750*100%);
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
/* ------------------------------------------------
faq
------------------------------------------------ */
.faq {
  background: url("../images/faq_bg.jpg") no-repeat;
  padding: calc(50/750*100%) ;
  background-size: cover;
}
.faq .relative {
  position: relative;
}
.faq .faq_service_link {
  position: absolute;
  font-size: clamp(10px, calc((24 / 750) * 100vw), 24px);
  top: 54.5%;
  left: 16.6%;
  color: #333333;
}
.faq .faq_service_link a {
  display: inline;
  text-decoration: underline;
  
}
/* ------------------------------------------------
footer
------------------------------------------------ */
footer {
  color: #555;
  text-align: center;
  line-height: 1;
  padding: 1em 0 3em;
  font-size: clamp(11px, calc((11 / 750) * 100vw), 14px);
}
footer p {
  font-size: clamp(11px, calc((11 / 750) * 100vw), 14px);
}

/* ------------------------------------------------
slider
------------------------------------------------ */
.swiper-button-next,
.swiper-button-prev {
	width: 50px;
	height: 50px;
  background-size: contain;
  top: 42%;
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-prev {
	background-image: url("/obasic3_info_1/images/slider_prev_btn.png");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-next {
	background-image: url("/obasic3_info_1/images/slider_next_btn.png");
	
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 6px;
}
.swiper-pagination-bullet-active {
	background-color: #fa6e82;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 15px;
	height: 12px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 2%;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 2%;
}
.teiki .swiper-button-next,
.teiki .swiper-button-prev {
  margin-top: -4%;
  top: 50%;
}
.teiki .swiper-button-prev,
.teiki .swiper-container-rtl .swiper-button-next {
  left: -6%;
}
.teiki .swiper-button-next,
.teiki .swiper-container-rtl .swiper-button-prev {
  right: -6%;
}
.swiper-pagination {
  margin: 3% auto 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 668px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets,
	 .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 25px;
	}
  .swiper-pagination-bullet {
      width: 7px;
      height: 7px;
      margin: 0 3.5px;
  }
}


/* ------------------------------------------------
floating_area
------------------------------------------------ */
.floating_area {
  max-width: 750px;
  margin: 0 auto!important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s 0.5s;
}
.floating_area.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.5s ease;
}
.floating_area p {
  max-width: calc(668/750*100%);
  margin: 0 auto 1%;
}
@media screen and (min-width: 668px) {
  .floating_area p {
    max-width: 500px;
  }
}

/* ------------------------------------------------
animation
------------------------------------------------ */
.fadeIn {
  opacity: 0;
  transition: .5s;
  position: relative;
  top: 80px;
}
.fadeIn.active {
  opacity: 1;
  top: 0;
}


/* ------------------------------------------------
モーダル内video
------------------------------------------------ */
.remodal.kv_video .video_wrap {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.remodal.kv_video video {
  width: 101%;
  max-width: 101%;
  object-fit: fill;
  position: relative;
  top: -.5%;
  left: -.5%;
}
@media screen and (max-width: 668px) {
  .remodal.kv_video .video_wrap {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
}


/*------------------------------------------------------------------------

ディズニーCP

------------------------------------------------------------------------*/
.disneycp {
  margin: 5% 0 3%;
}
.disneycp_container {
  background-color: #9be5bc;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 20px 0 20px;
}
.disneycp_ttl {
  font-size: clamp(14.5061px, calc(100vw * 17 / 375), 22.6661px);
  font-weight: bold;
  color: #41210f;
  text-align: center;
  line-height: 1.5;
}
.disneycp_ttl span {
  font-size: 120%;
  color: #df353f;
  vertical-align: baseline;
}
.disneycp_ttl-span {
  line-height: 1.1;
}
.disneycp_ttl + p {
  font-size: clamp(10.2396px, calc(100vw * 12 / 375), 15.9996px);
  text-align: center;
  margin-top: 5px;
}
.disneycp_note {
  font-size: 10px;
  color: #858585;
  padding: 10px 5% 0;
}
/* ------------------*/
.accordion_cp {
	border: 2px solid #41210f;
	border-radius: 5px;
	margin: 16px 3% 0;
}
.accordion_cp-header {
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #41210f;
	padding: 10px;
}
.accordion_cp-header:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	width: 16px;
	height: 2px;
  background-color: #41210f;
}
.accordion_cp-header:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translate(0, -50%);
	width: 2px;
	height: 16px;
  background-color: #41210f;
}
.accordion_cp.open .accordion_cp-header:after {
  display: none;
}
.accordion_cp-header:hover {
	opacity: .6;
}
.accordion_cp-inner {
	display: none;
  padding: 0 10px 20px;
}
.disneycp_stl {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  max-width: 180px;
  background-color: #41210f;
  border-radius: 50px;
  margin: 20px auto 12px;
  padding: 5px 0;
}
.disneycp_list {
  font-size: 14px;
}
.disneycp_list span {
  font-size: 12px;
  vertical-align: baseline;
}
@media screen and (min-width: 668px) {
  .disneycp {
    margin: 50px auto 30px;
    padding: 0 30px;
  }
  .disneycp_note {
    padding: 10px 0 0;
  }
  .accordion_cp {
   max-width: 500px;
    margin: 30px auto 0;
  }
  .accordion_cp-header {
   padding: 16px 10px; 
  }
  .accordion_cp-inner {
    padding: 0 30px 20px;
  }
}


/*------------------------------------------------------------------------

SPEC

------------------------------------------------------------------------*/
.link_spec {
	margin-top: 30px;
	padding-right: 4%;
	padding-left: 4%;
}
.link_spec .spec_acc {
	display: flex;
	align-items: center;
	color: #505050;
	line-height: 1.4;
	border: 1px solid #000000;
	height: 50px;
	margin-bottom: 12px;
	padding-left: 22%;
	position: relative;
  cursor: pointer;
}
.link_spec .spec_acc::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 11px;
	transform: rotate(90deg);
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #000000;
	z-index: 2;
  transition: 0.3s;
  transform-origin: center;
}
.link_spec .spec_acc.open::before {
	transform: rotate(270deg);
}
.link_spec .spec_acc::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 3%;
	width: 18%;
	height: 100%;
	background-image: url( "../images/spec_ob3.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.link_spec .spec_acc.lala::after {
	background-image: url( "../images/spec_ob3_01.png");
}
.link_spec .spec_acc.shushu::after {
	background-image: url( "../images/spec_ob3_02.png");
}
.link_spec .spec_acc.cleaner::after {
	background-image: url( "../images/spec_ob3_03.png");
}
.link_spec .spec_acc.mop::after {
	background-image: url( "../images/spec_mop.png");
}
.link_spec .spec_acc:hover {
	opacity: .7;
}
@media screen and (min-width: 668px) {
	.link_spec .spec_acc {
/*		width: 380px;*/
		height: 60px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
		padding-left: 100px;
	}
}
/*table*/
.spec_details {
  display: none;
}
.spec_details p {
  font-size: 11px;
  line-height: 140%;
}
.tablelayoutSpec {
  width: 100%;
  margin-bottom: 20px;
}
.tablelayoutSpec th {
  width: 40%;
  color: #000;
  background: #BEDBFF;
  font-weight: normal;
  padding: 11px 5px 11px;
  text-align: left;
  border: 2px solid #fff;
  font-size: 13px;
  line-height: 140%;
  box-sizing: border-box;
}
.tablelayoutSpec td {
  color: #000;
  background: #EEEEEE;
  padding: 11px 5px 11px;
  border: 2px solid #fff;
  font-size: 13px;
  line-height: 140%;
  box-sizing: border-box;
}
@media screen and (min-width: 668px) {
  .tablelayoutSpec th {
      width: 200px;
  }
  .tablelayoutSpec {
    margin-bottom: 40px;
  }
}

/*------------------------------------------------------------------------

banner

------------------------------------------------------------------------*/
.banner {
  width: calc(680/750*100%);
  margin: 0 auto;
  padding: 4% 0 0;
}
.banner + .cv_btn {
  padding-top: 4%;
}
/*------------------------------------------------------------------------

intro

------------------------------------------------------------------------*/
.intro {
  position: relative;
}
.intro h2 {
  width: calc(482/750*100%);
  position: absolute;
  left: 5.5%;
  top: 14.8%;
}
.intro .logo_gda {
  width: calc(144/750*100%);
  position: absolute;
  left: 5.5%;
  top: 55.5%;
}