@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
  width: 100% !important;
  color: #333;
  line-height: 1.6;
  overflow: hidden;
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /*游ゴシック*/
  font-family: 'Noto Sans JP', sans-serif;
  /* font-weight: bold; */
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  /*游ゴシック*/
}

/* 游ゴシックーIEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

body.open {
  height: 100vh;
}


/*リンク表示方法*/

a {
  text-decoration: underline;
}

a:link {
  color: #333;
}

a:visited {
  color: #333;
}

a:active {
  color: #333;
}

a:hover {
  color: #aaa;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}


/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc {
  display: block;
}

.sp, .spTel {
  display: none;
}

.pcTel {
  display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
  margin: 0 auto;
  padding: 0 3vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 80px;
}

header .hLogo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

header .hLogo a {
  display: flex;
  align-items: center;
}

header .hLogo img {
  width: 80%;
  max-width: 184px;
}

header .hLogo a:hover img {
  opacity: 1;
}

header>.language-btn {
  margin: 0 1vw 0 0;
  padding: 0.8rem 1.2rem;
  min-width: 110px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 100vh;
}

header>.language-btn:hover {
  color: #333;
  opacity: 0.7;
}

header>.language-btn>span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.5em;
}

header>.language-btn>span::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.3em;
  height: 1.3em;
  background: url(../img/ico_language.svg) no-repeat 0 0 / contain;
  transform: translateY(-50%);
  content: "";
}

.headerUl:after {
  content: '';
  display: block;
  clear: both;
}

.logo {
  width: 234px;
}

.logo a:hover img {
  opacity: 1;
}

.headerTel {
  margin: 0 0 0 0;
  padding: 0px 0 0;
  font-weight: 900;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
  border-collapse: separate;
  width: 100%;
}

tr {
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /*游ゴシック*/
  font-weight: 500;
  text-align: left;
}

th {
  background: white;
  font-weight: 500;
  border-bottom: #707070 1px solid;
  padding: 1.4rem 2rem;
  width: 30%;
}

td {
  background: white;
  border-bottom: #707070 1px solid;
  padding: 1.4rem 2rem;
  width: 70%;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

nav {
  margin: auto;
  width: 100%;
  background: #8dcfd2;
  /* Re */
}

nav ul {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  width: 95%;
  color: white;
  margin: auto;
}

nav>ul li {
  display: flex;
  width: 100%;
  border-left: 1px solid #fff;
}

nav>ul li:last-child {
  border-right: 1px solid #fff;
}

nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: white;
  font-size: 2rem;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /*游ゴシック*/
  font-weight: 800;
  padding: 10px 2%;
}

.en-page nav li a {
  line-height: 1.2;
}

nav li a:link {
  color: white;
}

nav li a:visited {
  color: white;
}

nav li a:hover {
  color: #FFF9AC;
}

nav.low-nav {
  background: transparent;
}

nav.low-nav ul {
  display: flex;
  justify-content: flex-end;
  max-width: 1120px;
  width: 95%;
  color: #333;
  margin: 30px auto 0;
}

nav.low-nav>ul li {
  width: auto;
  border-left: none;
  padding: 0;
  margin: 0 0 0 20px;
}

nav.low-nav>ul li:last-child {
  border-right: none;
}

nav.low-nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
  padding: 0 0 0 1.2em;
  width: auto;
}

nav.low-nav li a::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.5em;
  border-color: transparent transparent transparent #333;
  content: "";
}

nav.low-nav li a:link {
  color: #333;
}

nav.low-nav li a:visited {
  color: #333;
}

nav.low-nav li a:hover {
  color: #333;
  text-decoration: underline;
}

/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
  display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
  max-width: 1920px;
  width: 100%;
  background: #ccc;
}

#cover .sp {
  display: none !important;
}

#cover li {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cover01 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.no-webp .cover01 {
  background-image: url(../img/mv.png);
}

.webp .cover01 {
  background-image: url(../img/mv.webp);
}

#cover li .cover_inner {
  max-width: 754px;
  width: 100%;
  text-align: left;
}

.en-page #cover li .cover_inner {
  max-width: 1000px;
}

#cover li h1 {
  margin: 0 auto 30px;
  /* Re */
  text-align: left;
}

#cover li .cover_inner div {
  margin-bottom: 212px;
}

/*-- 中ページカバー --*/

.privacy #cover {
  background: #555;
}

.company #cover {
  background: #444;
}

.contact #cover {
  background: #777;
}

.list #cover {
  background: #ccc;
}


/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
  width: 100%;
  position: relative;
}

.inner {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
}

.mainTit {
  font-size: 6.5rem;
  text-align: center;
  line-height: 1.3;
}

.mainTit span {
  display: block;
}

.content02 h2.mainTit span.blue {
  display: inline-block;
  margin: 1rem 0;
}

.info {
  background: white;
  border-radius: 0;
  /* Re */
  max-width: 1120px;
  width: 95%;
  box-shadow: 0 0px 14px 0 rgba(0, 0, 0, .16);
  margin: -50px auto 0;
  padding-bottom: 40px;
}

.info ul {
  width: 100%;
  padding: 2rem 3rem 2rem;
}

.info ul li a {
  text-decoration: none;
}

.info ul li dl {
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /*游ゴシック*/
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2.3rem 2rem 2.3rem 2.5rem;
  border-bottom: 1px solid #E0E0E0;
}

.info ul li:last-child dl {
  border-bottom: none;
}

.info ul li dl dt {
  width: 300px;
}

.info ul li dl dt span {
  font-weight: bold;
  background: linear-gradient(to right, #8dcfd2, #a0529c);
  /* Re */
  font-size: 1.5rem;
  color: white;
  padding: 0.6rem 2.6rem;
  margin: 0 0 0 1.7rem;
  display: inline-block;
}

.info dl dd {
  width: calc(100% - 300px);
  align-self: center;
}

.content01 {
  /*padding: 353px 0 106px 0;*/
  padding: 50px 0 106px 0;
}

.content01 h2.mainTit {
  font-size: 4rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /*游ゴシック*/
}

.content01 h2.mainTit img {
  max-width: 342px;
  margin-right: 2rem;
}

.content01 .box {
  margin-top: 106px;
}

.content01 p {
  font-size: 3.2rem;
  margin-bottom: 5rem;
}

.content02 {
  background: #F7FAFF;
  padding: 70px 0;
}

.content02 h2 img {
  height: 30px;
  margin-right: 5px;
}

.content02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 130px 0 0;
}

.content02 li {
  width: calc(100% / 3 - 43px);
  background: #fff;
  border-radius: 0;
  /* Re */
  /* padding: 20px 2%; */
  box-shadow: 0 0px 14px 0 rgba(0, 0, 0, .16);
  margin-bottom: 8rem;
}

.content02 li:nth-child(4),
.content02 li:nth-child(5),
.content02 li:nth-child(6) {
  margin-bottom: 7rem;
}

.content02 dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.content02 li dl::after {
  content: "01";
  color: #8dcfd2;
  /* Re */
  font-size: 8rem;
  position: absolute;
  top: -72px;
  left: 50%;
  transform: translateX(-50%);
}

.content02.reason li dl::after {
  display: none;
}

.content02 li+li dl::after {
  content: "01";
  color: #8dcfd2;
  /* Re */
  /* font-size: 8rem; */
  position: absolute;
  /* top: -72px; */
  left: 50%;
  transform: translateX(-50%);
}

.content02 li:nth-child(2) dl::after {
  content: "02";
}

.content02 li:nth-child(3) dl::after {
  content: "03";
}

.content02 li:nth-child(4) dl::after {
  content: "04";
}

.content02 li:nth-child(5) dl::after {
  content: "05";
}

.content02 li:nth-child(6) dl::after {
  content: "06";
}

.content02 dt {
  text-align: center;
  font-size: 2.1rem;
}

.content02 dt .con02_icon {
  background: #F7FAFF;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, .16);
  border-radius: 50%;
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 66px auto 5px;

}

.content02 dd {
  margin-bottom: 10px;
}

.website .content02 dd img {
  /*height: 145px;*/
}

.content03 {
  padding: 0px 0 80px;
  text-align: center;
}

.content03 h2.mainTit {
  color: #a0529c;
  /* Re */
  margin-bottom: 8rem;
  font-size: 4.5rem;
}

.content03 h3.blue-h {
  font-size: 4.2rem;
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
  background: linear-gradient(to right, #8dcfd2, #a0529c);
  /* Re */
  color: #fff;
  padding: .2em 0;
  width: 100%;
}

.content03 h3.blue-h:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #9f92b7;
}

/* .content03 h3.blue-h::before {
	content: "";
	width: 70px;
	height: 6px;
	background: #4474C9;
	position: absolute;
	top: 60%;
	transform: rotate(55deg);
	left: -9rem;
}
.content03 h3.blue-h::after {
	content: "";
	width: 70px;
	height: 6px;
	background: #4474C9;
	position: absolute;
	top: 60%;
	right: -7rem;
	transform: rotate(-45deg);
} */

