@charset "UTF-8";

@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #222;
}
}

/* ------------------------------------------------------------------------------------------ */
/* main menu */
/* ------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1080px) {
#navToggle {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9999;
}
#navToggle div {
  position: relative;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
#navToggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #d9261f;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) { top: 5px; }
#navToggle span:nth-child(2) { top: 18px; }
#navToggle span:nth-child(3) { bottom: 5px; }

/*---------- menu ----------*/
#mainHeader .headerMenu {
  padding-right: 60px;
}
#mainHeader .headerMenu ul {
  position: absolute;
  top: 70px;
  right: -100vw;
  width: 100%;
  text-align: left;
  padding: 30px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  list-style: none;
  background: #fff;
}
#mainHeader .headerMenu ul li {
  display: block;
  width: 100%;
  border-left: none;
  padding: 0;
}
#mainHeader .headerMenu ul li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
#mainHeader .headerMenu ul li.spNoLine a {
  border-bottom: none;
}

/*---------- open ----------*/
.open #navToggle span:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}
.open #navToggle span:nth-child(2) {
    opacity: 0;
    left: 50%;
}
.open #navToggle span:nth-child(3) {
    width: 100%;
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}
.open .headerMenu ul {
    -moz-transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
}
}


/* ------------------------------------------------------------------------------------------ */
/* 1080px */
/* ------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1080px) {
#select .title {
  background: #d9261f url("../images/topSelect.jpg") top 0 left 280px no-repeat;
  background-size: auto 100%;
}
#adsHead .title {
  background: #d9261f url("../images/mv_ads.png") top 0 right -200px no-repeat;
}
#lpHead .title {
  background: #d9261f url("../images/mv_lp.png") top 0 right -200px no-repeat;
}
#genre .genre_inner section.photograph {
  background: url("../images/photograph.png") top 0 right -100px no-repeat;
  background-size: auto 100%;
}
}


/* ------------------------------------------------------------------------------------------ */
/* 1060px */
/* ------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1060px) {
#service .mv {
  height: 350px;
}
#service .mv .mvTextArea {
  height: 350px;
}
#service .mv .mvText {
  height: 350px;
  padding: 30px 15px;
}
#select .select_inner section:before {
  left: 25%;
}
#select .select_inner section.select01 {
  background: #fff url("../images/select_01.jpg") top 0 left -25% no-repeat;
  background-size: contain;
}
#select .select_inner section.select02 {
  background: #fff url("../images/select_02.jpg") top 0 left -80% no-repeat;
  background-size: contain;
}
#select .select_inner section.select03 {
  background: #fff url("../images/select_03.jpg") top 0 left -70% no-repeat;
  background-size: contain;
}
#select .select_inner section.select04 {
  background: #fff url("../images/select_04.jpg") top 0 left -60% no-repeat;
  background-size: contain;
}
#select .select_inner section .select_txtBox {
  padding: 30px 0 30px 30%;
}
}


/* ------------------------------------------------------------------------------------------ */
/* 1010px */
/* ------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1010px) {
#service .girl {
  background: none;
}
#select .select_inner section {
  width: 100%;
  max-width: 100%;
}
#select .select_inner section:before {
  left: 200px;
}
#select .select_inner section.select01 {
  background: #fff url("../images/select_01.jpg") top 0 left 0 no-repeat;
  background-size: contain;
}
#select .select_inner section.select02 {
  background: #fff url("../images/select_02.jpg") top 0 left -30px no-repeat;
  background-size: contain;
}
#select .select_inner section.select03 {
  background: #fff url("../images/select_03.jpg") top 0 left -20px no-repeat;
  background-size: contain;
}
#select .select_inner section.select04 {
  background: #fff url("../images/select_04.jpg") top 0 left -20px no-repeat;
  background-size: contain;
}
#select .select_inner section .select_txtBox {
  padding: 30px 0 30px 210px;
}
}


/* ------------------------------------------------------------------------------------------ */
/* 850px */
/* ------------------------------------------------------------------------------------------ */
@media screen and (max-width: 850px) {
#adsHead .title {
  background: #d9261f url("../images/mv_ads.png") top 0 right -400px no-repeat;
}
#lpHead .title {
  background: #d9261f url("../images/mv_lp.png") top 0 right -400px no-repeat;
}

