@charset  "utf-8";
html{
    font-size: 100%;
}

body{
    font-family: "Kosugi Maru", 'Arial Narrow', Arial, sans-serif;
    color: #332618;
    background-color: #FFF6EF;
    text-align: center;
}
a{
    text-decoration: none;
}

a:visited, a:hover{
color: #DD5341;
}

img {
    max-width: 100%
}
/*LOADER*/
#loading{
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  background-color: #FBE0DD;
}
.loader {
  width: calc(6*30px);
  height: 100px;
  display: flex;
  color: #62543d;
  filter: drop-shadow(30px 25px 0 currentColor) drop-shadow(60px 0 0 currentColor) drop-shadow(120px 0 0 currentColor);
  clip-path: inset(0 100% 0 0);
  animation: l12 3s infinite steps(7);
}
.loader:before {
  content: "";
  width: 30px;
  height: 25px;
  --c:no-repeat radial-gradient(farthest-side,currentColor 92%,#0000);
  background: 
    var(--c) left /70% 70%,
    var(--c) right/20% 20%,
    var(--c) top    0 right 15%/20% 20%,
    var(--c) bottom 0 right 15%/20% 20%;
}
@keyframes l12 {
  100% {clip-path: inset(0 -30px 0 0)}
}

.loaded{
  opacity: 0;
  visibility: hidden;
}

/*hero-page*/
.hero-txt{
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 3.5rem;
  text-align: center;
  margin-top: .5rem;
}

h2{
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;;
}

h3{
    font-family: "Yusei Magic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
}

#home p{
    text-align: center;
    color:#332618;
}

.button{
    font-size: 1.375rem;
    font-family: "Kosugi Maru", "Arial";
    background: #F57F5B;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
    text-align: center;
}
.button:hover{
    background: #ea7956;
    color:#FFF6EF;
    border: none;
}
.wrapper1{
    z-index: 800;
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: red;
    background: url(../images/bg.jpeg)
      center / cover;
      background-position: top;
  }

  .b1{
  position: absolute;
  bottom: 15%;
  right: 5%;
  width: auto;
  height: 1rem;
  text-align: center;
  }

.mainimg{
    text-align: center;
}

.mainimg img{
  width: auto;
  height: 630px;
  object-fit: cover;
}

.wrapper{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5%;
    }

header {
    padding: 10px 8%;
    margin: 0;
    width: 100%;
    background-color: rgba(255, 203, 197, 50%) ;
    display: flex;
    align-items: center;
}

h1 {
    margin: 0;
    padding: 0;
 }

h1 img{
    width: 4rem;
    height: auto;
 }

 nav {
    margin: 0 0 0 auto;
 }
 ul {
    list-style: none;
    margin: 0;
    display: flex;
 }
 li {
    margin: 0 0 0 15px;
    font-size: 14px;
    font-family: "Kosugi Maru", 'Arial Narrow', Arial, sans-serif;
 }

.main-nav a{
color: #332618;
font-family: "Work Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
}
.main-nav a:hover{
color: #DD5341;
}

h2{
    text-align: center;
    font-size: x-large;
    padding: 1rem;
}

.box {
    margin-top: .5rem;
    padding:5px;
    background-color: #ffffff;
    border-radius: 30px;
}

.box p {
    margin:0;
    padding:0;
    line-height: 2;
}

.t1{
    font-family: "Courgette", cursive, Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
}

.t2{
    padding: 1rem;
    font-size: 35px;
    line-height: 1.5;
    font-family: "Kosugi Maru", 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.marker{
    background: linear-gradient(transparent 50%, #FACA78 100%);
    width: auto;
}
.flex {
    display: flex; /*横並び*/
}

.flex .flex-img {
    width: 100%; /*画像サイズ指定*/
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.flex .right {
    margin: 0 0 0 20px;
    padding: 1.5rem;
}
.catch {
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
    margin-top: 1.5rem;
    padding: 1rem;
  }
  .catch:before, .catch:after {
    border-top: 3px dashed #F57F5B;
    content: "";
    width: 4em; /* 線の長さ */
  }
  .catch:before {
    margin-right: 1em; /* 文字の右隣 */
  }
  .catch:after {
    margin-left: 1em; /* 文字の左隣 */
  }

#goods{
    background-color: #FFCBC5;
}
.wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

 .item {
    padding: 15px;
    width: 20%;
  }
  
  h4{
    margin: 10px 0 10px;
  }
  @media not all and (min-width: 768px) {
    .item {
      width: 100%;
    }
  
    .item:not(:last-child) {
      margin-bottom: 30px;
    }
  }

table {
    margin: 10px auto;    /* 上下10px 左右auto */
    line-height: 1.5;
}

#goods button{
  font-size: 1.375rem;
  font-family: "Kosugi Maru", "Arial";
  background: #FFC593;
  color: #332618;
  border-radius: 5px;
  padding: 18px 32px;
  text-align: center;
  border: solid 2px #332618;
}

#goods button:hover{
  background: #eab587;
  color: #332618;
}
.catch2 {
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
    margin-top: 1.5rem;
    padding: 1rem;
  }
  .catch2:after {
    border-top: 3px dashed #F57F5B;
    content: "";
    width: 4em; /* 線の長さ */
  }
  .catch2:before {
    margin-right: 1em; /* 文字の右隣 */
  }
  .catch2:after {
    margin-left: 1em; /* 文字の左隣 */
  }
  #stamp h3{
    text-align: left;
    margin-top: 3rem;
  }
  #stamp .wrapper{
    background-color: #ffffff;
  }

  .b3{
    background-color: #FFCBC5;
    font-size: 1.375rem;
    font-family: "Kosugi Maru", "Arial";
    color: #332618;
    border-radius: 5px;
    padding: 18px 32px;
    border: solid #332618;
    text-align: center;
  }

  .b3:hover{
    background-color: #e6b8b3;
    font-size: 1.375rem;
    font-family: "Kosugi Maru", "Arial";
    color: #332618;
    border-radius: 5px;
    padding: 18px 32px;
    text-align: center;
  }

  hr {
    padding: 5px 0;
    border: none;
  }
  
  .hr1 {
    margin-top: 1.5rem;
    border-top: 1px solid #FFC593;
  }
  
  .hr2 {
    border-top: 3px solid #68C7C1;
  }
  
  .hr3 {
    border-top: 5px solid #FFE6D5;
  }

  .ooo{
    font-size: x-large;
    color: #DD5341;
  }

  /*LINE風チャット*/
