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

body {
  background: #f3f1eb;
}

#wrap {
  position: relative;
  /*max-width: 1400px;*/
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #363636;
  z-index: 0;
}

#wrap img {
  max-width: 100%;
  height: auto;
}

#main {
  text-align: center;
}

#main .btn a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#main p {
  line-height: 2;
}

#main p.royal {
  line-height: 1.2;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.mdlCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mdlCont p {
  width: 80%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}

.mdlCont .img {
  width: 20%;
}

#mdl {
  display: none;
}

.txt {
  text-align: left;
  padding: 10px 3%;
}

.mvWrap {
  position: relative;
}

.mvWrap .mvTxt {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  text-align: center;
}

.cvCont .cv01 {
  position: relative;
}

.cvCont .cv02 {
  position: relative;
}

.cvCont .cv01 a {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
}

.cvCont .cv02 a {
  display: block;
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
}

.cvCont .cv01 a:hover,
.cvCont .cv02 a:hover {
  opacity: 0.7;
}

.cvCont .cv02 {
  position: relative;
}

#main .caution {
  padding: 20px 0;
}

#main .caution p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}

#main .caution p.kome {
  padding-left: 1em;
  text-indent: -1em;
}

#main .caution p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  #main .caution {
    padding: 10px 3%;
  }
  #main .caution p {
    font-size: 1rem;
  }
}

.products {
  margin: 60px auto 100px auto;
}

.products ul {
  /*column-count: 2;*/
  display: flex;
  width: 80%;
  margin: auto;
}

@media (min-width: 768px) {
  .products li {
    width: 49% !important;
  }

  .row1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .row2 {
    font-size: 3rem;
  }
  .products ul li .pic {
    height: 191px;
  }
}

.products ul li .pic {
  /*height: 191px;*/
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 40px;
}

.products ul li .name .row1 {
  /*font-size: 2.0rem;*/
  margin-bottom: 10px;
}

.products ul li .name span {
  display: block;
  line-height: 1;
  font-feature-settings: "palt";
}

.products ul li .name .row2 {
  /*font-size: 3.0rem;*/
  margin-bottom: 40px;
}

.products ul li .name span {
  display: block;
  line-height: 1;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .products li {
    width: 49%;
  }
  .products ul {
    display: flex;
  }
  .products ul li .pic img {
    max-height: 100px;
  }
  .products ul li .name {
    width: 100%;
  }
  .products ul li .moreBtn {
    width: 100%;
    margin-left: 3%;
  }
  .row1 {
    font-size: 1.7rem;
  }
  .row2 {
    font-size: 1rem;
  }
  .pic img {
    max-height: 100px;
  }
  .moreBtn1 img {
    width: 41%;
  }
}

.products .moreBtn {
  margin-bottom: 40px;
}

.instaBtn {
  width: 66%;
  margin: 0 auto 40px auto;
}

.contactBtn {
  width: 82%;
  margin: 0 auto 40px auto;
}

.faq {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 40px 0;
}

.faq > p {
  margin-bottom: 40px;
}

.faq h3 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 40px 30px 20px;
  font-size: 2.4rem;
  color: #fff;
  background: #444;
  display: inline-block;
  padding: 5px 20px;
}

.faq dl {
  text-align: left;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.faq dl dt {
  background-image: -webkit-linear-gradient(#f9f9f9, #ebebeb);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9f9f9),
    to(#ebebeb)
  );
  background-image: linear-gradient(#f9f9f9, #ebebeb);
  color: #293240;
  font-size: 2.4rem;
  padding: 10px 30px 10px 50px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  text-indent: -1.9em;
}

.faq dl dt span {
  color: #293240;
  font-size: 2rem;
}

.faq dl dt:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 11px;
  height: 11px;
  border-right: 1px solid #293240;
  border-bottom: 1px solid #293240;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.faq dl dt.active:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.faq dl dd {
  display: none;
  padding: 5px 4% 20px 40px;
  font-size: 2rem;
  position: relative;
}

.faq dl dd span {
  font-size: 1.4rem;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #ff3f63;
}

.faq dl dd a {
  word-break: break-all;
}

.steps {
  width: 100%;
  background: url(../images/img22.jpg) no-repeat top center/100% auto;
}

.steps > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 3% 1% 3% 1%;
}

.steps > div .image {
  width: 42%;
}

.steps > div .txt {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  text-align: left;
}

.steps > div:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse nowrap;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
}

.steps .step1 {
  padding-top: 15%;
}

.steps .step1 .txt {
  width: 50%;
  padding: 12% 8% 0 0;
}

