@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');

.pc {
  display: none;
}

.logo_sp {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.logo_sp img {
  width: 20%;
}


.mainimg img {
  width: 95%;
}

.mainimgnoindex img {
  width: 100%;
}

.aicon1_sp {
  text-align: center;
  margin-top: -140px;
}

.aicon1_sp img {
  width: 28%;
}

.aicon1 {
  text-align: center;
}

.aicon1 img {
  width: 28%;
}

.names {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 45px;
  font-weight: 250;
  letter-spacing: 8px;
  font-style: italic;
  color: #626262;
  margin-top: 75px;
}

.from {
  text-align: center;
  font-size: 23px;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 3px;
  margin-top: 80px;
  margin-bottom: 50px;
}

.role {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  letter-spacing: 5px;
  color: #626262;
  margin-bottom: 100px;
}

.reaf {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 250;
  letter-spacing: 3px;
  font-style: italic;
  color: #626262;
  margin-top: 30px;
}

.snsaiconk {
  justify-content: center;
  display: flex;
}

.snsaiconksns {
  justify-content: center;
  display: flex;
  margin-top: 30px;
}

.snsaiconkig {
  margin-left: 50px;
  margin-right: 50px;
}

.snsaiconn {
  justify-content: center;
  display: flex;
}

.snsaiconnsns {
  justify-content: center;
  display: flex;
  margin: 30px;
}

.snsaiconnig {
margin-left: 50px;
margin-right: 25px;
}

.snsaiconnyt {
margin-left: 25px;
margin-right: 50px;
}

.sen2 {
margin-top: 100px;
margin-bottom: 100px;
}

.sup {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 25px;
  letter-spacing: 8px;
  color: #626262;
  margin-bottom: 100px;
}

.fooder {
 background-color: #EBEBEB;
}

.fooder p {
margin-top: 80px;
text-align: center;
padding:30px;
font-family: futura-pt, sans-serif;
font-weight: 150;
font-size: 12px;
letter-spacing: 1px;
font-style: italic;
color: #626262;
}

.click1 {
  margin-top: 150px;
}

body {
    text-align: center;
    font-size: 20px;
}

h1 {
  font-size: 28px;
  padding-top: 20px;
}

#toggle {
    position: fixed;
    top: 65px;
    right: 50px;
}
#toggle-box {
    position: relative;
    width: 70px;
    height: 50px;
    cursor: pointer;
}
#toggle-box > span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
    top: 0;
}
#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
    bottom: 0;
}

.is-open #toggle-box > span {
    background: #000000;
}
.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}
.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

#toggle {
    z-index: 1000;
}
#main {
    position: relative;
    z-index: 990;
}

#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 40px;
    font-family: futura-pt, sanss-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 8px;
}

#nav-content ul {
  text-align: center;
  display: inline-block;
  width: 500px;
  list-style: none;
}

li:first-child {
  margin-top: 300px;
}

#nav-content li:not(.spsm):not(.spsmp){
  border-right: 3px solid #000000;
  border-left: 3px solid #000000;
}

#nav-content a:not(.spsm a):not(.spsmp a) {
  display: block;
  color: #000000;
  text-decoration: none;
  padding-right: 30px;
  padding-left: 30px;
  transition: opacity .6s ease;
  margin-top: 100px;
  text-align: left;
}

.spsm,.spsmp {
  text-align: left;
}

.spsm a,.spsmp a {
  text-align: left;
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 30px;
  letter-spacing: 3px;
}

.spsm {
  margin-bottom: 20px;
}

.spsmp {
  border-bottom: 1px solid #000000;
  margin-top: 80px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

#nav-content a:hover {
  opacity: 0.6;
}

.is-open {
    overflow: hidden;
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}
.is-open #nav-content a {
  pointer-events: auto;
}

.new {
  color: #FF0FBE;
}

