*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
    font-size: 1.6em;
    line-height: 1.8em;
    font-family: "MS Mincho", "ＭＳ 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN W3", "YuMincho", "游明朝体", serif;
    color: #333;
    background: #e9dccd;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}
/* reset css */

@font-face {
  font-family: 'hannari';
  src: url('../font/hannari.woff') format('woff');
}

.kira {
  font-family: "hannari", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "YuMincho", "游明朝体", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif;
  margin-bottom: 50px;
  text-align: center;
  font-size: 3.2rem;
}

.kira span {
  font-size: 4rem;
  color: #4d661a;
  background: -webkit-linear-gradient(0deg, #4d661a, #739926, #99cc33);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.demo {
  margin-bottom: 50px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}

.demo span {
  font-size: 4rem;
  filter:glow(color=#7A4842 ,strength=2) ;
}

h2 {
  font-size: 2rem;
  line-height: 1.5em;
}

h3 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: bold;
}

header {
  height: 80px;
}

.logo {
  /* width: 80px; */
  /* height: 50px; */
  width: 150px;
  height: 70px;
  /* margin-top: 10px; */
  margin: 5px 0 5px 6px;
}

.pc-menu {
  display: none;
}

.sp-menu #open {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 4rem;
  cursor: pointer;
}

.sp-menu #open.hide {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
  padding: 64px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s;
  z-index: 4;
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.overlay #close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 4rem;
  cursor: pointer;
}

.overlay ul {
  list-style-type: none;
}

.overlay li {
  margin-top: 24px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .3s, transform .3s;
}

.overlay a:hover {
  opacity: .7;
}

.overlay.show li {
  opacity: 1;
  transform: none;
}

.overlay.show li:nth-child(1) {
  transition-delay: .1s;
}

.overlay.show li:nth-child(2) {
  transition-delay: .2s;
}

.overlay.show li:nth-child(3) {
  transition-delay: .3s;
}

.overlay.show li:nth-child(4) {
  transition-delay: .4s;
}

.overlay.show li:nth-child(5) {
  transition-delay: .5s;
}

.overlay.show li:nth-child(6) {
  transition-delay: .6s;
}

.overlay li a {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}


/* スライド */
span {
  box-sizing: content-box;
}

.out {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
}

.in img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .5s;
  z-index: 0;
}

input {
  display: none;
}

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

label span {
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  padding: 10px;
  margin: -40px 0 0;
  border-radius: 100%;
  cursor: pointer;
  z-index: 2;
}

label span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #4287f5;
  opacity: 0.5;
  border-radius: 100%;
}

input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before {
  background: #000;
  opacity: 1;
}

label span::before {
  animation: slidebutton 14s infinite;
}

@keyframes slidebutton {
  0% {
    opacity: 0.5;
    background: #4287f5;
  }
  3.5% {
    opacity: 1;
    background: #000;
  }

  25% {
    opacity: 1;
    background: #000;
  }

  28.5% {
    opacity: 0.5;
    background: #4287f5;
  }
}

label:nth-of-type(2) span::before, label:nth-of-type(2) img {
  animation-delay: 3.5s;
}

label:nth-of-type(3) span::before, label:nth-of-type(3) img {
  animation-delay: 7s;
}

input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img {
  opacity: 1;
  z-index: 1;  
}

.in img {
  animation: slide 14s infinite;
  opacity: 0;
}

@keyframes slide {
  0% {
    opacity: 0;
  }
  3.5% {
    opacity: 1;
    z-index: 1;
  }
  25% {
    opacity: 1;
  }
  28.5% {
    opacity: 0;
    z-index: 0;
  }
}

input:checked ~ .in img, input:checked ~ .in span::before {
  animation: none;
}

.in:hover img, .in:hover span::before {
  animation-play-state: paused;
}
/* スライド */

.wrapper {
  width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}
.desc {
  padding: 0 10px;
  margin-bottom: 70px;
}

.desc p {
  margin-top: 20px;
  line-height: 2em;
}

.sec01 {
  margin-top: 150px;
  text-align: center;
}

.sec05 {
  margin-top: 150px;
  text-align: center;
}

.sec06 {
  margin-top: 50px;
  padding: 0 10px;
}

.sec07 {
  margin-top: 100px;
  padding: 0 10px;
}

.sec08 {
  margin-top: 50px;
}

.sec06 {
  margin: 50px 0px;
  padding: 0 10px;
}

.all-flex1 {
  display: flex;
  justify-content: space-around;
}

.all-flex2 {
  display: flex;
  justify-content: space-between;
}

.sec03 {
  margin-top: 200px;
}

