@charset "UTF-8";
/* ===================================================================

style style

=================================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.7;
  color: #222;
  background: #fff;
}

a {
  text-decoration: underline;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

img {
  vertical-align: bottom;
}

select, input, textarea, button {
  vertical-align: middle;
}

#wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1600px;
  color: #333;
  overflow-x: hidden;
}

p {
  font-size: 1.4rem;
  text-align: left;
}

header {
  text-align: center;
  margin: 0 auto;
}

#main {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: hidden;
}

#mainContents {
  width: 100%;
}

@media only screen and (max-width: 1399px) {
  #mainContents {
    width: 1400px;
  }
}
.box01 {
  background: #e1d6d4;
  padding-bottom: 50px;
}

.box02 {
  background: #e9ddc1;
}
.box02 .box02head {
  background: #806452;
  padding-bottom: 100px;
}
.box02 .box02cont {
  margin-top: -100px;
}

.compoBtn {
  width: 920px;
  margin: 30px auto 20px auto;
  border: 1px solid #462b1a;
  color: #462b1a;
  font-family: source-han-serif-japanese, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.4rem;
  padding: 25px 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.compoBtn:before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #462b1a;
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
.compoBtn:after {
  content: '+';
  color: #fff;
  position: absolute;
  top: calc(50% - 14px);
  right: 15px;
}
.compoBtn.active:after {
  content: '-';
  right: 18px;
}

.components {
  display: none;
  width: 920px;
  margin: 0 auto 40px auto;
  text-align: left;
  font-size: 1.8rem;
}
.components dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.components dl dt {
  width: 50%;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  padding: 10px;
  font-size: 1.8rem;
  box-sizing: border-box;
}
.components dl dd {
  width: 50%;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  padding: 10px;
  font-size: 1.8rem;
  box-sizing: border-box;
}
.components dl .title {
  font-weight: bold;
  background: #f5f5f5;
}

.cvCont {
  margin: 60px auto;
  max-width: 796px;
}
.cvCont .caution {
  font-size: 1.4rem;
  width: 750px;
  margin: 0 auto;
}
.cvCont .cv01Btn {
  width: 750px;
  margin: 30px auto 20px auto;
}
.cvCont .cv01Btn a {
  display: block;
  color: #fff;
  background: #20ca84;
  font-family: source-han-serif-japanese, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4.0rem;
  line-height: 1;
  text-decoration: none;
  font-feature-settings: "palt";
  padding: 36px 0 36px 0;
  letter-spacing: 0.07em;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  animation-name: shadow;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  box-shadow: 0px 0px 2px rgba(24, 139, 85, 0.4);
  transition: .4s;
}
.cvCont .cv01Btn a:hover {
  animation-play-state: paused;
  background: #229465;
}
.cvCont .cv01Btn a:after {
  content: '';
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 4%;
  animation-name: movimg;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.cvCont .cvNormal {
  position: relative;
  margin-top: 20px;
}
.cvCont .cvNormal button {
  display: block;
  width: 48%;
  position: absolute;
  top: 43%;
  right: 2%;
  transition: .4s;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.cvCont .cvNormal button:hover {
  opacity: 0.7;
}

@keyframes shadow {
  0% {
    box-shadow: 0px 0px 2px rgba(24, 139, 85, 0.4);
    opacity: 1;
  }
  50% {
    box-shadow: 0px 0px 20px rgba(24, 139, 85, 0.8);
    opacity: 0.8;
  }
  100% {
    box-shadow: 0px 0px 2px rgba(24, 139, 85, 0.4);
    opacity: 1;
  }
}
@keyframes moving {
  0% {
    right: 4%;
  }
  50% {
    right: 1%;
  }
  100% {
    right: 4%;
  }
}
.faq {
  font-family: source-han-serif-japanese, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6rem;
  text-align: left;
  margin: 0 auto;
  width: 920px;
  margin-bottom: 40px;
}
.faq dt {
  background: #6e625b;
  border-radius: 6px;
  font-size: 2.4rem;
  position: relative;
  padding: 10px 30px 10px 50px;
  margin-bottom: 15px;
  color: #fff;
  cursor: pointer;
}
.faq dt:before {
  content: 'Q.';
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
}
.faq dt:after {
  content: '+';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  font-size: 2.0rem;
  width: 20px;
  height: 20px;
  line-height: 1;
  box-sizing: border-box;
  padding-top: 2px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}
.faq dt.active:after {
  content: '-';
}
.faq dd {
  font-size: 1.8rem;
  margin-bottom: 15px;
  display: none;
}

#cvForm {
  text-align: left;
  max-width: 1600px;
  margin: 0 auto;
}
#cvForm p.caution {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.8rem;
  color: #a00;
  font-weight: bold;
}

input[name="landing_page_order"] {
  opacity: 0;
}

.invalid-fields-notice-box {
  opacity: 0;
  transition: opacity .4s;
}
.invalid-fields-notice-box.show {
  opacity: 1;
}

#ukokkei-landing-page-form .invalid-fields-notice-box {
  bottom: 170px;
}

#ukokkei-landing-page-form table {
  border-spacing: 2px;
  border-collapse: separate;
}

.sml {
  font-size: 80%;
}

.ybg {
  background: #fff571;
  font-weight: bold;
  color: #222222;
}

.blue0 {
  color: #43b8e9;
}

.blue02 {
  color: #2e5896;
}

.red {
  color: #ff4141;
}

.big {
  font-size: 2.4rem;
}

.middle {
  font-size: 1.8rem;
}

.pink {
  color: #eb6877;
}

footer {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  background: #fff;
}

footer ul li {
  font-size: 1.6rem;
  margin: 0 10px;
}

footer ul {
  margin-top: 50px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

footer ul li a {
  font-size: 1.6rem;
  text-decoration: none;
}

.copy {
  display: block;
  background: #f6cecf;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  padding: 10px 0;
}

.cv .btn a,
.cvBtn a {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  transition: .25s linear;
  -webkit-transition: .25s linear;
  -moz-transition: .25s linear;
}
.cv .btn a:before,
.cvBtn a:before {
  display: block;
  position: absolute;
  z-index: 3;
  opacity: 0.7;
  left: -30%;
  top: -20%;
  content: "";
  width: 100px;
  height: 140%;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff white, rgba(255, 255, 255, 0) 100%);
  animation: shiny 3s infinite linear;
  -webkit-animation: shiny 3s infinite linear;
  -moz-animation: shiny 3s infinite linear;
}
.cv .btn a:hover,
.cvBtn a:hover {
  opacity: 0.7;
}

@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-moz-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}



.video_wrap{
  position: relative;
}


.video_wrap .mv01{
    display: block;
    width: 26%;
    height: 48%;
    border-radius: 100%;
    position: absolute;
    top: 11%;
    left: 20%;
    overflow: hidden;
}
.video_wrap .mv01 video{
  width: 174%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -54%;
    right: 0;
    margin: auto;
}
.video_wrap .mv02{
  display: block;
  width: 26%;
  height: 48%;
  border-radius: 100%;
  position: absolute;
  top: 11%;
  right: 20.7%;
  overflow: hidden;
}
.video_wrap .mv02 video{
  width: 174%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -62%;
    right: 0;
    margin: auto;
}


/*--------------------

      floatBnr

--------------------*/
.floatBnr {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 9999;
  text-align: center;
  background: #f6cecf;
  min-height: 1px;
  transition: bottom .4s;
}
.floatBnr:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.floatBnr.active {
  display: block;
}
.floatBnr.hide {
  bottom: -200px;
}
.floatBnr a {
  display: block;
}
.floatBnr ul {
  width: 770px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.floatBnr ul li {
  padding-bottom: 10px;
}
.floatBnr ul li:not(:last-of-type) a {
  transition: .4s;
}
.floatBnr ul li:not(:last-of-type) a:hover {
  opacity: .8;
}
.floatBnr ul li.footCv {
  padding-bottom: 0;
}
.floatBnr ul li.footCv a {
  transition: .2s;
}
.floatBnr ul li.footCv a:hover {
  transform: scale(1.05);
}



/*--------------------

      popup

--------------------*/
/* ポップアップ css */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #efefef;
  width: 96%;
  margin: 0 2%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 101;
  font-size: 1.2rem;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.popup_inner {
  padding: 20px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 100;
}

/* ポップアップ css */
.popup h4 {
  background: #2e5795;
  text-align: center;
  color: white;
  font-size: 20px;
  padding: 7px 0;
  margin: 0 0 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.popup_inner h5 {
  border-left: 3px solid #2e5795;
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
  background: #fff;
  font-size: 2.0rem;
}

.popup_inner p {
  font-size: 1.6rem;
}

.popup_inner dl, .box {
  overflow: auto;
}

.popup_inner dl {
  border-bottom: 1px solid #CCC;
  background: #ddd;
  font-size: 0;
}

.popup_inner dl dt {
  display: inline-block;
  width: 34%;
  padding: 3%;
  vertical-align: top;
  font-size: 1.4rem;
  clear: both;
  border-top: 1px solid #CCC;
  font-weight: bold;
}

.popup_inner dl dd {
  margin: 0;
  display: inline-block;
  width: 54%;
  padding: 3%;
  border-left: 0;
  border-top: 1px solid #CCC;
  background: #efefef;
  font-size: 1.4rem;
}

.popup_inner {
  padding: 3%;
}
.popup_inner table {
  margin: 10px 0;
  background: #fff;
}
.popup_inner td,
.popup_inner th {
  padding: 10px;
}
.popup_inner th {
  background: #333;
  color: #2e5795;
}
.popup_inner td {
  background: #fff;
  padding: 10px 20px;
}
.popup_inner ol li {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.close {
  display: block;
  text-align: center;
  font-weight: bold;
}
.close a {
  display: inline-block;
  border: 2px solid #fff;
  background: #2e5795;
  color: #fff;
  padding: 5px 10px;
}

#swipebox-bottom-bar {
  display: none;
}

.anim {
  -webkit-animation: anim 3s ease-in infinite;
  animation: anim 3s ease-in infinite;
}

@-webkit-keyframes anim {
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9) translate(0px, 20px);
    transform: scale(1.1, 0.9) translate(0px, 20px);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85% {
    -webkit-transform: scale(0.9, 1.2) translate(0px, -7px);
    transform: scale(0.9, 1.2) translate(0px, -7px);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(0.95, 1.1) translate(0px, -3px);
    transform: scale(0.95, 1.1) translate(0px, -3px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes anim {
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9) translate(0px, 20px);
    transform: scale(1.1, 0.9) translate(0px, 20px);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85% {
    -webkit-transform: scale(0.9, 1.2) translate(0px, -7px);
    transform: scale(0.9, 1.2) translate(0px, -7px);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(0.95, 1.1) translate(0px, -3px);
    transform: scale(0.95, 1.1) translate(0px, -3px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-moz-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.pageContents {
  width: 100% !important;
  max-width: 980px;
  padding: 0 4%;
  margin: 60px auto;
  box-sizing: border-box;
}
.pageContents h1 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.pageContents h2 {
  background: #6e625b;
  padding: 14px 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.pageContents h3 {
  border-left: 5px solid #6e625b;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  padding: 5px 0 5px 20px;
  text-align: left;
  margin-bottom: 20px;
}
.pageContents h4 {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px dashed #6e625b;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.pageContents h5 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.pageContents p {
  margin-bottom: 20px;
}
.pageContents dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  font-size: 1.6rem;
}
.pageContents dl dt {
  width: 150px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.pageContents dl dd {
  width: calc(100% - 170px);
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.pageContents dl dd span{
  font-size: 1.4rem;
}

.pageContents img {
  max-width: 100%;
}

@media only screen and (max-width: 640px) {
  .pageContents dl {
    flex-direction: column;
  }
  .pageContents dl dt {
    width: 100%;
  }
  .pageContents dl dd {
    width: 100%;
  }
}

/* form setting */

#ukokkei-landing-page-container .ibox:nth-of-type(3) {
  background: #a00 !important;
}



.pay img{
  max-width: 750px;
}