@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .ph_small {
    padding: 0 50px;
  }
}
#mata_s01 img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

#mata_s01 a img {
  transition: opacity ease 0.3s;
}

#mata_s01 .ma {
  margin-left: auto;
  margin-right: auto;
}

#mata_s01 .pr {
  position: relative;
}

#mata_s01 .pa {
  position: absolute;
}

#mata_s01 .pf {
  position: fixed;
}

#mata_s01 .db {
  display: block;
}

#mata_s01 .di {
  display: inline;
}

#mata_s01 .dib {
  display: inline-block;
}

#mata_s01 .dn {
  display: none;
}

#mata_s01 .df {
  display: flex;
}

#mata_s01 .fww {
  flex-wrap: wrap;
}

#mata_s01 .fwnw {
  flex-wrap: nowrap;
}

#mata_s01 .jcc {
  justify-content: center;
}

#mata_s01 .jcsb {
  justify-content: space-between;
}

#mata_s01 .jcfs {
  justify-content: flex-start;
}

#mata_s01 .jcfe {
  justify-content: flex-end;
}

#mata_s01 .aic {
  align-items: center;
}

#mata_s01 .aifs {
  align-items: flex-start;
}

#mata_s01 .aife {
  align-items: flex-end;
}

#mata_s01 .oxh {
  overflow-x: hidden;
}

#mata_s01 .tl {
  text-align: left;
}

#mata_s01 .tc {
  text-align: center;
}

#mata_s01 .tr {
  text-align: right;
}

#mata_s01 .tj {
  text-align: justify;
}

#mata_s01 .hac {
  left: 50%;
  transform: translateX(-50%);
}

#mata_s01 .vam {
  top: 50%;
  transform: translateY(-50%);
}

.marugo {
  font-family: dnp-shuei-mgothic-std, "Shuei MaruGo", sans-serif !important;
  font-weight: 400;
}

.bold,
.bold * {
  font-weight: 600 !important;
}

.orange {
  color: #ff8701;
}

.ph_small {
  padding: 7% 14% 0;
}

/* layout */
body {
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}

body::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

body {
  background: #FFFCF2;
}

header {
  width: 100%;
  max-width: 750px;
  position: absolute;
  z-index: 999;
  left: calc(50% - 375px);
  top: 0;
  padding: 2.5rem 4rem;
  background: none;
}
@media screen and (max-width: 767px){
  header {
      width: 100%;
      left: 0;
      top: 0;
      padding: 1rem;
  }
  header p {
      width: 11rem;
      display: block;
  }
}

/* header p {
  margin: 0;
}

header nav .menu {
  background: #fffdeb;
}

header nav .menu__inner ul li a {
  color: #333;
  font-size: 1.8rem;
}

header nav .menu .closeBtn span {
  color: #333;
} */

#mata_s01 {
  max-width: 750px;
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  margin: auto;
}

#mata_s01 main .inner {
  width: 89.334%;
  margin: 0 auto;
}

footer {
  height: unset;
  margin: 0 0 0;
}

@media screen and (max-width: 767px) {
  #mata_s01 {
    box-shadow: none;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }
  footer {
    height: unset;
    padding-bottom: 0;
    margin: 0 0 0;
  }
}