.blink {
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.aboutlogo {
  width: 30%;
 text-align: center;
 margin-right: 15px;
 margin-top: 150px;
}

.since {
  text-align: center;
  margin-top: 3px;
  font-size: 15px;
  font-family: futura-pt, sanss-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  margin-bottom: 100px;
}

.aboutp {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  font-weight: 100px;
  letter-spacing: 1px;
  color: #626262;
  line-height: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

.sen1 {
  margin-top: 100px;
  margin-bottom: 50px;
}

.productsname1 {
  text-align: center;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 65px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 8px;
  margin-top: 150px;
  margin-bottom: 15px;
}

.productsname2 {
  text-align: center;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.productsname3 {
  text-align: center;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.pn3 {
  font-size: 18px;
  letter-spacing: 0px;
}

.productsname4 {
  text-align: center;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.productsname5 {
  text-align: center;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
  margin-bottom: 80px;
}


.TLimage {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 100px;
}

.STKSimage {
  text-align: center;
  margin-bottom: 40px;
}

.shopbotan {
  text-align: center;
  margin-bottom: 100px;
}

.slider {
  visibility: hidden;
}

.slider img {
text-align: center;
display: inline-block;
}

.slider.slick-initialized {
  visibility: visible;
}

.slick-prev,.slicl-next {
z-index: 1;
}

.slick-prev {
  left: 180px;
  top: 180px;
}

.slick-next {
  right: 180px;
  top: 180px;
}

.slider div {
	height: 400px;
}
.slider img {
	width: 75%;
}

.color {
  font-size: 35px;
  font-family: futura-pt, sanss-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 5px;
  margin-bottom: 20px;
  text-align: initial;
  margin-left: 35%;
}

.colorbox {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  width: 860px;
  margin-bottom: 80px;
}

.colorbox p {
  margin-top: 33px;
  margin-left: 110px;
  font-size: 23px;
  font-family: futura-pt, sanss-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5px;
}

.colorbox1,.colorbox2,.colorbox3 {
  width: 20px;
  margin-left: 40%;
  margin-top: 35px;
}

.bodyp,.neckp,.sibanp,.nutp,.ercp,.herdp,.accp {
  font-size: 30px;
  font-family: futura-pt, sanss-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 5px;
  margin-top: 110px;
  margin-bottom: 10px;
  text-align: initial;
  margin-left: 35%;
}

.specbox:nth-child(odd) {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  width: 900px;
}

.specbox {
  margin-bottom: 80px;
}

.specbox p {
  margin-top: 35px;
  font-size: 28px;
  font-family: futura-pt, sanss-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  max-height: 35px；
}

.specmain {
 width: 20px;
 margin-left: 38%;
 margin-top: 50px;
}

.specsub {
  margin-left: 150px;
  max-height: 35px；
}

.snslogo {
 text-align: center;
 margin-top: 100px;
}

.colorboxsns p {
  margin-top: 35px;
  margin-left: 60px;
  font-size: 23px;
  font-family: futura-pt, sanss-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

.twitter-timeline {
  margin-left: 20%;
}

.sns {
  display: flex;
}

.sincesns {
  margin-top: 5px;
  font-size: 15px;
  font-family: futura-pt, sanss-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.colorbox10,.colorbox20 {

  width: 20px;
  margin-left: 42%;
  margin-top: 35px;
}

.colorboxsns {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  width: 830px;
  margin-bottom: 80px;
}

.contactp01 {
  font-size: 27px;
  font-family: "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 15px;
}

.contactp {
  font-size: 25px;
  font-family: "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 10px;
}

.spechr {
  margin-bottom: 30px;
}

.contactbotan {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.contactp2 {
  font-size: 22px;
  font-family: "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  margin-top: 100px;
  padding-left: 70px;
  padding-right:70px;
  line-height: 30px;
  margin-bottom: 150px;
}

.contactspan {
  margin-left: 23px;
}

.h3image {
  margin-top: 150px;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
}

.PUD2308hr1{
margin-top: 12rem;
}

.PUD2308hr2{
margin-top: 6rem;
margin-bottom: 10rem;
}

.PUD2308-P0{
margin-top: 8rem;
margin-bottom: 2rem;
font-size: 1rem;
line-height: 1;
color: #ccc;
}

.PUD2308-title{
font-size: 1.2rem;
letter-spacing:0.2rem;
}

.PUD2308-TOP {
flex-direction: column;
align-items: center;
text-align: center;
margin-bottom: 8rem;
font-family: sans-serif;
font-weight: bold;
}

.PUD2308-MAIN {
width: 90%;
margin: 0 auto;
max-width: 760px;
line-height: 2;
text-align: left;
font-family: sans-serif;
}

.PUD2308-P1{
margin-bottom: 3rem;
font-size: 0.7rem;
}

.PUD2308-P2{
margin-bottom: 3rem;
font-size: 0.7rem;
}

.PUD2308-P3{
margin-bottom: 3rem;
font-size: 0.7rem;
}

.PUD2308-P4{
font-size: 0.7rem;
}

.PUD2308POPUP {
  text-align: center;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
  margin-bottom: 80px;
}

.PUD2308POPUPHOME {
  text-align: center;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
  margin-top: 70px;
  margin-bottom: 50px;
}

.productsname2305 {
  text-align: center;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 12px;
  margin-bottom: 35px;
}
