news-list-wrap@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'FuturaM';
  src: url(/styles/font/Futura.ttc) format("truetype");
}

.futura {
  font-family: 'FuturaM';
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 500px) {
  p {
    font-size: 1.6rem;
  }
}

a {
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
/*
a:visited {
  color: #CCCCCC;
}
*/
a:active {
  color: #CCCCCC;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.sm-font {
  font-size: 1.2rem;
}

@media screen and (min-width: 500px) {
  .sm-font {
    font-size: 1.3rem;
  }
}

.mb-sm {
  margin-bottom: 16px;
}

.bold {
  font-weight: bold;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  height: 20px;
}

.header .header-inner {
  position: relative;
}

.logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 88px;
  height: 88px;
  background: #fff;
}

.footer {
  /*position: fixed;*/
  bottom: 0;
  left: 0;
  right: 0;
  width: 6%;
  width: 100%;
  z-index: 100;
  line-height: 22px;
  padding-bottom: 4px;
  background: #fff;
  text-align: center;
  transition: .2s all ease-out;
}

.footer.static {
  position: static;
}

.footer .footer-menu {
  margin: 0 20px;
  padding-top: 8px;
  line-height: 1.4;
}

.footer .footer-menu:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.footer .footer-menu li {
  display: inline-block;
  padding: 0 5px;
}

.footer .footer-menu li a {
  color: #000;
}

.main {
  background: #fff;
  padding-bottom: 60px;
}

/*
.loading{
    position: relative;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    background: #fff;
}

.container {
	// width: 200px;
	// height: 100px;
	// padding-top: 100px;
    // margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height:200px;
    
}

.ball {
	width: 10px;
	height: 10px;
	margin: 16px auto;
	border-radius: 50px;
}

.ball:nth-child(1) {
	background: #000000;
	-webkit-animation: right 1s infinite ease;
	-moz-animation: right 1s infinite ease;
	animation: right 1s infinite ease;
}

.ball:nth-child(2) {
	background: #000000;
	-webkit-animation: left 1.1s infinite ease-in-out;
	-moz-animation: left 1.1s infinite ease-in-out;
	animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
	background: #000000;
	-webkit-animation: right 1.05s infinite ease-in-out;
	-moz-animation: right 1.05s infinite ease-in-out;
	animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
	background: #000000;
	-webkit-animation: left 1.15s infinite ease-in-out;
	-moz-animation: left 1.15s infinite ease-in-out;
	animation: left 1.15s infinite ease-in-out;
}

.ball:nth-child(5) {
	background: #000000;
	-webkit-animation: right 1.1s infinite ease-in-out;
	-moz-animation: right 1.1s infinite ease-in-out;
	animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
	background: #000000;
	-webkit-animation: left 1.05s infinite ease-in-out;
	-moz-animation: left 1.05s infinite ease-in-out;
	animation: left 1.05s infinite ease-in-out;
}
*/
/*
@-webkit-keyframes right {
	0% {
		-webkit-transform: translate(-15px);
	}
	50% {
		-webkit-transform: translate(15px);
	}
	100% {
		-webkit-transform: translate(-15px);
	}
}

@-webkit-keyframes left {
	0% {
		-webkit-transform: translate(15px);
	}
	50% {
		-webkit-transform: translate(-15px);
	}
	100% {
		-webkit-transform: translate(15px);
	}
}

@-moz-keyframes right {
	0% {
		-moz-transform: translate(-15px);
	}
	50% {
		-moz-transform: translate(15px);
	}
	100% {
		-moz-transform: translate(-15px);
	}
}

@-moz-keyframes left {
	0% {
		-moz-transform: translate(15px);
	}
	50% {
		-moz-transform: translate(-15px);
	}
	100% {
		-moz-transform: translate(15px);
	}
}

@keyframes right {
	0% {
		transform: translate(-15px) scale(1);
    }
    25%{
        transform: translate(0) scale(0.9);
    }
	50% {
		transform: translate(15px) scale(1);
    }
    75%{
        transform: translate(0) scale(1.1);
    }
	100% {
		transform: translate(-15px) scale(1);
	}
}


@keyframes left {
	0% {
		transform: translate(15px);
	}
	50% {
		transform: translate(-15px);
	}
	100% {
		transform: translate(15px);
	}
}
*/
.top-bg-mv {
  background-image: url(/images/index/sp/mv.jpg);
  margin: 0 20px;
}