#qa .qaList section .qaTtl img {
}
#genre .genre_inner section .genreTtl img {
  height: 50px;
}
}


/* ------------------------------------------------------------------------------------------ */
/* 768px */
/* ------------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
/* ------------------------------------------------------------------------------------------ */
/* common */
/* ------------------------------------------------------------------------------------------ */
body { font-size: 14px; }
.contentWrap { padding: 30px 15px; }
.pc { display: none; }
.sp { display: block; }


/* ------------------------------------------------------------------------------------------ */
/* headline */
/* ------------------------------------------------------------------------------------------ */
/*---------- main contents ----------*/
main.mainContents h1 {
  font-size: 18px;
  margin-bottom: 30px;
}
main.mainContents h1::after {
  width: 100px;
  bottom: -15px;
}
main.mainContents h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}
main.mainContents h2::after {
  bottom: -15px;
}
main.mainContents h2 span {
  font-size: 14px;
}
main.mainContents h3 {
  font-size: 18px;
}

/*-- sub contents --*/
main.subContents h1 {
  font-size: 18px;
  margin-bottom: 30px;
}
main.subContents h2 {
  font-size: 16px;
  margin-bottom: 40px;
}
main.subContents h2 span {
  position: relative;
}
main.subContents h2 span::after {
  height: 3px;
}
#mainHeader .headerMenu ul {
  top: 55px;
}


/* ------------------------------------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------------------------------------ */
main {
  padding-top: 60px;
}
#mainHeader {
  height: 60px;
  border-top: 5px solid #d9261f;
}
#mainHeader .headerLogo {
  max-width: 80px;
  padding-top: 8px;
}

#mainHeader .headerMenu a.menuMail {
  width: 80px;
  height: 55px;
  font-size: 11px;
  padding-top: 3px;
  position: absolute;
  top: 0;
  right: 70px;
}

#mainHeader .headerMenu .menuTel {
  max-width: 120px;
  padding: 0;
  padding-top: 8px;
  position: absolute;
  top: 0;
  right: 160px;
}
#mainHeader .headerMenu .menuTel a.menuTelBtn {
  display: block;
  width: 120px;
  height: 40px;
  border: 2px solid #d9261f;
  border-radius: 25px;
  color: #d9261f;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  padding-top: 4px;
}
#mainHeader .headerMenu .menuTel a.menuTelBtn i {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: -2px;
}
#mainHeader .headerMenu .menuTel a.menuTelBtn span {
  color: #333;
  font-size: 10px;
  font-weight: normal;
}

#navToggle {
  top: 8px;
}

/* ------------------------------------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------------------------------------ */
#mainFooter .footNavi .contentWrap {
  padding: 30px 15px 20px;
}
#mainFooter .footNavi .footerLogo {
  max-width: 80px;
}
#mainFooter .footNavi .footerMenu ul {
  text-align: right;
}
#mainFooter .footNavi .footerMenu ul li {
  display: block;
  font-size: 11px;
  line-height: 1;
  border-left: none;
  padding: 0;
  margin-bottom: 15px;
}
#mainFooter .footNavi .footerMenu ul li:last-child {
  border-right: none;
}
#mainFooter .footNavi .footerMenu ul li a:hover {
  text-decoration: none;
}
#mainFooter .footNavi .copyright {
  margin-top: 60px;
  text-align: left;
}