.steps .step2 .txt {
  width: 57%;
  padding: 7% 1% 0 9%;
}

.steps .step3 .txt {
  width: 50%;
  padding: 10% 8% 0 1%;
}

.steps .step4 .txt {
  width: 57%;
  padding: 14% 1% 0 9%;
}

.steps img {
  border-radius: 300px;
}

.steps .caution {
  font-size: 1rem;
}

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

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

/* = = HEADER = = = = = = = = = = = = = = = = = = = = = = = = = */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background: #fff;
  padding: 25px 0;
}

#header .headInner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

#header .headInner:after {
  content: "";
  display: block;
  clear: both;
}

#header .headInner h1 {
  text-align: center;
}

#header .headInner .gnav {
  float: right;
}

#header .headInner .gnav .navBtn {
  position: absolute;
  top: -2px;
}

#header .headInner .gnav .cart {
  padding-right: 60px;
}

#header .headInner .gnav .cart a {
  color: #fff;
}

#header .headInner .gnav .cart a:hover {
  color: #ccc;
}

@media (max-width: 767px) {
  #header {
    padding: 5% 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header .headInner h1 {
    width: 28%;
    margin: 0 auto;
  }
  #header .headInner h1 img {
    vertical-align: middle;
  }
  #header .headInner .gnav {
    float: right;
  }
  #header .headInner .gnav .cart {
    position: absolute;
    top: 0px;
    right: 5px;
  }
  #header .headInner .gnav .cart a {
    color: #fff;
  }
}

.navInner {
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0%;
  color: #333;
  text-align: center;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  /* このクラスを、jQueryで付与・削除する */
}

@media (max-width: 767px) {
  .navInner {
    width: 96%;
    right: 2%;
  }
}

.navInner.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.navInner ul {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  background: transparent;
}

@media (max-width: 767px) {
  .navInner ul {
    padding: 4% 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }
}

.navInner ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0 0 0 0;
  width: 300px;
  margin-left: 700px;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  /* 最後はラインを描かない */
}

@media (max-width: 767px) {
  .navInner ul li {
    margin-left: 0;
    padding: 0 0 0 2%;
    width: 96%;
    background: transparent;
  }
}

.navInner ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.navInner ul li:last-child a {
  border-bottom: none;
  padding-bottom: 20px;
}

.navInner ul li a {
  display: block;
  color: #333;
  padding: 15px 10px 15px 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.navInner ul li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navInner ul li a:hover {
  background: #dedede;
}

@media (max-width: 767px) {
  .navInner ul li a {
    padding: 6px 10px;
  }
}

.navBtn {
  display: block;
  position: fixed;
  right: 3px;
  top: 14px;
  width: 42px;
  height: 31px;
  cursor: pointer;
  z-index: 999;
  text-align: center;
}

@media (max-width: 767px) {
  .navBtn {
    right: 0%;
  }
}

.navBtn span {
  display: block;
  position: absolute;
  width: 20px;
  border-bottom: solid 2px #a4a4a4;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 6px;
}

.navBtn span:nth-child(1) {
  top: 6px;
}

.navBtn span:nth-child(2) {
  top: 12px;
}

.navBtn span:nth-child(3) {
  top: 18px;
}

.navBtn.active span {
  border-bottom: 2px solid #a4a4a4;
  /* 最初のspanをマイナス45度に */
  /* 2番目と3番目のspanを45度に */
}

.navBtn.active span:nth-child(1) {
  top: 12px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navBtn.active span:nth-child(2),
.navBtn.active span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* = = FOOTER = = = = = = = = = = = = = = = = = = = = = = = = = */
#footer {
  text-align: center;
  overflow: hidden;
}

#footer p {
  padding: 0 4%;
  text-align: left;
  font-size: 2rem;
  margin-bottom: 20px;
}

#footer .txt01 span {
  font-weight: bold;
  font-size: 2.4rem;
}

#footer .foot_inner {
  width: 100%;
  margin: 0 auto;
}

#footer .title {
  background: #1e1e1e;
  margin-bottom: 20px;
}

#footer .bdb {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

#footer .contact_btn {
  margin: 0 3% 20px;
}

#footer .fnav {
  padding-top: 80px;
  width: 960px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

#footer .fnav li {
  display: inline-block;
  text-align: center;
  margin: 0 15px;
}

#footer .fnav li a {
  color: #666;
  font-size: 1.8rem;
}

#footer .sns {
  clear: both;
  text-align: center;
}

#footer .sns:after {
  content: "";
  display: block;
  clear: both;
}

#footer .sns li {
  text-align: center;
  float: left;
  margin-right: 0.5%;
}