.top-bg-0 {
  background-image: url(/images/index/sp/0.jpg);
}

.top-bg-1 {
  background-image: url(/images/index/sp/1.jpg);
}

.top-bg-2 {
  background-image: url(/images/index/sp/2.jpg);
}

.top-bg-3 {
  background-image: url(/images/index/sp/3.jpg);
}

.top-bg-4 {
  background-image: url(/images/index/sp/4.jpg);
}

.top-bg-5 {
  background-color: #EFEFEF;
}

.mv {
  position: relative;
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 20px;
}

.mv-title {
  position: absolute;
  top: 18%;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 1.65;
  font-size: 8vw;
  font-weight: 400;
  text-align: center;
}

.mv-title span {
  display: block;
  margin-top: 9px;
  font-size: 5vw;
}

@media screen and (min-width: 500px) {
  .mv-title {
    font-size: 5rem;
    line-height: 1.4;
  }
  .mv-title span {
    margin-top: 8px;
    font-size: 3.2rem;
  }
}

.mv-bg-about {
  background-image: url(/images/about/sp/1.jpg);
}

.mv-bg-product {
  background-image: url(/images/product/sp/1.jpg);
}

.mv-bg-course {
  background-image: url(/images/product/sp/1.jpg);
}

.mv-bg-component {
  background-image: url(/images/component/sp/1.jpg);
}

.mv-bg-qa {
  background-image: url(/images/qa/sp/1@2x.jpg);
}

.mv-scroll {
  position: absolute;
  width: 64px;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 8%;
  margin: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
  -webkit-animation: 1s scrollButoonMove infinite ease;
          animation: 1s scrollButoonMove infinite ease;
  cursor: pointer;
}

.mv-scroll span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 4px;
}

