@charset "utf-8";
/* CSS Document */

body {
  position: relative;
}

.bg_video_wrap {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.bg_video_wrap video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}

/* notice  ※緊急告知
========================================================================== */
.notice {
  padding: 20px 0;
}

.notice .inbox {
  padding: 5px;
  position: relative;
  border: 3px solid #13145d;
}

.notice .inbox .box {
  padding: 25px 25px 10px;
  position: relative;
  border: 1px solid #13145d;
  text-align: center;
}

.notice .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #f70501;
}

.notice p {
  margin: 20px;
  line-height: 180%;
}

/* header
========================================================================== */
header {
  position: relative;
}

header .lp_top_ttl {
  margin: 0 0 0;
  background: #1a2781;
  line-height: 0;
  text-align: center;
}

header .header_text {
  margin: 0 0 0;
  padding: 7px 0 8px 240px;
  position: relative;
  background: #1a2781;
  line-height: 0;

  padding-left: 0;
  text-align: center;
}

header h1 {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  z-index: 10;
  background: #fff;

  display: none;
}

header h1 a {
  display: inline-block;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.6);
}

header .main_view {
  margin: 0 0 0;
  position: relative;
  line-height: 0;
  text-align: center;
}

@keyframes rubberBand2 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  2% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  4% {
    -webkit-transform: scale3d(0.93, 1.05, 1);
    transform: scale3d(0.93, 1.05, 1);
  }
  6% {
    -webkit-transform: scale3d(1, 0.95, 1);
    transform: scale3d(1, 0.95, 1);
  }
  10% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  15% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* .banner
========================================================================== */
.banner {
  margin: 36px 0 0;
}

.banner a {
  display: block;
  line-height: 0;
}

.banner.asakura {
  margin: -15px 0 36px;
}

.banner.tatsukawa {
  margin: -15px 0 36px;
}

/* iframe_block
   ========================================================================== */
.iframe_block {
  margin: 0 0 25px;
  padding: 37px 0 0;
}

.iframe_block .title_box {
  margin: 0 0 30px;
  position: relative;
}

.iframe_block .title_box h2 {
  margin: auto;
  line-height: 0;
  text-align: center;
}

.iframe_block .title_box .link_news {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
}