/* ------------------------------------------------------------------------------------------ */
/* contact */
/* ------------------------------------------------------------------------------------------ */
#contact {
  padding: 30px 0;
}
#contact .contactMail {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#contact .contactMail a {
  max-width: 250px;
  height: 60px;
  font-size: 18px;
  border-radius: 30px;
  padding: 0;
  padding-top: 13px;
  margin: 0 auto;
}
#contact .contactMail i {
  font-size: 24px;
  vertical-align: -3px;
}
#contact .contactTel {
  width: 100%;
  max-width: 100%;
}
#contact .contactTel a {
  display: block;
  max-width: 250px;
  height: 60px;
  color: #d9261f;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border: 2px solid #d9261f;;
  border-radius: 30px;
  padding: 0;
  padding-top: 6px;
  margin: 0 auto;
  background: #fff;
}
#contact .contactTel i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: -2px;
}
#contact .contactTel span {
  color: #333;
  font-size: 14px;
}
#contact .contactTel p {
  font-size: 12px;
  border-top: none;
  margin-top: 10px;
  padding-top: 0;
}



/* ------------------------------------------------------------------------------------------ */
/* Top Service */
/* ------------------------------------------------------------------------------------------ */
/*---------- mv ----------*/
#service .mv {
  height: 225px;
  background: #d9261f url("../images/mv_sp.jpg") bottom left no-repeat;
  background-size: contain;
}
#service .mv:before {
  display: none;
}
#service .mv .mvTextArea {
  width: 100%;
  height: 225px;
  text-align: left;
}
#service .mv .mvText {
  height: 225px;
}
#service .mv .mvText p {
  font-size: 15px;
  line-height: 1.5;
  display: inline;
}
#service .mv .mvText p span {
  font-size: 14px;
}

/*---------- h2 ----------*/
#service h2 {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  padding-right: 0;
}
#service h2 span {
  font-size: 18px;
}
#service h2 span::after {
  height: 2px;
  bottom: 0;
}

/*---------- coaService ----------*/
#service .coaService {
  margin-top: 0;
}
#service .coaService section {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-top: 20px;
}
#service .coaService .coaService_ads {
  background: #fff;
}
#service .coaService .coaService_lp {
  background: #fff;
}
#service .coaService section.coaService_ads h3 {
  background: #fff url("../images/topService_ads_sp.jpg") top left no-repeat;
  background-size: contain;
  padding: 20px 15px 20px 150px;
}
#service .coaService section.coaService_lp h3 {
  background: #fff url("../images/topService_lp_sp.jpg") top left no-repeat;
  background-size: contain;
  padding: 20px 15px 20px 150px;
}
#service .coaService section p {
  padding: 0 15px;
}
#service .coaService section p.lh15 {
  line-height: 2;
}
#service .coaService .serviceBtn {
  position: static;
  width: 100%;
  padding: 20px 15px;
}
#service .coaService .serviceBtn a {
  max-width: 250px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  padding: 0;
  padding-top: 10px;
}
#service .coaService .serviceBtn a::before {
  top: -2px;
}
#service .coaService .serviceBtn a::after {
  top: 10px;
}

/*---------- media ----------*/
#media .mediaText {
  width: 100%;
  padding-right: 0;
}
#media .mediaList {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}

/*---------- select ----------*/
#select .title {
  height: 280px;
  background: #d9261f url("../images/topSelect.jpg") top 0 left 220px no-repeat;
  background-size: auto 100%;
}
#select .select_inner { /* 未編集 */
  margin-top: -130px;
}
#select .select_inner section {
  margin-top: 20px;
}
#select .select_inner section:before {
  left: 80px;
}
#select .select_inner section.select01 {
  background: #fff url("../images/select_01.jpg") top 0 left -50px no-repeat;
  background-size: contain;
}
#select .select_inner section.select02 {
  background: #fff url("../images/select_02.jpg") top 0 left -110px no-repeat;
  background-size: contain;
}
#select .select_inner section.select03 {
  background: #fff url("../images/select_03.jpg") top 0 left -110px no-repeat;
  background-size: contain;
}
#select .select_inner section.select04 {
  background: #fff url("../images/select_04.jpg") top 0 left -120px no-repeat;
  background-size: contain;
}
#select .select_inner section .select_txtBox {
  padding: 20px 0 20px 98px;
}
#select .select_inner section h3 {
  margin-bottom: 10px;
  padding: 0 10px 15px 20px;
}
#select .select_inner section p {
  padding: 0 20px 0 20px;
}