.line__container {
  padding:0;
  background: #7494c0;
  overflow: hidden;
  max-width: 400px;
  margin: 10px auto;
  font-size: 80%;
}

/* タイトル部分 */
.line__container .line__title {
  background: #273246;
  padding: 10px;
  text-align: center;
  font-size: 150%;
  color: #ffffff;
}

/* 会話部分 */
.line__container .line__contents {
  padding: 5px;
  overflow: hidden;
  line-height: 135%;
}

.line__container .scroll {
  height: 500px;
  overflow-y: scroll;
}

/* スタンプ画像最大幅 */
.line__container .l-stamp img {
  max-width:150px;
}

/* 相手の会話 */
.line__container .line__left {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 5px;
    max-width: 80%;
    clear: both;
}

/* アイコン画像 */
.line__container .line__left figure {
    width: 50px;
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0;
    margin: 0;

}

/* 正方形を用意 */
.line__container .line__left figure img{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.line__container .line__left .line__left-text {
  margin-left: 60px;
}

.line__container .line__left .line__left-text .name {
  font-size: 80%;
  color: #ffffff;
  text-align: left;
}

/* コメントエリア */
.line__container .line__left .text {
  margin: 0;
  position: relative;
  padding: 10px;
  border-radius: 20px;
  background-color: #ffffff;
}

/* 吹き出し */
.line__container .line__left .text::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 10px;
  border-right: 20px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* 自分の会話 */
.line__container .line__right {
    position: relative;
    display: block;
    margin: 5px 0;
    max-width: 75%;
    float: right;
    margin-right: 15px;
    clear: both;
}

/* コメントエリア */
.line__container .line__right .text {
  padding: 10px;
  border-radius: 20px;
  background-color: #8de055;
  margin: 0;
  margin-left: 80px;
}

/* 吹き出し */
.line__container .line__right .text::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 10px;
  border-left: 20px solid #8de055;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* 自分がスタンプを送る時 */
.line__container .line__right .l-stamp {
  position: relative;
  margin-left: 80px;
}

/* 既読エリア */
.line__container .line__right .date {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  text-align: right;
  left: -30px;
  bottom: 0px;
  font-size: 80%;
  color: #ffffff;
}

.stamp-wrap{
  display: flex;
  justify-content: center;
}

#stamp p{
  line-height: 1.5;
}

#original p{
  line-height: 2;
  margin-top: 1.5rem;
}

#original .flex{
  justify-content:space-evenly;
}

#original .flex img{
  width: 30%;
  height: auto;
}

.underline{
  border-bottom:solid;
  padding: 1px;
  border-color:#332618;
  border-width:1px;
}

#original .button{
  margin-bottom: 10px;
  background: #ea7956;
}

#form .wrapper{
  margin-top: 15px;
}

#form h3{
  font-size: 35px;
  text-align: left;
  margin: 10px;
}

#form li{
  margin: 10px 10px 10px 30px;
  font-family: "Kosugi Maru", 'Arial Narrow', Arial, sans-serif;
  color: #332618;
  text-align: left;
  line-height: 1.5;
  font-size: large;
}
/* olのスタイル */
#form ol {
  margin: 0;
  padding: 0;
  list-style: none; /* デフォルトの数字を非表示に */
  counter-reset: li;
}

/* ol内のliのスタイル */
#form ol li {
  position: relative;
  font-size: 16px;
  padding-left: 1.5em;
  line-height: 1.5;
}

/* 2つ目以降のliにmargin-topを指定 */
#form ol li:not(:first-child) {
  margin-top: 0.5em;
}

/* 数字のスタイル */
#form ol li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 2px; /* 数字のY軸線上の位置を調整 */
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3abec1;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.foot{
  display: block;
  color: #FFF6EF;
}
footer{
  background:#332618;
  padding: 15px 0;
  margin-top: 20px;
  text-align: left;
}

footer p{
  color: #FFF6EF;
  font-size: 0.875rem;
  line-height: 1.25;
}

footer ul li{
  color: #FFF6EF;
  list-style: none;
}

footer a:hover{
color: #eab587;
}

footer a:visited {
  color: #FFC593;
}
.info p{
margin: 10px;
}

.f-right{
  padding: 5px 15px;
}

footer a:link, a:active {
  color: #FFF6EF;
}

footer ul {
  list-style: none;
  padding: 0;
}

.footer {
  padding: 2rem;
  font-size: 15px;
  color: #999;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.footer a:hover {
  color: #000;
}

footer img{
  width: 30px;
  margin: 10px;
}

@media (min-width: 768px) {
  .footer {
    display: flex;
    justify-content: space-between;
  }

  .md-flex {
    display: flex;
  }

  .md-flex li + li {
    margin-left: 16px;
  }
}
