@charset "UTF-8";
@media (min-width: 769px) {
  .sp-show {
    display: none !important;
  }
	.container {
		max-width:750px;
		margin:0 auto;
	}
}

@media (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}

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;
}

nav 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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img,
img a {
  border: none;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

ul li {
  list-style: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  padding: 0;
  margin: 0;
  border: none;
}

input[type=checkbox], input[type=radio] {
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  transition: all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: .4rem;
  outline: none;
  border-radius: 10%;
}

/*#########################################################
要素関連
#########################################################*/
*, *:before, *:after {
  box-sizing: border-box;
}

/* 固定幅フォント */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 0.8rem;
}

/* subscript&superscript */
sub,
sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

strong.red {
  color: #e00909;
  font-weight: normal;
}

i {
  font-weight: normal;
  font-style: italic;
}

input[type=text],
input[type=email],
input[type=url] {
  box-sizing: border-box;
}

textarea {
  box-sizing: border-box;
}

/****************************************************************************
計算スクリプト
 ****************************************************************************/
/****************************************************************************
アニメーション
 ****************************************************************************/
.fadeInBottom,
.fadeInBottomLate {
  opacity: 0;
  transform: translateY(20px);
  transition: .7s ease;
}

.fadeInBottom.is-active,
.fadeInBottomLate.is-active {
  opacity: 1;
  transform: translateY(0px);
}

.fadeIn,
.fadeInLate {
  opacity: 0;
  transition: .7s ease;
}

.fadeIn.is-active,
.fadeInLate.is-active {
  opacity: 1;
}

.lineAnime {
  opacity: 0;
}

.lineAnime.is-active {
  opacity: 1;
}

.leftSlide {
  transform: translateX(-51.06667vw);
  transition: .5s ease;
}

.leftSlide.is-active {
  transform: translateX(0);
}

.fadeOrderTitle {
  opacity: 0;
  transform: translateY(20px);
}

.fadeOrderObj {
  opacity: 0;
}

.mvfade {
  opacity: 0;
  transform: translateY(20px);
}

.site-header {
	position: relative;
}
.site-header img {
	width:100% ;
	height:auto;
}
.site-header .link_btn {
	position: absolute;
	left:0;
	bottom:0;
}

.site-header .kv {}

.footer {
    padding:0.1em 0 3.5rem/*2rem*/;
}
.footer .footer--logo {
	margin-bottom:1.5em;
}
.footer p {
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 1.5rem; 
}
.footer p.copy{
    font-size: 0.6rem;
}
.footer a {
    color: #000;
}




.sec01 {
  margin: 0 auto;
  padding: 13px 0 0 0;
  width: 750px;
}

.sec01 .link_btn {
  margin: 0 auto;
  width: 680px;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.sec01 .ranking {
  width: 600px;
  padding: 36px 0 0;
  display: flex;
  margin: 0 auto;
}

.sec01 .ranking hr {
  border-top: solid 2px #4d4d4d;
  border-bottom: none;
  margin: 5px auto 10px;
  padding: 0;
  width: 194px;
}

.sec01 .ranking .rank01, .sec01 .ranking .rank02 {
  width: 300px;
}

.sec01 .ranking .rank01 {
  text-align: center;
}

.sec01 .ranking .rank01 .ranking_img {
  margin-bottom: 10px;
}

.sec01 .ranking .rank01 .ranking_text01 {
  font-size: 8.31px;
  line-height: 11.08px;
  margin-bottom: 20px;
}

.sec01 .ranking .rank01 .ranking_text02 {
  font-size: 15.24px;
  font-weight: bold;
  line-height: 1.5em;
}

.sec01 .ranking .rank02 {
  text-align: center;
}

.sec01 .ranking .rank02 .ranking_img {
  margin-bottom: 10px;
}

.sec01 .ranking .rank02 .ranking_text03 {
  font-size: 8.31px;
  line-height: 11.08px;
  margin-bottom: 10px;
}

.sec01 .ranking .rank02 .ranking_text04 {
  font-size: 15.24px;
  font-weight: bold;
  line-height: 1.5em;
}

.sec02 {
/*	width: 750px;
	height: 937px;
	margin: 0 auto;
	background-image: url(../img/sec02_bg.jpg);
	padding: 258px 0 0;
	box-sizing: border-box;*/
	text-align: center;
}

.sec02 .voice_img01 {
  margin-bottom: 11px;
}

.sec02 .voice_img02 {
  margin-bottom: 11px;
}
.sec02 .small {
	margin:0.6em 5% 4em;
	font-size:0.75em;
	text-align: right;
}
@media (max-width:768px) {
	.sec02 .small { font-size:1em;}
}

.sec03 {
  width: 750px;
  height: 1195px;
  margin: 0 auto;
  background-image: url(../img/sec03_bg.jpg);
  padding: 35px 0 0;
  box-sizing: border-box;
  text-align: center;
}

.sec04 {
  width: 750px;
  height: 1002px;
  margin: 0 auto;
  background-image: url(../img/sec04_bg.jpg);
  padding: 202px 0 0;
  box-sizing: border-box;
}

.sec04 .point_area {
  text-align: center;
}

.sec04 .point_area .point {
  margin-bottom: 45px;
}

.sec04 .point_area .point_text01 {
  margin-bottom: 35px;
}

.sec04 p {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.08em;
}

.sec04 .sec04_img_box {
  display: flex;
  justify-content: center;
  padding-left: 35px;
  padding-top: 40px;
  padding-bottom: 25px;
  box-sizing: border-box;
}

.sec04 .sec04_img_box .sec04_img {
  width: 230px;
}

.sec04 .sec04_img_box .sec04_img p {
  font-size: 20px;
}

.sec04 .sec04_img_box .sec04_img01 {
  width: 190px;
  margin-right: 90px;
}

.sec04 .sec04_img_box .sec04_img02 {
  width: 250px;
}

.sec04 .ps {
  font-size: 14px;
  line-height: 18px;
}

.sec05 {
  width: 750px;
  height: 1524px;
  margin: 0 auto;
  background-image: url(../img/sec05_bg.jpg);
  padding: 223px 0 0;
  box-sizing: border-box;
}

.sec05 .point_area {
  text-align: center;
}

.sec05 .point_area .point {
  margin-bottom: 43px;
}

.sec05 .point_area .point_text01 {
  margin-bottom: 35px;
}

.sec05 p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.08em;
}