.sec03 p {
  padding: 0 10px;
}

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

.fig {
  width: 40%;
}

.fig figcaption {
  font-weight: bold;
  text-align: center;
}

.btn01 {
  font-size: 2rem;
  margin-top: 30px;
  padding: 20px 16px;
  border: solid 1px #333;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  background: #613a43;
}

.btn02 {
  display: block;
  font-size: 2rem;
  margin: 0 auto;
  padding: 16px 0;
  width: 90%;
  border: solid 1px #333;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  background:#613a43;
}

.btn-cen .btn02:first-of-type {
  margin-top: 10px;
}

.btn-cen .btn02:nth-of-type(n+2) {
  margin-top: 20px;
}

.btn03 {
  display: block;
  font-size: 2rem;
  margin: 0 auto;
  padding: 16px 0;
  width: 90%;
  border: solid 1px #333;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  background:#849974;
}

.btn-cen .btn03:first-of-type {
  margin-top: 10px;
}

.btn-cen .btn03:nth-of-type(n+2) {
  margin-top: 20px;
}

.btn-cen {
  text-align: center;
}

.border01 {
  position: relative;
  margin: 0 auto;
  border: solid 2px #36384c;
  border-radius: 50%;
  width: 90%;
}

.border02 {
  position: relative;
  margin: 0 auto;
  border: solid 2px #36384c;
  border-radius: 50%;
  width: 90%;
}

.label01 {
  position: absolute;
  top: -0.6%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #e9dccd;
  color: #524748;
}

.ul01 {
  width: 80%;
  margin: 50px auto 30px;
}

.ul01 li {
  display: inline-block;
  margin-top: 10px;
  padding-right: 10px;
  line-height: 2em;
}

.pc-br {
  display: none;
}

.sec02 {
  margin-top: 150px;
}

.label02 {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #e9dccd;
  color: #524748;
}

.emphasis {
  -webkit-text-emphasis:filled sesame;
  -moz-text-emphasis:filled sesame;
  text-emphasis:filled sesame;
}

.ul02 {
  width: 76%;
  margin: 70px auto 70px;
}

.ul02 li {
  line-height: 2em;
  margin-top: 14px;
}

.line01 {
  background: linear-gradient(transparent 80%, #b9d08b 0%);
}

.img-width {
  width: 49.5%;
}

.mar-top01 {
  margin-top: 50px;
}

.mar-top02 {
  margin-top: 30px;
  padding: 0 10px;
}

.mar-top02 h3 {
  padding: 0 10px;
}

.mar-top02 p {
  padding: 0 10px;
}

.mar-top03 {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: bold;
}

.mar-top04 {
  margin-top: 10px;
}

.mar-top05 {
  margin-top: 30px;
}

.mar-top06 {
  margin-top: 20px;
}

.mar-bot01 {
  margin-bottom: 20px;
}

ol li {
  position: relative;
  margin-top: 16px;
  padding: 0 0 0 30px;
}

.abs01 {
  position: absolute;
  top: -2%;
  left: 0.6%;
  color: #fff;
  background: #c3b7aa;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-top: 5px;
}
.abs02 {
  position: absolute;
  top: -1.2%;
  left: 0.6%;
  color: #fff;
  background: #c3b7aa;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-top: 5px;
}

.mar-aut {
  margin: 0 auto;
}

.p-fon {
  margin-top: 50px;
  padding: 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.font-color01 {
  color: #008b8b;
}

.font-color02 {
  color: #008b8b;
  padding-right: 10px;
}








.inner {
  position: relative;
  width: 96%;
  margin: 20px auto 0;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
}

.acc {
  height: 70px;
  padding-top: 6px;
  cursor: pointer;
  text-align: center;
  color: #849974;
}

.inner ul {
  max-height: 0;
  overflow: hidden;
  transition: .3s;
}

.inner ul.open {
  max-height: 5000px;
}

.inner li {
  padding: 0 10px 36px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.inner li:last-of-type {
  padding: 0 10px 54px;
}

.inner p {
  text-align: left;
}

.h3-01 {
  text-align: center;
}

.h3-02 {
  font-size: 2.2rem;
  color: #613a43;
}

.acc-set {
  font-size: 1.8rem;
  line-height: 1.5em;
}

.mar01 {
  margin: 30px 0 16px;
  padding: 0 10px;
}

#addown1 {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 4rem;
  pointer-events: none;
  transition: transform .5s;
}

#addown1.rota {
  transform: rotate(180deg);
}

.foods {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

#addown2 {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 4rem;
  pointer-events: none;
}

#addown2.hide {
  display: none;
}

#adup2 {
  display: none;
}