.iframe_block .title_box .link_news a {
  padding: 5px 0 0;
  display: block;
  font-size: 15px;
  line-height: 150%;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.iframe_block .title_box .link_news a:hover {
  text-decoration: underline;
}

.iframe_block iframe {
  width: 100%;
  height: 465px;
}

/* main_view_bottom
   ========================================================================== */
.main_view_bottom {
  margin: 0 0 45px;
  line-height: 0;
  text-align: center;
}

.main_view_bottom.newposi {
  margin: 45px 0 0;
}

/* w_select
   ========================================================================== */
.w_select {
  margin: 0 0 0;
  position: relative;
}

.w_select .movie_in {
  position: relative;
}

.w_select .movie_in iframe {
  width: 560px;
  height: 310px;
  position: absolute;
  bottom: 35px;
  left: 50px;

  display: none;
}

/* daigo
   ========================================================================== */
.daigo {
  position: relative;
}

.daigo .movie_in {
  position: relative;
}

.daigo .movie_in iframe {
  width: 560px;
  height: 310px;
  position: absolute;
  top: 390px;
  right: 55px;
}

/* .surprise UP時こちらに変更
========================================================================== */
.surprise {
  margin: 25px 0 0;
}

/* .surprise
========================================================================== */
.surprise {
  margin: 36px 0 0;
}

.surprise .photo {
  position: relative;
}

.surprise .books {
  position: absolute;
  right: 25px;
  bottom: 0;
}

.surprise .books .white_box {
  padding: 40px 10px 20px 17px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 9px;
  width: 440px;
}

.surprise .books .white_box .item {
  position: absolute;
  top: -77px;
  left: 20px;
}

.surprise .books .white_box p {
  line-height: 160%;
  text-align: left;
}

/* .health
========================================================================== */
.health {
  margin: 0 0 0;
}

/* .kirishima
========================================================================== */
.kirishima {
  margin: 0 0 0;
}

/* .mineral
========================================================================== */
.mineral {
  margin: 0 0 0;
}

/* .factory
========================================================================== */
.factory {
  margin: 0 0 0;
}

.factory .label {
  margin: 25px 0 0;
}

.factory .text_box_top {
  margin: 35px 35px;
}

.factory .text_box_top.margin_y {
  margin-bottom: -12px;
  position: relative;
}

.factory .text_box_top h3 {
  text-align: left;
  font-size: 25px;
  line-height: 150%;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
}

.factory .text_box_top p {
  margin: 20px 0 0;
  text-align: left;
  font-size: 17px;
  line-height: 180%;
  font-weight: bold;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
}

.factory .text_box_top p span {
  font-family: inherit;
}

/* .drinking
========================================================================== */
.drinking {
  margin: 0 0 0;
}

/* .media
========================================================================== */
.media {
  margin: 0 0 0;
}

.media .bg {
  padding: 0 0 25px;
  background: url('/lp/images_pc/media/bg.jpg') repeat-y top center;
}

.media .bg h2 {
  margin: 0 0 50px;
  padding: 50px 0 0;
  line-height: 0;
}

.media .bg .youtube {
  padding: 50px 0;
  line-height: 0;
  text-align: center;
}

.media .bg .youtube iframe {
  width: 940px;
  height: 528px;
}

/* .interview
============================================== */
.interview {
  margin: 66px 10px 0;
}

.interview h3 {
  margin: 0 0 0;
  text-align: left;
}

.interview .user_box {
  margin: 25px 0 0;
  font-size: 0;
}

.interview .user_box .text {
  padding: 0 30px 0 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 670px;
}

.interview .user_box .text p {
  margin: 15px 0 0;
  font-size: 17px;
  line-height: 170%;
}

.interview .user_box .text p:first-child {
  margin: 0 0 0;
}

.interview .user_box .text p.name {
  margin: 32px 0 0;
  line-height: 0;
  text-align: right;
}

.interview .user_box .photo {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 300px;
}

/* .instagram
============================================== */
.instagram {
  margin: 45px 0 0;
}

.instagram .top_block {
  margin: 0 0 0 120px;
  padding: 38px 0 0 20px;
  line-height: 0;
  border-top: 1px dotted #ccc;
  position: relative;
}

.instagram .top_block::before {
  content: '';
  background: url('/lp/images_pc/media/instagram/photo.png') no-repeat center center;
  width: 157px;
  height: 223px;
  position: absolute;
  left: -100px;
  top: -23px;
}

.instagram .top_block .item {
  line-height: 0;
  position: absolute;
  top: 15px;
  right: 20px;
}

.instagram .title_block {
  margin: 30px 0 0;
  padding: 0 0 0 205px;
  font-size: 0;
}

.instagram h3 {
  padding: 0 0 0;
  display: block;
  text-align: left;
}

.instagram .title_block p {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 624px;
  font-size: 17px;
  line-height: 150%;
}

.instagram .title_block p .blue_text {
  color: #2c8cbf;
}

.instagram .insta_main {
  margin: 40px auto 0;
  overflow-y: scroll;
  height: 1000px;
}

.instagram .insta_main iframe {
  width: 100% !important;
}

/* .voice
============================================== */
.voice {
  margin: 60px 0 0;
  padding: 65px 0 10px;
  background: url('/lp/images_pc/media/voice/bg01.jpg') no-repeat center top,
    url('/lp/images_pc/media/voice/bg02.jpg') repeat-y center top;
  position: relative;
}

.voice h3 {
  margin: 0 0 0 205px;
  text-align: left;
}

.voice .bottle {
  line-height: 0;
  position: absolute;
  left: 50px;
  top: -25px;
}

.voice .item {
  line-height: 0;
  position: absolute;
  right: 10px;
  top: 0;
}

.voice ul {
  margin: 45px 0 0;
  position: relative;
  z-index: 1;
}

.voice ul li {
  margin: 20px 0 0;
  line-height: 0;
  text-align: center;
  position: relative;
}

.voice ul li:first-child {
  margin: 0 0 0;
}

.voice ul li p {
  padding: 15px;
  border: 1px dotted #777;
  background: rgba(255, 255, 255, 0.5);
  width: 500px;
  box-sizing: border-box;
  position: absolute;
  right: 22px;
  bottom: 23px;
  font-size: 17px;
  line-height: 180%;
  text-align: left;
  font-weight: bold;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
}

.voice .text {
  margin: 30px 20px 0;
  text-align: right;
  line-height: 0;
}

/* .publication
========================================================================== */
.publication {
  margin: 0 0 0;
  padding: 0px 0 0;
}

.publication h2 {
  margin: 0 0 0;
  padding: 0 0 0 40px;
  text-align: left;
}

.publication .main_img {
  margin: 65px 0 0;
}

.publication .back_number {
  margin: 85px 0 0;
  text-align: center;
}

.publication .bottom_text {
  margin: 25px 0 0;
  text-align: center;
  line-height: 0;
}

.publication .back_all {
  margin-top: 70px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.publication ul {
  margin-top: 70px;
  padding: 0 7px;
  font-size: 0;
}

.publication ul li {
  margin: 55px 0 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 30%;
}

.publication ul li:nth-child(1),
.publication ul li:nth-child(2),
.publication ul li:nth-child(3) {
  margin-top: 0;
}

.publication ul li:nth-child(3n + 2) {
  margin-left: 5%;
  margin-right: 5%;
}

/* slider
============================================== */
.swiper-container {
  margin-top: 70px;
}

.swiper-slide {
  text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
  top: 58%;
  width: 45px;
  height: 45px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.8;
}

.swiper-button-next {
  background: url('/lp/images_pc/publication/next.png');
  right: 0;
  left: auto;
}

.swiper-button-prev {
  background: url('/lp/images_pc/publication/prev.png');
  left: 0;
  right: auto;
}

/* .regular
========================================================================== */
.regular {
  margin: 50px 0 0;
  padding: 0 0 0;
}

.regular .main_img {
  margin: 0 0 0;
  position: relative;
}

.regular .main_img .period {
  position: absolute;
  right: 50px;
  top: 165px;
}

.regular .main_img .quo {
  margin: 0 0 0;
  padding: 15px 0 20px;
  border-left: 3px solid #13145d;
  border-right: 3px solid #13145d;
}

.regular .main_img.b_top .quo {
  padding: 20px 0 20px;
  border-top: 3px solid #13145d;
}
.regular .main_img.b_top .photo {
  border-top: 3px solid #13145d;
}

.regular .side_border {
  border-left: 3px solid #13145d;
  border-right: 3px solid #13145d;
}

.regular .w950 {
  padding: 13px 22px 5px;
}

.regular .btn a {
  display: inline-block;
  line-height: 0;
}

.regular .main_img .bimonthly {
  margin: 0 0 0;
  padding: 18px 0 7px;
  border-left: 3px solid #13145d;
  border-right: 3px solid #13145d;
}

.regular .main_img .bottom {
  margin: 0 0 0;
}

/*
.regular .main_img::before{
	content: "";
	margin: auto;
	background: url("/lp/images_pc/regular/cashless.jpg") no-repeat center center;
	background-size: 100%;
	width: 950px;
	height: 240px;
	position: absolute;
	top: 1275px;
	left: 0;
	right: 0;
}


.regular .main_img::after{
	content: "";
	margin: auto;
	background: url("/lp/images_pc/regular/quo.jpg") no-repeat center center;
	background-size: 100%;
	width: 950px;
	height: 240px;
	position: absolute;
	top: 1555px;
	left: 0;
	right: 0;
}
*/

.regular .main_img p.cashless_text {
  margin: 0 0 0;
  padding: 0 0 0 35px;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  position: absolute;
  top: 1518px;
  right: 25px;
}

.regular .main_img p.bottom_text {
  margin: 0 0 0;
  padding: 0 0 0 35px;
  font-size: 20px;
  line-height: 170%;
  text-align: right;
  position: absolute;
  bottom: 630px;
  right: 237px;
}

.regular .main_img p.bottom_text .blue_text {
  font-weight: bold;
}

.regular .select {
  margin: 23px 0 0;
}

.regular .year_banner {
  margin: 40px 0 0;
  position: relative;
  text-align: center;
}

.regular .year_banner::before {
  content: '';
  margin: auto;
  background: url('/lp/images_pc/regular/period.png') no-repeat center center;
  background-size: 400px 145px;
  width: 400px;
  height: 145px;
  position: absolute;
  top: 127px;
  right: 15px;
}

.regular .year_banner .btn {
  line-height: 0;
  position: absolute;
  right: 30px;
  bottom: 16px;
  border: none;
  background: none;
  box-shadow: none;
}

.regular .year_banner .btn a {
  display: inline-block;
}

.regular .year_banner .btn a:hover {
  animation: rubberBand2 3s infinite;
  opacity: 0.6;
}

.regular .pack {
  margin: 27px 0 0;
}

.regular .pack ul {
  margin: 25px 0 0;
  font-size: 0;
}

.regular .pack ul li {
  line-height: 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 32%;
}

.regular .pack ul li:nth-child(2) {
  margin: 0 2%;
}

.regular .bottom {
  margin: 40px 0 0;
}

.regular .bottom.amazon a {
  line-height: 0;
  display: inline-block;
}

.regular .quo {
  margin: 45px 0 0;
}

.regular .cashless {
  margin: 45px 0 0;
}

.regular .cashless p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

.regular .border_box {
  margin: 40px 0 0;
}

.border_box {
  padding: 20px 25px 28px;
  text-align: center;
  border: 1px solid #1a2781;
}

.border_box h3 {
  font-size: 18px;
  line-height: 180%;
  font-weight: bold;
}

.border_box p {
  font-size: 16px;
  line-height: 180%;
}

.border_box .box {
  margin: 15px 0 0;
  padding: 11px 0 15px;
  text-align: center;
  border: 1px solid #ddd;
}

.border_box .box p {
  font-size: 18px;
  line-height: 180%;
}

/* .regular_cv
========================================================================== */
.regular_cv {
  margin: 20px 0 0;
  padding: 0 0 0;
  text-align: center;
}

.regular_cv h2 {
  line-height: 0;
}

.regular_cv .reg_main {
  line-height: 0;
}

.regular_cv h3 {
  padding: 20px 0;
  line-height: 0;
}

.regular_cv .setlist {
  line-height: 0;
  border-top: 1px solid #000;
}

.regular_cv .setlist > li {
  margin: 0 auto;
  width: 967px;
  border-bottom: 1px solid #000;
}

.regular_cv .setlist .boxin {
  line-height: 0;
  position: relative;
}

.regular_cv .setlist .boxin .set_btn {
  line-height: 0;
  position: absolute;
  top: 200px;
  right: 49px;
}

.regular_cv .setlist .boxin .set_btn a {
  line-height: 0;
  display: inline-block;
}

.regular_cv .setlist02 {
  padding: 0 0 0;
  font-size: 0;
}

.regular_cv .setlist02 > li {
  margin-bottom: 13px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 476px;
}

.regular_cv .setlist02 > li:nth-child(2n + 2) {
  margin-left: 20px;
}

.regular_cv .setlist02 .boxin {
  line-height: 0;
  position: relative;
}

.regular_cv .setlist02 .boxin .set_btn {
  line-height: 0;
  position: absolute;
  top: 190px;
  right: 10px;
}

.regular_cv .setlist02 .boxin .set_btn a {
  line-height: 0;
  display: inline-block;
}

.regular_cv .bimonthly {
  margin: 20px 0 0;
  line-height: 0;
}

.regular_cv .banner {
  margin: 20px 0 0;
  line-height: 0;
}

.regular_cv .banner a {
  display: inline-block;
  line-height: 0;
}

.regular_cv .daigosasshi {
  margin: 20px 0 0;
  line-height: 0;
}

.regular_cv .photo.amazon {
  margin: 40px 0 0;
  line-height: 0;
}

/* contact
========================================================================== */
.contact {
  margin: 65px 0 30px;
}

.contact.mid {
  margin: 45px 0 60px;
}

.contact .btn {
  margin: auto;
  text-align: center;
  line-height: 0;
}

.contact .btn a {
  display: inline-block;
}

.rubberband a:hover {
  animation: rubberBand2 3s infinite;
  opacity: 0.6;
}

.contact > h2 {
  margin: 0 0 20px;
}

#Contents div.column.contact_info {
  float: right;
}

/* クレジットのカード番号 */
.input_widthA {
  width: 54px;
}

#content {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#content iframe#egg_form {
  width: 100%;
  min-height: 2100px;
}

.contact div.btmbtn ul {
  margin: 30px auto 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
}

.contact div.cartstep .btn-success,
.contact #CartList div.btmbtn .btn-success {
  padding: 0;
  font-size: 0;
  background: none;
  border: none;
  box-shadow: none;
}

.userList.orderBox.list input,
.contact .input_radio input {
  vertical-align: text-top !important;
}

/* footer
   ========================================================================== */
footer {
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0;
  bottom: 100px;
  z-index: 10;
  background: #1a2781;
}

footer .footer_top {
  margin: 0 auto;
  padding: 23px 0 0;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  width: 1000px;
  height: 70px;
}

footer .footer_top .inner {
  position: relative;
  text-align: center;
}

footer .footer_top .footer_logo {
  position: absolute;
  left: 0;
  top: -53px;
  line-height: 0;
  background: #fff;
  border-radius: 3px;
}

footer .footer_top .footer_logo a {
  display: block;
  margin: 0 0 0;
  line-height: 0;
}

footer .footer_top .footer_logo a img {
  max-width: 100%;
}

footer .footer_top ul {
  margin: 0 0 0;
  padding: 0 100px 0 170px;
  text-align: left;
}

footer .footer_top ul li {
  margin: 0 0 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

footer .footer_top ul li a {
  font-size: 17px;
  display: inline-block;
  margin: 3px 0 0;
  background-size: auto;
  border: none;
  padding: 0;
  color: #fff;
  width: auto;
  text-align: left;
  background: none;
  overflow: inherit;
}

footer .footer_top ul li a span {
  color: #fff;
  border-right: 1px solid #fff;
  height: 17px;
  padding: 0 10px;
  font-size: 17px;
  display: inline-block;
  line-height: 1;
}

footer .footer_top ul li a:hover span {
  text-decoration: underline;
}

footer .footer_top ul li:first-child span {
  border-left: 1px solid #fff;
}

footer .footer_top .bottle {
  position: absolute;
  right: 0;
  top: -144px;
  line-height: 0;
}

footer address {
  font-size: 14px;
  font-style: italic;
  line-height: 150%;
  padding: 22px 0 0;
  color: #333;
  display: block;
  text-align: center;
}

/* company
   ========================================================================== */
#pointer h2 {
  margin: 0 0 90px;
  padding: 45px 0 0;
  background: #1a2781;
  text-align: center;
  height: 120px;
  box-sizing: border-box;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

#pointer h2::after {
  content: '';
  background: url(/lp/images_pc/common/arrow.png);
  width: 280px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -140px;
}

.company_wrap {
  padding: 0 0 0;
  background: #fff;
}

.company_wrap table {
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto 0;
}

.company_wrap table th.title {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}

.company_wrap table th {
  background: #efefef;
  border: 1px solid #ccc;
  padding: 20px;
  font-weight: normal;
  width: 180px;
  text-align: center;
  vertical-align: middle;
}

.company_wrap table td {
  border: 1px solid #ccc;
  padding: 20px;
  vertical-align: middle;
}

.company_wrap table td a {
  color: #0099ff;
}

.company_wrap table td a:hover {
  text-decoration: underline;
}

.company_wrap table td .photo {
  margin: 15px 0 0;
  line-height: 0;
}

/* privacy_wrap
   ========================================================================== */
.privacy_wrap {
  padding: 0 0 0;
  background: #fff;
}

.privacy_wrap .container {
  padding: 0 25px;
}

.privacy_wrap .box {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 30px;
}

.privacy_wrap .box:last-child {
  margin: 0 auto 0;
}

.privacy_wrap .box h3 {
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 10px;
  text-align: left;
}

.privacy_wrap .box .text {
  font-size: 15px;
  line-height: 150%;
  padding: 0 0 0 15px;
  display: block;
}

.privacy_wrap .box .text span {
  font-size: 15px;
  padding: 0 0 0 16px;
  display: block;
  position: relative;
  margin: 0 0;
}

.privacy_wrap .box .text span:before {
  content: '・';
  position: absolute;
  left: 0;
  font-weight: bold;
}

.privacy_wrap .box .text span.callma_tel {
  padding: 0 0 0 44px;
}

.privacy_wrap .box .text span.callma_tel:before {
  content: 'TEL : ';
  position: absolute;
  left: 0;
  font-weight: normal;
}

.privacy_wrap .box a {
  color: #0099ff;
}

.privacy_wrap .box a:hover {
  text-decoration: underline;
}

/* privacy_block
   ========================================================================== */
.privacy_block {
  margin: 0 0 0;
}

.privacy_block .sub {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
}

.privacy_block .privacy_li {
  margin: 0 0 20px;
}

.privacy_block .privacy_li > li {
  margin: 30px 0 0;
}

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

.privacy_block .privacy_li .cbox + .cbox {
  margin: 20px 0 0;
}

.privacy_block .privacy_li .inbox {
  padding: 0 0 0 15px;
}

.privacy_block .privacy_li .ttl {
  margin: 0 0 10px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
  position: relative;
}

.privacy_block .privacy_li .ttl .no {
  position: absolute;
  left: 0;
}

.privacy_block .privacy_li .ttl.pal0 {
  padding-left: 0;
}

.privacy_block .privacy_li .second_ttl {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 150%;
}

.privacy_block .privacy_li .second_ttl.under {
  font-weight: bold;
  text-decoration: underline;
}

.privacy_block .privacy_li p {
  font-size: 15px;
  line-height: 150%;
}

.privacy_block .privacy_li ul.inbox {
  margin: 15px 0 0;
}

.privacy_block .privacy_li ul.inbox li {
  margin: 5px 0;
  font-size: 15px;
  line-height: 150%;
}

.privacy_block .privacy_li table {
  margin: 15px 0 0;
  width: 100%;
}

.privacy_block .privacy_li table td,
.privacy_block .privacy_li table th {
  padding: 15px;
  font-size: 15px;
  line-height: 150%;
  border: 1px solid #ddd;
}

.privacy_block .privacy_li table th {
  background: #f8f8f8;
}

.privacy_block .privacy_li table .center {
  text-align: center;
}

.privacy_block .enactment {
  margin: 20px 0 0;
  text-align: right;
  font-size: 13px;
}

/* plate
   ========================================================================== */
#plate {
  position: fixed;
  top: 50px;
  right: 0;
  background: #fff;
  border: 4px solid #1a2781;
  width: 200px;
  min-height: 220px;
  box-sizing: border-box;
  z-index: 11;
  transition: right ease 0.3s;
}

#plate.on {
  right: -200px;
}

#plate .plate_inner {
  position: relative;
  padding: 0 0 0;
  text-align: center;
}

#plate .plate_inner > img:nth-child(1) {
  position: absolute;
  top: -46px;
  left: 5px;
}

#plate .plate_inner > i {
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
  font-size: 25px;
  text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px,
    #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px,
    #fff 1px -1px, #fff -1px -1px;
}

#plate .plate_inner > i:hover {
  opacity: 0.5;
}

#plate .plate_inner .blue_bg {
  margin: 0 0 5px;
  background: #1a2781;
  height: 41px;
  text-align: right;
  padding: 6px 5px 0 0;
  box-sizing: border-box;
  color: #feeb21;
  font-weight: bold;
  font-size: 19px;
  line-height: 130%;
}

#plate .plate_inner .photo {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #1a2781;
}
#plate .plate_inner .photo.quo {
  display: none;
}

#plate .plate_inner > a {
  margin: -4px 0 0;
  display: inline-block;
  transition: all ease-in 0.5s;
}

#plate .plate_inner > a:hover {
  animation: rubberBand2 3s infinite;
  opacity: 0.6;
}
#plate .plate_inner p {
  margin-top: -5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}

/* plate02
   ========================================================================== */
#plate02 {
  position: fixed;
  top: 345px;
  right: 0;
  background: #fff;
  width: 200px;
  box-sizing: border-box;
  z-index: 11;
  transition: right ease 0.3s;
}

#plate02.on {
  right: -200px;
}

#plate02 .plate_inner {
  position: relative;
  padding: 0 0 0;
  text-align: center;
}

#plate02 .plate_inner > i {
  position: absolute;
  top: -26px;
  right: 7px;
  cursor: pointer;
  font-size: 25px;
  text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px,
    #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px,
    #fff 1px -1px, #fff -1px -1px;
}

#plate02 .plate_inner > i:hover {
  opacity: 0.5;
}

#plate02 .plate_inner a {
  display: block;
  line-height: 0;
  transition: 0.3s;
}

#plate02 .plate_inner a:hover {
  opacity: 0.7;
}

/* deferred_payment
   ========================================================================== */
.deferred_payment {
  margin: 20px 0 0;
}

.deferred_payment .img_banner a {
  display: inline-block;
}

.deferred_payment p {
  margin: 25px 0 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 170% !important;
}

/* thanks_line_wrap
   ========================================================================== */
.thanks_line_wrap {
  margin: 0px auto 50px;
  text-align: center;
}

.thanks_line_wrap .thanks_view {
  text-align: center;
  line-height: 0;
}

.thanks_line_wrap .line_btn {
  margin: 50px auto 0;
  text-align: center;
}

.thanks_line_wrap .line_btn a {
  display: inline-block;
  transition: 0.3s;
}

.thanks_line_wrap .line_btn a:hover {
  opacity: 0.5;
}

/* lp_beauty
   ========================================================================== */
.lp_beauty header h1,
.lp_mass header h1 {
  position: relative;
}

.beauty_ninki,
.lp_ninki {
  margin: 0 0 0;
}

.beauty_ninki .ninki_btn_bg,
.lp_ninki .ninki_btn_bg {
  position: relative;
}

.beauty_ninki .ninki_btn_bg .ninki_btn,
.lp_ninki .ninki_btn_bg .ninki_btn {
  line-height: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 75px;
  background: url('/lp/images_pc/lp_common/ninki_btn_bg.png') no-repeat center center;
}

.beauty_ninki .ninki_btn_bg .ninki_btn a,
.lp_ninki .ninki_btn_bg .ninki_btn a {
  line-height: 0;
  display: inline-block;
}

.beauty_ninki .bottom_link,
.lp_ninki .bottom_link {
  padding: 0 34px 15px;
  display: flex;
}

.beauty_ninki .bottom_link li,
.lp_ninki .bottom_link li {
  width: 49.5%;
}

.beauty_ninki .bottom_link li:nth-child(1),
.lp_ninki .bottom_link li:nth-child(1) {
  margin-right: 1%;
}

.beauty_ninki .bottom_link .photo,
.lp_ninki .bottom_link .photo {
  line-height: 0;
}

.beauty_ninki .bottom_link .photo a,
.lp_ninki .bottom_link .photo a {
  display: block;
  line-height: 0;
}

.beauty_ninki .bottom_link li .text_box,
.lp_ninki .bottom_link li .text_box {
  padding: 5px 0 0;
  text-align: right;
  line-height: 1;
}

.beauty_ninki .bottom_link li .text_box p:nth-child(2),
.lp_ninki .bottom_link li .text_box p:nth-child(2) {
  margin: 5px 0 0;
}

.beauty_ninki .bottom_link li .text_box p a,
.lp_ninki .bottom_link li .text_box p a {
  font-size: 14px;
  line-height: 150%;
  color: #0066ff;
  font-family: 'メイリオ', 'ms pgothic', sans-serif;
}

/* add_order */

