@charset "UTF-8";

html, body{
  margin: 0px;
  padding: 0px;
}


/*フォント管理*/
.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

/*全体設定*/
body{
  margin: 0px;
  padding: 0px;
  background-color: #e0ffff;
  width: 100%;
}

html{
  scroll-behavior: smooth;
}


/*ヘッダー設定*/
header {
  background-color: #ffffff;
  text-align: center;
  align-content: center;
  font-family: "Arial Rounded MT Bold", "Hiragino Maru Gothic Pro", sans-serif;
  font-size: 2.5em;
  color: #e01616;
  padding: 10px 0;
  width: 100%; /* iPhone 16 Plus の画面幅 */
  max-width: 430px;
  box-sizing: border-box;
  margin: auto;
}

header img{
  max-width: 430px;
  padding: 0px 25px 0px 25px;
  max-height: 75px;
  width: 75%;
  box-sizing:border-box;
}

a{
  text-decoration: none;
}
.nav-type{
  color: #000000;
  border-bottom: #ffffff;
  text-align: center;
  position: relative;
  font-style: normal;

}
/*ヘッダー設定ここまで*/

#share-pc-l{
  
}
/*コンテンツ設定*/
#container{
  background-color: #ffffff;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  padding: 125px 10px 10px 10px;
  width: 100%;
  max-width: 430px;
  box-sizing: border-box;
  margin: auto;
}

.main-image img {
  width: 100%;
  max-width: 430px;/*iPhone16Plusの画面幅に対応、iPhone12Proにはレスポンシブ*/
  margin-top: 0px;
  border-radius: 20%;
}

h1{
  margin: 0px 0px 50px 0px;
  padding: 0;
  width: 100%;
  max-width: 430px;
}

h2{
  margin: 50px 0px 100px 0px;
  padding: 0;
  width: 100%;
  max-width: 430px;
}
#hand-l img{
  width: 50%;
  max-width: 430px;
  border-radius: 10px;
  display: flex;
  margin-right: 50%;
}

#hand-s img{
  width: 50%;
  max-width: 430px;
  border-radius: 10px;
  display: flex;
  margin-left: 50%;
  margin-bottom: 50px;
}

.menu-type{
  width: 100%;
  max-width: 430px;
  margin: 0px 0px 50px 0px;
  padding: 20px 35px 20px 25px;
  box-sizing: border-box;
  color: #000000;
  font-family:"Kiwi Maru", serif;
  text-align: center;
  font-size: large;
}

#buy{
  width: 100%;
  max-width: 430px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.buy-section{
  width: 100%;
  max-width: 430px;
  margin-bottom: 10px;
  padding: 15px;
  box-sizing: border-box;
  background-color: #e0ffff;
  border-radius: 20%;
}

.buy-section img{
  width: 75%;
  max-width: 430px;
  box-sizing: border-box;
  border-radius: 5px;

}

.buy-section button{
  width: 50%;
  height: 35px;
  background-color: #ffffff;
  border: #000;
  border-radius: 25px;
  
}

.market{
  width: 100%;
  max-width: 430px;
  background-color: #ffffff;
  display: flex;
  margin: 50px 0px 50px 0px;
  box-sizing: border-box;
  align-content: baseline;
}

#amazon img{
  width: 50%;
  max-width: 430px;
  height: auto;
  display: flex;
  margin: auto;
}
#manbouya img{
  width: 50%;
  max-width: 430px;
  height: auto;
  display: flex;
  margin: auto;
}
footer{
  width: 100%;
  max-width: 430px;
  margin: auto;
  text-align: center;
  background-color: #ffffff;
}
/*スクロール設定*/
.slide{
  white-space: nowrap;
  width: 100% ;
  height: 100%;
  max-width: 430px;
  overflow: hidden;
  margin: 0px 0px 50px 0px;
  box-sizing: border-box;
  border-radius: 10%;
}

.slide img{
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
  border: none;
}

@keyframes slide-4{
  0%{ margin-left: 0;}
  33%{ margin-left: -100%;}
  66%{ margin-left: -200%;}
  100%{ margin-left: -300%;}
}

.slide > :first-child{
  animation-name: slide-4;
  animation-duration: 15s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

/*ハンバーガー*/
#nav-drawer {
  position: fixed;
  margin-left: 15px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 200px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  padding: 50px 15px 15px 0px;
  justify-content: space-around;
}

.nav-button{
  width: 35%;
  height: 50px;
  background-color: #e0ffff;
  font-size: 0.75em;
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}

/*ロゴやサイトタイトルをセンタリング*/
.logo-area{text-align:center;margin:auto;}

@media screen and (min-width:440px) {
  #nav-drawer {
    display:none;
  }
}

.ex-cm{
  width: 215px ;
  height: 600px;
  position: fixed;
  left: 0;
  bottom: 0;
  margin:0px 0px 150px 50px;
  background-color: #e0ffff;
}

.pc-menu{
  width: 100%;
  max-width: 215px;
  margin-bottom: 5px;
  box-sizing: border-box;
  border-radius: 25%;
  background-color: #ffffff;
}