#adup2.show {
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 4rem;
  pointer-events: none;
}

.sec2 {
  margin-top: 20px;
}

.sec2 h3 {
  text-align: center;
}

.sec3 {
  margin-top: 20px;
}

.sec3 h3 {
  text-align: center;
}

.sec4 {
  margin-top: 20px;
}

.sec4 h3 {
  text-align: center;
}

.sec4 p {
  text-align: center;
}

.ul03 {
  padding: 0 10px;
  word-break: keep-all;
}

.ul03 li {
  display: inline;
  font-size: 1.4rem;
  line-height: 1.5em;
}

.q-a1 {
  font-size: 2.4rem;
  color:#0266BB;
}

.border03 {
  position: relative;
  margin: 50px auto 0;
  border: solid 1px #333;
  border-radius: 10px;
  width: 90%;
  background: #fffffc;
}

.label03 {
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0 4px 0 32px;
  background: #fff5ee;
  color: #ff8c00;
  border: solid 1px #333;
  border-radius: 10px;
}

.ans01 {
  padding: 40px 8px 20px 32px;
}

.q-01 {
  position: absolute;
  top: -2%;
  left: 2%;
  font-weight: bold;
}

.a-01 {
  position: absolute;
  top: 14%;
  left: 2%;
  font-weight: bold;
}

.border04 {
  position: relative;
  margin: 50px auto 0;
  border: solid 1px #333;
  border-radius: 10px;
  width: 90%;
  background: #fffffc;
}

.label04 {
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0 4px 0 30px;
  background: #fff5ee;
  color: #ff8c00;
  border: solid 1px #333;
  border-radius: 10px;
}

.ans02 {
  padding: 40px 8px 20px 32px;
}

.q-02 {
  position: absolute;
  top: -2%;
  left: 2%;
  font-weight: bold;
}

.a-02 {
  position: absolute;
  top: 16%;
  left: 2%;
  font-weight: bold;
}

.border05 {
  position: relative;
  margin: 50px auto 0;
  border: solid 1px #333;
  border-radius: 10px;
  width: 90%;
  background: #fffffc;
}

.label05 {
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0 4px 0 30px;
  background: #fff5ee;
  color: #ff8c00;
  border: solid 1px #333;
  border-radius: 10px;
}

.ans03 {
  padding: 40px 8px 20px 32px;
}

.q-03 {
  position: absolute;
  top: -2%;
  left: 2%;
  font-weight: bold;
}

.a-03 {
  position: absolute;
  top: 12%;
  left: 2%;
  font-weight: bold;
}

.border06 {
  position: relative;
  margin: 50px auto 0;
  border: solid 1px #333;
  border-radius: 10px;
  width: 90%;
  background: #fffffc;
}

.label06 {
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0 4px 0 30px;
  background: #fff5ee;
  color: #ff8c00;
  border: solid 1px #333;
  border-radius: 10px;
}

.ans04 {
  padding: 40px 8px 20px 32px;
}

.q-04 {
  position: absolute;
  top: -2%;
  left: 2%;
  font-weight: bold;
}

.a-04 {
  position: absolute;
  top: 20%;
  left: 2%;
  font-weight: bold;
}

.border07 {
  position: relative;
  margin: 50px auto 0;
  border: solid 1px #333;
  border-radius: 10px;
  width: 90%;
  background: #fffffc;
}

.label07 {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0 4px 0 30px;
  background: #fff5ee;
  color: #ff8c00;
  border: solid 1px #333;
  border-radius: 10px;
}

.ans05 {
  padding: 40px 8px 20px 32px;
}

.q-05 {
  position: absolute;
  top: -2%;
  left: 2%;
  font-weight: bold;
}

.a-05 {
  position: absolute;
  top: 13%;
  left: 2%;
  font-weight: bold;
}

footer {
  padding: 64px 0;
  text-align: center;
  background: #323135;
  color: #98969c;
}

/* iphone 横 */
@media (min-width: 568px) {
  .label03 {
    top: -15%;
  }

  .ans01 {
    padding: 40px 8px 20px 36px;
  }

  .a-01 {
    top: 20%;
    left: 1%;
  }

  .label04 {
    top: -7%;
  }

  .ans02 {
    padding: 40px 8px 20px 36px;
  }

  .a-02 {
    top: 20%;
    left: 1%;
  }

  .label05 {
    top: -14%;
  }

  .ans03 {
    padding: 40px 8px 20px 36px;
  }

  .a-03 {
    top: 18%;
    left: 1%;
  }

  .label06 {
    top: -14%;
  }

  .ans04 {
    padding: 40px 8px 20px 36px;
  }

  .a-04 {
    top: 28%;
    left: 1%;
  }

  .label07 {
    top: -8%;
  }

  .ans05 {
    padding: 40px 8px 20px 36px;
  }

  .a-05 {
    top: 20%;
    left: 1%;
  }

}

