@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* ------------------------------------------------------------------------------
     reset
-------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,table,blockquote,address,pre,
iframe,form,figure,dl {
  margin: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,strong {
  font-weight: bolder;
}
code,kbd,samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}
embed,object,iframe {
  border: 0;
  vertical-align: bottom;
}
button,input:not([type="radio"]):not([type="checkbox"]),
optgroup,textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
button,input {
  overflow: visible;
}
button {
  text-transform: none;
}
button,[type="button"],
[type="reset"],[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],[type="button"][disabled],
[type="reset"][disabled],[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
  margin: 0;
  outline: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* ------------------------------------------------------------------------------
     base
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
body {
  font-size: 20px;
  font-size: 2.0rem;
}
@media (max-width:768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
a {
  color: #000000;
  text-decoration: underline;
  transition: opacity 0.2s linear;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #3D7A5A;
  opacity:0.9;
  transition: color 0.3s;
}
a img:hover {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)" !important;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  transition-duration: .5s;
}
.pc_none { display:none; }
@media screen and (max-width:768px) {
  .pc_none { display: block; }
  br.pc_none,
  span.pc_none,
  img.pc_none {
    display: inline;
  }
  .sp_none { display: none; }
}
.center { text-align: center!important; }
.left { text-align: left!important; }

.bold { font-weight: bold; }
.normal { font-weight: normal; }

.mt0 { margin-top: 0!important; }
.mt40 { margin-top: 40px!important; }
.mb80 { margin-bottom: 80px!important; }

.wrap {
  max-width: 1126px;
  margin: 0 auto;
}
.main {
  position: relative;
}
.main-section {
  padding: 10.66vw 5.33vw;
}
@media screen and (min-width:768px) {
  .main-section {
    padding: 100px 60px;
  }
}


.bg-black {
  background: #000;
}

.red { color: #ff0000; }
.glay { color: #909090; }

.line-through { text-decoration: line-through; }

.header {
  display: flex;
  justify-content: space-between;
  padding: 2vw 5vw 0;
}
@media screen and (min-width:768px) {
  .header {
    padding: 20px 50px 0;
  }
}
.top-logo {
  font-size: 15vw;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .top-logo {
    font-size: 120px;
  }
}
.main-ttl {
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: auto;
  margin: auto;
  font-size: 10vw;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .main-ttl {
    font-size: 100px;
  }
}
.dot {
  font-family: "Noto Sans JP";
}
.menu {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 4vw;
  width: 10vw;
  height: 8vw;
  margin-left: auto;
}
@media screen and (min-width:768px) {
  .menu {
    margin-top: 40px;
    width: 80px;
    height: 60px;
  }
}
.menu > span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
.header-title-main {
  display: block;
  font-size: 20vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  .header-title-main {
    font-size: 180px;
  }
}
.header-title-sub {
  display: block;
  margin-top: 2vw;
  font-size: 3.8vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  .header-title-sub {
    margin-top: 20px;
    font-size: 30px;
  }
}
.main-txt-01 {
  font-size: 3vw;
}
@media screen and (min-width:768px) {
  .main-txt-01 {
    font-size: 30px;
  }
}
.main-txt-02 {
  font-size: 8vw;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .main-txt-02 {
    font-size: 80px;
  }
}
.main-txt-03 {
  font-size: 3vw;
}
@media screen and (min-width:768px) {
  .main-txt-03 {
    font-size: 30px;
  }
}
.main-ttl > span {
  display: block;
}
.main-txt {
  position: absolute;
  left: 0; right: 0;
  bottom: 10vw;
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  .main-txt {
    bottom: 60px;
  }
}
.main-txt > img {
  width: 50vw;
  max-width: 500px;
}
.main-txt > span {
  display: block;
}
.instagram {
  position: absolute;
  left: 5.33vw;
  bottom: 10vw;
  width: 7vw;
}
@media screen and (min-width:768px) {
  .instagram {
    position: absolute;
    left: 60px;
    bottom: 60px;
    width: 60px;
  }
}
.ttl-01 {
  font-size: 5.33vw;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .ttl-01 {
    font-size: 60px;
  }
}

.ttl-02 {
  font-size: 8.33vw;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  .ttl-02 {
    font-size: 60px;
  }
}

.txt-01 {
  margin-top: 5.33vw;
}
@media screen and (min-width:768px) {
  .txt-01 {
    margin-top: 60px;
  }
}

.mainvisual {
  position: relative;
  height: 100dvh;
  background: url(../images/mainvisual_bg.jpg) no-repeat;
  background-size: cover;
}
.item-name {
  color: #fff;
  font-size: 8.33vw;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .item-name {
    font-size: 80px;
  }
}
.item-name-sub {
  color: #fff;
  font-size: 5.33vw;
}
@media screen and (min-width:768px) {
  .item-name-sub {
    font-size: 60px;
  }
}
.item-price {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 5.33vw;
}
@media screen and (min-width:768px) {
  .item-price {
    font-size: 60px;
  }
}
.item-price-tax {
  margin-left: 10px;
  font-size: 3.33vw;
}
@media screen and (min-width:768px) {
  .item-price-tax {
    font-size: 30px;
  }
}
.buy-button {
  display: block;
  margin-top: 5.33vw;
  padding: 10px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width:768px) {
  .buy-button {
    margin-top: 60px;
  }
}
.buy-button:hover,
.buy-button:active,
.buy-button:visited {
  color: #fff;
}
.item-detail {
  margin-top: 8.33vw;
  padding: 5.33vw 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width:768px) {
  .item-detail {
    margin-top: 80px;
    padding: 60px 0;
  }
}
.item-detail-ttl {
  padding: 0 2px;
  border: 1px solid #fff;
  letter-spacing: 0.2em;
}
.item-detail-list {
  margin-top: 1vw;
  list-style-type: disc;
  padding-left: 1.5em;
}
@media screen and (min-width:768px) {
  .item-detail-list {
    margin-top: 10px;
  }
}
.item-img {
  position: relative;
  margin: 10vw -5.33vw;
}
@media screen and (min-width:768px) {
  .item-img {
    margin: 100px -60px;
  }
}
.item-img-txt {
  position: absolute;
  top: 5.33vw; left: 5.33vw;
  color: #fff;
}
@media screen and (min-width:768px) {
  .item-img-txt {
    top: 60px; left: 60px;
  }
}
.number {
  margin-top: 5.33vw;
  font-size: 10vw;
}
@media screen and (min-width:768px) {
  .number {
    margin-top: 60px;
    font-size: 100px;
  }
}
.how-to-txt {
  margin-top: 4vw;
  padding-left: 4vw;
  border-left: 1px solid #000;
}
@media screen and (min-width:768px) {
  .how-to-txt {
    margin-top: 40px;
    padding-left: 40px;
  }
}
.how-to-img {
  margin-top: 10vw;
  margin-right: -5.33vw;
}
@media screen and (min-width:768px) {
  .how-to-img {
    margin-top: 80px;
    margin-right: -60px;
  }
}
.how-to-note {
  margin-top: 6.33vw;
  padding: 2.33vw 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width:768px) {
  .how-to-note {
    margin-top: 60px;
    padding: 20px 0;
  }
}
.column-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column-item {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 47%;
  margin-top: 8vw;
}
@media screen and (min-width:768px) {
  .column-item {
    margin-top: 80px;
  }
}
.column-item-txt {
  margin-top: 8vw;
  font-size: 2.8vw;
}
@media screen and (min-width:768px) {
  .column-item-txt {
    margin-top: 80px;
  }
}
.column-item-name-sub {
  display: inline-block;
  /* margin-top: 2vw; */
  padding: 0.5vw 1vw;
  border: 1px solid;
  font-size: 3vw;
}
@media screen and (min-width:768px) {
  .column-item-name-sub {
    padding: 8px;
    font-size: 30px;
  }
}
.column-item-name {
  margin-top: 1.2vw;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width:768px) {
  .column-item-name {
    margin-top: 10px;
    font-size: 60px;
  }
}
.column-item-txt {
  margin-top: 4vw;
}
@media screen and (min-width:768px) {
  .column-item-txt {
    margin-top: 50px;
  }
}
.bg-img-01 {
  margin: 0 -5.33vw;
  padding: 15.33vw 5.33vw;
  background: url(../images/bg_01.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width:768px) {
  .bg-img-01 {
    margin: 0 -60px;
    padding: 150px 60px;
  }
}
.bg-img-02 {
  margin: 5.33vw -5.33vw 0;
  padding: 15.33vw 5.33vw;
  background: url(../images/bg_02.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width:768px) {
  .bg-img-02 {
    margin: 0 -60px;
    padding: 150px 60px;
  }
}
.bg-img-03 {
  margin: 5.33vw -5.33vw 0;
  padding: 15.33vw 5.33vw;
  background: url(../images/bg_03.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width:768px) {
  .bg-img-03 {
    margin: 0 -60px;
    padding: 150px 60px;
  }
}
.txt-02 {
  line-height: 2.5;
}
.txt-02 + .txt-02 {
  margin-top: 5.33vw;
}
.button-01 {
  padding: 10px;
  border: 1px solid #000;
  text-align: center;
}
.tag {
  margin-top: 1vw;
}

/* ------------------------------------------------------------------------------
     footer
-------------------------------------------------------------------------------*/
.footer {
  padding: 16vw 5.33vw;
  color: #fff;
}
@media screen and (min-width:768px) {
  .footer {
    padding: 120px 60px;
  }
}
.footer-title {
  text-align: center;
  line-height: 1;
}
.footer-title-main {
  display: block;
  font-size: 20vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  .footer-title-main {
    font-size: 180px;
  }
}
.footer-title-sub {
  display: block;
  margin-top: 2vw;
  font-size: 3.3vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  .footer-title-sub {
    margin-top: 20px;
    font-size: 30px;
  }
}
.footer-txt {
  margin-top: 18vw;
  text-align: center;
}
@media screen and (min-width:768px) {
  .footer-txt {
    margin-top: 100px;
  }
}
.footer-txt > p {
  font-size: 3.8vw;
}
@media screen and (min-width:768px) {
  .footer-txt > p {
    font-size: 30px;
  }
}
.footer-txt > p + p {
  margin-top: 3.33vw;
}
@media screen and (min-width:768px) {
  .footer-txt > p + p {
    margin-top: 30px;
  }
}
.copy {
  margin-top: 14vw;
  text-align: center;
}
@media screen and (min-width:768px) {
  .copy {
    margin-top: 120px;
  }
}

/* ------------------------------------------------------------------------------
     slide
-------------------------------------------------------------------------------*/
.slide {
  position: relative;
  margin: 0 -5.33vw;
}
@media screen and (min-width:768px) {
  .slide {
    margin: 0 -60px;
  }
}
.slide-item {
  position: relative;
}
.slide .slick-dots {
  position: relative;
  bottom: auto;
  width: auto;
  margin: 2.33vw 5.33vw;
  text-align: left;
}
@media screen and (min-width:768px) {
  .slide .slick-dots {
    margin: 20px 60px;
  }
}
.slide .slick-dots li button:before {
  color: #fff;
}
.slide .slick-dots li.slick-active button:before {
  color: #fff;
}
.slide .slick-dots li button:before {
  font-size: 10px;
}