.content03 ul.box {
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.content03 ul.box li {
  width: calc(100% / 2 - 3rem);
  max-width: 510px;
}

.content03 ul.box dl {
  background: white;
  box-shadow: 0 0px 14px 0 rgba(0, 0, 0, .16);
  width: 100%;
  /* border-radius: 20px; Re */
}

.content03 ul.box dt {
  background: linear-gradient(to right, #8dcfd2, #a0529c);
  /* Re */
  color: white;
  font-size: 4.1rem;
  text-align: center;
  /* border-radius: 20px 20px 0 0; */
  padding: 20px 2rem 15px;
  line-height: 5rem;
}

.content03 ul.box dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0 1.3rem;
}

.content03 ul.box dd p.con03_plan-text {
  margin: 0.8rem auto 2.3rem;
  color: #333;
  font-size: 2.4rem;
}

.content03 ul.box dd p.con03_plan-text span:not(.blue-h):not(.text) {
  color: #a0529c;
  /* Re */
}

.content03 ul.box dd ul {
  width: 95%;
  margin: 20px 0 0 0;
}

.content03 ul.box dd ul li {
  /* border-radius: 10px; Re */
  width: 100%;
  margin-top: 1.7rem;
  padding: 1.3rem;
}

.content03 ul.box dd ul li:first-child {
  margin-top: 0;
  background: #8dcfd2;
  /* Re */
}

.content03 ul.box dd ul li:nth-child(2) {
  background: #8b89ad;
}

.content03 ul.box dd ul li:last-child {
  background: #a0529c;
}

.content03 ul.box dd ul .box {
  justify-content: space-between;
}

.content03 ul.box dd ul .box p.GB {
  color: #ff0;
  /* Re */
  font-size: 2.5rem;
  border-right: 1px solid #fff;
  /* Re */
  font-weight: 500;
  width: 140px;
  text-align: center;
  line-height: 5rem;
}

.content03 ul.box dd ul .box p.GB .GB-big {
  font-size: 5rem;
}

.content03 ul.box dd ul .box p.GB-yen {
  font-size: 3rem;
  color: white;
  text-align: right;
  line-height: 3.5rem;
}

.content03 ul.box dd ul .box p.GB-yen span {
  font-size: 1.5rem;
  display: block;
  line-height: 1rem;
  margin-top: 1rem;
}

.content03 ul.box p {
  font-size: 1.6rem;
  color: #333;
  text-align: center;
}

.content03 ul.box p.hosoku {
  margin-top: 1.3rem;
}

.zplan-bnr-wrap {
  margin: 0 auto 6rem;
  max-width: 700px;
}

.zplan-bnr-wrap.plan {
  margin: 3rem auto 0;
  max-width: 700px;
}

.content04 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0 71px;
  text-align: center;
  margin-bottom: 62px;
}

.no-webp .content04 {
  background-image: url(../img/con04_bg.png);
}

.webp .content04 {
  background-image: url(../img/con04_bg.webp);
}

.content04 h2.mainTit {
  color: #000;
  /* Re */
  font-size: 4rem;
}

.content04 h2.mainTit .text {
  display: inline;
}

.content04 p {
  color: #000;
  /* Re */
  margin: 3rem auto 5rem;
}

.content05 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0 120px;
  text-align: left;
}

.no-webp .content05 {
  background-image: url(../img/footer_bg.png);
}

.webp .content05 {
  background-image: url(../img/footer_bg.webp);
}

.content05 h2 {
  text-align: left;
  margin: 0 auto 12px 0;
  color: white;
}

.content05 p {
  color: white;
  margin-bottom: 50px;
}

.content05 a.btn {
  text-align: center;
  margin: 0 auto 0 0;
}

.content06 {
  text-align: left;
  padding: 50px 0 100px;
}

.content06+.content06 {
  padding: 0 0 100px;
}

.taC {
  text-align: center;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
  margin: 50px auto 0;
  padding: 12px 0 0;
  font-weight: 500;
}

footer .logo {
  width: 243px;
  margin: 0 auto;
}

footer .inner {
  padding: 0 0 75px;
  text-align: center;
}

footer ul {
  margin: 30px 0 0;
}

footer ul+ul {
  margin: 5px 0 0;
}

footer ul li a {
  margin: 0 0 0 5px;
  padding: 0 0 0 6px;
  font-size: 12px;
  border-left: 1px solid #fff;
}

footer ul li:first-child a {
  border: none;
}

footer .add li {
  margin: 0 0 0 10px;
  font-size: 16px;
}

.copyright {
  text-align: center;
  padding: 0 0 36px;
  font-size: 1.3rem;
}

/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pan-zone {
  background: #F0F1F8;
  display: flex;
  align-items: center;
}

.pankuzu {
  max-width: 1120px;
  width: 95%;
  margin: 0 auto;
  font-size: 12px;
  padding: 11px 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /*游ゴシック*/
}

.pankuzu li {
  margin: 0 0 0 10px;
  display: inline;
}

.pankuzu li:first-child {
  margin: 0;
}

.pankuzu li a {
  margin: 0 10px 0 0;
  color: #1A408A;
}

.pankuzu li a:hover {
  color: #aaa;
}


/*--- ページトップ ---*/
#pageTop {
  position: fixed;
  bottom: 200px;
  right: 25px;
  z-index: 9999;
  color: white;
  font-size: 1rem;
}

#pageTop a {
  color: white;
  text-decoration: none;
  padding: 5rem 2rem 1rem;
  display: block;
  background: linear-gradient(to right, #8dcfd2, #a0529c);
  /* Re */
  border-radius: 13px;
  transition: .2s;
  position: relative;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .16);
}

#pageTop a:hover {
  /* opacity: .8; */
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .4);
  /* background: #16326A;*/
  padding: 4.7rem 2rem 1.3rem;
}

#pageTop a::before {
  content: "";
  background: white;
  width: 25px;
  height: 6px;
  transform: rotate(-45deg);
  position: absolute;
  display: block;
  top: 28px;
  left: 24px;
  transition: .2s;
}

#pageTop a::after {
  content: "";
  background: white;
  width: 25px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  top: 28px;
  right: 24px;
  transition: .2s;
}

#pageTop a:hover::before,
#pageTop a:hover::after {
  top: 25px;
}

/* -- お問い合わせ -- */

input {
  vertical-align: middle;
}

.btnBox1 {
  text-align: center;
}

.contact_cf .clearForm, .contact_cf .clearForm2 {
  padding: 10px 5px;
}

.choose_list1>li {
  width: 200px;
  margin: 0 0 0 10px;
  float: left;
}

.choose_list1>li:first-child {
  margin: 0;
}

.choose_list1 {
  width: 410px;
  margin: 20px auto;
}

.contact_tb td span {
  margin: 9px 0 0;
  display: block;
}

.clearForm,
.clearForm2,
.toHome {
  width: 200px;
  padding: 15px 5px;
  cursor: pointer;
  outline: 0;
  background: #555;
  color: #fff !important;
  font-size: 100%;
  border: none;
  font-weight: bold;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
  background: #777;
  color: #FFF;
}

.toHome {
  margin: 50px auto 0 !important;
  text-decoration: none;
  display: block;
  text-align: center;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
  width: 650px;
}

#msg {
  height: 100px;
}

#zip1, #zip2 {
  width: 150px;
}

#city, #pref, #add {
  width: 580px;
  margin: 2px 0 0 10px;
}

#add {
  margin: 2px 0 0 40px;
}

textarea {
  width: 90%;
  padding: 10px 5px;
}

input,
textarea,
button,
select,
option {
  outline: none;
}

input[type="text"] {
  height: 25px;
  padding: 5px;
}

input[type="text"],
textarea,
select,
option {
  border: 1px solid #CCC;
}

button {
  border: none;
  outline: none;
  background: none;
}

.form_notice1 {
  font-size: 85.714%;
  display: block;
  margin: 5px 0 0;
}

.form_notice2 {
  font-size: 87.5%;
}

.modification_wrap {
  overflow: hidden;
}

.modification {
  width: 221px;
  float: left;
  margin: 0 0 0 246px;
}

.send_bt {
  width: 221px;
  float: right;
  margin: 0 245px 0 0;
}

.error_style {
  color: #FF0000;
  display: block;
  margin: 8px 0 0;
}

.contact_tb {
  width: 1000px;
  margin: 0 auto;
}

.contact_tb th {
  width: 250px;
  text-align: left;
  position: relative;
  line-height: 1.4;
}