@-webkit-keyframes scrollButoonMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  49% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  51% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrollButoonMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  49% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  51% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.top-content {
  position: relative;
  padding: 24px;
  margin: 0 20px;
  overflow: hidden;
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-content-ttl {
  margin-top: 88px;
}

.top-content-ttl span {
  display: block;
  font-weight: normal;
}

.top-content-ttl span:first-child {
  font-family: 'FuturaM';
  font-size: 8.5vw;
  margin-bottom: 3%;
  line-height: 1.1;
}

.top-content-ttl span:last-child {
  font-size: 4vw;
}

@media screen and (min-width: 500px) {
  .top-content-ttl {
    margin-top: 20%;
  }
  .top-content-ttl span:first-child {
    font-size: 4.8rem;
    margin-bottom: 12px;
  }
  .top-content-ttl span:last-child {
    font-size: 2.4rem;
  }
}

.top-intro-txt {
  position: absolute;
  left: 24px;
  right: 24px;
  z-index: 10;
  margin: auto;
  bottom: 48px;
}

.top-intro-txt p:first-child {
  font-size: 6.4vw;
  line-height: 1.7;
  margin-bottom: 4%;
}

.top-intro-txt p:nth-child(2) {
  font-size: ４vw;
  margin-bottom: 7%;
}

@media screen and (min-width: 500px) {
  .top-intro-txt p:first-child {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .top-intro-txt p:nth-child(2) {
    font-size: 2rem;
    margin-bottom: 7%;
    margin-bottom: 30px;
  }
}

.more-btn {
  display: inline-block;
  position: relative;
  line-height: 54px;
  background: #D5B77C;
  border: 1px solid #D5B77C;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  font-weight: normal;
  transition: 0.2s all ease;
  width: 100%;
  max-width: 380px;
  border-radius: 8px;
}

.more-btn:active {
  color: #000;
}

.more-btn:visited {
  color: #000;
}

.more-btn:before, .more-btn:after {
  content: '';
  display: block;
  height: 2px;
  width: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 1px;
}

.more-btn:before {
  left: -1px;
  background: #fff;
  z-index: 10;
}

.more-btn:after {
  left: -25px;
  background: #000;
  z-index: 20;
  transition: 0.2s all ease;
}

.more-btn:hover {
  background: #fff;
}

.more-btn:hover:after {
  left: -1px;
}

@media screen and (min-width: 500px) {
  .more-btn {
    font-size: 1.6rem;
    line-height: 58px;
  }
}

.content {
  padding: 0 20px;
}

.content.first {
  padding: 80px 20px 0;
}

.content h2, .content h3 {
  margin-bottom: 24px;
  line-height: 1.6;
  font-weight: normal;
}

.content h2 {
  text-align: center;
  margin-top: 46px;
  font-size: 1.3rem;
}

.content h2 span {
  font-family: 'FuturaM';
  font-size: 2.4rem;
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}

.content h3 {
  text-align: left;
  font-size: 1.6rem;
}

.content p {
  margin-bottom: 16px;
}

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

.content p .min {
  font-size: 1.3rem;
}

.content .cnt-img {
  line-height: 1;
  margin-bottom: 16px;
}

.content .cnt-img:last-child {
  margin-bottom: 0;
}

.content .small-label {
  line-height: 1;
  padding: 8px 12px;
  border: 1px solid #000;
  display: inline-block;
  margin-bottom: 8px;
}

@media screen and (min-width: 500px) {
  .content h2 {
    font-size: 1.6rem;
    margin-top: 64px;
    margin-bottom: 28px;
  }
  .content h2 span {
    font-size: 3.5rem;
  }
  .content h3 {
    font-size: 2rem;
  }
  .content h3 span {
    font-size: 3rem;
    margin-bottom: 8px;
  }
  .content p {
    margin-bottom: 24px;
  }
  .content p:last-child {
    margin-bottom: 0;
  }
  .content p .min {
    font-size: 1.4rem;
  }
}

.about-title {
  position: absolute;
  bottom: 17%;
  left: 10%;
  line-height: 2;
  font-size: 6vw;
  font-weight: 400;
  letter-spacing: 6px;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .about-title {
    font-size: 4rem;
  }
}

.story {
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px !important;
  line-height: 1;
  vertical-align: bottom;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-left: 40px;
}

.story:last-child {
  margin-bottom: 24px !important;
}

.story .en-story {
  vertical-align: top;
  font-size: 1.8rem;
  font-weight: bold;
}

.story .en-story span {
  position: relative;
  margin-right: 4px;
  font-size: 1.2rem;
  padding-bottom: 2px;
}

.story .en-story span:after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.story .ja-story {
  font-size: 1.6rem;
  width: 100px;
  display: block;
}

.concept-intro-wrap {
  position: relative;
  height: 780px;
  background: url(/images/about/sp/re_concept.jpg) no-repeat center center/auto 600px;
}

.concept-intro-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 16px;
  max-width: 290px;
  position: absolute;
  z-index: 10;
}

.concept-intro-box.top {
  top: 0;
  right: 0;
}

.concept-intro-box.bottom {
  bottom: 0;
  left: 0;
}

.concept-intro-ttl {
  font-size: 1.6rem;
  margin-bottom: 2px;
  position: relative;
}

.concept-intro-ttl:after {
  content: '';
  background: #000;
  height: 1px;
  width: calc(100% - 80%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 500px) {
  .concept-intro-wrap {
    background: url(/images/about/sp/re_concept_tab.jpg) no-repeat center center/auto 640px;
  }
}

.fv-pc {
  display: none;
}

.fv-sp {
  display: block;
}

.fv {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 18px;
}

.fv h1 {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 2;
  padding-top: 60px;
  top: 20%;
  left: 50%;
  width: 95%;
  letter-spacing: -1px;
}

.product {
  padding: 0 1.6em;
  position: relative;
}

.product .fv {
  padding: 0;
}

.product p {
  margin: 10px 0;
}

.product figure {
  margin: 20px auto;
  width: 100%;
  text-align: center;
}

.product h2 {
  font-size: 2rem;
  color: #D5B77C;
  border-bottom: 1px solid;
  line-height: 1.5;
}

.product h3 {
  font-size: 1.8rem;
  padding: 18px 0 0px 14px;
  line-height: 1.3;
  position: relative;
}

.product h3:before {
  background: #D5B77C;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 30px;
  left: 5px;
}

.voice-bef {
  text-align: center;
}

.voice-bef span {
  position: relative;
}

.voice-bef span::before {
  width: 1.4em;
  height: 2em;
  border-width: 3px;
  font-size: 5.5rem;
  content: "";
  position: absolute;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 1px solid #3d3d3d;
  top: -57px;
  right: -12vw;
}

.voice-bef span::after {
  width: 1.4em;
  height: 2em;
  border-width: 3px;
  font-size: 5.5rem;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 1px solid #3d3d3d;
  top: -57px;
  right: 30vw;
}

a.btn-bg-green {
  display: block;
  color: #fff;
  background-color: #6BA73F;
  font-size: 1.6rem;
  line-height: 1.4;
  border-radius: 5em;
  width: 100%;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.btn-bg-green::after {
  border-top: 1px solid white;
  border-right: 1px solid white;
  content: " ";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-detail .inner {
  padding: 50px 0 0;
}

.product-detail .inner-details .docter {
  display: -webkit-flex;
  display: flex;
  background-color: #d5b77c4c;
  padding: 10px;
}

.product-detail .inner-details .docter .docter-right .name {
  font-size: 1.8rem;
}

.product-detail .inner-details .docter .docter-right .red {
  color: red;
}

.product-detail .inner-details .docter .docter-left {
  width: 200%;
}

.product-detail .inner-details .docter .docter-left span {
  font-size: 12px;
}

.product-detail .inner-details .docter figure {
  margin: 10px auto;
}

.product-detail .inner-details .docter p {
  padding-left: 12px;
}

.product-detail .inner-details .acd-check {
  display: none;
}

.product-detail .inner-details .acd-label {
  background: #fff;
  color: #3D3D3D;
  display: block;
  padding: 10px;
  position: relative;
  border: 1px solid #707070;
  margin-top: 10px;
  font-size: 1.4rem;
}

.product-detail .inner-details .acd-label::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #707070;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  transition: all .3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.product-detail .inner-details .acd-label::after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #707070;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  transition: all .3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.product-detail .inner-details .acd-content {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .3s;
  visibility: hidden;
  background-color: #F5F5F5;
}

.product-detail .inner-details .acd-content p {
  margin: 0;
}

.product-detail .inner-details .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 12px;
  visibility: visible;
}

.product-detail .inner-details .acd-check:checked + .acd-label:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cart {
  background-color: #d5b77c3d;
  margin-top: 24px;
}

.cart img {
  width: 50%;
}

.cart .cart-details {
  padding: 10px 16px;
}

.cart h2 {
  font-size: 2rem;
  background-color: #D5B77C;
  color: #fff;
  padding: 10px;
  margin: 5px 0;
}

.cart .cart-point {
  border: 1px solid #D5B77C;
  background-color: #fff;
  color: #3D3D3D;
  margin: 10px;
  padding: 5px 10px;
  position: relative;
  display: -webkit-flex;
  display: flex;
}

.cart .cart-point p {
  padding-left: 17px;
  margin: auto 0;
  font-size: 18px;
}

.cart .cart-point .cart-point-num {
  background-color: #D5B77C;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
}

.cart .cart-point .cart-point-num span {
  color: #fff;
  font-weight: bold;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 15px;
  left: 15px;
}

.cart figure {
  margin: 36px auto;
  text-align: center;
}

.cart .inner-details-img {
  width: 50%;
  margin: 0 auto;
}

.cart .inner-details-text {
  margin-top: 15px;
  padding: 0 1.5em 0.6em;
}

.cart .inner-details-text p {
  font-size: 1.4rem;
  margin-top: 10px;
}

.cart .inner-details-text .bor-bottom {
  border: 1px solid #707070;
}

.cart .inner-details-text .box-y {
  display: inline-block;
  font-size: 18px;
  background-color: #D5B77C;
  color: #fff;
  border: 1px solid #D5B77C;
  margin-right: 5px;
  margin-bottom: 0;
  padding: 0px 6px;
}

.cart .inner-details-text .box-w {
  display: inline-block;
  font-size: 18px;
  background-color: #fff;
  color: #D5B77C;
  border: 1px solid #D5B77C;
  margin-right: 5px;
  margin-bottom: 0;
  padding: 0px 6px;
}

.cart .inner-details-text .normal-price {
  margin-bottom: 6px;
}

.cart .inner-details-text .normal-price .price-small {
  font-size: 30px;
  -webkit-text-decoration: line-through 2px solid #000;
          text-decoration: line-through 2px solid #000;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.cart .inner-details-text .clo-red {
  color: red;
  line-height: 1.5;
  font-size: 28px;
}

.cart .inner-details-text .clo-red .price-large {
  font-size: 50px;
}

.cart .inner-details-text .second {
  line-height: 1.5;
  font-size: 24px;
}

.cart .inner-details-text .second .price-middle {
  font-size: 40px;
}

.cart .offer p {
  font-size: 10px;
  line-height: 1.5;
  margin-top: 19px;
}

.cart .offer .btn-bg-green {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .fv-sp {
    display: none;
  }
  .fv-pc {
    display: block;
  }
  .fv h1 {
    font-size: 3.5rem;
  }
  .fv figure {
    width: 100%;
    margin: 0 auto;
  }
  .pc-pad {
    width: 767px;
    margin: 0 auto;
  }
  .pc-pad h2 {
    font-size: 2.6rem;
    line-height: 1.7;
  }
  .pc-pad h3 {
    font-size: 2.2rem;
    padding-left: 33px;
  }
  .pc-pad h3::before {
    top: 33px;
    left: 13px;
    width: 25px;
    height: 25px;
  }
  .pc-pad p {
    font-size: 1.8rem;
    margin: 25px 0;
  }
  .pc-pad img {
    width: 70%;
  }
  .pc-pad a.btn-bg-green {
    width: 50%;
    margin: 0 auto;
    font-size: 2rem;
  }
  .pc-pad .voice-bef {
    margin: 10px 0;
  }
  .pc-pad .voice-bef span::after {
    top: 33px;
    left: 211px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    width: 2em;
  }
  .pc-pad .voice-bef span::before {
    top: 33px;
    left: -189px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 2em;
  }
  .pc-pad .inner .point {
    padding-top: 15px;
  }
  .pc-pad .inner .docter {
    padding: 10px;
    width: 80%;
    margin: 0 auto;
  }
  .pc-pad .inner .docter figure {
    margin: 10px auto;
  }
  .pc-pad .inner .docter p {
    padding: 0 12px 0 0;
    margin: 10px 0;
  }
  .pc-pad .inner .pc-figure img {
    width: 100%;
  }
  .cart h2 {
    padding: 21px;
    margin: 40px 0 25px;
  }
  .cart img {
    width: 50%;
  }
  .cart .inner-details-text p {
    font-size: 1.6rem;
  }
  .cart .inner-details-text .normal-price {
    margin-bottom: 0;
  }
  .cart .inner-details-text .normal-price .price-small {
    font-size: 4.5rem;
  }
  .cart .inner-details-text .clo-red .price-large {
    font-size: 6.5rem;
  }
  .cart .inner-details-text a.btn-bg-green {
    width: 80%;
  }
  .cart .inner-details {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cart .cart-point {
    width: 346px;
  }
  .cart .cart-point p {
    font-size: 2rem;
  }
  .pc-flex {
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .pc-flex .inner-details-img {
    width: 60%;
  }
  .pc-flex .inner-details-text {
    width: 80%;
    margin: 30px 10px 0 30px;
  }
  .pc-flex .inner-details-text .acd-label {
    font-size: 1.8rem;
    margin-top: 18px;
  }
  .pc-flex .offer p {
    font-size: 10px;
  }
}

.black-label {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 6px;
  margin-left: 6px;
  line-height: 1.9;
  font-size: 1.2rem;
}

@media screen and (min-width: 500px) {
  .black-label {
    font-size: 1.4rem;
  }
}

.btn-position {
  padding: 0 24px;
  text-align: center;
}

.btn-position.left {
  text-align: left;
}

.btn-position.btn-mb {
  margin-bottom: 24px;
}

.mv {
  position: relative;
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 20px;
}

.top-bg-mv {
  background-image: url(/images/index/sp/mv.jpg);
  margin: 0 20px;
}

.js-section {
  min-height: 110vh;
}

.title-align-center {
  position: absolute;
  top: 16%;
  left: 7%;
}

.title-align-center h1 {
  line-height: 2;
  font-size: 7vw;
  font-weight: 400;
  letter-spacing: 6px;
}

.title-align-center span.border-bottom {
  padding-bottom: 2%;
  border-bottom: 1px solid #000;
  margin-bottom: 2%;
  font-size: 5.5vw;
}

.title-align-center span.label {
  font-size: 4vw;
  display: block;
}

@media screen and (min-width: 500px) {
  .title-align-center h1 {
    font-size: 4.5rem;
  }
}

.merit-circle-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gold-circle {
  width: 45%;
  margin-bottom: 4%;
}

@media screen and (min-width: 500px) {
  .gold-circle {
    width: 40%;
  }
}

.gold-circle-inner {
  width: 100%;
  position: relative;
  text-align: center;
  border-radius: 50%;
}

.gold-circle-inner:after {
  content: '';
  display: block;
  padding-top: 100%;
  background: #D5B77C;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.gold-circle-inner p {
  font-size: 1.4rem;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 500px) {
  .gold-circle-inner p {
    font-size: 2rem;
  }
}

.otoku-box {
  border: 2px solid #000;
  padding: 16px 0 26px;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 2px;
}

.otoku-box:before, .otoku-box:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1px;
}

.otoku-box:before {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  z-index: 10;
  top: -11px;
}

.otoku-box:after {
  width: 24px;
  height: 24px;
  z-index: 20;
  top: -8px;
}

.otoku-box p {
  text-align: center;
  font-size: 4.5vw;
  letter-spacing: 1px;
}

.otoku-box p span {
  font-size: 1.8rem;
  font-size: 6.5vw;
}

@media screen and (min-width: 500px) {
  .otoku-box p {
    font-size: 2.5rem;
  }
  .otoku-box p span {
    font-size: 3.5rem;
  }
}

.plan-title {
  font-size: 2rem;
  margin-bottom: 0;
}

.combination-point {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

#global-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
  background: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s all ease-in;
}

.nav-outer {
  width: 100%;
  height: 100vh;
  padding: 72px 20px 16px;
  overflow-y: scroll;
}

.nav-inner {
  margin: auto;
  width: 270px;
}

.menu-btn-wrap {
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 1000;
}

.menu-btn-wrap .menu-btn {
  position: relative;
  width: 54px;
  height: 46px;
  padding: 8px 0;
  margin: 0 0 0px auto;
}

.menu-btn-wrap .menu-btn span {
  transition: 0.2s all ease;
  border-radius: 2px;
  height: 3px;
  width: 30px;
  background: #000;
  display: block;
  position: absolute;
  z-index: 100;
  right: 10px;
}

.menu-btn-wrap .menu-btn span:first-child {
  top: 8px;
}

.menu-btn-wrap .menu-btn span:nth-child(2) {
  top: 20px;
}

.menu-btn-wrap .menu-btn span:last-child {
  top: 32px;
}

.all-container {
  opacity: 0;
  max-width: 767px;
  margin: 0 auto;
}

.all-container.white .menu-btn-wrap span {
  background: #fff;
}

.all-container.open .menu-btn-wrap span {
  background: #000;
}

.all-container.open .menu-btn-wrap span:first-child {
  top: 8px;
  -webkit-transform: translateY(13px) rotate(45deg);
          transform: translateY(13px) rotate(45deg);
}

.all-container.open .menu-btn-wrap span:nth-child(2) {
  top: 21px;
  opacity: 0;
}

.all-container.open .menu-btn-wrap span:last-child {
  top: 34px;
  -webkit-transform: translateY(-13px) rotate(-45deg);
          transform: translateY(-13px) rotate(-45deg);
}

.all-container.open #global-nav {
  z-index: 200;
  visibility: visible;
  opacity: 1;
}

.all-container .component-label {
  background: #D5B77C;
  padding: 8px 12px;
  margin-bottom: 8px;
}

.menu-list-1 {
  border-top: 1px solid #cccccc;
  margin-bottom: 18px;
}

.menu-list-1 li {
  border-bottom: 1px solid #cccccc;
}

.menu-list-1 li a {
  display: block;
  padding: 15px 2px;
  font-size: 1.5rem;
}

.menu-list-1 li a span {
  float: right;
}

.menu-list-2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 18px;
}

.menu-list-2 li a {
  display: block;
  text-align: center;
  padding: 16px;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
}

.menu-list-2 li a img {
  margin-right: 8px;
  vertical-align: bottom;
}

.menu-list-3 li a {
  display: block;
  padding: 15px 2px;
  font-size: 1.4rem;
}

.menu-list-3 li a span {
  float: right;
}

.news-list-wrap {
  margin-top: 36px;
  overflow-y: scroll;
  max-width: 410px;
}

@media screen and (min-width: 500px) {
  .news-list-wrap {
    margin-top: 54px;
  }
}

.news-list dt {
  position: relative;
  margin-bottom: 8px;
}

.news-list dt:after {
  content: '';
  display: block;
  background: #000;
  height: 2px;
  width: calc(100% - 40%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  height: 1px;
  width: calc(100% - 36%);
  margin-bottom: 16px;
  margin: auto;
}

.news-list dt, .news-list dd {
  font-size: 1.5rem;
}

.news-list dd {
  margin-bottom: 24px;
  line-height: 1.8;
}

@media screen and (min-width: 500px) {
  .news-list dt, .news-list dd {
    font-size: 1.6rem;
  }
  .news-list dd {
    margin-bottom: 32px;
  }
}

.cs-text {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 1%;
}