#mata_s01 .ct {
  left: 50%;
  transform: translateX(-50%);
}
#mata_s01 .sec01 .pa, #mata_s01 .sec02 .sec, #mata_s01 .sec03 .pa, #mata_s01 .sec04 .pa, #mata_s01 .sec05 .sec, #mata_s01 .sec07 .sec {
  top: 0;
}
#mata_s01 .fv .fv-01 {
  top: 0;
  width: 100%;
}
#mata_s01 .fv .fv-02 {
  top: 48%;
  width: 100%;
}
#mata_s01 .fv .fv-03 {
  top: 82%;
  width: 100%;
}
#mata_s01 .sec01 .scroll {
  top: 81%;
  width: 84%;
  height: 7.2%;
  border: solid 1px #cccccc;
  overflow: scroll;
}
#mata_s01 .sec01 .scroll .inner {
  padding: 0 2%;
  margin: 6% auto;
}
#mata_s01 .sec01 .scroll .inner p {
  color: #555555;
  font-size: 18px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  #mata_s01 .sec01 .scroll .inner p {
    font-size: 3vw;
  }
}
#mata_s01 footer .s-top {
  top: 0;
  left: 0;
  width: 50%;
  padding-right: 0.1vw;
}
#mata_s01 footer .i-top {
  top: 0;
  right: 0;
  width: 50%;
  padding-left: 0.1vw;
}
#mata_s01 footer .text {
  top: 19%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.1em;
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  #mata_s01 footer .text {
    font-size: 2vw;
    line-height: 5.2vw;
  }
}
#mata_s01 footer .text a {
  text-decoration: none;
  color: #07c;
}
#mata_s01 #home {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  transition: 0.5s;
  opacity: 0;
  width: 60px;
}
#mata_s01 #home.active {
  opacity: 1;
  transition: 0.5s;
}

#mata_s01 .btn1 {
  bottom: 0;
}

@media screen and (max-width: 767px) {

  #mata_s01 #cart {
    padding-top: 3.5rem;
    margin-top: -3.5rem;
  }
}
/* ----------------------------------
    decorations
---------------------------------- */
#mata_s01 .fadeIn,
#mata_s01 .fadeIn.faded {
  transition: 1.2s;
}

/* ----------------------------------
    details
---------------------------------- */
#mata_s01 .add {
  background: #fdf0ee;
}


#mata_s01 .p26 {
  margin: 0 0 50px 0;
}

#mata_s01 #acc2 {
  margin: 0 0 50px 0;
}

#mata_s01 footer .logo {
  width: 46.668%;
  padding: 50px 0;
  margin: 0 26.5%;
}

#mata_s01 footer small {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  #mata_s01 .p26 {
    margin: 0 0 6.667vw 0;
  }
  #mata_s01 #acc2 {
    margin: 0 0 6.667vw 0;
  }
  #mata_s01 footer .logo {
    padding: 6.667vw 0;
    margin: 0 26.5%;
  }
  #mata_s01 footer small {
    font-size: 2.667vw;
  }
}
/* anm */
.btn a {
  display: block;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  from {
    transform: translateX(0%);
  }
  5% {
    transform: translateX(2%);
  }
  10% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes pulse {
  from {
    transform: translateX(0%);
  }
  5% {
    transform: translateX(2%);
  }
  10% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(0%);
  }
}
/* ----------------------------------
    slide, slick
---------------------------------- */
.slide .slick-prev {
  z-index: 10;
  border-radius: 50%;
  font-size: 0;
  opacity: 0.8;
  width: 40px;
  height: 40px;
  background: url(../img/ar_left.png) center no-repeat;
  background-size: contain;
  left: -8%;
  top: 50%;
}

.slide .slick-next {
  z-index: 10;
  border-radius: 50%;
  font-size: 0;
  opacity: 0.8;
  width: 40px;
  height: 40px;
  background: url(../img/ar_right.png) center no-repeat;
  background-size: contain;
  right: -8%;
  top: 50%;
}

.slide .slick-prev::before {
  content: "";
  border: 0px;
  transform: rotate(45deg);
  position: absolute;
}

.slide .slick-next::before {
  content: "";
  border: 0px;
  transform: rotate(45deg);
  position: absolute;
}

.slide .slick-slide img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .slide {
    width: 100vw;
  }
  .slide .slick-prev {
    width: 6vw;
    height: 6vw;
    left: -9%;
    top: 43%;
  }
  .slide .slick-next {
    width: 6vw;
    height: 6vw;
    right: -9%;
    top: 43%;
  }
  .slide .slick-prev::before {
    width: 2.4vw;
    height: 2.4vw;
  }
  .slide .slick-next::before {
    width: 2.4vw;
    height: 2.4vw;
  }
  .slick-slide {
    width: 100vw;
    height: auto;
  }
  .slide .slick-prev::before {
    width: 2.667vw;
    height: 2.667vw;
  }
  .slide .slick-next::before {
    width: 2.667vw;
    height: 2.667vw;
  }
}
.slide-dots {
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
}