.contact_tb th, .contact_tb td {
  padding: 13px 10px 10px 20px;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.contact_tb th em {
  background: #F00;
  color: #FFFFFF;
  padding: 2px 5px;
  margin-left: 5px;
  right: 10px;
  font-size: 85.714%;
}


/*-- エラーチェック --*/

.formError {
  top: 20px !important;
  left: 40px !important;
}

.zip2formError {
  left: 220px !important;
}

.prefformError, .cityformError, .addformError {
  top: 0 !important;
  left: 80px !important;
}

.zip1 label {
  position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
  margin: auto;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
  color: #737373;
  background: #fff;
  outline: none;
  border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
  color: #fff;
  background: #555;
  outline: none;
  border-color: #ccc;
  transition: .3s;
}

.ui-widget-header {
  background: #555 !important;
  border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

/*-- YouTube --*/
.youtubeWrap {
  max-width: 980px;
  margin: 15px auto;
}

.youtubeWrap.mainTitBottom {
  margin: 25px auto 0;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000 url(../img/btn_youtube.png) no-repeat 50% 50%;
}

.youtube.max-560 {
  max-width: 560px;
  padding-top: min(56.25%, 315px);
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*--- マージン ---*/
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
  margin: 0 0 20px !important;
  position: relative;
}

.bx-controls-direction {
  width: 100%;
  position: absolute;
  top: 50%;
}

.bx-controls-direction a {
  width: 32px;
  height: 32px;
  margin: -16px 0 0;
  position: absolute;
  top: 50%;
  z-index: 9999;
  outline: 0;
  text-indent: -9999px;
}

.bx-prev {
  left: 1% !important;
  background: url(./../img/prev.png) no-repeat 0 0;
  background-size: contain;
}

.bx-next {
  right: 1% !important;
  background: url(./../img/next.png) no-repeat 100% 0;
  background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
  width: 100% !important;
  height: 300px;
  /*箱の高さ*/
  margin: 40px auto 0;
  overflow-y: auto;
}

.scroll-pane:focus {
  outline: none;
}

.jspContainer {
  width: 100% !important;
  overflow: hidden;
  position: relative;
}

.jspPane {
  width: 100% !important;
  position: absolute;
}

.jspVerticalBar {
  width: 20px;
  position: absolute;
  top: 0;
  right: -5px;
}

.jspArrowUp, .jspArrowDown {
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  /* background: url(../img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
  background: url(../img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
  /* background: url(./../img/scroll_bg1.png) repeat-y; */
  position: relative;
  background-position: center;
}

.jspDrag {
  width: 4px;
  margin: 0 auto;
  background: #6b6b6b;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 20px;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

/*-- YouTube --*/
.youtube.toppage {
  margin: 70px 0 0;
}

/* 新着情報
----------------------------------------------------------- */

.news li {
  /* width: 660px; */
  margin: 0;
}

.news dl {
  width: 98%;
  padding: 30px 5px 30px;
  border-top: 1px solid #555;
  display: flex;
}

.news dt {
  min-width: 100px;
  margin: 0 20px 0 0;
}

.news li:first-child dl {
  border-top: none;
}


/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

.leadTxt {
  margin: 30px auto 0;
  padding: 20px;
  background: #ccc;
}



/* プライバシーポリシー
----------------------------------------------------------- */

.privacy dl {
  margin: 30px 0 0;
}

.privacy dt {
  margin: 20px 0 0;
  padding: 0 5px;
  display: inline-block;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
}

.privacy dt:first-child {
  margin: 0;
}

.privacy dd {
  font-size: 14px;
  margin: 10px 10px 0;
}

.content01.privacy {
  text-align: left;
  line-height: 1.8;
  font-size: 1.7rem;
  padding-top: 30px;
}

.content01.privacy p {
  font-size: 1.7rem;
}

.content01.privacy .lead-text {
  margin: 0 0 65px;
}

.content01.privacy .privacy-list>li {
  margin: 0 0 65px;
}

.content01.privacy .privacy-list>li:last-child {
  margin: 0;
}

.content01.privacy .privacy-list>li>* {
  margin-bottom: 1.8em;
}

.content01.privacy .privacy-list>li *:last-child {
  margin-bottom: 0;
}

.content01.privacy .privacy-list>li>h2 {
  margin: 0 0 30px;
  font-size: 2.2rem;
  font-weight: bold;
}

.content01.privacy .number-list {
  margin: 0 0 1.8em 1.5em;
}

.content01.privacy .number-list>li {
  list-style: decimal outside;
}

.content01.privacy .dot-list {
  margin: 0 0 1.8em 1.5em;
}

.content01.privacy .dot-list>li {
  list-style: disc outside;
}

/* 消費者相談ホットライン
----------------------------------------------------------- */
.bnrWrap {
  max-width: 980px;
  margin: 0 auto 60px;
}

.content06.hotline h2 {
  margin: 0 0 20px;
  padding: 10px 0;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  font-size: 2.2rem;
  font-weight: bold;
}

.content06.hotline h2.bdt-none {
  border-top: none;
}

.content06.hotline .dot-list {
  margin: 0 0 1.8em 1.5em;
}

.content06.hotline .dot-list>li {
  list-style: disc outside;
}

.hotline-box {
  margin: 0 0 40px;
  text-align: center;
}

.hotline-box .hotline-box-inner {
  display: inline-block;
  padding: 20px;
  width: 100%;
  max-width: 600px;
  text-align: left;
  background: #f7f7f7;
  border-radius: 10px;
  box-sizing: border-box;
}

.hotline-box .hotline-box-inner .heading {
  margin: 0 0 20px;
  padding: 0;
  font-size: 20px;
  text-align: center;
}

.hotline-box .hotline-box-inner .heading::before {
  display: none;
}

.hotline-box .hotline-box-inner .tel {
  margin: 0 0 5px;
  text-align: center;
  font-size: 42px;
  color: #2a519b;
  line-height: 1.2;
}

.hotline-box .hotline-box-inner .tel i {
  margin: 0 10px 0 0;
  transform: rotate(90deg);
}

.hotline-box .hotline-box-inner .tel a {
  text-decoration: none;
}

.hotline-box .hotline-box-inner .time {
  margin: 0 0 15px;
  font-size: 18px;
  text-align: center;
}

.hotline-box .hotline-box-inner a[href^="tel:"] {
  pointer-events: none;
  color: #2a519b;
}

.hotline-box .hotline-box-inner .note {
  color: #333;
  text-indent: -1em;
  padding: 0 0 0 1em;
  font-size: 14px;
}


/* 会社概要
----------------------------------------------------------- */

.company table {
  width: 1000px;
  margin: 30px auto 0;
}

.company th {
  width: 170px;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #fff;
}

.company td {
  width: 470px;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #fff;
}

.company iframe {
  width: 1000px;
  height: 280px;
  margin: 30px auto 0;
}


/*-- 固定ここまで --*/

.box {
  display: flex;
  justify-content: space-between;
}

.bold {
  font-weight: bold;
}

.red {
  color: #ed5c65;
}

.blue {
  color: #8dcfd2;
  /* Re */
}

.blue-h {
  color: #4474C9;
}

.yellow {
  color: #FFF9AC;
}

.mat-yellow {
  color: #ff0;
  /* Re */
}

.text {
  display: inline-block;
}

.Tit-small {
  font-size: 2rem;
  margin-top: 5px;
  line-height: 3rem;
  color: #333;
}

.content04 .Tit-small {
  color: #000;
  /* Re */
}

a.btn {
  /* background: #B11414;
	border-radius: 43px; */
  color: white;
  text-decoration: none;
  padding: 2.6rem;
  /* box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .25); */
  width: 90%;
  max-width: 520px;
  display: block;
  margin: auto;
  font-size: 2rem;
  text-align: center;
  transition: .2s;

  position: relative;
  z-index: 1;
  margin: 0 auto;
}

a.btn::before {
  transform: skewX(-25deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(to right, #8dcfd2, #a0529c);
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .25);
}

.be-br {
  display: none;
}

a.btn:hover {
  /* background: #E85E2B;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 40%); */
}

.content01 a.btn {
  width: 100%;
}

.btn.sp {
  display: none;
}

a.info-btn {
  /* background: #B11414;
	border-radius: 31px; */
  color: white;
  text-decoration: none;
  padding: 2rem;
  /* box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .25); */
  width: 80%;
  max-width: 317px;
  margin: auto;
  font-size: 2rem;
  display: block;
  text-align: center;
  line-height: 2rem;
  transition: .2s;

  position: relative;
  z-index: 1;
  margin: 0 auto;
}

a.info-btn::before {
  transform: skewX(-25deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(to right, #8dcfd2, #a0529c);
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .25);
}

a.h-btn {
  display: block;
  border-radius: 31px;
  text-decoration: none;
  width: 190px;
  background: linear-gradient(to right, #8dcfd2, #a0529c);
  /* Re */
  color: white;
  text-align: center;
  position: relative;
  padding: 0.8rem 4.5rem;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .25);
  transition: .2s;
}

a.h-btn p {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /*游ゴシック*/
  font-size: 1.6rem;
  margin-left: 2rem;
}

a.h-btn::before {
  content: url(../img/icon_mypage.png);
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}

a.h-btn:hover {
  background: #E85E2B;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 40%);
}

.hosokuyou {
  display: block;
  font-size: 2.0rem;
  /* Re */
  line-height: 3.5rem;
}

/* ここから下層 */

h1.un_h {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /*游ゴシック*/
  font-size: 4rem;
  max-width: 1120px;
  width: 95%;
  margin: auto;
  text-align: left;
  padding-bottom: 21px;
  border-bottom: 1px solid #EAEAEA;
}

h1.un_h span {
  font-size: 1.7rem;
  color: #1A408A;
  margin-left: 2.7rem;
}

#un_main {
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  text-align: center;
}

img.lineup_banner {
  /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .4); */
  margin-bottom: 107px;
}

.content03.lineup {
  padding: 49px 0 95px;
}

.content03.lineup p.lineup_option_h {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.9rem;
  padding: 2.5rem 1.5rem 1rem;
  text-align: left;
  width: 95%;
  border-bottom: #707070 solid 1px;
}

.content03.lineup ul.lineup_option {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.content03.lineup ul.lineup_option li.box {
  flex-direction: column;
  width: calc(100% / 3 - 1rem);
  background: #F8F9FD;
  font-size: 15px;
  padding: 6px 8px;
  margin: 0 1rem 1.4rem 0;
}

.content03.lineup ul.lineup_option li.box p {
  font-size: 1.5rem;
  color: #a0529c;
  /* Re */
  text-align: center;
}

.content03.lineup ul.lineup_option li.box img {
  max-width: 70px;
  margin: 2px auto 0;
}

.content03.lineup ul.lineup_option li.box:nth-child(2) {
  margin-top: 0;
}

.content03.lineup ul.box dd {
  padding: 1.5rem 0 0;
}

.content03.lineup .un_vanish {
  display: none;
}

.lineup_con01_unbox {
  background: #F8F9FD;
  padding: 2.4rem 4.5rem;
  text-align: left;
}

.lineup_con01_unbox p {
  font-size: 1.6rem;
  font-weight: 400;
}

.content01.lineup {
  background: #F0F1F8;
  padding: 97px 0 63px 0;
}

.content01.lineup .white-zone {
  background: white;
  border-radius: 26px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .16);
  padding: 5rem 6.3rem 7rem;
  text-align: center;
}

.content01.lineup .white-zone p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.2rem;
  margin-top: 4.8rem;
  text-align: left;
}

h2.mainTit.un_h {
  font-size: 5.5rem;
  color: #a0529c;
  /* Re */
  line-height: 8rem;
  position: relative;
  display: inline-block;
  z-index: 2;
  margin: auto;
}

/*
h2.mainTit.un_h.line::after {
  content: "";
  display: block;
  width: 109%;
  height: 20px;
  background: #FFDE6F;
  position: absolute;
  bottom: 3px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
*/

h2.mainTit.un_h.line {
  display: inline;
  background: linear-gradient(transparent 60%, #FFDE6F 40%);
  padding: 0 0.5em 0.2em;
}

.content02.lineup {
  text-align: center;
  padding: 80px 0 100px;
  background: white;
}

.content02.lineup img {
  display: block;
  margin: 90px auto 66px;
}

.btn {
  margin: 0 0 80px 0;
}


h3.un_h {
  font-size: 3rem;
  color: #a0529c;
  /* Re */
  text-align: left;
}

.content02.lineup p {
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 500;
  text-align: left;
  margin-top: 3rem;
}

/* お得な理由 */
#un_main_reason {
  margin: initial;
}

.yellow-h {
  color: #EFE02B;
}

.un_cover {
  width: 100%;
  max-width: 1120px;
  background: url(../img/reason_con01_01.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 473px;
  margin: auto;
}

#un_main_reason .content01.reason {
  padding: initial;
  text-align: center;
  background: #F7F8F8;
}

.reason_read {
  background: linear-gradient(to right, #8dcfd2, #a0529c);
  /* Re */
  width: 100%;
  padding: 20px 0 19px;
  position: relative;
}

.reason_read::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -29px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #9a9abf transparent transparent transparent;
  /* Re */
  border-width: 30px 20px 0 20px;
  z-index: 1;
}

p.reason_h {
  color: white;
  font-size: 3rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /*游ゴシック*/
  max-width: 1120px;
  width: 95%;
  margin: auto;
  font-weight: 900;
}

.en-page .reason_h {
  line-height: 1.25;
}

p.reason_h .h-small {
  font-size: 2.5rem;
  display: block;
  margin-top: 1rem;
}

.content01.reason .un_cover {
  position: relative;
}

h1.reason_h {
  position: absolute;
  left: 50px;
  bottom: 82px;
}

.content02.reason {
  padding: 0;
  background: white;
}

.content02.reason li+li dl::after {
  display: none;
}

.content02.reason .box {
  margin: 63px auto 100px;
  align-items: center;
  justify-content: space-between;
}

.content02.reason .box p {
  font-size: 1.8rem;
  text-align: left;
  margin-right: 6rem;
  max-width: 485px;
  width: 95%;
}

.content02.reason .box img {
  width: 95%;
  max-width: 541px;
  margin: 0 0 0 50px;
}

.content02.reason dl::before {
  content: none;
}

.content02 li:nth-child(2) dl::before {
  content: none;
}

.content02 li:nth-child(3) dl::before {
  content: none;
}

.content02 li:nth-child(4) dl::before {
  content: none;
}

.content02.reason li {
  width: calc(100% / 2 - 3rem);
  border-radius: 20px;
}

.content02.reason li dl {
  width: 100%;
  max-width: 100%;
}

.content02.reason li dl dt {
  width: 100%;
  background: linear-gradient(to right, #8dcfd2, #a0529c);
  /* Re */
  color: white;
  font-size: 2.5rem;
  border-radius: 20px 20px 0 0;
  padding: 1.5rem;
}

.content02.reason li dl dd {
  padding: 2rem 2.7rem 4.3rem;
}

.content02.reason .box-groupe li dl dd img {
  width: 100%;
  margin: 0 0 10px;
}

.content02.reason .box-groupe li dl dd p {
  width: 100%;
  margin-top: 1.3rem;
  line-height: 2.6rem;
  font-size: 1.8rem;
  text-align: left;
}

.content02.reason .box-groupe {
  display: flex;
  flex-wrap: wrap;
  margin: 63px auto 57px;
  justify-content: space-between;
}

.content03.reason {
  background: #F0F1F8;
  padding: 90px 0 40px;
}

.content03.reason ul li {
  background: white;
  border-radius: 26px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .16);
  margin-bottom: 6rem;
  padding: 4.5rem 3.3rem 3.3rem;
}

.content03.reason ul li .left-zone {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content03.reason ul li .right-zone {
  width: 70%;
  max-width: 752px;
}

.content03.reason .right-zone h3 {
  font-size: 3.5rem;
}

.content03.reason .right-zone p {
  font-size: 1.7rem;
  text-align: left;
  margin-top: 2.5rem;
  line-height: 2.5rem;
}

/* 商品情報(lineup2.html) */
h1.un_h.line-up2-h {
  border-bottom: none;
}

.lineup2-tab {
  background: #F7F7F7;
}

.lineup2-tab ul {
  display: flex;
  padding: 2.8rem 0;
  font-weight: 800;
}

.lineup2-tab ul li {
  max-width: 200px;
  width: calc(100% / 4 - 1rem);
}

.lineup2-tab ul li a {
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  display: block;
  background: white;
  border: 4px solid #DEE9FF;
  margin-right: 2rem;
  padding: 0.3rem 1rem;
  border-radius: 10px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /*游ゴシック*/
}

.content01.lineup-2 {
  padding: 40px 0 138px 0;
}

.content01.lineup-2 li {
  margin-top: -30px;
  padding-top: 30px;
}

.content01.lineup-2 dl {
  text-align: left;
  margin-bottom: 7rem;
}

.content01.lineup-2 dl dt {
  font-size: 2.5rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 1rem;
  font-weight: 900;
}

.content01.lineup-2 dl dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5rem;
}

.content01.lineup-2 dl dd p {
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 671px;
  margin-right: 3rem;
}

.content01.lineup-2 .lineup_con01_unbox {
  margin-top: 9rem;
}

.content01.lineup-2 .lineup_con01_unbox p.atention-h {
  font-size: 2.2rem;
  font-weight: bold;
}

.content01.lineup-2 .lineup_con01_unbox p {
  margin-bottom: 0;
}

/* 会社情報 */
.content01.company {
  padding: 70px 0 100px 0;
}

.content01.company p {
  font-size: 1.8rem;
  max-width: 703px;
  width: 95%;
  margin: 3rem auto 55px;
}

.content03.company {
  padding: 0 0 120px;
  background: url(../img/company_con2_bg.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.content03.company h2.mainTit {
  font-size: 4.5rem;
  margin-bottom: 2rem;
}

.content03.company h2.mainTit .text {
  display: inline-block;
}

.content03.company .white-zone {
  background: rgba(255, 255, 255, .72);
  padding: 3.4rem 4.2rem 6rem;
}

.content03.company .white-zone p {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 500;
}

.content03.company02 {
  padding: 100px 0 202px 0;
}

.content03.company02 h2.mainTit {
  margin-bottom: 5rem;
}

.company02 ol {
  padding-left: 3rem;
}

.company02 ol li {
  text-indent: -3.2rem;
}

.company04 {
  text-align: left;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 65px 0 60px 0;
}

.company04 h4 {
  font-size: 2.5rem;
  color: #a0529c;
  /* Re */
  margin: 0 0 20px 0;
}

.company04 p {
  margin: 0 0 20px 0;
}

.company04 .inner {
  display: flex;
}

.company04 .white-zone {
  width: 62%;
  padding: 0 5% 0 0;
}

.company05 {
  padding: 0 0 120px;
  background: url(../img/company_con3_bg.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.company05 .white-zone {
  background: rgba(255, 255, 255, .72);
  padding: 5%;
  text-align: left;
}

.company05 .white-zone ul>li:not(:last-child) {
  margin: 0 0 20px;
}

/* お知らせ */
.content01.un_info {
  padding: 96px 0 190px;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /*游ゴシック*/
}

.content01.un_info .box {
  margin: 0 0 130px;
  align-items: center;
}

.content01.un_info .box img {
  max-width: 480px;
  width: 95%;
}

.content01.un_info .box dl.info-main {
  max-width: 566px;
  margin-left: 3rem;
  min-width: 50%;
}

.content01.un_info .box dl.info-main dt {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-weight: 800;
}

.content01.un_info .box dl.info-main dt span {
  font-size: 1.6rem;
  display: block;
  position: relative;
  margin-bottom: 1rem;
}

.content01.un_info .box dl.info-main dt span::after {
  content: "NEW";
  border: 1px solid #B11414;
  color: #B11414;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11.5rem;
  display: block;
  width: 84px;
  height: 24px;
  text-align: center;
}

.content01.un_info .box dl.info-main dt .title {
  text-decoration: none;
}

.content01.un_info .box dl.info-main dd {
  font-size: 1.5rem;
  line-height: 2.6rem;
}

.content01.un_info .box dl.info-main dd a {
  margin: 6.2rem auto 0 0;
  font-size: 1.8rem;
  padding: 1.8rem;
  max-width: 245px;
  width: 90%;
}

.content01.un_info ul.info-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.content01.un_info ul.info-box li {
  width: calc((100% - 8%) / 3);
  margin: 0 4% 50px 0;
}

.content01.un_info ul.info-box li:nth-of-type(3n) {
  margin-right: 0;
}

.content01.un_info ul.info-box li .title {
  text-decoration: none;
  font-weight: bold;
}

.content01.un_info ul.info-box li .btn {
  margin: 2.2rem auto 0;
  font-size: 1.8rem;
  padding: 1.8rem;
  max-width: 245px;
  width: 90%;
}

.content01.un_info ul.info-box li dt img {
  width: 100%;
}

.content01.un_info ul.info-box li dd {
  font-size: 2rem;
  line-height: 3.4rem;
}

.content01.un_info ul.info-box li dd .info-date {
  font-size: 1.8rem;
  display: block;
  margin: 1.3rem auto 0.8rem 0.2rem;
  line-height: 3.1rem;
}

.pagination {
  margin: 20px 0 0;
  background: transparent;
}

.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2em;
  min-height: 2em;
  margin: 5px;
  padding: 2px;
  box-sizing: content-box;
  border-radius: 50px;
  border: 1px solid #8dcfd2;
  color: #8dcfd2;
  text-decoration: none;
}

.pagination .page-numbers.current {
  background: #8dcfd2;
  color: #fff;
}

.pagination .page-numbers:hover {
  background: #8dcfd2;
  color: #fff;
  transition: 0.5s;
}

.pagination .page-numbers.dots {
  background: transparent;
  color: #8dcfd2;
  border: none;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  min-width: 3em;
}

#un_main.detKiji {
  width: 90%;
  max-width: 1100px;
  text-align: left;
  margin-bottom: 90px;
}

.detKiji h1 {
  margin: 0 auto 33px;
}

.kijiArea {
  margin: 0 auto 70px;
  text-align: left;
  width: 95%;
}

.kijiArea p {
  margin-bottom: 1.6em;
}

.kijiArea p:last-child {
  margin-bottom: 0;
}

/* 会場セミナースケジュール
----------------------------------------------------------- */
.whatsnew h1 {
  margin: 0 0 10px;
  font-size: 150%;
}

.seminar-lecturer-wrap h2 {
  margin: 0 0 10px;
  font-size: 150%;
}

.seminar-lecturer-wrap h3 {
  margin: 0 0 10px;
}

.seminar-area-wrap h2 {
  margin: 0 0 30px;
  font-size: 150%;
}

.seminar-area-wrap h4,
.seminar-area-wrap h5 {
  margin: 0 0 10px;
}

.seminar-area-wrap .table-responsive table {
  width: 100% !important;
}

.seminar-area-wrap .table-responsive table tbody tr td:first-child {
  width: 30%;
}

/* 販売代理店届出制度
----------------------------------------------------------- */
.content01.mic_notification_form+.content01.mic_notification_form {
  padding-top: 0;
}

.content01.mic_notification_form h2 {
  margin: 0 0 20px;
  font-size: 2.4rem;
}

.content01.mic_notification_form p {
  margin: 0;
  font-size: 1.8rem;
}

.content01.mic_notification_form .btn {
  margin: 20px auto 0;
  cursor: pointer;
  overflow-wrap: break-word;
  /*
	position: relative;
	max-width: 700px;
	color: #fff;
	background-color: #32373c;
	border: none;
	border-radius: 1.55em;
	box-shadow: none;
	display: block;
	font-size: 1.125em;
	padding: 0.667em 1.333em;
	text-align: center;
	text-decoration: none;
	*/
}

/*
.content01.mic_notification_form .btn::after {
	position: absolute;
	right: 20px;
	top: 50%;
	display: block;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	width: 10px;
	height: 10px;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}
*/

.content01.mic_notification_form .image {
  margin: 1em 0;
}

.content01.mic_notification_form .threeColumn {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 20px auto;
}

.content01.mic_notification_form .threeColumn li {
  width: calc((100% - 20px) / 3);
}

.content01.mic_notification_form .threeColumn .btn {
  margin: 0 auto;
}

.content01.mic_notification_form .arrow {
  margin: 20px 0;
  text-align: center;
  font-size: 4rem;
}

.content01.mic_notification_form .mb20 {
  margin-bottom: 20px;
}

.content01.mic_notification_form .processList {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}

.content01.mic_notification_form .processList ol>li {
  margin: 0 0 10px;
  text-align: left;
  font-weight: bold;
}

.content01.mic_notification_form .processList ol>li:last-child {
  margin: 0;
}

.content01.mic_notification_form .processList ol>li .fwN {
  font-weight: normal;
}

.content01.mic_notification_form .table-responsive {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* アプリ利用規約
----------------------------------------------------------- */
.content06.term h2 {
  margin: 0 0 20px;
  letter-spacing: 1em;
  font-size: 2.4rem;
}

.content06.term h3 {
  margin: 0 0 15px;
  font-size: 1.8rem;
}

.content06.term .termNumList {
  counter-reset: number;
}

.content06.term .termNumList>li {
  position: relative;
  margin: 0 0 1em;
  padding: 0 0 0 2em;
}

.content06.term .termNumList>li:last-child {
  margin: 0;
}

.content06.term .termNumList>li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: number;
  content: counter(number);
}

.content06.term .termNumList>li>ol {
  margin: 1em 0 0;
  counter-reset: number2;
}

.content06.term .termNumList>li>ol>li {
  position: relative;
  margin: 0 0 1em;
  padding: 0 0 0 3em;
}

.content06.term .termNumList>li>ol>li:last-child {
  margin: 0;
}

.content06.term .termNumList>li>ol>li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: number2;
  content: "（" counter(number2)"）";
}

/* サポート開催スケジュール
----------------------------------------------------------- */
.content06.support_schedule {
  text-align: center;
}

.content06.support_schedule .bnrWrap {
  width: 60%;
  margin: 0 auto 30px;
}

.content06.support_schedule .btnWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.content06.support_schedule .btnWrap .btn {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}

.content06.support_schedule .btnWrap .btn:last-child {
  margin-right: 0;
}

.content06.support_schedule .btnWrap .btn a {
  color: #fff;
  background-color: #32373c;
  border: none;
  border-radius: 1.55em;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: 0.667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}

/* ビジョン
----------------------------------------------------------- */
.content06.vision h2 {
  text-align: center;
  margin: 0 0 15px;
  font-size: 2.4rem;
}

.content06.vision .youtubeWrap {
  max-width: 560px;
  margin: 0 auto 20px;
}

/* よくある質問
----------------------------------------------------------- */
.content06.qa h2 {
  text-align: center;
  margin: 0 0 15px;
  font-size: 2.4rem;
}

.wprt-container .content06.qa table>tbody>tr>th,
.wprt-container .content06.qa table>tbody>tr>td {
  text-align: left;
}

/* 変更届出書類
----------------------------------------------------------- */
.content06.change_notification {
  text-align: center;
}

.content06.change_notification h2 {
  text-align: center;
  margin: 0 0 15px;
  font-size: 2.4rem;
}

.content06.change_notification .btn {
  margin: 20px auto 0;
  padding: 0.667em 1.333em;
  cursor: pointer;
  overflow-wrap: break-word;
  /*
	position: relative;
	max-width: 700px;
	color: #fff;
	background-color: #32373c;
	border: none;
	border-radius: 1.55em;
	box-shadow: none;
	display: block;
	font-size: 1.125em;
	text-align: center;
	text-decoration: none;
	*/
}

/*
.content06.change_notification .btn::after {
	position: absolute;
	right: 20px;
	top: 50%;
	display: block;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	width: 10px;
	height: 10px;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}
*/

.content06.change_notification .downloadList {
  margin: 0 0 20px;
}

.content06.change_notification .downloadList:last-child {
  margin: 0;
}

.content06.change_notification .downloadList>li {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.content06.change_notification .downloadList>li:last-child {
  margin: 0;
}

.content06.change_notification .downloadList>li .head {
  width: 30%;
  text-align: center;
  font-weight: bold;
}

.content06.change_notification .downloadList>li .body {
  width: 70%;
  display: flex;
  justify-content: center;
}

.content06.change_notification .downloadList>li .body>li {
  width: calc(100% / 3);
}

.content06.change_notification .downloadList>li .body>li .btn {
  margin-top: 0;
}

/* 変更届出書類
----------------------------------------------------------- */
.content06.system {
  text-align: center;
}

.content06.system p {
  margin: 0 0 1.5em;
}

/* 認定サポーター
----------------------------------------------------------- */
.content06.supporter h2 {
  text-align: center;
  margin: 0 0 15px;
  font-size: 2.4rem;
}

.content06.supporter .imageColumn {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}

.content06.supporter .imageColumn .textWrap {
  width: calc(60% - 10px);
}

.content06.supporter .imageColumn .imageWrap {
  width: 40%;
  max-width: 300px;
}

.content06.supporter .templateWrap {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}

.content06.supporter .agreeList {
  margin: 0 0 40px;
}

.content06.supporter .agreeList>li {
  margin: 0 0 10px;
  overflow: hidden;
}

.content06.supporter .agreeList>li:last-child {
  margin: 0;
}

.content06.supporter .agreeList>li .icon {
  float: left;
  margin: 0 5px 0 0;
}

.content06.supporter .agreeList>li .text {
  display: block;
  overflow: hidden;
}

.content06.supporter .agreeBtn {
  color: #fff;
  background-color: #32373c;
  border: none;
  border-radius: 1.55em;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: 0.667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}

/* スマホ修理
----------------------------------------------------------- */
.content06.repair {
  padding: 0 0 50px;
}

.content06.repair .leadtxt {
  padding: 0 15px;
  font-size: 2.5rem;
  background: #e7f0ff;
}

.content06.repair h2 {
  font-size: 2.5rem;
  display: block;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 7px;
  font-weight: bold;
  box-sizing: border-box;
}

.content06.repair h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #f5b617;
}

.content06.repair .notes {
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 1.5em;
  color: #8a8a8a;
  font-size: 1.6rem;
}

.content06.repair .notes.red {
  color: #ed6e55;
}

.content06.repair .notes::before {
  position: absolute;
  content: "\203B";
  left: 0;
}

.content06.repair .checkList>li:not(:last-child) {
  margin: 0 0 5px;
}

.content06.repair .btnWrap {
  margin: 25px auto 0;
  width: 60%;
}

.content06.repair .btnWrap .lineBtn {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  line-height: 2.5;
  border: none;
  background: #34b83d;
  border-radius: 5px;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
}

.content06.repair .btnWrap .lineBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 20px;
  margin: 0;
  padding: 0;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

.content06.repair .btnWrap .lineBtn.disabled-a {
  user-select: none;
  color: #a5a5a5;
  background-color: #eaeaea;
  pointer-events: none;
}

.content06.repair .btnWrap .lineBtn.disabled-a::after {
  display: none;
}

.content06.repair .repairNotesList>li {
  display: table;
  width: 100%;
}

.content06.repair .repairNotesList>li .head {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 1em;
  background: #e3e3e3;
  border-bottom: 2px solid #fff;
  width: 230px;
}

.content06.repair .repairNotesList>li .content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 1em;
  background: #fff;
  border: none;
  border-right: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
}



@media screen and (max-width: 1100px) {
  .content01 p {
    font-size: 3rem;
  }

  /* ここから下層 */

  /* お得な理由 */

  .content02.reason .box img {
    max-width: 450px;
  }

  .content02.reason li dl dt {
    font-size: 3rem;
  }

  /* 商品情報（lineup2） */
  .lineup_con01_unbox p {
    font-size: 1.8rem;
  }

  /* お知らせ */
  .content01.un_info {
    padding: 80px 0 190px;
  }

  .content01.un_info .box {
    margin: 0 0 100px;
  }
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


  /*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }



  /*-----------------------------------------------------------
header
-----------------------------------------------------------*/
  .logo {
    width: 28%;
  }

  .headerAdd {
    width: 45%;
    margin: 0 0 0 1%;
    font-size: 90%;
  }

  .headerTel {
    height: auto;
    margin: 0 0 0 0%;
  }


  /*-----------------------------------------------------------
cover
-----------------------------------------------------------*/
  #cover img {
    width: initial;
  }

  /*-----------------------------------------------------------
#main
-----------------------------------------------------------*/


  /*-----------------------------------------------------------
nav
-----------------------------------------------------------*/
  nav ul {
    width: 100%;
  }

  nav li a {
    font-size: 1.6rem;
  }

  /*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

  .copyright small {
    width: 96%;
  }



  /* 全ページ共通クラス
----------------------------------------------------------- */

  .pankuzu {
    width: 98%;
  }


  /* トップページ
----------------------------------------------------------- */


  /* 中ページ
----------------------------------------------------------- */

  .leadTxt {
    padding: 20px 2%;
    font-size: 100%;
  }

  .privacy dt {
    padding: 0 1%;
  }

  .privacy dd {
    margin: 10px 2%;
  }

  .company table {
    width: 100%;
  }

  .company th {
    width: 30%;
    padding: 10px 2%;
    border-bottom: 1px solid #fff;
  }

  .company td {
    padding: 10px 2%;
    border-bottom: 1px solid #fff;
  }

  .company iframe {
    width: 100%;
  }

  .listUl {
    width: 100%;
    margin: 30px auto 0;
  }

  .listUl li {
    width: 31.3%;
    margin: 0 1%;
  }


  /*-- お問い合わせ --*/

  .clearForm,
  .clearForm2 {
    width: 96%;
    padding: 15px 2%;
  }

  .contact_tb {
    width: 98%;
  }

  .contact_tb th {
    width: 30%;
    padding: 13px 2% 10px;
    font-size: 80%;
  }

  .contact_tb td {
    padding: 13px 2% 10px;
    font-size: 80%;
  }

  .contact_cf .clearForm, .contact_cf .clearForm2 {
    padding: 10px 5px;
  }

  .choose_list1>li {
    width: 48%;
    margin: 0 0 0 2%;
  }

  .choose_list1>li:first-child {
    margin: 0;
  }

  .choose_list1 {
    width: 60%;
    margin: 20px auto;
  }

  #name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
    width: 98%;
  }

  #zip1, #zip2 {
    width: 40%;
  }

  #city, #pref {
    width: 86%;
    margin: 2px 0 0 2%;
  }

  #add {
    width: 86%;
    margin: 2px 0 0 6.3%;
  }

  /*-- エラーチェック --*/

  .formError {
    top: 20px !important;
    left: 10% !important;
  }

  .zip2formError {
    left: 54% !important;
  }

  .prefformError, .cityformError, .addformError {
    top: 30px !important;
    left: 10% !important;
  }

  .ui-dialog {
    width: 80% !important;
  }

  .content01 {
    /*padding: 400px 0 106px 0;*/
    padding: 50px 0 106px 0;
  }

  .content01 .con01-left {
    margin-right: 5rem;
  }

  .content01 h2.mainTit img {
    width: initial;
  }

  .content01 .box {
    flex-direction: column;
    text-align: center;
    margin-top: 80px;
  }

  .content01 .con01-left {
    margin: 0;
    order: 2;
  }

  .content01 .con01-right {
    order: 1;
    margin-bottom: 5rem;
  }

  .content01 .con01-right img {
    margin: auto;
    max-width: 472px;
    width: 80%;
  }

  .content02 h2 img {
    width: initial;
  }

  .content02 ul {
    margin: 100px 0 0;
  }

  .content02 dl {
    text-align: center;
  }

  .content02 dl::before {
    font-size: 6rem;
    top: -52px;
  }

  .content02 dt .con02_icon {
    margin: 50px auto 1rem;
  }

  .content02 dt .con02_icon img {
    width: initial;
  }

  .content02 dd img {
    width: 90%;
  }

  .content03 h3.blue-h {
    font-size: 3.2rem;
  }

  .content03 ul.box li {
    width: calc(100% / 2 - 1rem);
  }

  /*
.content03 h3.blue-h::before {
	width: 50px;
	top: 50%;
	transform: rotate(48deg);
	left: -6rem;
}
*/
  .content03 h3.blue-h::after {
    width: 50px;
    top: 60%;
    right: -5rem;
    transform: rotate(-45deg);
  }

  .content03 ul.box dd img {
    /* width: 80%; */
    /* max-width: 370px; */
  }

  .content03 ul.box dt {
    font-size: 3.2rem;
    padding: 2rem;
    line-height: 4rem;
  }

  .hosokuyou {
    font-size: 2rem;
  }

  .content03 ul.box dd p.con03_plan-text {
    font-size: 2rem;
    text-align: center;
  }

  .content03 ul.box dd ul .box p.GB-yen {
    font-size: 2.6rem;
  }

  .content03 ul.box dd ul .box p.GB .GB-big {
    font-size: 4rem;
  }

  .content03 ul.box dd ul .box p.GB {
    font-size: 2.2rem;
  }

  .content03 ul.box p {
    font-size: 1.4rem;
  }

  .content04 h2.mainTit,
  .content05 h2.mainTit {
    font-size: 5rem;
  }

  .content04 p,
  .content05 p {
    font-size: 2rem;
  }

  footer img {
    width: initial;
  }

  .content02.lineup img {
    width: initial;
  }

  h2.mainTit.un_h {
    font-size: 5rem;
  }

  img.lineup_banner {
    width: 95%;
  }

  /* お得な理由 */

  .content02.reason .box:first-child {
    flex-direction: column;
  }

  .content02.reason .box:first-child p {
    order: 2;
    max-width: 820px;
    margin: 5rem auto 0;
  }

  .content02.reason .box:first-child img {
    order: 1;
    width: 80%;
    margin: 30px 0 0;
  }

  .content02.reason li {
    width: calc(100% / 2 - 2rem);
    margin-bottom: 5rem;
  }

  .content03.reason ul li .left-zone img {
    width: 90%;
  }

  .content03.reason .box {
    align-items: center;
  }

  /* 商品情報(lineup2) */
  .lineup2-tab ul {
    justify-content: center;
  }

  .content01.lineup-2 dl dd {
    align-items: flex-start;
  }

  .content01.lineup-2 dl dd p {
    min-width: 427px;
    width: 58%;
  }

  .content01.lineup-2 dl dd img {
    width: 38%;
  }

  /* 会社情報 */

  .content03.company h2.mainTit,
  .content03.company02 h2.mainTit {
    font-size: 4rem;
    margin-bottom: 2rem;
  }

  .content01.company {
    padding: 70px 0 80px 0;
  }

  .content03.company02 {
    padding: 80px 0 130px 0;
  }

  /* お知らせ */
  .content01.un_info .box {
    text-align: left;
    flex-direction: row;
  }

  .content01.un_info .box img {
    width: 40%;
  }

  .content01.un_info .box dl.info-main {
    width: 57%;
  }

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  nav li a {
    font-size: 1.5rem;
  }

  a.h-btn {
    display: none;
  }

  header>.language-btn {
    display: none;
  }

  .gnav a.h-btn {
    display: block;
    background: #B11414;
    padding: 2%;
    max-width: 80%;
    margin: 0 auto;
  }

  .gnav a.h-btn:hover {
    color: #fff;
    background: #740909;
  }

  .gnav .language-btn {
    display: block;
    padding: 2%;
    max-width: 80%;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 100vh;
    color: #fff;
  }

  .gnav .language-btn span {
    display: block;
    position: relative;
    font-size: 1.6rem;
  }

  .gnav .language-btn span::before {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 1.3em;
    height: 1.3em;
    background: url(../img/ico_language_sp.svg) no-repeat 0 0 / contain;
    transform: translateY(-50%);
    content: "";
  }

  .telBtn {
    width: 35%;
    line-height: 1;
    margin: 3px 11% 0 0;
    font-size: 4rem;
  }

  .headerUl {
    display: flex;
    width: 30%;
    justify-content: flex-end;
  }

  .menuBtn {
    width: 45px;
  }

  #cover .pc {
    display: none !important;
  }

  #cover .sp {
    display: block !important;
  }

  #cover li {
    height: 70vh;
    align-items: flex-end;
  }

  .en-page #cover li {
    height: 60vh;
  }


  /*--- modal ---*/

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 35px;
    height: 35px;
    z-index: 9999;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #063e81;
    border-radius: 4px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 5px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 17.5px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    background: white;
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    background: white;
  }

  /*gnav*/
  .gnav {
    background: #333333f5;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
  }

  .gnav.active {
    display: block;
  }

  .gnav__menu {
    display: block;
    width: 100%;
  }

  .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: -35px;
  }

  nav .gnav__menu__item {
    margin: 0 auto;
    padding: 25px 0;
    width: 95%;
  }

  .gnav__menu__item a {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    transition: .2s;
    background: none;
    text-align: center;
    width: 100%;
    text-align: center;
  }

  nav .gnav__menu__item a.btn03 {
    padding: 0 5%;
    font-size: 2rem;
  }

  .gnav__menu__item a:hover {
    color: #7a99cd;
  }

  .content02 li {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .contact_tb th {
    font-size: 70%;
  }

  #cover li h1 {
    text-align: center;
    margin: 0 auto 10vw;
    padding: 0 3vw;
  }

  #cover img {
    margin: auto;
  }

  .cover01 {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .no-webp .cover01 {
    background-image: url(../img/MV_sp.png);
  }

  .webp .cover01 {
    background-image: url(../img/MV_sp.webp);
  }

  .info {
    margin: -5vw auto 0;
    /* Re */
  }

  .info ul {
    padding: 2rem;
  }

  .info ul li dl {
    flex-direction: column;
  }

  .info ul li dl {
    padding: 2.3rem 1rem;
  }

  .info dl dt {
    width: 100%;
    margin-bottom: 1rem;
  }

  .info ul li dl dt span {
    margin: 0 0 0 1.7rem;
  }

  .info dl dd {
    width: 100%;
  }

  .content01 {
    /*padding: 500px 0 106px 0;*/
    padding: 50px 0 106px 0;
  }

  .content01 a.btn,
  .content02 a.btn {
    width: 90%;
  }

  .content01 h2.mainTit img {
    max-width: 342px;
    width: 70%;
    margin-right: 0.5rem;
  }

  .content01 h2.mainTit {
    font-size: 3rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .content02 li {
    width: 47%;
    margin-bottom: 5rem;
  }

  .content02 li:nth-child(4),
  .content02 li:nth-child(5),
  .content02 li:nth-child(6) {
    margin-bottom: 5rem;
  }

  .content03 h2.mainTit {
    margin-bottom: 5rem;
    margin: 40px 0 40px 0;
  }

  .content03 h3.blue-h {
    font-size: 2.5rem;
    margin-bottom: 5rem;
  }

  .content03 ul.box {
    flex-direction: column;
    margin-bottom: 0;
  }

  .content03 ul.box li {
    width: 95%;
    margin: auto;
  }

  .content03 ul.box li {
    padding-bottom: 5rem;
  }

  .content04 p,
  .content05 p {
    font-size: 1.8rem;
  }

  .content04 {
    padding: 80px 0 71px;
  }

  .content05 {
    text-align: center;
    padding: 80px 0;
  }

  .content05 h2.mainTit {
    text-align: center;
  }

  .content05 a.btn {
    margin: auto;
  }

  footer ul.add li {
    font-size: 1.4rem;
  }

  /* ここから下層 */

  h1.un_h {
    font-size: 4rem;
  }

  h1.un_h span {
    font-size: 1.8rem;
  }

  .lineup_con01_unbox p {
    font-size: 1.8rem;
    line-height: 3.1rem;
  }

  .content03.lineup {
    padding: 49px 0 30px;
  }

  .content01.lineup {
    padding: 80px 0 63px 0;
  }

  .content01 h2.mainTit.un_h {
    font-size: 4rem;
    line-height: 1.4;
  }

  .content01.lineup .white-zone {
    padding: 5rem 3rem 7rem;
  }

  h2.mainTit.un_h {
    font-size: 4rem;
  }

  h3.un_h {
    font-size: 2.5rem;
  }

  .content02.lineup {
    text-align: center;
    padding: 80px 0 60px;
  }

  img.lineup_banner {
    margin-bottom: 20px;
  }

  /* お得な理由 */
  p.reason_h .h-small {
    font-size: 2rem;
    margin-top: 0.5rem;
  }

  h1.reason_h {
    width: 90%;
  }

  h1.reason_h img.reason_h_text {
    margin: auto;
  }

  .content02.reason .box {
    margin-bottom: 60px;
  }

  .content02.reason li {
    width: calc(100% / 2 - 1rem);
  }

  .content02.reason li dl dt {
    font-size: 2.5rem;
  }

  .content02.reason .box-groupe li dl dd p {
    font-size: 1.6rem;
  }

  .content03.reason ul li {
    padding: 3rem;
  }

  .content03.reason .left-zone {
    min-width: 125px;
    margin-right: 2rem;
  }

  .content03.reason .right-zone h3 {
    font-size: 3rem;
  }

  .content03.reason .right-zone p {
    font-size: 1.6rem;
    margin-top: 2rem;
  }

  /* 商品情報(lineup2)*/
  .lineup2-tab ul li {
    width: calc(100% / 4);
  }

  .lineup2-tab ul li a {
    margin-right: 1rem;
    font-size: 1.4rem;
  }

  .content01.lineup-2 dl dd {
    flex-direction: column-reverse;
    margin: 0;
  }

  .content01.lineup-2 dl dt {
    max-width: 540px;
    margin: auto;
  }

  .content01.lineup-2 dl dd p {
    font-size: 1.6rem;
    line-height: 3rem;
    order: 2;
    width: 95%;
    max-width: 551px;
    margin: 2rem auto 22px;
  }

  .content01.lineup-2 dl dd img {
    order: 1;
    width: 95%;
    max-width: 540px;
    margin: auto;
  }

  .content01.lineup-2 .lineup_con01_unbox p.atention-h {
    font-size: 1.9rem;
  }

  .content01.lineup-2 .lineup_con01_unbox p {
    font-size: 1.6rem;
  }

  .content01.lineup-2 {
    padding: 40px 0 0px 0;
  }

  /* 会社情報 */
  .content03.company .white-zone p {
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .content03.company {
    padding: 0 0 80px;
  }

  /* お知らせ */

  .lineup2-tab ul li {
    width: calc(100% / 3);
  }

  .content01.un_info .box {
    flex-direction: column;
  }

  .content01.un_info .box img {
    width: 95%;
    margin-bottom: 3rem;
  }

  .content01.un_info .box dl.info-main {
    width: 95%;
    margin-left: 0;
    max-width: 640px;
  }

  .content01.un_info .box dl.info-main a.btn {
    margin: 3rem auto 0;
  }

  .content01.un_info .box {
    margin: 0 0 80px;
  }

  .content01.un_info ul.info-box li dd {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .content01.un_info ul.info-box li dd .info-date {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }

  .content01.un_info {
    padding: 80px 0 0;
  }

  .pagination {
    margin: 40px 0 0;
  }

  .pagination .page-numbers {
    font-size: 0.8em;
  }

  .company04 .inner {
    flex-direction: column;
  }

  .company04 .white-zone {
    width: 100%;
    padding: 0;
  }

  .content02 li dl::after {
    content: "01";
    color: #8dcfd2;
    font-size: 5rem;
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
  }

  .content03 ul.box dd {
    padding: 0 0 1.3rem;
  }

  /* 消費者相談ホットライン
----------------------------------------------------------- */
  .hotline-box .hotline-box-inner .tel {
    font-size: 10vw;
  }

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


  /*-- テーブル --*/

  table {
    width: 100%;
  }

  th, td {
    width: 96% !important;
    display: block;
    margin: auto;
  }

  th {
    border-bottom: none;
    padding-bottom: 0;
  }

  td {
    padding: 1rem 2rem;
  }

  /* ヘッダー
----------------------------------------------------------- */

  header {
    height: auto;
    padding: 10px 0;
  }


  /*-- ページトップ --*/

  #pageTop {
    display: none !important;
  }


  /* フッター
----------------------------------------------------------- */

  .sp nav {
    margin: 0 auto;
  }

  nav.low-nav ul {
    display: block;
  }

  nav.low-nav>ul li {
    width: auto;
    margin: 0 0 5px;
  }

  /* トップページ
----------------------------------------------------------- */

  /* 中ページ
----------------------------------------------------------- */
  .company iframe {
    width: 100%;
    margin: 30px auto 0;
    display: block;
  }

  .listUl li {
    width: 48%;
  }

  .contact_tb th {
    font-size: 100%;

  }

  .choose_list1 {
    width: 80%;
  }

  #name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
    width: 96%;
  }

  #zip1, #zip2 {
    width: 40%;
  }

  #city, #pref, #add {
    width: 96%;
    margin: 2px 0 0;
  }

  /*-- エラーチェック --*/

  .zip1formError {
    left: 10% !important;
  }

  .zip2formError {
    left: 54% !important;
  }

  .prefformError, .cityformError, .addformError {
    top: 30px !important;
    left: 50% !important;
  }

  .detailBox>div {
    width: 100%;
    float: none;
  }

  .detailBox>.detailTxt {
    width: 98%;
    margin: 20px auto 0;
  }

  .formError {
    top: 20px !important;
    left: 10% !important;
  }

  .zip2formError {
    width: 42% !important;
    left: 50% !important;
  }

  a.btn {
    font-size: 1.6rem;
  }

  a.btn .be-br {
    display: block;
  }

  .info ul li dl {
    padding: 2.3rem 0;
  }

  .info ul li dl dt {
    font-size: 1.6rem;
  }

  .info ul li dl dt span {
    font-size: 1.4rem;
    padding: 0.5rem 2rem;
  }

  .info ul li dd {
    font-size: 1.6rem;
  }

  .content01 {
    padding-bottom: 80px;
  }

  .content01 .box {
    margin-top: 50px;
  }

  .content01 p {
    font-size: 2.3rem;
    margin-bottom: 3rem;
  }

  .content02 {
    padding: 80px 0;
  }

  h2.mainTit {
    font-size: 5rem;
  }

  .content02 h2.mainTit span.blue {
    margin: 0.5rem 0;
  }

  .Tit-small {
    font-size: 1.8rem;
  }

  .content02 dt .con02_icon {
    width: 100px;
    height: 100px;
  }

  .content02 dt .con02_icon img {
    max-width: 60px;
    max-height: 60px;
  }

  .content03 {
    padding: 80px 0 80px;
  }

  .content03 h2.mainTit {
    font-size: 3.5rem;
  }

  .content03 h3.blue-h {
    font-size: 2.2rem;
  }

  /*
	.content03 h3.blue-h::before {
		width: 30px;
		left: -3.5rem;
		height: 4px;
	}
*/
  .content03 h3.blue-h::after {
    width: 30px;
    right: -2.5rem;
    height: 4px;
  }

  .content03 h2.mainTit {
    margin-bottom: 3rem;
  }

  .content04 h2.mainTit,
  .content05 h2.mainTit {
    font-size: 3.5rem;
  }

  .content04 h2.mainTit .text {
    display: inline-block;
  }

  .content04 p, .content05 p {
    font-size: 1.6rem;
  }

  .content04 .vanish {
    display: none;
  }

  footer {
    margin: 30px auto 0;
  }

  footer .inner {
    padding: 0 0 50px;
  }

  /* ここから下層 */
  h1.un_h {
    text-align: center;
  }

  h1.un_h span {
    display: block;
    margin-left: 0;
  }

  .content03.lineup ul.lineup_option li.box {
    width: calc(100% / 3 - 1rem);
    max-width: 140px;
    min-width: 103px;
  }

  .content03.lineup ul.lineup_option li.box p {
    font-size: 1.4rem;
  }

  .lineup_con01_unbox {
    padding: 2.4rem 2rem;
  }

  .lineup_con01_unbox p {
    font-size: 1.6rem;
  }

  .content01.lineup {
    padding: 50px 0;
  }

  .content01.lineup .white-zone {
    padding: 5rem 3rem 5rem;
  }

  .content01.lineup .white-zone p {
    font-size: 1.6rem;
    margin-top: 3rem;
  }

  h2.mainTit.un_h {
    font-size: 3.5rem;
  }

  .content02.lineup {
    padding: 50px 0;
  }

  .content02.lineup img {
    width: 90%;
  }

  .content02.lineup img {
    margin: 50px auto;
  }

  .content02.lineup p {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-top: 2rem;
  }

  /* お得な理由 */
  .reason_read::after {
    bottom: -19px;
    border-width: 20px 20px 0 20px;
  }

  .un_cover {
    background: url(../img/reason_con01_01_sp.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 32vh;
  }

  h1.reason_h {
    left: 40%;
    transform: translateX(-50%);
    top: 33%;
    width: 73%;
  }

  h1.reason_h img {
    width: 90%;
  }

  .content02.reason li {
    width: 95%;
    margin: 0 auto 3rem;
  }

  .content02.reason .box-groupe {
    margin: 63px auto 40px;
  }

  .content03.reason {
    padding: 80px 0 40px;
  }

  .content03.reason .box {
    flex-direction: column;
  }

  .content03.reason ul li {
    margin-bottom: 3rem;
  }

  .content03.reason ul li .right-zone {
    width: 95%;
    max-width: 95%;
  }

  .content03.reason .right-zone p {
    margin: 2rem auto 0;
  }

  .content03.reason .left-zone {
    margin: 0 0 1rem;
  }

  /* 商品情報(lineup2) */

  .lineup2-tab ul {
    flex-wrap: wrap;
    padding: 4% 0;
    justify-content: space-between;
  }

  .lineup2-tab ul li {
    max-width: none;
    width: calc(100% / 2);
  }

  .lineup2-tab ul li:first-child {
    margin-bottom: 1rem;
  }

  .lineup2-tab ul li a {
    padding: 3% 1%;
  }

  .content01.lineup-2 dl dt {
    max-width: 540px;
    margin: 0 1rem;
  }

  .content01.lineup-2 dl dd p {
    min-width: initial;
  }

  .content01.lineup-2 .lineup_con01_unbox {
    margin-top: 6rem;
  }

  /* 会社情報 */
  .content01.company p {
    font-size: 1.6rem;
  }

  .content01.company p {
    margin: 3rem auto 30px;
  }

  .content03.company h2.mainTit {
    font-size: 3rem;
    margin-bottom: 0rem;
  }

  .content03.company .white-zone {
    padding: 3rem 1rem 5rem;
  }

  .content03.company02 {
    padding: 50px 0 50px 0;
  }

  /* お知らせ */
  .lineup2-tab ul li {
    width: calc(100% / 2);
  }

  .content01.un_info {
    padding: 60px 0 0;
  }

  .content01.un_info .box {
    margin: 0 0 20px;
    padding: 0 0 60px;
    border-bottom: 1px solid #aaa;
  }

  .content01.un_info ul.info-box {
    flex-direction: column;
  }

  .content01.un_info ul.info-box li {
    width: 100%;
    max-width: 100%;
    padding-bottom: 2rem;
    border-bottom: 1px solid #aaa;
    margin: 2.5rem 0 0;
  }

  .content01.un_info ul.info-box li:first-child {
    margin-top: 0;
  }

  .content01.un_info ul.info-box li dl {
    display: flex;
    align-items: flex-start;
  }

  .content01.un_info ul.info-box li dl dt {
    width: 40%;
  }

  .content01.un_info ul.info-box li dl dd {
    margin-left: 2rem;
    width: 58%;
    font-size: 1.7rem;
    line-height: 2.6rem;
  }

  .content01.un_info ul.info-box li dd .info-date {
    margin: 0 auto 0.5rem 0;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .cover01 {
    background-size: cover;
  }

  /* 消費者相談ホットライン
----------------------------------------------------------- */
  .bnrWrap {
    max-width: 95%;
    margin: 0 auto 3rem;
  }

  .hotline-box .hotline-box-inner a[href^="tel:"] {
    pointer-events: auto;
  }

  /* 会場セミナースケジュール
----------------------------------------------------------- */
  .seminar-area-wrap .wp-block-columns .wp-block-column:first-child {
    margin: 0 0 1.75em;
  }

  /* 販売代理店届出制度
----------------------------------------------------------- */
  .content01.mic_notification_form .threeColumn {
    display: block;
  }

  .content01.mic_notification_form .threeColumn li {
    width: auto;
    margin: 0 0 15px;
  }

  .content01.mic_notification_form .threeColumn li:last-child {
    margin: 0;
  }

  /* 変更届出書類
----------------------------------------------------------- */
  .content06.change_notification .downloadList>li {
    display: block;
  }

  .content06.change_notification .downloadList>li .head {
    margin: 0 0 10px;
    width: auto;
  }

  .content06.change_notification .downloadList>li .body {
    width: 100%;
    display: block;
  }

  .content06.change_notification .downloadList>li .body>li {
    width: 100%;
    margin: 0 0 10px;
  }

  .content06.change_notification .downloadList>li .body>li:last-child {
    margin: 0;
  }

  /* 販売代理店届出制度
----------------------------------------------------------- */
  .content06.supporter .imageColumn {
    display: block;
  }

  .content06.supporter .imageColumn .textWrap {
    width: auto;
    margin: 0 0 20px;
  }

  .content06.supporter .imageColumn .imageWrap {
    width: 100vw;
    max-width: none;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  /* サポート開催スケジュール
----------------------------------------------------------- */
  .content06.support_schedule .bnrWrap {
    width: 100%;
  }

  /* スマホ修理
----------------------------------------------------------- */
  .content06.repair .btnWrap {
    width: auto;
  }

  .content06.repair .repairNotesList>li {
    display: block;
  }

  .content06.repair .repairNotesList>li .head {
    display: block;
    padding: 1em;
    border-bottom: none;
    width: auto;
  }

  .content06.repair .repairNotesList>li .content {
    display: block;
    padding: 1em;
    border: none;
    border-right: none;
    border-bottom: none;
  }


  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .choose_list1 {
    width: 96%;
    font-size: 90%;
  }

  .choose_list1>li {
    width: 49%;
  }

  .content01 {
    /*padding: 450px 0 106px 0;*/
    padding: 50px 0 106px 0;
  }

  .info dl dt,
  .info dl dd {
    font-size: 1.6rem;
  }

  .info ul li dl dt span {
    font-size: 1.3rem;
    padding: 0.6rem 2rem;
  }

  .content01 h2.mainTit {
    font-size: 2.5rem;
  }

  .content01 p {
    font-size: 1.8rem;
  }

  .content01 .con01-right {
    margin-bottom: 3rem;
  }

  #cover li .cover_inner div {
    margin-bottom: 130px;
  }

  h2.mainTit {
    font-size: 3.5rem;
  }

  .Tit-small {
    font-size: 1.6rem;
  }

  #cover li {
    justify-content: space-between;
  }

  #cover li .cover_inner div {
    margin-bottom: 50px;
  }

  .content01 {
    padding-bottom: 7rem;
  }

  .content02 {
    padding: 70px 0;
  }

  .content02 dl {
    flex-direction: row;
  }

  .content02 dt .con02_icon {
    margin: 3rem 0 3rem 1rem;
    width: 50px;
    height: 50px;
  }

  .content02 dt .con02_icon img {
    max-width: 35px;
    max-height: 35px;
  }

  .content02 dl::before {
    font-size: 4rem;
    top: -37px;
  }

  .content02 dd {
    margin-bottom: 0;
    padding: 15px 0;
  }

  .content02 ul {
    margin: 60px 0 0;
  }

  .content02 li {
    width: 95%;
    margin: 0 auto 4rem;
  }

  .content02 li:nth-child(4),
  .content02 li:nth-child(5),
  .content02 li:nth-child(6) {
    margin: 0 auto 4rem;
  }

  .content03 {
    padding: 70px 0;
  }

  .content03 h3.blue-h {
    font-size: 2rem;
  }

  .content03 ul.box dt {
    font-size: 2.5rem;
    padding: 2rem;
    line-height: 3rem;
  }

  .hosokuyou {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .content03 ul.box dd p.con03_plan-text {
    font-size: 1.6rem;
    text-align: center;
  }

  .content03 ul.box dd ul .box p.GB-yen {
    font-size: 2rem;
  }

  .content03 ul.box dd ul .box p.GB .GB-big {
    font-size: 3rem;
  }

  .content03 ul.box dd ul .box p.GB {
    font-size: 2rem;
    width: 100px;
  }

  .content03 ul.box p {
    font-size: 1.2rem;
    text-align: center;
  }

  .content03 ul.box dd img {
    /* max-width: 140px; */
  }

  .content03 h3.blue-h {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }

  /*
	.content03 h3.blue-h::before {
		width: 25px;
		left: -2.5rem;
		height: 3px;
	}
*/
  .content03 h3.blue-h::after {
    width: 25px;
    right: -2rem;
    height: 3px;
  }

  .Tit-small {
    font-size: 1.5rem;
  }

  .content04 {
    margin-bottom: 3rem;
    padding: 70px 0 61px;
  }

  .content04 p, .content05 p {
    font-size: 1.5rem;
  }

  .content05 .vanish {
    display: none;
  }

  /* ここから下層 */

  h1.un_h {
    font-size: 3.5rem;
  }

  .content03.lineup ul.lineup_option li.box {
    min-width: 91px;
  }

  .content03.lineup ul.lineup_option li.box p {
    font-size: 1.2rem;
  }

  .content03 ul.box li {
    padding-bottom: 3rem;
  }

  .content01 h2.mainTit.un_h {
    font-size: 3.5rem;
  }

  .content02.lineup {
    padding: 30px 0;
  }

  .content02.lineup img {
    margin: 30px auto;
  }

  h3.un_h {
    font-size: 2rem;
  }

  img.lineup_banner {
    margin-bottom: 0;
  }

  /* お得な理由 */

  .content01.reason p {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }

  .reason_read {
    padding: 20px 0 10px;
  }

  p.reason_h .h-small {
    font-size: 1.6rem;
  }

  .content02.reason .box:first-child p {
    font-size: 1.6rem;
    margin: 3rem auto 0;
  }

  .content02.reason .box {
    margin: 30px auto 30px;
  }

  .content02.reason dl {
    flex-direction: column;
  }

  .content02.reason li dl dt {
    font-size: 2rem;
  }

  .content02.reason li dl dd {
    padding: 2rem;
  }

  .content02.reason .box-groupe li dl dd p {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .content02.reason .box-groupe {
    margin: 63px auto 20px;
  }

  .content03.reason {
    padding: 60px 0 1px;
  }

  .content03.reason ul li {
    padding: 2rem;
  }

  /* 商品情報（lineup2） */
  .content01.lineup-2 dl {
    margin-bottom: 6rem;
  }

  .content01.company {
    padding: 5rem 0;
  }

  .content03.company .white-zone p {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }

  .content03.company {
    padding: 0 0 50px;
  }

  .content03.company02 {
    padding: 50px 0 0 0;
  }

  /* お知らせ */
  .content01.un_info {
    padding: 30px 0 0;
  }

  .content01.un_info .box {
    margin: 0 0 2.5rem;
    padding: 0 0 30px;
  }

  h1.un_h.line-up2-h.un_info {
    padding-bottom: 25px;
  }

  .content01.un_info ul.info-box li dl {
    flex-direction: column;
  }

  .content01.un_info ul.info-box li dl dt {
    width: 100%;
  }

  .content01.un_info ul.info-box li dt {
    text-align: center;
  }

  .content01.un_info ul.info-box li dt img {
    margin: auto;
  }

  .content01.un_info ul.info-box li dl dd {
    width: 100%;
    margin: 0.5rem auto 0;
    max-width: 335px;
  }

  #cover li {
    height: 50vh;
  }

  .en-page #cover li {
    height: 40vh;
  }

  .cover01 {
    background-position: 52% 34%;
    background-size: cover;
  }

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


@media screen and (max-width: 335px) {

  /* .content01 {
	padding: 480px 0 80px 0;
} */

  .content04 p .text {
    display: inline;
  }

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  .telBtn a,
  .menuBtn a {
    font-size: 200%;
  }

  .content03.lineup ul.lineup_option li.box {
    min-width: 81px;
    font-size: 1.3rem;
  }

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */