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

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

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

header .btn {
  padding: 0;
  position: absolute;
  right: 20px;
  bottom: 52px;
  background: url(/contents/images/images_pc/common/btn_bg.png) no-repeat center top;
  border: none;
  box-shadow: none;
}

header .btn a {
  display: block;
  line-height: 0;
  transition: 0.3s;
}

header .btn:hover {
  animation: rubberBand2 3s infinite;
  background: url(/contents/images/images_pc/common/btn_bg.png) no-repeat center top;
}

header .btn a:hover {
  opacity: 0.7;
}

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

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

.intestinal h2 {
  margin: 0 0 0;
  padding: 0 0 62px 0;
  line-height: 0;
  text-align: center;
}

.intestinal h3 {
  margin: 0 0 0;
  line-height: 0;
  text-align: center;
}

/* increase
========================================================================== */
.increase {
  margin: 25px 0 0;
}

.increase .bottom {
  margin: 0 0 0;
}

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

.age h2 {
  margin: 0 0 0;
  position: relative;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.65);
}

.age .bg_block {
  margin: 0 0 0;
  padding: 0 30px 50px;
  background: url(/contents/images/images_pc/age/bg.jpg) repeat center center;
}

.age .bg_block h3 {
  padding: 48px 0 0;
}

.age .bg_block ul {
  margin: 41px 0 0;
}

.age .bg_block ul li {
  margin: 20px 0 0;
  padding: 15px 17px;
  background: url(/contents/images/images_pc/age/box_bg.jpg) repeat center top;
  font-size: 0;
}

.age .bg_block ul li:nth-child(1) {
  margin: 0 0 0;
}

.age .bg_block ul li .photo {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 200px;
}

.age .bg_block ul li .text_box {
  padding: 20px 0 0 27px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 706px;
}

.age .bg_block ul li .text_box h4 {
  margin: 0 0 0;
  line-height: 0;
}

.age .bg_block ul li .text_box p {
  margin: 17px 0 0;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}

/* revolution
========================================================================== */
.revolution {
  margin: 35px 0 0;
}

.revolution .bottom {
  margin: 40px 0 0;
  padding: 0;
  position: relative;
}

.revolution .bottom .arrow {
  position: absolute;
  top: -140px;
  left: 50%;
  margin-left: -272px;
  line-height: 0;
  animation: arrow 3s infinite;
}

@keyframes arrow {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.revolution .bottom .recognized {
  margin: -325px auto 0;
}

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

.step h2 {
  margin: -15px 0 0;
}

.step ul {
  margin: 0 0 0;
}

.step ul li {
  margin: 0 0 0;
  line-height: 0;
  text-align: center;
}

/* grain
========================================================================== */
.grain {
  margin: 16px 0 0;
}

.grain .mainv {
  padding: 0;
  line-height: 0;
}

.grain .mainv .recognized {
  margin: -359px auto 0;
}

/* instagram
========================================================================== */
.instagram {
  margin: 45px 0 0;
  padding: 0 0 70px;
  border-top: 1px dotted #ccc;
}

.instagram .top_block {
  padding: 126px 0 0 160px;
  height: 220px;
  box-sizing: border-box;
  background: url(/contents/images/images_pc/instagram/title.png) no-repeat 16px 14px;
  background-size: auto;
}

.instagram .top_block p {
  font-size: 17px;
  line-height: 150%;
}

.instagram .top_block p .green_text {
  color: #0c3f17;
  font-weight: bold;
}

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

/* voice
=========================================== */
.voice {
  margin: 0 0 216px;
  padding: 0 0 60px;
  background: url(/contents/images/images_pc/grain/voice_bg.jpg) repeat left center;
  position: relative;
}

.voice h2 {
  margin: -41px 0 0;
  display: inline-block;
}

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

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

.voice .bottom {
  position: absolute;
  bottom: -173px;
  left: 50%;
  margin-left: -480px;
}

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

.regular .top .mainv {
  position: relative;
}

.regular .top .mainv .quo {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 40px;
}

.regular .quo_block {
  padding: 40px 0 0;
}

.regular .top .mainv .cashless {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 300px;
}

.regular .cashless.quo_block {
  margin-bottom: -20px;
}

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

/* recommended
=========================================== */
.recommended {
  margin: 0 0 0;
  padding: 0 0 50px;
  background: url(/contents/images/images_pc/regular/bg.jpg) repeat center top;
}

.recommended ul {
  margin: 40px 0 0;
  text-align: center;
  font-size: 0;
}

.recommended ul li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: auto;
  line-height: 0;
}

.recommended ul li:nth-child(2) {
  margin: 0 10px;
}

.recommended .price {
  margin: 28px 0 0;
  text-align: center;
  line-height: 0;
}

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

.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: 2000px;
}

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

.contact div.cartstep .btn-success:hover,
.contact #CartList div.btmbtn .btn-success:hover {
  opacity: 0.6;
}

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

/* company
   ========================================================================== */
#pointer h2 {
  margin: 0 0 90px;
  padding: 45px 0 0;
  background: #0e4017;
  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(/contents/images/images_pc/common/arrow.png);
  width: 280px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -140px;
}

.company_wrap {
  padding: 0 0 0;
}

.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;
  background: #fff;
}

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

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

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

/* plate
   ========================================================================== */
#plate {
  position: fixed;
  top: 87px;
  right: 0;
  background: #fff;
  border: 3px solid #bf322f;
  width: 200px;
  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: left;
}

#plate .plate_inner > img:nth-child(1) {
  position: absolute;
  top: -34px;
  right: 59px;
}

#plate .plate_inner > img:nth-child(2) {
  position: absolute;
  top: -57px;
  right: 2px;
}

#plate .plate_inner .fa-times {
  position: absolute;
  top: -83px;
  right: 0;
  cursor: pointer;
  font-size: 25px;
}

#plate .plate_inner .fa-times:hover {
  opacity: 0.5;
}

#plate .plate_inner .title {
  background: #bf322f;
  height: 34px;
  text-align: left;
  padding: 5px 0px 0 3px;
  box-sizing: border-box;
  color: #efedc9;
  font-weight: bold;
  font-size: 23px;
}

#plate .plate_inner .photo {
  border-bottom: 1px dashed #bf322f;
}

#plate .plate_inner .btn {
  padding: 10px 0 5px;
  text-align: center;
  line-height: 0;
  border: none;
  box-shadow: none;
  background: none;
  display: inherit;
}

#plate .plate_inner .btn a {
  display: inline-block;
  transition: all ease-in 0.5s;
  line-height: 0;
}

#plate .plate_inner a:hover {
  animation: rubberBand2 3s infinite;
  opacity: 0.6;
}

/* year_block
   ========================================================================== */
.year_block {
  line-height: 0;
  position: relative;
}

.year_block .period {
  line-height: 0;
  position: absolute;
  top: 125px;
  right: 15px;
  width: 400px;
}

.year_block .btn.zsk {
  display: inline-block;
  line-height: 0;
  position: absolute;
  bottom: 30px;
  right: 36px;
  padding: 0;
  font-size: 0;
  background: none;
  border: none;
  box-shadow: none;
}

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

.year_block .btn:hover {
  animation: rubberBand2 3s infinite;
}

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

.notice {
  padding: 9px 5px 7px 5px;
  border: 3px solid #0e4017;
  font-size: 23px;
  line-height: 1.2;
  color: #d80000;
  font-weight: bold;
  text-align: center;
}

.banner {
  margin-top: 55px;
  text-align: center;
}
