@charset "UTF-8";
/* CSS Document */
/* font */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
  font-family: 'galanogrotesque-muploadedfile';
  src: url('fonts/galano_grotesque_medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'galanogrotesque-ruploadedfile';
  src: url('fonts/galano_grotesque.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'blaimim';
  src: url('fonts/Blaimim.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'beyond_infinity';
  src: url('fonts/beyond_infinity.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* basic */
body {
  margin: 0;
  padding: 0;
}

.landing {
  font-family: 'galanogrotesque-ruploadedfile', "游ゴシック体", YuGothic, "Noto Sans Japanese";
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #534741;
  text-align: center;
  overflow-x: hidden;
}

ul, li, a, img, div, p, input, textarea, span {
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  vertical-align: top;
  outline: none;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}

img {
  width: 100%;
  height: auto;
}

.landing a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #534741;
}

.landing a:hover {
  opacity: .7;
}

.landing p {
  margin: 20px 0;
}

div span, p span, span span {
  vertical-align: baseline;
}

.blaimim {
  font-family: 'blaimim';
  font-weight: normal;
}

.beyond {
  font-family: 'beyond_infinity';
}

.txt-bold {
  font-weight: bold;
  font-family: 'galanogrotesque-muploadedfile', "游ゴシック体", YuGothic, "Noto Sans Japanese" !important;
}

/* font*/
.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.size14 {
  font-size: 14px;
}

.size16 {
  font-size: 16px;
}

.size18 {
  font-size: 18px;
}

.size24 {
  font-size: 24px;
}

.size28 {
  font-size: 28px;
}

.size36 {
  font-size: 36px;
}

.size48 {
  font-size: 48px;
}

.size60 {
  font-size: 60px;
}

@media(max-width: 800px) {
  .size14 {
    font-size: 12px;
  }

  .size16 {
    font-size: 14px;
  }

  .size18 {
    font-size: 16px;
  }

  .size24 {
    font-size: 22px;
  }

  .size28 {
    font-size: 26px;
  }

  .size36 {
    font-size: 34px;
  }

  .size48 {
    font-size: 44px;
  }

  .size60 {
    font-size: 54px;
  }
}

@media(min-width: 601px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

@media(max-width: 600px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .size14 {
    font-size: 3vw;
  }

  .size16 {
    font-size: 3.5vw;
  }

  .size18 {
    font-size: 3.7vw;
  }

  .size24 {
    font-size: 4.2vw;
  }

  .size28 {
    font-size: 4.4vw;
  }

  .size36 {
    font-size: 5vw;
  }

  .size48 {
    font-size: 6vw;
  }

  .size60 {
    font-size: 6vw;
  }

  .landing p {
    margin: 15px 0;
  }
}

/*rules*/
.area {
  padding: 100px 10px;
}

.top-100 {
  margin-top: 100px;
}

.box-1200 {
  max-width: 1200px;
  margin: auto;
}

.box-200 {
  max-width: 300px;
}

.bg-beige {
  background-color: #fdf5ef;
}

.bg-brown {
  background-color: #534741;
}

.bg-orange {
  background-color: #f7bd79;
}

.bg-white {
  background-color: #fff;
}

.txt-orange {
  color: #f7bd79;
}

.txt-white {
  color: #fff;
}

.flex-box {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  margin: auto;
  position: relative;
  z-index: 1;
}

.flex-middle {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.flex-center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
}

.rel-box {
  position: relative;
}

.abs-box {
  position: absolute;
}

.wood-box {
  background: url("img/wood.jpg") center;
  background-size: 100%;
}

.shadow-box {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .5));
}

.button-item {
  padding: 0 80px;
  line-height: 60px;
  display: inline-block;
  margin-top: 50px;
  border-radius: 15px;
  position: relative;
  z-index: 10;
  width: 320px;
  max-width: 80vw;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .5));
}

.sankaku-box {
  padding: 15px 20px;
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
  border-radius: 15px;
  z-index: 1;
}

.sankaku {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 25px 0 25px;
  z-index: -1;
}

.bg-brown .sankaku {
  border-color: #534741 transparent transparent transparent;
}

.bg-white .sankaku {
  border-color: #fff transparent transparent transparent;
}