/* ipad 縦 */
@media (min-width: 768px) {
  .logo {
    width: 100px;
    height: 60px;
    margin: 10px 0 10px 6px;
  }

  .kira {
    margin-bottom: 100px;
  }

  .label01 {
    top: -4%;
  }

  .sp-br {
    display: none;
  }

  .label02 {
    top: -6%;
  }

  .ul02 {
    padding: 0;
    margin: 60px auto 50px;
    width: 70%;
  }

  .acc {
    padding-top: 22px;
  }

  .btn01 {
    padding: 30px 26px;
  }

  .p-fon {
    font-size: 2rem;
  }

  .btn02 {
    width: 50%;
  }

  .btn03 {
    width: 50%;
  }

  .abs01 {
    top: -5%;
  }

  .abs02 {
    top: -5%;
  }

  .label03 {
    top: -10%;
    padding: 0 4px 0 34px;
  }

  .a-01 {
    top: 23%;
    left: .7%;
  }

  .label04 {
    top: -10%;
    padding: 0 4px 0 34px;
  }

  .a-02 {
    top: 23%;
    left: .7%;
  }

  .label05 {
    top: -10%;
    padding: 0 4px 0 34px;
  }

  .a-03 {
    top: 23%;
    left: .7%;
  }

  .label06 {
    top: -10%;
    padding: 0 4px 0 34px;
  }

  .a-04 {
    top: 28%;
    left: .7%;
  }

  .a-05 {
    top: 23%;
    left: .7%;
  }

}

/* iPhone XS Max/XR/11/11 Pro Max 横 */
@media (min-width: 896px) {
  header {
    display: flex;
  }

  .sp-menu {
    display: none;
  }

  .pc-menu {
    display: block;
    flex: 1
  }
  
  .pc-menu ul {
    margin-right: 10px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
  }

  .pc-menu a {
    display: inline-block;
    font-size: 1.6rem;
    padding: 0 10px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    transition: .3s;
  }
  
  .pc-menu a:hover {
    opacity: .7;
  }

  .pc-flex01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  
  .pc-flex01:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  .pic01 {
    width: 50%;
  }
  
  .desc {
    width: calc(100% - 50% - 20px);
    margin: 0;
  }

  .desc p {
    padding-top: 50px;
  }
  
  .pc-flex03 {
    display: flex;
    justify-content: flex-end;
  }

  .pc-flex04 {
    display: flex;
    justify-content: flex-start;
  }

  .pic02 {
    width: 70%;
    margin-top: 30px
  }

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

  .sec07 {
    width: 90%;
    margin: 100px auto 0;
  }

  .ul01 li {
    font-size: 2rem;
  }

  .ul02 li {
    font-size: 2rem;
  }

  .inner p {
    display: inline-block;
    margin: 0 auto;
  }

  .btn02 {
    width: 44%;
  }

  .btn03 {
    width: 44%;
  }

  .a-01 {
    top: 27%;
    left: .5%;
  }

  .label04 {
    top: -12%;
  }

  .a-02 {
    top: 35%;
    left: .5%;
  }

  .a-03 {
    top: 23%;
    left: .5%;
  }

  .label06 {
    top: -12%;
  }

  .a-04 {
    top: 34%;
    left: .5%;
  }

  .a-05 {
    left: .5%;
  }
  
}

/* PC */
@media (min-width: 1025px) {
  .wrapper {
    max-width: 1200px;
    padding: 0;
  }

  .kira {
    font-size: 4rem;
  }

  .kira span {
    font-size: 5rem;
  }

  .logo {
    /* width: 80px; */
    /* height: 50px; */
    width: 150px;
    height: 70px;
    /* margin-top: 10px; */
    margin: 5px 0 5px 6px;
  }

  .desc p {
    font-size: 2.2rem;
  }

  .label02 {
    top: -8%;
  }

  .pc-br {
    display: block;
  }

  .pc-delbr {
    display: none;
  }

  .ul02 {
    width: 58%;
  }

  .btn01 {
    padding: 32px 28px;
  }

  .btn02 {
    width: 40%;
  }

  .btn03 {
    width: 40%;
  }

  .sec07 {
    width: 90%;
    margin: 100px auto 0;
  }

  .pc-mar01 {
    margin-left: 40px;
  }

  .a-05 {
    top: 28%;
  }
  
}