﻿@charset 'utf-8';

/*---------------
parts
------------------*/
.mg-T30PC {
	margin-top: 30px;
}
.mg-T40PC {
	margin-top: 40px;
}
.pd-R05 {
	padding-right: 5px
}
/*---------------
MV
------------------*/
.mu-MvArea {
	margin-bottom: 37px;
}
.mu-MainInner {
	padding-top: 17px;
}
.mu-MvCard {
	padding: 23px 100px 0;
	align-items: flex-end;
}
.mu-MvCard .mu-MvCardEl {
	text-align: center;
}
.mu-MvCard .mu-MvCardEl:not(:first-of-type) {
	margin-top: 27px;
}
.mu-MvCard .mu-MvCardEl > img.mu-MvCardImg,
.mu-MvCard .mu-MvCardEl > img.mu-MvCardImg.pcOnly {
	display: block;
}
.mu-MvCard .mu-MvCardEl > img.mu-MvCardImg.spOnly {
	display: none;
}
.mu-MvCard .mu-MvCardEl .mu-MvCardLink {
	margin: 15px 0 0;
}
.mu-MvText {
	margin: 15px 93px 0 auto;
}
.mu-MvLead {
	margin-top: 33px;
	margin-bottom: 25px;
}
.mu-MvLead img {
	margin: 0 auto;
}
.mu-MvAnchorLink {
	width: 503px;
}
@media print, screen and (min-width: 769px) {
	.mu-MvArea {
		margin-bottom: 40px;
	}
}