/* ------------------------------------------------------------------------------------------ */
/* ads */
/* ------------------------------------------------------------------------------------------ */
/*---------- adsHead ----------*/
#adsHead .title {
  height: auto;
  background-image: none;
}
#adsHead .title .contentWrap {
  padding: 30px 15px 10px;
}
#adsHead .title .contentWrap p {
  font-size: 12px;
}
#adsHead .adsHead_img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
#adsHead .adsHead_img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  content: "";
  background: #d9261f;
}
#adsHead .adsHead_img img {
  width: 80%;
  max-width: 400px;
  z-index: 1;
}
#adsHead .adsIntro p {
  text-align: left;
}
#adsHead .adsIntro p.txtS {
  font-size: 11px;
  margin-top: 10px;
}

/*---------- qa ----------*/
#qa .qaList section {
  width: 100%;
  max-width: 100%;
  padding: 20px 15px;
  margin-top: 20px
}
#qa .qaTxt {
  font-size: 18px;
  margin-top: 30px;
}

/*---------- adList ----------*/
#adList table {
  border-spacing: 0 10px;
  display: block;
}
#adList table tbody,
#adList table tr {
  width: 100%;
  display: block;
}
#adList table th,
#adList table td {
  width: 100%;
  display: block;
  padding: 0;
}
#adList table th {
  font-size: 16px;
  margin-top: 20px;
  padding: 15px;
}
#adList table th span {
  font-size: 12px;
}
#adList table td {
  width: 100%;
  height: 33px;
  display: block;
  padding-left: 115px !important;
  padding-top: 3px !important;
  text-align: left;
  position: relative;
  margin-top: 1px;
}
#adList table td span {
  width: 100px;
  height: 33px;
  display: block;
  background: #d9261f;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 3px !important;
}
#adList table tr.first {
  display: none;
}

#adList .notes {
  margin-top: 10px;
}

/*---------- support ----------*/
#support table {
  display: block;
}
#support table tbody,
#support table tr {
  width: 100%;
  display: block;
}
#support table tr {
  display: flex;
  flex-flow: row wrap;
}
#support table th,
#support table td {
  display: block;
}
#support table th {
  width: 150px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding: 15px;
  margin-bottom: 1px;
}
#support table td {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 20px;
}
#support table td.ta_r {
  width: calc( 100% - 150px);
  font-size: 14px;
  line-height: 1;
  padding: 15px;
  margin-bottom: 1px;
}
#support table td span {
  font-size: 11px;
}


/* ------------------------------------------------------------------------------------------ */
/* lp */
/* ------------------------------------------------------------------------------------------ */
/*---------- lpHead ----------*/
#lpHead .title {
  height: auto;
  background-image: none;
}
#lpHead .title .contentWrap {
  padding: 30px 15px 10px;
}
#lpHead .title .contentWrap p {
  font-size: 12px;
}
#lpHead .lpHead_img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
#lpHead .lpHead_img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  content: "";
  background: #d9261f;
}
#lpHead .lpHead_img img {
  width: 80%;
  max-width: 400px;
  z-index: 1;
}
#lpHead .lpIntro p {
  text-align: left;
}
#lpHead .lpIntro p.txtS {
  font-size: 11px;
  margin-top: 10px;
}
#lpHead .lpIntro .osusume {
  padding: 20px 30px 30px;
  margin: 30px auto 0;
}
#lpHead .lpIntro .osusume h2 {
  font-size: 18px;
}
#lpHead .lpIntro .osusume ul li {
  width: 100%;
  max-width: 100%;
  padding-left: 25px;
  margin-top: 15px;
}
#lpHead .lpIntro .osusume ul li::before {
  width: 20px;
  height: 24px;
}
#lpHead .lpIntro .osusume ul li span {
  font-size: 18px;
}