.slide-dots li {
  display: inline-block;
  margin: 0 7px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots li button::before {
  background-image: url(../img/dots02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 2vw;
}

.slide-dots li.slick-active button::before {
  background-image: url(../img/dots01.png);
}

button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

.slide .slick-dots li {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  list-style: none;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  color: #d3cfc7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  .slide-dots {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 0.4vw;
  }
}
/* -----------------------------------------------------------------
    safariのみの対応
----------------------------------------------------------------- */
_::-webkit-full-page-media,
_:future,
:root #sec03 {
  min-height: 18vw;
}

#sec03-insrt1 {
  margin-top: -9%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
#sec03 {
    min-height: 18vw;
  }
  #sec03-insrt1 {
    margin-top: -9%;
  }
}
/*# sourceMappingURL=style.css.map */

.sec01_box {
  background: #fffdf2;
  width: 92%;
  margin: 0 auto 6%;
  border-radius: 10px;
}
.sec01_comment {
  width: 81.33%;
  margin: 0 auto 7%;
  font-size: 26px;
  text-align: justify;
}
.sec01_comment span {
  color: #ffa104;
  display: inline-block;
  font-weight: 500;
}
.sec01_ns {
  display: flex;
  margin: 0 auto;
  background-color: #f6f3e5;
  padding: 7% 5% 7% 3%;
}
.sec01_ns_img {
  width: 183px;
  flex-shrink: 0;
}
.sec01_ns_comment {
  margin-left: 4%;
}
.sec01_ns_title {
  color: #ffa104;
  font-size: 18px;
  margin-bottom: 3%;
}
.sec01_ns_title span {
  font-size: 26px;
}
.sec01_ns_description {
  font-size: 22px;
  text-align: justify;
}
.sec02_box {
  background: #fff5f2;
  width: 92%;
  margin: 0 auto 6%;
  /* border-radius: 10px; */
}
.sec02_comment {
  width: 81.33%;
  margin: 0 auto 7%;
  font-size: 26px;
  text-align: justify;
}
.sec02_comment span {
  color: #ea7ca1;
  display: inline-block;
  font-weight: 500;
}
.sec02_ns {
  display: flex;
  margin: 0 auto;
  background-color: #f6eae5;
  padding: 6% 5% 6% 3%;
}
.sec02_ns_img {
  width: 183px;
  flex-shrink: 0;
}
.sec02_ns_comment {
  margin-left: 4%;
}
.sec02_ns_title {
  color: #ea7ca1;
  font-size: 18px;
  margin-bottom: 3%;
}
.sec02_ns_title span {
  font-size: 26px;
}
.sec02_ns_description {
  font-size: 22px;
  text-align: justify;
}
.sec03_box {
  /* background-color: #fffaef; */
  display: flex;
  padding-bottom: 3%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec03_box li {
  width: 49%;
  margin-bottom: 8%;
}
/* .sec03_box li:nth-of-type(1) {
  margin-bottom: 0;
  border-radius: 0;
} */
.sec03_title {
  background-color: #fff;
  color: #ffa104;
  display: inline-block;
  /* border-radius: 20px; */
  padding: 0 5%;
  font-size: 22px;
  /* margin: 1% 0 3%; */
  font-weight: 500;
}
.sec03_title_mt {
  background-color: #fff;
  color: #ea7ca1;
  display: inline-block;
  border-radius: 20px;
  padding: 0 5%;
  font-size: 22px;
  margin: 1% 0 3%;
  font-weight: 500;
}
.sec03_comment {
  font-size: 22px;
  margin: 0 auto;
}
.sec03_comment span {
  color: #ffa104;
  font-size: 18px;
}
.sec03_comment_mt {
  font-size: 22px;
  margin: 0 2%;
}
.sec03_comment_mt span {
  color: #ea7ca1;
  font-size: 18px;
}
.sec04_description {
  width: 95%;
  margin: 0 auto 40px;
  font-size: 26px;
  text-align: center;
  font-weight: 300;
}
.sec04_btn {
  width: 90%;
  margin: auto;
  position: relative;
  margin-bottom: 2.2%;
  padding: 2%;
  box-shadow: 3px 4px 14px #0000001c;
  text-align: center;
  border-radius: 100px;
  line-height: 1.6;
  }
.sec04_btn:hover {
  opacity: 0.6;
}
.sec04_btn::after {
  content: "▶";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0,-50%);
  color: #fff;
}
.sec04_btn.orange{
  background: #ffa104;
  border: 7px solid #fee1bd;
}
.sec04_btn.pink{
  background: #EA7CA1;
  border: 7px solid #FBE3EA;
}
.sec04_btn a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}
.sec04_btn a small{
  display: block;
  font-size: 23px;
}