/*---------------
join
------------------*/
.mu-JoinYoutube {
	margin-top: 62px;
}
.mu-JoinBnr {
	top: inherit;
	bottom: 11%;
}
@media print, screen and (min-width: 769px) {
.mu-JoinBnr {
	left: 100px;
}
}
/*---------------
feature
------------------*/
.mu-FeatureCnt2 {
	padding-top: 0;
}
.mu-FeatureDesignTextBox {
	top: 134px;
}
.mu-FeatureDesignTextBox02 {
	position: absolute;
	top: 478px;
	left: 79px;
	width: 88%;
	font-size: 14px;
}
.mu-Feature .mu-FeatureSubTitle:first-of-type {
	margin-top: 17px;
}
/*---------------
tabArea
------------------*/
.mu-TabArea {
	margin-top: 23px;
}
.bk-MufgInfoCard {
	padding: 25px 20px;
}
@media screen and (max-width: 768px) {
/*---------------
parts
------------------*/
	.mg-T40PC {
	margin-top: 0;
	}
	.mg-T20SP {
	margin-top: 20px;
	}
/*---------------
MV
------------------*/
	.mu-MainInner {
		padding: 2.6vw 0 50.666667vw;
	}
	.mu-MvCard {
		width: 90%;
		margin-top: 16px;
		padding: 0;
	}
	.mu-MvCard .mu-MvCardEl {
		flex-basis: 47%;
		max-width: 47%;
		margin-top: 7px;
		margin-bottom: 0;
	}
	.mu-MvCard .mu-MvCardEl:not(:first-of-type) {
		margin-top: 7px;
	}
	.mu-MvCard .mu-MvCardEl > img.mu-MvCardImg,
	.mu-MvCard .mu-MvCardEl > img.mu-MvCardImg.spOnly {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.mu-MvCard .mu-MvCardEl > img.mu-MvCardImg.pcOnly {
		display: none;
	}
	.mu-MvCard .mu-MvCardEl .mu-MvCardLink {
		margin-top: 5px;
	}
	.mu-MvText {
		margin: -2px 0 0;
	}
	.mu-MvLead {
		width: 92%;
		margin-top: 8px;
		margin-bottom: 0;
	}
/*---------------
join
------------------*/
	.mu-JoinYoutube {
		margin-top: 4px;
	}
	.mu-JoinBnr {
		top: auto;
		bottom: 23.9%;
	}
/*---------------
feature
------------------*/
	.mu-Feature .mu-FeatureSubTitle:first-of-type {
		margin-top: 0;
	}
	.mu-FeatureDesignTextBox02 {
		position: absolute;
		top: 155vw;
		left: 25px;
	}
/*---------------
tabArea
------------------*/
	.mu-TabArea {
		margin-top: 14px;
	}
	.bk-MufgInfoCard {
		width: 68%;
		padding: 14px 0 17px;
	}
	.mu-FeatureDesignTextBox {
		top: 0;
	}
}
/*------------
untiAcc
------------*/
.bk-MufgInfoTableTitle::before {
	content: none;
}
.bk-MufgInfoTableTitle::after {
	content: none;
}
.bk-MufgInfoTableDetail {
	display: block;
}
/*------------
limited-Cp
------------*/
.limited-Cp {
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin: 0px 15px 25px;
  padding-bottom: 15px;
}
.limited-Cp .limImg {
  text-align: center;
  position: relative;
  top: -26px;
}
.limited-Cp .noteAcc {
  margin: 0 10px 0;
}
.limited-Cp .noteAcc > dt {
  background: #fff4d6;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
}
.limited-Cp .noteAcc > dt label {
  cursor: pointer;
  padding: 4px 20px;
  width: 100%;
  height: 100%;
  display: block;
}
.limited-Cp .noteAcc > dt .accIco {
  display: block;
  width: 11px;
  height: 11px;
  right: 5px;
  position: absolute;
  top: calc(50% - 5.5px);
}
.limited-Cp .noteAcc > dt .accIco:before {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 2px;
  background: #000;
  top: calc(50% - 1px);
}
.limited-Cp .noteAcc > dt .accIco:after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 2px;
  background: #000;
  transform: rotate(90deg);
  transition: transform 0.25s ease-in;
  top: calc(50% - 1px);
}
.limited-Cp .noteAcc > input {
  display: none;
}
.limited-Cp .noteAcc > input:checked + dt .accIco:after {
  transform: rotate(0deg);
}
.limited-Cp .noteAcc > dd {
  display: block;
  max-height: 0px;
  opacity: 0;
  padding: 0px 5px;
  overflow: hidden;
  transition: padding 0.5s, max-height 0.5s, opacity 0.8s;
}
.limited-Cp .noteAcc input:checked ~ dd {
  max-height: 10000px;
  opacity: 1;
  padding: 15px 5px;
}
.limited-Cp .noteAcc > dd .note {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 769px) {
  .limited-Cp {
    background: #fff;
    border-radius: 30px;
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .limited-Cp .limImg {
    text-align: center;
    position: relative;
    top: -26px;
  }
  .limited-Cp .noteAcc {
    margin: 25px 20px 0;
  }
  .limited-Cp .noteAcc > dt {
    background: #fff4d6;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
  }
  .limited-Cp .noteAcc > dt label {
    cursor: pointer;
    padding: 5px 40px;
    width: 100%;
    height: 100%;
    display: block;
  }
  .limited-Cp .noteAcc > dt .accIco {
    display: block;
    width: 14px;
    height: 14px;
    right: 15px;
    position: absolute;
    top: calc(50% - 7px);
  }
  .limited-Cp .noteAcc > dt .accIco:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background: #000;
    top: calc(50% - 1px);
  }
  .limited-Cp .noteAcc > dt .accIco:after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background: #000;
    transform: rotate(90deg);
    transition: transform 0.25s ease-in;
    top: calc(50% - 1px);
  }
  .limited-Cp .noteAcc > input {
    display: none;
  }
  .limited-Cp .noteAcc > input:checked + dt .accIco:after {
    transform: rotate(0deg);
  }
  .limited-Cp .noteAcc > dd {
    display: block;
    max-height: 0px;
    opacity: 0;
    padding: 0px 20px;
    overflow: hidden;
    transition: padding 0.5s, max-height 0.5s, opacity 0.8s;
  }
  .limited-Cp .noteAcc input:checked ~ dd {
    max-height: 10000px;
    opacity: 1;
    padding: 15px 20px;
  }
  .limited-Cp .noteAcc > dd .note {
    font-size: 1.4rem;
  }
}
