@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@charset "utf-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
table,
th,
td,
figure,
figcaption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
address,
caption,
em,
strong {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  box-sizing: border-box;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
fieldset,
img,
table,
th,
td {
  border: 0;
}
img,
input[type="image"] {
  vertical-align: bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
a {
  text-decoration: none;
}
body {
  font-family: "Roboto Mono", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  letter-spacing: 2px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* 共通 */
.center{
  text-align: center;
}
:root {
  --color-pink100: #FFE3E3;
  --color-pink500: #FA9B9B;
  --color-yellow100: #FCFCF0;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.font-mono {
  font-family: "Roboto Mono", serif;
}
.clearfix:after {
    content: "";         /* 擬似要素を実体化 */
    clear: both;        /* floatを解除する */
    display: block;     /* ブロック要素にする */
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
        margin: 0 auto;
    }
}

/*PC・SP切り分け 切り替え PCベース*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* shopify 共通 */
.shopify-buy-frame{
  margin: 0 auto;
}

/* =================================================== */
/*
Centering
----------------------------------------------- */
.l-wrapper {
  width: 100%;
  margin: 0 auto;
}
/*
Flex
----------------------------------------------- */
.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*
Header
----------------------------------------------- */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
    url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
header{
  background-image:url(../images/mv.jpg);
  height: 100%;
  width: 100%;
}
/* nav */
.gtco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #fff;
}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.gtco-nav-toggle.gtco-nav-white > i {
  color: #000;
  background: #000;
}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
  background: #000;
}
body.offcanvas .gtco-nav-toggle.gtco-nav-white > i::before,
body.offcanvas .gtco-nav-toggle.gtco-nav-white > i::after {
  background: #fff;
}


.gtco-nav-toggle i::before {
  top: -7px;
}

.gtco-nav-toggle i::after {
  bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
  top: -10px;
}

.gtco-nav-toggle:hover i::after {
  bottom: -10px;
}

.gtco-nav-toggle.active i {
  background: transparent;
}

.gtco-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
  position: fixed;
  right: 0px;
  top: 22px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 50px;
  z-index: 2001;
  border-bottom: none !important;
}
.scrolled .gtco-nav-toggle {
  top: 8px;
}
#gtco-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #gtco-offcanvas {
    display: block;
  }
}
.offcanvas #gtco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#gtco-offcanvas a {
  color: #fff;
  font-size: 13px;
}
#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gtco-offcanvas ul li {
  padding: 10px 0;
  margin: 0;
  list-style: none;
}
#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .gtco-nav-toggle {
    display: block;
  }
}
@media screen and (max-width:768px){
  header{
  background-position: 60% 0!important;
  }
  .main_logo{
    width: 70%;
    position: absolute;
    top: 30%;
  }
   .gtco-cover .display-tc {
        height: 500px!important;
    }

}
/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  font-family: "Roboto Mono", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  letter-spacing: 2px;
}
body main.add-main{
  font-family: "Noto Sans JP", sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}
ul li {
  list-style: none;
}

.no-padding {
  padding: 0;
}

#page {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.gtco-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 1001;
  background: transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gtco-nav > .container {
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
.row{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .gtco-nav {
    padding: 25px 0;
  }
}
.gtco-nav #gtco-logo {
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 7px;
  display: flex;
}
.gtco-nav #gtco-logo i {
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .gtco-nav #gtco-logo {
    margin-bottom: 0;
  }
}
.gtco-nav a {
  margin: 0 0 0 -10px;
  color: #000
}
@media screen and (max-width: 768px) {
  .gtco-nav .menu-1 {
    display: none;
  }
}
.gtco-nav ul {
  padding: 0;
  margin: 7px 0 0 0;
}
.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-family: "Roboto Mono", serif;
}
.gtco-nav ul li > a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 30px 10px;
  color: #000
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-nav ul li > a:hover,
.gtco-nav ul li > a:focus,
.gtco-nav ul li > a:active {
  opacity: 0.6;
}
.gtco-nav ul li.has-dropdown {
  position: relative;
}
.gtco-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.gtco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000
  border-width: 8px;
  margin-left: -8px;
}
.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.gtco-nav ul li.has-dropdown .dropdown li > a {
  text-transform: none;
  letter-spacing: inherit;
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.gtco-nav ul li.has-dropdown .dropdown li > a:hover {
  color: #000;
}
.gtco-nav ul li.has-dropdown:hover a,
.gtco-nav ul li.has-dropdown:focus a {
  color: #000;
}
.gtco-nav ul li.btn-cta a span {
  background: #f35f55;
  color: #000;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gtco-nav ul li.btn-cta a:hover span {
  background: #f14034 !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.gtco-nav ul li.active > a {
  color: #000;
  position: relative;
}
.scrolled .gtco-nav {
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}
.scrolled .gtco-nav > .container {
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
}
.scrolled .gtco-nav a {
  color: #000;
}

#gtco-header,
#gtco-counter,
.gtco-bg {
  background-size: cover;
  background-position: top center ;
  background-repeat: no-repeat;
  position: relative;
}

.gtco-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  /* float: left; */
  position: relative;
}

#gtco-header .date-post {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  text-transform: uppercase;
}
#gtco-header a {
  color: #000;
}
#gtco-header a:hover {
  color: #000;
}

