@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*----------------
  Common
----------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

a {
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover, a:hover img {
  opacity: .8;
}

.spBlock {
  display: block;
}

@media (min-width: 751px) {
  .spBlock {
    display: none;
  }
}

@font-face {
  font-family: 'YuGothicLocal';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  font-display: swap;
}

/* bold */
@font-face {
  font-family: 'YuGothicLocal';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-display: swap;
}

body {
  color: #333;
  font-size: 1.6rem;
  line-height: 3.2rem;
  min-width: 320px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  font-family: YuGothicLocal, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", sans-serif;
}

@media (min-width: 980px) {
  body {
    min-width: 1024px;
  }
}

/*----------------
  アニメーション
----------------*/
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header {
  -webkit-animation: show 1s 0s forwards;
  animation: show 1s 0s forwards;
}

.header__logo.is_show {
  -webkit-animation: show 1s 0.2s forwards;
  animation: show 1s 0.2s forwards;
}

.header__ttl.is_show {
  -webkit-animation: show 1s 0.4s forwards;
  animation: show 1s 0.4s forwards;
}

.header__ttl-catch.is_show {
  -webkit-animation: show 1s 0.4s forwards;
  animation: show 1s 0.4s forwards;
}

.header__list.is_show {
  -webkit-animation: show 1s 0.4s forwards;
  animation: show 1s 0.4s forwards;
}

.header__txt.is_show {
  -webkit-animation: show 1s 0.6s 1 forwards;
  animation: show 1s 0.6s 1 forwards;
}

@media (min-width: 751px) {
  .header__apps.is_show {
    -webkit-animation: show 1s 0.8s forwards;
    animation: show 1s 0.8s forwards;
  }
}

.fade_up {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform .75s;
  transition: opacity 1s, -webkit-transform .75s;
  transition: opacity 1s, transform .75s;
  transition: opacity 1s, transform .75s, -webkit-transform .75s;
}

.fade_up_active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*----------------
  コンテンツ
----------------*/
.cmn-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-font-feature-settings: 'palt' on;
  font-feature-settings: 'palt' on;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  color: #E9319E;
}

.cmn-ttl:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 38px;
  margin: auto;
}

@media (min-width: 751px) {
  .cmn-ttl:after {
    height: 1px;
    top: 40px;
  }
}

.header {
  opacity: 0;
  color: #fff;
  text-align: center;
  background: #000;
  height: 500px;
  position: relative;
  z-index: 1;
  background: #fff url(../img/bg_top.jpg) no-repeat center/cover;
}

@media (min-width: 751px) {
  .header {
    width: 100%;
    height: 615px;
    background: #fff url(../img/bg_top.jpg) no-repeat center/cover;
  }
}