.circle100 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.circle140 {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.circle200 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.waves {
  left: 0;
  right: 0;
  z-index: 0;
}

.waves-top {
  top: -1px;
  transform: rotate(180deg);
}

.waves-bottom {
  bottom: -1px;
}

.wood-box {
  padding: 5px 0;
}

.item2>div {
  width: 47.5%;
}

.item2>div:nth-of-type(2n+1) {
  margin-right: 5%;
}

@media(min-width: 601px) {
  .item3>div {
    width: 30%;
    margin-right: 5%;
  }

  .item3>div:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media(max-width: 600px) {
  .area {
    padding: 50px 10px;
  }

  .top-100 {
    margin-top: 50px;
  }

  .item2>div {
    width: 100%;
  }

  .item2>div:nth-of-type(2n+1) {
    margin-right: 0;
  }

  .item3>div {
    width: 47.5%;
    margin-bottom: 40px;
    margin-right: 0%;
    margin-bottom: 10px;
  }

  .item3>div:nth-of-type(2n) {
    margin-left: 5%;
  }

  .item3>div:nth-of-type(n+3) {
    margin-top: 5%;
  }

  .sankaku-box {
    padding: 10px 15px;
    margin-bottom: 30px;
  }

  .sankaku {
    bottom: -15px;
  }

  .button-item {
    line-height: 50px;
    margin-top: 30px;
  }

  .circle100 {
    width: 18vw;
    height: 18vw;
  }

  .circle140 {
    width: 23vw;
    height: 23vw;
  }
}

/*main*/
.main-img {
  position: relative;
  width: 100%;
}

.main-img img {
  object-fit: cover;
  object-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.main-txt {
  left: 5%;
  top: 5%;
}

.main-txt>div:first-of-type {
  max-width: 800px;
  width: 60%;
}

.main-txt>div:nth-of-type(2) {
  width: 40%;
  max-width: 500px;
  padding-left: 30px;
}

@media(min-width: 801px) {
  .main-img {
    padding-top: 60%;
  }
}

@media(max-width: 800px) {
  .main-img {
    padding-top: 100%;
  }

  .main-txt {
    left: 10%;
    right: 10%;
    bottom: 5%;
  }

  .main-txt>div:first-of-type {
    width: 100%;
  }

  .main-txt>div:nth-of-type(2) {
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

/*products*/
.area>.wood-box.rel-box {
  margin: 0 15px;
  padding: 0 10px;
}

.photo-box {
  background-color: #fff;
  padding: 15px;
}

.photo-box .circle100 {
  left: -20px;
  bottom: -20px;
}

.photo-box img {
  margin-bottom: 10px;
}

.comment-box {
  padding: 10px 20px;
  border-radius: 30px;
  text-align: left;
}

/*
.popup {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90%;
  overflow: auto;
  margin: 20px auto;
  padding: 50px;
  max-width: 1200px;
  pointer-events: none;
  opacity: 0;
}

.popup:after {
  content: '×';
  background-color: #534741;
  color: #fff;
  font-size: 36px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.popup a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 110;
}

.popup:target {
  opacity: 1;
  pointer-events: auto;
}

.popup>.flex-box {
  margin-bottom: 20px;
}

.popup>.flex-box>div:first-of-type {
  width: 40%;
  margin-right: 5%;
  transform: rotate(-5deg);
}

.popup>.flex-box>div:nth-of-type(2) {
  width: 55%;
}
*/
.box-200 {
  margin-bottom: 30px;
}

@media(min-width: 801px) {
  .box-200 {
    margin-right: 30px;
  }
}

/*@media(max-width: 800px) {
.popup {
    width: 96%;
    padding: 20px;
  }
}*/
@media(max-width: 600px) {
  .photo-box {
    padding: 10px;
  }

  .photo-box .circle100 {
    left: -10px;
    bottom: 9vw;
  }

  /*  .popup>.flex-box>div:first-of-type {
    width: 50%;
    position: absolute;
  }

  .popup>.flex-box>div:nth-of-type(2) {
    width: 100%;
  }

  .popup>.flex-box>div:nth-of-type(2)>.flex-box {
    margin-left: 52%;
    margin-bottom: 5vw;
  }

  .popup>.flex-box>div:nth-of-type(2)>.flex-box .circle140 {
    position: absolute;
    bottom: 0;
  }*/
}

/*point*/
.point-circle {
  right: -20px;
  bottom: -20px;
  width: 200px;
  max-width: 30vw;
}

.point-img>img {
  border-radius: 30px;
}

@media(min-width: 1201px) {
  .point-title {
    left: -20px;
    top: -20px;
    max-width: 160px;
  }
}

@media(max-width: 1200px) {
  .point-title {
    left: -10px;
    top: -10px;
    max-width: 120px;
  }
}

@media(min-width: 801px) {
  .point-img {
    width: 40%;
  }

  .point-txt {
    width: 55%;
    margin-left: 5%;
  }

  .sp+.point-txt {
    margin-left: 0%;
    margin-right: 5%;
  }

  .point-img:nth-of-type(n+2), .point-txt:nth-of-type(n+3) {
    margin-top: 50px;
  }
}

@media(max-width: 600px) {
  .point-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .point-img:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

/*howto*/
#howto .button-item {
  margin-top: -100px;
  margin-bottom: 100px;
}

.howto-box {
  border-radius: 30px;
  padding: 50px 0 10px;
}

.step-title {
  width: 190px;
  max-width: 34vw;
  left: -20px;
  top: -20px;
}

.step-box {
  padding: 10px 10%;
}

.step-box li {
  margin: 10px 0;
}

.step-box li:nth-of-type(2n+1) {
  width: 20%;
}

.step-box li:nth-of-type(2n) {
  width: 80%;
  padding-left: 30px;
  text-align: left;
}

.step-box p {
  margin: 10px 0;
}

.arrow-item {
  width: 50px !important;
  margin: auto !important;
  height: 50px;
}

@media(min-width: 601px) {
  .howto-box:nth-of-type(2) .step-box {
    padding-top: 10%;
  }

  .arrow-item {
    right: -49px;
    top: 0;
    bottom: 0;
  }
}

@media(max-width: 600px) {
  #howto .button-item {
    margin-top: -50px;
    margin-bottom: 50px;
  }

  .howto-box {
    padding-top: 30px;
  }

  .howto-box:nth-of-type(n+2) {
    margin-top: 50px;
  }

  .arrow-item {
    right: 0;
    left: 0;
    bottom: -45px;
    transform: rotate(90deg);
  }
}

/*info*/
.info-box:nth-of-type(n+2) {
  margin-top: 50px;
}

.dot-list {
  margin-left: 1em;
}

.dot-list li {
  list-style-type: disc;
}

.qanda li {
  background-color: #eee;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.qanda li p {
  position: relative;
  padding-left: 24px;
}

.qanda li p:before {
  font-family: 'galanogrotesque-muploadedfile';
  position: absolute;
  font-size: 18px;
  left: 0;
  top: 0;
}

.qanda li .size18:before {
  content: 'Q.';
}

.qanda li .size16:before {
  content: 'A.';
}

.qanda li p.size18 {
  border-bottom: dashed 2px;
  padding-bottom: 20px;
}

@media(max-width: 600px) {
  .info-box:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .qanda li {
    padding: 5px 10px;
  }

  .qanda li p.size18 {
    padding-bottom: 10px;
  }
}

/* ポップアップ */
.popclose {
  cursor: pointer;
}

.popclose {
  position: fixed;
  opacity: 0;
  top: 15px;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s;
  z-index: 9999;
  overflow-y: auto;
}

.popclose.open {
  opacity: 1;
  pointer-events: auto;
}

.popclose:after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: '×';
  background-color: #534741;
  color: #fff;
  font-size: 36px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
}

.pop-up {
  max-width: 1200px;
  margin: 0 auto;
}

.pop-up>.flex-box>div:first-of-type {
  width: 40%;
  margin-right: 5%;
  transform: rotate(-5deg);
}

.pop-up>.flex-box>div:nth-of-type(2) {
  width: 55%;
}

.pop-up>.flex-box {
  margin-bottom: 20px;
}

@media (max-width: 860px) {
  .pop-up {
    width: 90%;
    padding: 20px;
  }

  .pop-up>.flex-box>div:first-of-type {
    width: 50%;
    position: absolute;
  }

  .pop-up>.flex-box>div:nth-of-type(2) {
    width: 100%;
  }

  .pop-up>.flex-box>div:nth-of-type(2)>.flex-box {
    margin-left: 52%;
    margin-bottom: 5vw;
  }

  .pop-up>.flex-box>div:nth-of-type(2)>.flex-box .circle140 {
    position: absolute;
    bottom: 0;
  }
}