.order_notice {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
.order_notice .top_title {
  padding-top: 60px;
  font-size: 25px;
  line-height: 1.2;
  color: #f70500;
  font-weight: 700;
}
.order_notice .box {
  padding-top: 13px;
}
.order_notice .item {
  padding-top: 20px;
}
.order_notice .title {
  padding: 16px 22px 14px 22px;
  background-color: #efefef;
  font-size: 16px;
  line-height: 1.2;
  color: #111;
  font-weight: 700;
}
.order_notice .text {
  padding: 20px 10px 0 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
  font-weight: normal;
}

/* add_set */

.set {
  margin: 0 auto 20px auto;
  padding: 20px 27px 0 27px;
  font-size: 0;
  line-height: 1;
}
.set .item {
  position: relative;
  border-top: 1px solid #000;
}
.set .img {
  font-size: 0;
  line-height: 1;
}
.set .btn {
  position: absolute;
  bottom: 58px;
  left: 242px;
  font-size: 0;
  line-height: 1;
}
.set.reg {
  margin: 0 auto 20px auto;
  padding-top: 0;
  background: #f5fbff;
}
h3.reg {
  padding: 0;
  background: #f5fbff;
}
.set.reg .item {
  border-top: none;
  border-bottom: 1px solid #000;
}
.set.reg .btn {
  bottom: 30px;
  left: 240px;
}
.set.reg .item:last-child .btn {
  bottom: 24px;
}

/* golf */

.golf_movie {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.golf_movie img {
}
.golf_movie_box {
  width: 455px;
  height: 255px;
  position: absolute;
  bottom: 10px;
  left: 45px;
}
.golf_movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.golf_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.reason {
  margin-top: 30px;
}

.choice {
  margin-top: 45px;
}
.choice .text_1 {
  padding-left: 100px;
  background: url(/lp/images_pc/lp_common/choice/1_2.jpg) no-repeat;
  background-size: 100% auto;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 17px;
  line-height: 1.4;
  font-style: normal;
  font-weight: bold;
}
.choice .text_1 a {
  color: #00a8ff;
  text-decoration: none;
}
.choice .text_1 a:hover {
  text-decoration: underline;
}
.choice .text_2 {
  padding-left: 572px;
  background: url(/lp/images_pc/lp_common/choice/2_2.jpg) no-repeat;
  background-size: 100% auto;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 17px;
  line-height: 1.4;
  font-style: normal;
  font-weight: bold;
}

.youtube_top_title {
  font-size: 0;
  line-height: 0;
}
.beauty_youtube_teiki_main {
  margin-top: 32px;
  position: relative;
}
.beauty_youtube_teiki_main .bg {
}
.beauty_youtube_teiki_main .btn {
  position: absolute;
  bottom: 35px;
  right: 96px;
}
.beauty_youtube_teiki {
  padding: 10px 0 5px 0;
  font-size: 0;
  text-align: center;
}
.beauty_youtube_teiki .item {
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
}
.beauty_youtube_teiki .item a {
  display: block;
  position: relative;
}
.beauty_youtube_teiki .item span {
  position: absolute;
  right: -3px;
}
.beauty_youtube_teiki .item:nth-child(1) span,
.beauty_youtube_teiki .item:nth-child(2) span {
  top: -10px;
}
.beauty_youtube_teiki .item:nth-child(3) span,
.beauty_youtube_teiki .item:nth-child(4) span {
  top: 6px;
}

.apology {
  padding: 15px 0 23px 0;
}
.apology_inner {
  padding: 34px 25px 25px 25px;
  border: 1px solid #13165d;
}
.apology .title {
  font-size: 25px;
  color: #13165d;
  text-align: center;
}
.apology .text {
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #313131;
}
.apology .text a {
  color: #277fb8;
}
.apology .text a:hover {
  text-decoration: underline;
}
.apology .thum_title {
  padding-top: 35px;
  font-size: 16px;
  color: #313131;
}
.apology .thum {
  padding-top: 20px;
  font-size: 0;
  line-height: 0;
}
.apology .thum img {
  width: calc(20% - 8px);
  margin-right: 10px;
  display: inline-block;
}
.apology .thum img:last-child {
  margin-right: 0;
}

#plate .annotation {
  font-size: 12px;
  line-height: 1.5;
}

.lp_payment_btn {
  margin-bottom: 62px;
  text-align: center;
}
.lp_cv,
.silica_rank {
  position: relative;
}
.lp_cv .btn {
  position: absolute;
  bottom: 9%;
  left: 80px;
}
.lp_cv .photo img {
  width: 100%;
}

.silica_rank .btn {
  position: absolute;
  bottom: 1.5%;
  left: 50%;
  transform: translateX(-50%);
  background: 0 0;
  border: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
}

header.short h1 {
  position: static;
  line-height: 0;
  z-index: 10;
  background: none;
}
header.short .main_view .btn {
  width: 100%;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header.short .main_view .btn a {
  display: inline-block;
}
header.short .main_view .btn a img {
  width: 930px;
}
.short_page {
  font-size: 0;
  line-height: 1;
}
.short_page .image {
  position: relative;
}
.short_page .image div {
  width: 90%;
  position: absolute;
  left: 5%;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  line-height: 1.5;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.short_page .image .text_1 {
  top: 1150px;
  font-size: 54px;
}
.short_page .image .text_1 span {
  font-size: 44px;
}
.short_page .image .text_2 {
  top: 1700px;
  font-size: 44px;
}
.short_page .image .text_3 {
  top: 1800px;
  font-size: 44px;
}
.short_cv {
  font-size: 0;
  line-height: 1;
}
.short_cv .item {
  position: relative;
}
.short_cv .image {
}
.short_cv .btn {
  position: absolute;
  bottom: 39px;
  left: 267px;
}
.short_cv .bottom {
  position: relative;
}
.short_cv .left_btn {
  position: absolute;
  bottom: 41px;
  left: 32px;
}
.short_cv .right_btn {
  position: absolute;
  bottom: 41px;
  left: 533px;
}
.short_regular {
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.short_regular .image {
}
.short_regular .image div {
  font-family: 'メイリオ', 'ms pgothic', sans-serif;
  line-height: 1.5;
  color: #002868;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.short_regular .image .text {
  padding: 20px 5% 0 5%;
  font-size: 48px;
  font-weight: bold;
}
.short_regular .image .caution {
  padding: 0 12% 20px 12%;
  font-size: 15px;
  font-weight: normal;
  text-align: right;
}
.short_regular .number {
  padding: 20px 0 40px 0;
}
.short_regular .number a {
  pointer-events: none;
}
.short_regular .banner {
  margin: 20px 0 0 0;
}
.short_regular .banner img {
  width: 100%;
}
.short_regular .compare {
  padding-top: 47px;
}