.sec05_bnr {
  width: 86.67%;
  margin: 0 auto 10%;
}
@media screen and (max-width: 767px) {
  .sec01_comment {
    font-size: 4vw;
  }
  .sec01_ns_title {
    font-size: 3vw;
  }
  .sec01_ns_title span {
    font-size: 4vw;
  }
  .sec01_ns_description {
    font-size: 3.5vw;
  }
  .sec01_ns_img {
    width: 29%;
    flex-shrink: 0;
  }
  .sec02_comment {
    font-size: 4vw;
  }
  .sec02_ns_title {
    font-size: 3vw;
  }
  .sec02_ns_title span {
    font-size: 4vw;
  }
  .sec02_ns_img {
    width: 29%;
    flex-shrink: 0;
  }
  .sec02_ns_description {
    font-size: 3.5vw;
  }
  .sec03 {
    width: 92%;
    margin: 0 auto;
  }
  .sec03_title {
    /* border-radius: 20px; */
    font-size: 3.5vw;
  }
  .sec03_title_mt {
    border-radius: 20px;
    font-size: 3.5vw;
  }
  .sec03_comment {
    font-size: 3.5vw;
  }
  .sec03_comment span {
    font-size: 3vw;
  }
  .sec03_comment_mt {
    font-size: 3.5vw;
  }
  .sec03_comment_mt span {
    font-size: 3vw;
  }
  .sec04_description {
    font-size: 4vw;
  }
  .sec04_btn::after{
    font-size: 3.3vw;
  }
  .sec04_btn a{
    font-size: 4.3vw;
  }
  .sec04_btn a small{
    font-size: 3.5vw;
  }
}

.sec03_box li{
  background-color: #fffaef;
  display: flex;
  flex-direction: column;
  width:100%;
}
.sec03_box li.pink {
  background-color: #FFF5F2;
}

.sec03_box li p:nth-child(2){
  width: 81.33%;
  margin: 0 auto 7%;
}

.sec03_box li.sec03_title {
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}

.sec03_box li.sec03_title p{
  font-size: 3.5rem;
  margin: 10px 0;
}


/* アコーディオンcss */
.accordion-area{
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin:0 auto;
  margin-bottom: 40px;
}

.accordion-area li{
  margin: 10px 0;
}

.accordion-area section {
border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .sec03_box li.sec03_title p{
    font-size: 2.5rem;
  }
}

/*アコーディオンタイトル*/
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 3% 5% 3% 7%;
  margin: 0 3%;
  transition: all .5s ease;
  background-color: #ffe8b4;
  border-radius: 10px;
}

.title.pink {
  background-color: #ffccdd;  
}

/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;
  
}
.title::before{
  top:48%;
  right: 65px;
  transform: rotate(0deg);
  
}
.title::after{    
  top:48%;
  right: 65px;
  transform: rotate(90deg);
  /* transition: all 0.5s 1s ease-in-out; */
  transition: transform 0.5s;
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before{
transform: rotate(180deg);
}

.title.close::after{
transform: rotate(0deg);
  /* display: none; */
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  background: #ffffff;
  margin: 0 3% 0 3%;
  padding: 3%;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 767px) {
  .accordion-area{
    margin-bottom: 20px;
  }
  .title::before{
    right: 35px;
  }
  .title::after{   
    right: 35px;
  }
}
/* --------------- */