#footer .sns li:last-child {
  margin-right: 0;
}

#footer .sns li a {
  display: block;
  vertical-align: middle;
  height: 50px;
  padding-top: 10px;
}

#footer .sns li a img {
  vertical-align: middle;
}

.copy {
  margin-top: 2px;
  text-align: center;
  background: #9d222f;
  padding: 15px 0 15px 0;
  color: #fff;
}

@media (max-width: 767px) {
  .copy {
    padding: 15px 0 70px 0;
  }
}

.footBnr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}

.footBnr ul {
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.footBnr ul li:first-child {
  width: 49%;
  margin-right: 1%;
}

.footBnr ul li:first-child a {
  padding: 4% 0;
  display: block;
  text-align: center;
  border: 1px solid #0ea32d;
  background: #43cd60;
  background: -webkit-linear-gradient(top, #43cd60 0%, #0ea32d 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#43cd60),
    to(#0ea32d)
  );
  background: linear-gradient(to bottom, #43cd60 0%, #0ea32d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43cd60', endColorstr='#0ea32d',GradientType=0 );
  color: #fff;
}

.footBnr ul li:last-child {
  width: 49%;
}

.footBnr ul li:last-child a {
  padding: 4% 0;
  display: block;
  text-align: center;
  border: 1px solid #777;
  background: #333;
  color: #fff;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9996;
  width: 100%;
  height: 100%;
}

.modal_wall {
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.modal_body {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  max-width: 90%;
  height: 350px;
  margin: auto;
  background: transparent;
}

.modal_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  width: 30px;
  height: 30px;
}

.modal_close > span {
  display: table-cell;
  width: 100%;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  background: #333;
  cursor: pointer;
}

.modal_close > span:hover {
  background: #555;
}

.modal_content {
  overflow-y: auto;
  height: 100%;
}

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

@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.7;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

.fv .bg-mov {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fv .bg-mov video {
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
}

.fv .fv-inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  background: transparent;
}

.mov-capture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.ofi {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.img6 {
  position: relative;
}

.mov-box {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  margin: auto;
}

.mov-box video {
  max-width: 720px;
  margin: 0 auto;
}

.form {
  width: 1000px;
  margin: 0 auto;
  background: url(../images/cta_form_bg.jpg) repeat-y top center / 100% auto;
  padding-bottom: 40px;
}

.form h3 {
  background: #802932;
  color: #fff;
  font-size: 2rem;
  padding: 15px;
  margin-bottom: 30px;
}

.form-box {
  background: #d1bfb5;
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 60px;
  font-size: 1.6rem;
}

.form-box p {
  font-size: 1.6rem;
}

.form-box input[type="text"],
.form-box input[type="tel"],
.form-box input[type="email"] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #111;
  padding: 5px;
  width: 80%;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.form-box input[type="text"].short-input {
  width: 150px;
}

.form-box button,
.form-box input[type="submit"] {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: 0.4s;
}

.form-box button:hover,
.form-box input[type="submit"]:hover {
  opacity: 0.8;
}

#newDeliv {
  margin-left: 10px;
}

.form-box select {
  font-size: 1.6rem;
  padding: 5px;
}

.form-box input[type="radio"] {
  margin-right: 10px;
}

.form-box .radio label {
  display: flex;
  align-items: center;
}

.form-box dl {
  box-sizing: border-box;
  padding: 0 40px 0 40px;
  text-align: left;
}

.form-box dl dt {
  font-size: 20px;
  margin-bottom: 10px;
}

.form-box p.larger {
  font-size: 20px;
}

.form-box dl dt .must {
  color: red;
  display: inline-block;
  padding-left: 5px;
}

.form-box dl dd {
  margin-bottom: 30px;
}

.form-box .hide-first {
  display: none;
}

footer .fnav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  max-width: 1000px;
  height: 149px;
  margin: 0 auto;
  background: url(../images/footer_img.jpg) no-repeat top center / 100% auto;
  box-sizing: border-box;
}

footer .fnav li {
  margin: 0 10px;
}

footer .fnav li a {
  color: #333;
}

@media (min-width: 1200px) {
  .img1 {
    background: url(../images/img1_bg.png) no-repeat top center;
  }

  .img2 {
    background: url(../images/img2_bg.png) no-repeat top center;
  }
}

.img10 {
  position: relative;
}

.img10 .img10-caution {
  color: #fff;
  position: absolute;
  bottom: 18%;
  left: 0%;
  width: 100%;
}

.img10 .img10-caution span {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-left: 13%;
  box-sizing: border-box;
}