/*---------- comparison ----------*/
#comparison .boy {
  background: url("../images/boy.png") top 65px right 20px no-repeat;
  background-size: 170px;
}
#comparison .comparison_inner section {
  width: 100%;
  max-width: 100%;
  padding: 20px 15px 20px 125px;
  margin-top: 20px;
}
#comparison .comparison_inner section h3 {
  margin-bottom: 15px;
}
#comparison .comparison_inner section p {
  font-size: 14px;
}
#comparison .comparison_inner section p.txtS {
  font-size: 11px;
}

/*---------- genre ----------*/
#genre .genre_inner section {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 20px 15px;
}
#genre .genre_inner section.photograph {
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 15px;
  background: none;
}
#genre .genre_inner section.photograph h3 {
  margin-bottom: 10px;
}
#genre .genre_inner section.photograph .photograph_sp {
  margin-top: 15px;
}

/*---------- price ----------*/

#price .price_inner table {
  width: 100%;
  max-width: 100%;
}
#price .price_inner table th,
#price .price_inner table td {
  padding: 15px 20px;
}
#price .price_inner table th {
  width: 130px;
  font-size: 16px;
}
#price .price_inner table td {
  font-size: 16px;
}
#price .priceTarget section {
  width: 100%;
  max-width: 100%;
  padding: 20px 15px;
  margin-top: 20px;
}


/* ------------------------------------------------------------------------------------------ */
/* company */
/* ------------------------------------------------------------------------------------------ */
/*---------- companyName ----------*/
#company .companyName p {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
#company .companyName p.txtS {
  font-size: 12px;
  margin: 20px 0;
}

/*---------- mission ----------*/
#company .mission {
  padding: 40px 15px 20px;
  margin: 30px auto 0;
}
#company .mission h2 {
  top: -20px;
  font-size: 18px;
}
#company .mission h2 span {
  max-width: 324px;
  height: 40px;
  padding: 10px 15px 0;
}
#company .mission p {
  text-align: left;
}
#company .mission .txtL {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

/*---------- companyList ----------*/
#company .companyList dl {
  padding: 15px 30px;
}
#company .companyList dl dt {
  width: 100px;
  padding: 15px 0;
  padding-right: 15px;
}
#company .companyList dl dd {
  width: calc( 100% - 100px );
  padding: 15px 0;
}

#company .promotion {
  padding: 10px;
}
#company .promotion p.ttl {
  width: 70px;
  font-size: 12px;
}
#company .promotion p.txt {
  width: calc( 100% - 70px );
  font-size: 12px;
}
#company .history p.ttl {
  width: 50px;
  font-size: 12px;
}
#company .history p.txt {
  width: calc( 100% - 50px );
  font-size: 12px;
}


/* ------------------------------------------------------------------------------------ */
/* privacypolicy */
/* ------------------------------------------------------------------------------------ */
#privacypolicy .privacypolicyList {
  padding: 15px 30px;
}
#privacypolicy .privacypolicyList li.list_l {
  padding: 15px 0;
}
#privacypolicy .privacypolicyList li.list_m {
  padding-left: 5px;
}
#privacypolicy .privacypolicyList li.list_s {
  padding-left: 5px;
  font-size: 12px;
}
#privacypolicy .privacypolicyList h3 {
  font-size: 18px;
}
#privacypolicy .privacypolicyList h3::before {
  top: 12px;
}
#privacypolicy .subWrap {
  padding: 15px;
}
#privacypolicy .subWrap p {
  font-size: 12px;
}









}