.gtco-cover {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* float: left; */
  width: 100%;
}
.gtco-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(39, 41, 43, 0.7);
}
.gtco-cover > .gtco-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .gtco-cover {
    height: 600px;
  }
}
.gtco-cover .display-t,
.gtco-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover .display-t,
  .gtco-cover .display-tc {
    height: 700px;
  }
}
.gtco-cover.gtco-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm {
    height: 400px;
  }
}
.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm .display-t,
  .gtco-cover.gtco-cover-sm .display-tc {
    height: 400px;
  }
}
/* .main_logo {
	width: 60%;
} */
#gtco-header .display-tc, #gtco-counter .display-tc, .gtco-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}
.logo::before {
    content: "";
    display: inline-block;
    background: url(../images/logoluna.png) no-repeat 0 0 / 40px auto;
    width: 40px;
    height: 42px;
    vertical-align: middle;
}
/* =====================================
 media
=========================================*/

.media__gradation{
  margin-top: 10rem;
  background: url(../images/bg__gradation.png)center / cover no-repeat;
}
.media__gradation img{
  width: 50%;
  top: -5rem;
  left: 0;
  z-index: 1;
}
.media__gradation .__txtBox{
  height: 28.875rem;
  right: 0;
}
.media__gradation .__txtBox .__tit,
.media__gradation .__txtBox p{
  padding-left:55%;
  padding-right: 5%;
}
.media__gradation .__txtBox .__tit{
  color: var(--color-pink500);
  font-size: 1.5625rem;
  font-weight: 500;
  padding-top: 10%;

}
.media__gradation .__txtBox p{
  top: 40%;
  padding-top: 2%;
}
@media screen and (max-width:768px){
  .media__gradation{
    position: inherit;
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
    background: url(../images/sp__gradationBg.jpg)center / cover no-repeat;
  }
  .media__gradation img{
    position: inherit;
    width: 100%;
  }
  .media__gradation .__txtBox{
    position: inherit;
    width: 100%;
    height: auto;
    padding: 1rem;
  }
  .media__gradation .__txtBox .__tit,
  .media__gradation .__txtBox p{
    position: inherit;
    width: 100%;
    padding:0;
  }
    .media__gradation .__txtBox .__tit{
      padding-top: 1rem;
    }
}
/* media__product */
.l-product{
  margin-top: 10rem;
  width: 100%;
}
.media__product{
  max-width: 1140px;
  display: flex;
  background-color: var(--color-yellow100);
  padding: 3rem;
  gap: 5rem;
  margin: 0 0 3rem;
}
.media__product .detail{
  line-height: 2;
}
.media__product .__tit{
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.media__product .__about{
  margin-bottom: 1.25rem;
}
.bg__white{
  background-color: #fff;
  padding: 1rem;
}
.clear{
  clear: both;
}
@media screen and (max-width:768px){

  .l-product{
    margin-top: 5rem;
    left: 0;
  }
  .media__product{
    display: block;
    padding: 0;
  }
  .media__product .product{
    padding: 3rem;
  }
  .media__product .__tit{
    text-align: center;
  }
  .media__product .detail{
    padding: 2rem 1rem 2rem;
  }
}


/* footer */
#gtco-footer {
  padding: 0;
  clear: both;
  background: #2c2c2c;
  text-align: center;
}
#gtco-footer .row{
  justify-content: center;
}
#gtco-footer h3{
  font-size: 1.5rem;
}
/* icon */
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gtco-social-icons li a{
    display: inline-block;
    zoom: 1;
    color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
}
.gtco-social-icons li a i {
    font-size: 50px;
}
.icon-facebook:before {
  font-family: "icomoon";
    content: "\ea67";
}
.icon-instagram:before {
  font-family: "icomoon";
    content: "\ea6f";
}
.gtco-social-icons a:hover {
    color: #4fba70 !important;
}
.gtco-social-icons{
  display: flex;
  justify-content: center;
  margin: 1rem 0;
  gap: .7rem;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
  #gtco-footer {
    padding: 3em 0;
  }
}

#gtco-footer h3 {
  color: #fff;
}
#gtco-footer .footer-heading {
  margin-top: 30px;
  letter-spacing: 7px;
}
#gtco-footer .post-meta {
  position: relative !important;
  display: block;
  padding: 0;
  /* float: left; */
  color: rgba(255, 255, 255, 0.3);
}
#gtco-footer .post-meta .date-posted {
  margin-left: 0px;
}
#gtco-footer .footer-logo {
  font-family: "Roboto Mono", serif;
}
#gtco-footer .gtco-footer-links {
  padding: 0;
  margin: 0;
}
#gtco-footer .gtco-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-footer .gtco-footer-links li a {
  color: #fff;
  text-decoration: none;
}
#gtco-footer .gtco-footer-links li a:hover {
  text-decoration: underline;
}
#gtco-footer .gtco-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #gtco-footer .gtco-widget {
    text-align: left;
  }
}
#gtco-footer .gtco-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
#gtco-footer .copyright .block {
  display: block;
  color: #fff;
}
/***** footer *****/
.footer_title {
	margin: 50px 0;
}
.footer_title img {
	width: 100px;
}
@media screen and (max-width: 768px) {
	.footer_title img {
	width: 25%;
	}
}