.header__inner {
  position: relative;
  height: 500px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 751px) {
  .header__inner {
    height: 540px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.header__flex {
  width: 400px;
  height: 338px;
}

@media (min-width: 751px) {
  .header__flex {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.header__logo {
  opacity: 0;
  display: block;
  width: 230px;
  margin: 85px auto 95px;
}

@media (min-width: 751px) {
  .header__logo {
    width: 300px;
    margin: 200px auto 90px;
  }
}

.header__ttl {
  opacity: 0;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 12px;
  margin-top: 40px;
}

@media (min-width: 751px) {
  .header__ttl {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}

.header__ttl-catch {
  opacity: 0;
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
}

@media (min-width: 751px) {
  .header__ttl-catch {
    font-size: 5.2rem;
    padding-top: 16px;
    letter-spacing: 0.3rem;
  }
}

.header__txt {
  opacity: 0;
  font-size: 1.4rem;
  color: #333;
  line-height: 2.3rem;
  font-weight: normal;
  margin-top: 70px;
}

@media (max-width: 350px) {
  .header__txt {
    font-size: 1.2rem;
  }
}

@media (min-width: 751px) {
  .header__txt {
    margin-top: 73px;
    font-size: 1.6rem;
  }
}

.header__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 318px;
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

@media (min-width: 751px) {
  .header__list {
    width: 396px;
    bottom: -56px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header__item {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 2rem;
  background: url(../img/icon_top_bg.svg) no-repeat center/94px;
  width: 98px;
  height: 98px;
  padding-top: 35px;
  margin-right: 16px;
  color: #E9319E;
}

@media (min-width: 751px) {
  .header__item {
    width: 115px;
    height: 115px;
    background-size: 115px;
    padding-top: 42px;
  }
}

.header__item:first-child {
  line-height: 2.2rem;
  padding-top: 32px;
}

@media (min-width: 751px) {
  .header__item:first-child {
    padding-top: 34px;
  }
}

.header__item:last-child {
  margin-right: 0;
}

.header__value {
  font-size: 2.2rem;
}

@media (min-width: 751px) {
  .header__value {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}

.header__apps {
  width: 100%;
  height: 84px;
  margin: 0 auto;
  background-color: rgba(244, 244, 244, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .2s;
  transition: .2s;
}

@media (max-width: 768px) {
  .header__apps.is_showup {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 751px) {
  .header__apps {
    opacity: 0;
    max-width: 304px;
    height: 72px;
    background-color: transparent;
    position: absolute;
    left: auto;
    right: 12px;
    top: auto;
    bottom: 50px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 980px) {
  .header__apps {
    left: auto;
    right: 0;
    bottom: 2px;
  }
}

.header__apps li {
  height: 50px;
}

@media (max-width: 350px) {
  .header__apps li {
    height: 41px;
  }
}

.header__apps li:first-child {
  margin-right: 20px;
}

@media (min-width: 751px) {
  .header__apps li:first-child {
    margin-right: 16px;
  }
}

.header__apps img {
  width: 150px;
  height: 50px;
}

@media (max-width: 350px) {
  .header__apps img {
    width: 126px;
    height: 41px;
  }
}

@media (min-width: 751px) {
  .header__apps img {
    width: 117px;
    height: 38px;
  }
}
/* --------------------
    冒頭 バナー
---------------------- */

.bnr {
  padding-top: 100px;
  margin: 0 auto 60px;
}

.bnr img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 26px;
}

@media (min-width: 780px) {
  .bnr {
    padding-top: 120px;
    max-width: 780px;
    margin: 0 auto 98px;
  }
  .bnr img{
    padding: 0;
  }
}


/* --------------------
    ネイリーのポイント
---------------------- */
.point {
  /* padding-top: 110px; */
  margin: 0 auto 40px;
}

@media (min-width: 751px) {
  .point {
    margin: 0 auto 102px;
  }
}

@media (min-width: 980px) {
  .point {
    max-width: 780px;
  }
}

.point__ttl {
  margin-bottom: 26px;
}

@media (min-width: 751px) {
  .point__ttl {
    margin-bottom: 42px;
  }
}

.point__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 26px;
}

@media (max-width: 350px) {
  .point__list {
    margin: 0 20px;
  }
}

@media (min-width: 751px) {
  .point__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 980px) {
  .point__list {
    width: 780px;
  }
}

.point__item {
  width: 100%;
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: center;
  padding: 52px 0 20px;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 350px) {
  .point__item {
    font-size: 1.2rem;
  }
}

@media (min-width: 751px) {
  .point__item {
    font-size: 1.6rem;
    width: 50%;
    padding: 52px 0 34px;
  }
}

/*.point__item:nth-of-type(1) {
  border-top: 1px solid #d9d9d9;
}*/

.point__item:nth-of-type(1) {
  background: url(../img/icon_point1.svg) no-repeat top 24px center/92px 14px;
}

.point__item:nth-of-type(2) {
  background: url(../img/icon_point2.svg) no-repeat top 24px center/92px 14px;
} 

.point__item:nth-of-type(3) {
  background: url(../img/icon_point3.svg) no-repeat top 24px center/92px 14px;
} 

.point__item:nth-of-type(4) {
  background: url(../img/icon_point4.svg) no-repeat top 24px center/92px 14px;
}

@media (min-width: 751px) {  
  .point__item:nth-of-type(2) {
    border-left: 1px solid #d9d9d9;
  } 
  
  .point__item:nth-of-type(3) {
    border-bottom: none;
    padding-top: 68px;
    background: url(../img/icon_point3.svg) no-repeat top 40px center/92px 14px;
  } 
  
  .point__item:nth-of-type(4) {
    border-bottom: none;
    border-left: 1px solid #d9d9d9;
    padding-top: 68px;
  background: url(../img/icon_point4.svg) no-repeat top 40px center/92px 14px;
  }
}

/*
@media (min-width: 751px) {
  .point__item:nth-of-type(1) {
    border-top: none;
    border-bottom: 1px solid #d9d9d9;
    background: url(../img/icon_point1.svg) no-repeat top 24px center/92px 14px;
  }
}

@media (min-width: 751px) {
  .point__item:nth-of-type(2) {
    border-left: 1px solid #d9d9d9;
    background: url(../img/icon_point2.svg) no-repeat top 24px center/92px 14px;
  }
}

@media (min-width: 751px) {
  .point__item:nth-of-type(3) {
    border-bottom: none;
    background: url(../img/icon_point3.svg) no-repeat top 40px center/92px 14px;
    padding-top: 68px;
  }
}

@media (min-width: 751px) {
  .point__item:nth-of-type(4) {
    border-bottom: none;
    border-left: 1px solid #d9d9d9;
    background: url(../img/icon_point4.svg) no-repeat top 40px center/92px 14px;
    padding-top: 68px;
  }
}*/

.point__catch {
  color: #E9319E;
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 751px) {
  .point__catch {
    font-size: 2.4rem;
  }
}

.point__value {
  font-size: 2.8rem;
  font-weight: bold;
}

@media (min-width: 751px) {
  .point__value {
    font-size: 3rem;
  }
}

.point__txt {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  white-space: nowrap;
}

/* --------------------
    ネイリーのメリット
---------------------- */
.service {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 65px;
}

@media (min-width: 751px) {
  .service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 182px;
  }
}

.service:after {
  content: "";
  display: block;
  width: 100%;
  height: 618px;
  background-color: #f4f4f4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 751px) {
  .service:after {
    content: none;
  }
}

.service__ttl {
  margin-bottom: 12px;
}

@media (min-width: 751px) {
  .service__ttl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 16px;
  }
}

.service__txt {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 18px;
}

@media (min-width: 751px) {
  .service__txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 100px;
  }
}

@media (min-width: 751px) {
  .service__bg {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    min-height: 424px;
    background-color: #f4f4f4;
    padding: 0 0 0 53.5%;
  }
}

.service__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 284px;
  margin: 0 auto;
}

@media (min-width: 751px) {
  .service__list {
    width: 318px;
    height: auto;
    padding: 48px 0 20px 0;
    margin: 0;
  }
}

.service__item {
  width: 90px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #E9319E;
  text-align: center;
  margin: 0 auto 24px;
}

@media (max-width: 350px) {
  .service__item {
    font-size: 1.1rem;
  }
}

@media (min-width: 751px) {
  .service__item {
    width: 104px;
  }
}

.service__item img {
  display: block;
  width: 64px;
  height: auto;
  margin: 0 auto 6px;
}

@media (min-width: 751px) {
  .service__item img {
    width: 64px;
  }
}

.service__item:nth-child(3n) {
  margin-right: 0;
}

.service__device {
  width: 320px;
  height: 570px;
  position: relative;
  overflow: hidden;
  margin: 0 auto -5px;
}

@media (min-width: 751px) {
  .service__device {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 512px;
    height: 620px;
    position: absolute;
    right: 50%;
    top: 106px;
    margin: 0;
  }
}

.service__device img {
  position: absolute;
  z-index: 5;
  width: 316px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 751px) {
  .service__device img {
    width: 382px;
    position: relative;
    left: 126px;
    bottom: 64px;
  }
}

.service__video {
  width: 206px;
  height: 450px;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media (min-width: 751px) {
  .service__video {
    width: 254px;
    height: 548px;
    top: 14px;
    left: 116px;
  }
}

.service__item:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service__item:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.service__item:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.service__item:nth-of-type(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service__item:nth-of-type(5) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.service__item:nth-of-type(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.service__item:nth-of-type(7) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service__item:nth-of-type(8) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.service__item:nth-of-type(9) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* --------------------
    今すぐLINEで無料相談
---------------------- */

.line__txt{
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.line__btn{
  color: #fff;
  display: block;
  margin: 0 auto 75px;
  width: 325px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.8rem;
  background-color: #06C755;
  border-radius: 15px;
  position: relative;
}

.line__btn:visited{
  color: #fff;
}

.line__btn:before{
  content: url(../img/fukidashi.png);
  display: block;
  position: absolute;
  top: -40px;
  left: -25px;
  transform: scale(0.25);
}

.line__btn:after{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 15px;    /* くの字を山なりに見た時、左側の長さ */
  height: 15px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
}

.line__attention{
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

/* --------------------
    ご利用料金について
---------------------- */
.charge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 75px;
}

@media (min-width: 780px) {
  .charge {
    max-width: 780px;
    padding: 0;
    margin: 0 auto 98px;
  }
}

.charge__ttl {
  width: 100%;
  letter-spacing: 0.1rem;
  margin-bottom: 18px;
}

.charge__ttl:after {
  top: 38px;
}

@media (min-width: 751px) {
  .charge__ttl {
    margin-bottom: 36px;
  }
}

.charge__txt {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
  margin-bottom: 26px;
}

@media (max-width: 350px) {
  .charge__txt {
    font-size: 1.2rem;
  }
}

@media (min-width: 751px) {
  .charge__txt {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 38px;
  }
}

.charge__catch {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  color: #E9319E;
  margin-bottom: 15px;
}

@media (min-width: 751px) {
  .charge__catch {
    font-size: 2.6rem;
    margin-bottom: 8px;
  }
}

.charge__list {
  border: 1px solid #E9319E;
  border-radius: 5px;
  width: 165px;
  color: #E9319E;
  font-size: 2.8rem;
  text-align: center;
  margin: 0 4px 15px 4px;
}

@media (max-width: 350px) {
  .charge__list {
    width: 140px;
  }
}

@media (min-width: 751px) {
  .charge__list {
    width: 150px;
    margin: 0 20px 28px 0;
  }
}

@media (min-width: 980px) {
  .charge__list {
    position: relative;
    width: 180px;
    height: 190px;
  }
}

.charge__list--last {
  width: 338px;
  margin-right: 0;
}

@media (max-width: 350px) {
  .charge__list--last {
    width: 288px;
  }
}

@media (min-width: 751px) {
  .charge__list--last {
    width: 300px;
  }
}

@media (min-width: 980px) {
  .charge__list--last {
    width: 380px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.charge__item {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 3.5rem;
  height: 35px;
  background-color: #E9319E;
}

@media (min-width: 980px) {
  .charge__item {
    width: 100%;
    height: 40px;
    font-size: 2rem;
    line-height: 4rem;
  }
}

.charge__value {
  font-weight: bold;
  line-height: 15rem;
  height: 15rem;
}

@media (min-width: 980px) {
  .charge__value {
    font-size: 3.8rem;
    line-height: 13.5rem;
    height: 54px;
  }
}

.charge__list--last .charge__value {
  line-height: 6.5rem;
  height: 6.5rem;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.charge__list--last .charge__value span {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0.875rem;
}

@media (min-width: 980px) {
  .charge__list--last .charge__value {
    font-size: 1.6rem;
  }
  .charge__list--last .charge__value span {
    font-size: 3.8rem;
  }
}

.charge__list--last .charge__terms--light {
  /* margin: 0; */
  /* left: 0; */
  /* width: auto; */
  margin-bottom: 14px;
}

.charge__terms {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 18px;
  margin-bottom: 12px;
}

@media (min-width: 980px) {
  .charge__terms {
    font-size: 1.6rem;
    height: 25px;
    width: 100%;
    margin: 14px 30px 0  30px;
  }
}

.charge__terms--light {
  font-weight: normal;
  margin-bottom: 18px;
}

@media (min-width: 980px) {
  .charge__terms--light {
    font-size: 1.4rem;
  }
}

.charge__note {
  color: #333;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
}

.charge__tax{
  font-size: 1.2rem;
}

.salon_a_title{
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  letter-spacing: 0.032rem;
  color: #333;
  margin-bottom: 20px;
  margin-top: 40px;
}
.salon_a_title span{
  font-size: 2.2rem;
  font-weight: bold;
}

.salon_img{
  width: 100%;
  padding: 0 26px;
  display: flex; 
  flex-flow: column;
  align-items: flex-start;
}
.salon_img img{
  width: 100%;
  display: block;
}

.salon_img img:first-child{
  margin-bottom: 15px;
}

@media (min-width: 500px){
  .salon_img img{
    width: 60%;
    margin: 0 auto;
  }
}

@media (min-width: 980px) {
  .salon_a_title{
    font-size: 2.2rem;
    margin-top: 60px;
    margin-bottom: 38px;
  }
  .salon_a_title span{
    font-size: 2.6rem;
  }
  .salon_img{
    display: flex; 
    justify-content: space-evenly;
    align-items: flex-end;
    flex-flow: inherit;
    padding: 0;
  }
  .salon_img img{
    width: 40%;
  }
  .salon_img img:first-child{
    width: 54%;
    margin-bottom: 0;
  }
}


/* --------------------
    アプリでらくらく会計
---------------------- */

@media (min-width: 780px){
  .payments {
    max-width: 780px;
    margin: 0 auto;
  }
}

.payments__ttl{
  margin-bottom: 18px;
}

@media (min-width: 751px) {
  .payments__ttl {
    margin-bottom: 20px;
  }
}

.payments__txt{
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
  margin-bottom: 40px;
}

.payments__box__ttl{
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.0rem;
  text-align: center;
  letter-spacing: 0.02em;
  color: #E9319E;
  background-color: #fff;
  padding: 0 25px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.payments__credit{
  border: 1px solid #E9319E;
  border-radius: 10px;
  padding: 20px;
  margin: 0 26px 40px;
}

.payments__credit .payments__box__ttl{
  width: 170px;
}

.credit__logo{
  display: block;
  width: 260px;
  margin: 10px auto 0;
}

.payments__atone{
  border: 1px solid #E9319E;
  border-radius: 10px;
  padding: 20px;
  margin: 0 26px 45px;
}

.payments__atone .payments__box__ttl{
  width: 130px;
}

.atone__logo{
  max-width: 100px;
  display: block;
  margin: 5px auto 25px;
}

.atone__desc{
  display: block;
  margin: 0 auto;
}

@media (min-width: 751px) {
  .payments__box__wrap{
    display: flex;
    margin: 0 26px 75px;
  }
  .payments__atone,.payments__credit{
    min-width: 48%;
    margin: 0;
  }

  .payments__credit{
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 832px){
  .payments__box__wrap{
    margin: 0 0 30px;
  }
}

.payments__note {
  color: #333;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
  margin: 0 auto 75px;
}

/* --------------------
    お会計の流れ
---------------------- */

.payment_flow {
  margin: 0 auto;
  text-align: center;
  background:rgba(233, 49, 158, 0.1);
  padding: 40px 26px 60px;
  margin-bottom: 75px;
}

.payment_flow__item{
  max-width: 780px;
  margin: 0 auto;
}

@media (min-width: 780px) {
   .payment_flow__item{
    margin: 0 auto;
  }
}

.payment_flow__ttl{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.payment_flow__step{
  width: 100%;
  background-color: #fff;
}

.payment_flow__stepttl{
  color: #E9319E;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 0 10px;
}

.payment_flow__img{
  width: 190px;
}

.payment_flow__catch{
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.0rem;
  margin-bottom: 10px;
}

.payment_flow__txt{
  font-size: 1.3rem;
  line-height: 2.0rem;
  padding-bottom: 15px;
}

.payment_flow__arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #E9319E;
  margin: 5px auto;
  transform: rotate(90deg);
}

.payment_flow__br{
  display: none;
}

@media (min-width: 780px){
  .payment_flow__item{
    display: flex;
    align-items: stretch;
    justify-content: center;
  }

  .payment_flow__step{
    width: 30%;
    min-height: 368px;
    padding: 15px;
  }

  .payment_flow__arrow{
    transform: rotate(0deg);
    align-self: center;
    border-width: 20px 0 20px 15px;
  }

  .payment_flow__txt{
    padding-bottom: 0;
  }

  .payment_flow__br{
    display: block;
  }
}

/* --------------------
    業界初のキャンセル料保証
---------------------- */

.cancel {
  margin: 0 auto 75px;
}

@media (min-width: 781px) {
  .cancel {
    max-width: 780px;
    padding: 0;
  }
}
.cancel__ttl{
  margin-bottom: 18px;
}

@media (min-width: 751px) {
  .cancel__ttl {
    margin-bottom: 20px;
  }
}

.cancel__txt{
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
  padding: 0 26px;
  margin-bottom: 40px;
}

.policy__ttl{
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.policy__item{
  border: 1px solid #E9319E;
  margin-bottom: 15px;
  display: flex;
  border-radius: 5px;
}

.policy__item:last-child{
  margin-bottom: 0;
}

.policy__course{
  text-align: center;
  font-size: 1.4rem;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  background-color: #E9319E;
  width: 25%;
}

.policy__contents{
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.0rem;
  padding: 10px 12px;
}

.policy__item__wrap{
  margin: 0 26px;
}

@media (min-width: 780px) {
  .policy__item__wrap{
    display: flex;
    justify-content: space-between
  }

  .policy__item{
    width: 31.5%;
    margin: 0;
    flex-direction: column;
  }

  .policy__course{
    width: 100%;
    line-height: 40px;
  }

  .policy__contents{
    text-align: center;
  }
}

.salon_b_title{
  font-size: 1.8rem;
  display: block;
  font-weight: bold;
  letter-spacing: 0.032rem;
  color: #333;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}
.salon_b_title span{
  font-size: 2.4rem;
  font-weight: bold;
}

@media (min-width: 980px) {
  .salon_b_title{
    font-size: 2.2rem;
    margin-top: 60px;
    margin-bottom: 38px;
  }
  .salon_b_title span{
    font-size: 2.6rem;
  }
  .salon_b_title+.salon_img img:first-child{
    margin-right: 45px;
  }
}


/* --------------------
    充実の掲載サポート
---------------------- */

.support {
  text-align: center;
  margin: 0 auto 75px;
}

@media (min-width: 781px) {
  .support {
    max-width: 780px;
    padding: 0;
    margin: 0 auto 75px;
  }
}

.support__ttl{
  width: 100%;
  margin-bottom: 30px;
}

.support__contents{
  width: 100%;
  margin-bottom: 30px;
}

.support__contents:last-child{
  margin-bottom: 0;
}

.support__img{
  display: block;
  width: 70%;
  min-width: 200px;
  max-width: 320px;
  margin: 0 auto 30px;
}

.support__contents__ttl{
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.support__contents__txt{
  font-size: 1.4rem;
  line-height: 2.2rem;

}

@media (min-width: 781px) {
  .support__contents__wrap{
    display: flex;
    justify-content: space-between    
  }

  .support__contents{
    width: 32%;
  }

  .support__contents__txt{
    font-size: 1.3rem;
  }
}

/* --------------------
    キャンペーンバナー
---------------------- */
.campaign {
  line-height: 0;
  text-align: center;
  margin-bottom: 62px;
}

@media (min-width: 751px) {
  .campaign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 754px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px;
    margin: 0 auto 138px;
  }
}

@media (min-width: 980px) {
  .campaign {
    padding: 0;
    max-width: 780px;
  }
}

.campaign__ttl {
  line-height: 1.6rem;
  margin-bottom: 34px;
}

.campaign__ttl:after {
  top: 30px;
}

@media (min-width: 751px) {
  .campaign__ttl:after {
    top: 34px;
  }
}

@media (min-width: 751px) {
  .campaign__ttl {
    width: 100%;
    margin-bottom: 48px;
  }
}

.campaign__bnr {
  margin-bottom: 6px;
}

@media (min-width: 751px) {
  .campaign__bnr {
    width: 325px;
    height: 130px;
    border-radius: 5px;
  }
}

@media (min-width: 980px) {
  .campaign__bnr {
    width: 380px;
    height: 144px;
  }
}

@media (min-width: 751px) {
  a:nth-child(2n+1) .campaign__bnr {
    margin-left: 20px;
  }
}

@media (min-width: 751px) {
  .campaign__bnr:nth-child(2n+1) {
    margin-left: 20px;
  }
}

/* --------------------
    ネイリストの声
---------------------- */
.voice {
  margin-bottom: 68px;
}

@media (min-width: 751px) {
  .voice {
    margin-bottom: 75px;
  }
}

.voice__ttl {
  margin-bottom: 18px;
}

.voice__subttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

.voice__ttl:after {
  top: 38px;
}

.nailist_voice{
  margin-bottom: 55px;
}

@media (min-width: 751px) {
  .voice__ttl {
    margin-bottom: 20px;
  }
}

.voice__slide {
  width: 100%;
}

@media (min-width: 751px) {
  .voice__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
  }
  .voice__slide.nailist_voice{
    margin-bottom: 55px;
  }
}

@media (min-width: 980px) {
  .voice__slide {
    padding: 0 40px;
  }
}

@media (min-width: 1274px) {
  .voice__slide {
    width: 1276px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.voice__item {
  display: none;
  border-radius: 5px;
  background-color: #f4f4f4;
  min-height: 544px !important;
  padding-bottom: 21px;
  margin: 0 8px;
}

.eyelist_list .voice__item{
  min-height: 558px !important;
}

.voice__item:focus {
  outline: none;
}

@media (max-width: 390px) {
  .voice__item {
    min-height: 560px !important;
  }
}

@media (max-width: 420px) {
  .eyelist_list .voice__item{
    min-height: 580px !important;
  }
}

@media (min-width: 751px) {
  .voice__item {
    display: block;
    width: 300px;
    height: auto;
    min-height: auto;
    padding: 0 15px 0 20px;
    margin: 0 10px 20px;
  }
}

@media (min-width: 876px) {
  .voice__item {
    width: 378px;
    height: 584px;
    padding: 0 25px 0 30px;
  }
  .eyelist_list .voice__item{
    height: 600px;
  }
}

.voice__item:first-child {
  display: block;
}

@media (min-width: 751px) {
  .voice__item:nth-child(2n+1):last-child {
    margin-left: auto;
    margin-right: 51%;
  }
}

.voice__device {
  width: 262px;
  margin: 18px auto 8px;
}

@media (min-width: 751px) {
  .voice__device {
    display: block;
    width: 304px;
    height: auto;
    margin: 20px auto 35px;
  }
}

.voice__name {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: bold;
  padding-left: 16px;
  margin: 0 0 6px 2px;
}

.voice__name__label{
  font-size: 1.1rem;
}

@media (max-width: 350px) {
  .voice__name {
    font-size: 1.2rem;
  }
}

@media (min-width: 751px) {
  .voice__name {
    padding-left: 0;
    margin: -34px 0 6px;
  }
}

.voice__nailist {
  float: right;
  width: 62px;
  height: 62px;
  margin: -26px 16px 0 0;
}

@media (max-width: 350px) {
  .voice__nailist {
    margin-right: 6px;
  }
}

@media (min-width: 751px) {
  .voice__nailist {
    margin: -65px 0 0 0;
  }
}

@media (min-width: 980px) {
  .voice__nailist {
    width: 70px;
    height: 70px;
    margin: -82px 5px 0 0;
  }
}

.voice__msg {
  clear: both;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: justify;
  margin: 0 16px 6px 20px;
}

@media (max-width: 350px) {
  .voice__msg {
    font-size: 1.2rem;
  }
}

@media (min-width: 751px) {
  .voice__msg {
    padding: 0;
    margin: 0 0 18px;
  }
}

.voice .slick-list {
  overflow: visible !important;
}

.voice .slick-arrow {
  display: block;
  width: 60px;
  height: 60px;
  border: none;
  background: transparent url(../img/arrow_slick.svg) no-repeat center/30px;
  position: absolute;
  z-index: 10;
  top: 240px;
  font-size: 0;
}

.voice .slick-arrow:focus {
  outline: none;
}

.voice .slick-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: 4px;
}

.voice .slick-next {
  right: 4px;
}

.voice .slick-disabled {
  display: none !important;
}

.voice .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100px;
  padding-top: 4px;
  margin: 10px auto 0;
}

@media (min-width: 751px) {
  .voice .slick-dots {
    margin-top: 24px;
  }
}

.voice .slick-dots li {
  width: 9px;
  height: 9px;
  background: url(../img/icon_slick_inactive.svg) no-repeat center/9px;
}

.voice .slick-dots li button {
  text-indent: -9999px;
  background-color: transparent;
  border: none;
}

.voice .slick-dots li button:focus {
  outline: none;
}

.voice .slick-dots .slick-active {
  background: url(../img/icon_slick_active.svg) no-repeat center/9px;
}

/* --------------------
    掲載までの流れ
---------------------- */

.posting_flow{
  background-color: rgba(233, 49, 158, 0.1);
  margin-bottom: 40px;
  padding: 26px;
}


@media (min-width: 830px) {
  .posting_flow{
    padding: 40px 0;
    margin-bottom: 75px;
  }
}

.posting_flow__box{
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 10px;
  border-radius: 10px;
}

.posting_flow__ttl{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
}

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

.posting_flow__item{
  width: 30%;
}

.posting_flow__txt{
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.posting_flow__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #E9319E;
  margin: 8% auto;
}

@media (min-width: 550px) {
  .posting_flow__txt{
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .posting_flow__arrow{
    border-width: 20px 0 20px 15px;
  }
}

@media (min-width: 781px) {
  .posting_flow__ttl{
    margin-bottom: 40px;
  }

  .posting_flow__box{
    padding: 30px 100px;
  }
}

/* --------------------
    ダウンロード
---------------------- */
.download {
  text-align: center;
  margin-bottom: 40px;
}

.download .download__banner {
  margin: 0 auto;
}

.download a.download__link {
  display: block;
  margin: 10px 26px;
}

@media (min-width: 751px) {
  .download {
    margin-bottom: 124px;
  }
}

@media (min-width: 980px) {
  .download a.download__link {
    max-width: 780px;
    margin: 10px auto;
  }
}

/* --------------------
    よくある質問
---------------------- */

.faq {
  margin-bottom: 68px;
}

@media (min-width: 751px) {
  .faq {
    margin-bottom: 124px;
  }
}

@media (min-width: 781px) {
  .faq {
    width: 780px;
    margin: 0 auto 124px;
  }
}

.faq__ttl {
  margin-bottom: 18px;
}

@media (min-width: 751px) {
  .faq__ttl {
    margin-bottom: 20px;
  }
}

.faq__ttl:after {
  display: none;
  /*top: 37px;*/
}

/*
@media (min-width: 751px) {
  .faq__ttl:after {
    top: 40px;
  }
}


.faq__txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
  margin-bottom: 18px;
}

@media (min-width: 751px) {
  .faq__txt {
    margin-bottom: 38px;
  }
}

.faq__link {
  display: block;
  width: 322px;
  height: 60px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #E9319E;
  line-height: 6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 350px) {
  .faq__link {
    width: 90%;
  }
}

@media (min-width: 751px) {
  .faq__link {
    width: 384px;
  }
}*/

.faq__list{
  width: 100%;
  list-style: none;
  margin:0 auto;
}

.faq__item {
  border-top: 1px solid #E3E3E3;
}

.faq__item:last-child{
  border-bottom: 1px solid #E3E3E3;
}
/*
.faq__list section {
  border-top: 1px solid #E3E3E3;
}*/

/*アコーディオンタイトル*/
.faq__q {
  width: 90%;
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:1.4rem;
  padding: 18px 26px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.faq__q::before,
.faq__q::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;
}

.faq__q::before{
  top:48%;
  right: -5px;
  transform: rotate(0deg);
}

.faq__q::after{    
  top:48%;
  right: -5px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.faq__q.close::before{
  transform: rotate(45deg);
}

.faq__q.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faq__a {
  font-size: 1.2rem;
  line-height: 2.0rem;
  display: none;
  background: #F4F4F4;
  margin: 0 auto;
  padding:  20px 26px;
}


/* --------------------
    お知らせ
---------------------- */
.topics {
  margin-bottom: 75px;
}

@media (min-width: 751px) {
  .topics {
    margin-bottom: 114px;
  }
}

.topics__ttl {
  margin-bottom: 27px;
}

.topics__ttl:after {
  top: 38px;
}

@media (min-width: 751px) {
  .topics__ttl {
    margin-bottom: 36px;
  }
}

.topics__list {
  margin: 0 26px;
}

@media (min-width: 751px) {
  .topics__list {
    max-width: 700px;
    margin: 0 auto;
  }
}

@media (min-width: 980px) {
  .topics__list {
    max-width: 780px;
  }
}

.topics__item {
  font-size: 1.4rem;
  line-height: 2.2rem;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  min-height: 80px;
  padding: 8px 0 5px;
  border-bottom: 1px solid #d9d9d9;
}

@media (min-width: 751px) {
  .topics__item {
    min-height: 70px;
    padding: 13px 0;
  }
}

.topics__item time {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #a6a6a6;
}

.topics__item a {
  color: #E9319E;
  text-decoration: none;
}

.topics__item:first-child {
  border-top: 1px solid #d9d9d9;
}

/* --------------------
    フッター
---------------------- */
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 84px;
}

@media (min-width: 751px) {
  .footer {
    padding-bottom: 30px;
  }
}

.footer__apps {
  display: none;
}

@media (min-width: 751px) {
  .footer__apps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 304px;
    height: 72px;
    margin: 0 auto 34px;
  }
}

.footer__apps li:first-child {
  margin-right: 16px;
}

.footer__apps img {
  width: 117px;
  height: 38px;
}

.footer__sns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto -6px;
}

@media (min-width: 751px) {
  .footer__sns {
    margin-bottom: 0;
  }
}

.footer__sns img {
  width: 28px;
  height: 28px;
}

.footer__sns li:not(:last-child) {
  margin-right: 13px;
}

.footer__info {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media (max-width: 414px) {
  .footer__info {
    flex-direction: column;
  }
}

.footer__link {
  font-size: 1.2rem;
  color: #333;
  text-decoration: none;
  padding-right: 12px;
  position: relative;
}

@media (max-width: 350px) {
  .footer__link {
    font-size: 1rem;
    padding: 0 6px;
  }
}

@media (min-width: 751px) {
  .footer__link {
    padding: 0 4px 0 8px;
  }
}

.footer__link:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #666;
  position: absolute;
  top: 2px;
  right: 3px;
}

@media (max-width: 350px) {
  .footer__link:after {
    right: -2px;
  }
}

@media (max-width: 414px) {
  .footer__link:last-child:after {
    display: none;
  }
}

@media (min-width: 751px) {
  .footer__link:after {
    top: 1px;
    right: -6px;
  }
}

.footer__copy {
  font-size: 1.2rem;
}

@media (max-width: 350px) {
  .footer__copy {
    font-size: 1rem;
  }
}

@media (min-width: 751px) {
  .footer__copy {
    margin-left: 12px;
  }
}

/* --------------------
    Youtube video
---------------------- */
.youtube {
  padding-top: 227px;
  margin: 0 26px;
  text-align: center;
}

.youtube__video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 0 auto;
}
.youtube__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (min-width: 751px) {
  .youtube {
    padding: 200px 20px 0;
    margin: 0 auto 102px;
  }
}

@media (min-width: 980px) {
  .youtube {
    max-width: 780px;
    padding: 185px 0 0;
  }
}