.sec05 .oil_img_box {
  text-align: center;
}

.sec05 .oil_img_box ul {
  width: 688px;
  margin: 0 auto;
  display: flex;
}

.sec05 .oil_img_box ul li {
  width: 137.6px;
  text-align: center;
  padding: 20px 0 20px;
}

.sec05 .ps {
  font-size: 16px;
  line-height: 22px;
  width: 690px;
  margin: 40px auto 0;
  text-align: left;
}

.sec06 {
	/*width: 750px;
	height: 1655px;*/
	margin: 0 auto;
	background-image: url(../img/sec06_bg.jpg);
	padding: 217px 0 0;
	box-sizing: border-box;
}

.sec06 .point_area {
  text-align: center;
}

.sec06 .point_area .point {
  margin-bottom: 65px;
}

.sec06 .point_area .point_text01 {
  margin-bottom: 35px;
}

.sec06 p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 103px;
  text-align: center;
  letter-spacing: 0.08em;
}

.sec06 .point03_text02 {
  text-align: center;
  margin-bottom: 40px;
}

.sec06 .point03_img01 {
  margin-top: 10px;
  margin-left: 482px;
}

.sec06 .point03_img02 {
  margin-top: 32px;
  margin-left: 522px;
}

.sec06 .point03_img03 {
  margin-top: 22px;
  margin-left: 452px;
}

.sec07 {
  width: 750px;
  height: 1464px;
  margin: 0 auto;
  background-image: url(../img/sec07_bg.jpg);
  padding: 0px 0 0;
  box-sizing: border-box;
}

.sec07 .link_btn {
  margin: 0 auto 115px;
  width: 680px;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.sec07 .sec07_box {
  text-align: center;
}

.sec07 .sec07_box .img01 {
  margin-bottom: 60px;
}

.sec07 .sec07_box .img02 {
  margin-bottom: 82px;
}

.sec07 .sec07_box .img03 {
  margin-bottom: 58px;
}

.sec07 .sec07_box .img04 {
  margin-bottom: 96px;
}

.sec07 .sec07_box .img05 {
  margin-bottom: 0px;
}

.sec08 {
	position:relative;
}
.sec08 .link_btn {
	position:absolute;
	left:0;
	bottom:6.8%;
}

.sec09 {
	background: url("../img/bg_sec09.jpg") center top no-repeat;
	background-size:cover;
}
.sec09 .btn--sec09 {
	margin:0 16%;
	padding-bottom: 10%;
}


.buy_btn {
	opacity: 0;
	position: absolute;
	margin-top: -1.33%;
	right: 7.7%;
	transition: 0.4s;
	z-index: 11;
}

.buy_btn.is-active {
  opacity: 1;
  /*transform: translate(0, 223px);*/
}

.buy_btn .buy_link {
  display: block;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: center;
  width: 464px;
  height: 84px;
  text-align: center;
  border: solid 1px #333;
  border-radius: 10px;
}

.buy_btn .amazon {
  background-image: url(../img/icon_amazon.png);
}

.buy_btn .rakuten {
  background-image: url(../img/icon_rakuten.png);
}
/*# sourceMappingURL=style.css.map */