@charset "UTF-8";
/*
 * ================================================
 * 
 * common
 * 
 * ================================================
 */
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
/* ------------------

レイアウト設定 

------------------ */
/* ------------------

フォントサイズ 

------------------ */
body {
  background-color: #fffaad;
  color: #222;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}

.img_w_100 {
  width: 100%;
  height: auto;
}

.container {
  width: 100% !important;
  max-width: 1270px !important;
  margin: 0 auto;
  padding: 0 60px;
}

.container_s {
  width: 1080px;
  margin: 0 auto;
}

.text_design, .design_tit02, .profile_qa_dl_tit02, .profile_qa_dl_tit01, .profile_qa_dl dt, .workshop_tit02, .workshop_text_box p, .tit01 {
  font-family: "Kaisei Opti", serif;
}

.text_serif {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "serif";
}

.text_gothic, .tit01 .tit01_01 {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.text_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fef17f));
  background: linear-gradient(transparent 60%, #fef17f 60%);
}

.text_black {
  color: #000 !important;
}

.text_white {
  color: #FFF !important;
}

.text_small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text_m {
  font-size: 1.125rem;
}

.text_l {
  font-size: 1.375rem;
}

.text_large {
  font-size: 1.75rem;
}

#wrapper {
  position: relative;
}

.anchor_link {
  padding-top: 60px;
  margin-top: -60px;
}

.anchor_link2 {
  padding-top: 100px;
  margin-top: -100px;
}

.section {
  margin-bottom: 120px;
}

.section_s {
  margin-bottom: 100px;
}

.section_ss {
  margin-bottom: 80px;
}

.bg_white {
  background-color: #FFF;
}

.bg_blue {
  background-color: #009bcd;
  color: #FFF;
}

.bg_red {
  background-color: #d9213c;
}

.bg_yellow {
  background-color: #ffeb00;
}

a:link, a:visited {
  color: #666;
}

a:hover, a:active {
  color: #777;
  text-decoration: underline;
}

.slick-track, .slick-list {
  height: 100%;
}

#mainvisual {
  width: 100%;
  height: calc(100svh - 60px);
  overflow: hidden;
  position: relative;
}

.mainvisual_inner {
  background-image: url(../images/mainvisual.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.mainvisual_01 {
  position: absolute;
  top: 5svw;
  right: 5svw;
  z-index: 100;
  width: 68px;
  height: 68px;
}

.mainvisual_02 {
  position: absolute;
  bottom: 5svw;
  left: 5svw;
  z-index: 100;
  width: 75px;
}

.mainvisual_03 {
  position: absolute;
  top: -20px;
  left: 5svw;
  z-index: 100;
  width: 59px;
}

/* hdr */
.nav_btn_cart {
  width: 110px;
  height: auto;
}

.nav .nav_cart_fiexd {
  width: 0;
}

/* content */
.tit01 {
  color: #009bcd;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2.96875vw;
  text-align: center;
  padding: 14px;
}
.tit01 .tit01_01 {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.5em;
  margin-bottom: 10px;
}
.tit01 .tit01_02 {
  display: block;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}

/* about */
.about_container {
  padding-top: 100px;
}

.about_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 60px;
}

.about_lt {
  margin-right: 5%;
  width: 35%;
  height: 100%;
}

.about_rt {
  width: 60%;
}

.about_tit01 {
  color: #d9213c;
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: -0.05em;
  margin-bottom: 2.96875vw;
}

.about_text01 {
  font-size: 1.375rem;
  line-height: 2.5rem;
  margin-bottom: 3.90625vw;
}

#photo {
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4.6875vw;
  width: calc(100% - 80px);
}

/* カートエリア1 */
.about_cart_area {
  max-width: 640px;
}

.about_cart_text strong {
  display: block;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #000;
}
.about_cart_text p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

a.btn_cart_s {
  background-color: #009bcd;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 280px;
  padding: 10px 30px;
  position: relative;
  text-align: center;
}
a.btn_cart_s:hover {
  text-decoration: none;
}

.icon_cart {
  display: block;
  width: 30px;
  height: 27px;
}

a.btn_cart {
  background-color: #009bcd;
  color: #FFF;
  display: block;
  padding: 14px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
a.btn_cart:before {
  background: url("../images/icon_cart.png") no-repeat;
  background-size: 30px;
  content: "";
  display: block;
  width: 30px;
  height: 27px;
  position: absolute;
  top: 18px;
  left: 27px;
}
a.btn_cart:hover {
  text-decoration: none;
}

/* 試し読み */
.img_01 {
  margin: 0 auto;
  width: 68px;
}

@-webkit-keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

@keyframes yurayura {
  0%, 100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
.story_wrapper {
  background-color: #ffeb00;
  margin-top: 9.375vw;
  padding: 140px 0 200px;
}

#story_slick {
  margin: 0 auto;
  max-width: 1024px;
  width: 80%;
}

/* workshop */
.workshop_wrapper {
  padding: 140px 0 200px;
}

.workshop_set_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.workshop_set {
  background-color: #FFF;
  border-radius: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  width: 48%;
}

.workshop_text_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.workshop_text_box p {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 220%;
}

.workshop_tit01 {
  background-color: #ffeb00;
  display: inline;
  font-size: 0.8125rem;
  font-weight: bold;
  padding: 5px 20px;
}

.workshop_tit02 {
  color: #d9213c;
  display: block;
  font-size: 2.0625rem;
  font-weight: bold;
  margin: 10px 0 30px;
}

a.btn_download {
  background-color: #d9213c;
  border-radius: 10px;
  color: #FFF;
  font-size: 1.0625rem;
  padding: 20px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.btn_download:hover {
  color: #FFF !important;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.btn_download svg {
  fill: #FFF;
}

/* profile */
.profile_wrapper {
  padding: 200px 0 140px;
}

.profile_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 140px;
  padding: 0 60px;
}

.profile_lt {
  width: 35%;
  height: 100%;
  top: 120px;
  position: sticky;
}

.profile_rt {
  width: 60%;
}

.profile_tit01 {
  background-color: #ffeb00;
  color: #222;
  display: inline-block;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 20px;
  width: 100%;
}

.profile_tit02 {
  background-color: #ffd9c3;
  border-radius: 30px;
  color: #222;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 20px;
}

.profile_content01 {
  border: 1px solid #FFF;
  border-radius: 30px;
  line-height: 1.75rem;
  margin-bottom: 20px;
  padding: 30px;
}
.profile_content01.profile_content01_last {
  margin-bottom: 100px;
}
.profile_content01 a {
  color: #FFF;
}

.profile_qa_dl dt {
  font-size: 1.75rem;
  line-height: 140%;
  margin-bottom: 20px;
}
.profile_qa_dl dd {
  background-color: #FFF;
  border-radius: 30px;
  color: #222;
  margin-bottom: 80px;
  padding: 30px;
}
.profile_qa_dl dd p {
  margin-bottom: 50px;
}
.profile_qa_dl dd:last-child {
  margin-bottom: 0;
}

.hr_white {
  border-top: 1px solid #FFF;
  border-right: none;
  border-bottom: none;
  border-left: none;
  opacity: 1;
}

.hr_blk {
  border-top: 1px solid #222;
  border-right: none;
  border-bottom: none;
  border-left: none;
  opacity: 1;
}

.profile_qa_dl_tit01 {
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.profile_qa_dl_tit01 span {
  font-size: 1.25rem;
}

.profile_qa_dl_tit02 {
  background-color: #ffd9c3;
  font-size: 1.25rem;
  margin-left: -30px;
  margin-bottom: 10px;
  padding: 10px 30px;
  width: 200px;
}

/* design */
.desgin_tit01 {
  background-color: #ffeb00;
  color: #222;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 20px;
}

.design_wrapper {
  padding: 200px 0 140px;
}

.design_set {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}

.design_content_wrap {
  background-color: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #222;
  border-radius: 30px;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.75rem;
  margin-bottom: 100px;
  overflow: hidden;
  padding: 30px 0 0;
}

.design_content01 {
  padding: 10px 30px 30px;
}
.design_content01 p {
  text-align: center;
}

.design_content02 {
  padding: 0 30px 30px;
}

.design_photo {
  margin: 0 auto 30px;
  max-width: 250px;
}

.design_tit02 {
  background-color: #009bcd;
  color: #FFF;
  font-size: 1.25rem;
  margin: 0 -30px 10px;
  padding: 10px 30px;
  text-align: center;
}

.shop_list_set {
  margin-bottom: 60px;
}

.shop_list_ul {
  list-style: none;
  padding: 0;
}
.shop_list_ul li {
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  font-size: 1rem;
  padding-bottom: 10px;
}
.shop_list_ul a {
  color: #009bcd;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.shop_list_ul a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.shop_list_ul strong {
  background-color: #FFF;
  color: #222;
  font-size: 1rem;
  margin-right: 10px;
  padding: 8px 10px;
}

.cart_container {
  margin: 90px auto 100px;
  max-width: 840px;
  width: 100%;
}

.cart_inner {
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}

.cart_book_l {
  width: 280px;
}

.cart_inner_text {
  width: calc(100% - 300px);
}
.cart_inner_text p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.tit_cart {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

#ftr {
  background-color: #000;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
#ftr a {
  color: #FFF;
  text-decoration: none !important;
}
#ftr a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#ftr a.btn_ftr {
  background-color: #FFF;
  border-radius: 30px;
  color: #000;
  display: inline-block;
  margin: 5px 0 0;
  padding: 5px 20px;
}
#ftr .contact_container {
  padding: 60px 0;
}
#ftr .tit_contact {
  margin: 0 auto 30px;
  width: 122px;
}

.logo_korvapuusti {
  margin: 0 auto 30px;
  width: 166px;
  height: auto;
}

.fa-instagram:before, .fa.fa-facebook:before {
  color: #000;
}

.ftr_info {
  border-bottom: 1px solid #FFF;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.ftr_info figure {
  margin: 0 auto 10px;
  max-width: 280px;
  width: 60%;
}
.ftr_info figure a {
  display: block;
}
.ftr_info p {
  font-size: 0.6875rem;
  line-height: 1.125rem;
}

@media screen and (min-width: 1600px) {
  .about_tit01 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1199px) {
  #mainvisual {
    width: 100%;
    height: calc(100svh - 50px);
    margin-top: 50px;
    overflow: hidden;
    position: relative;
  }
  .workshop_set_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .workshop_set {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .anchor_link2 {
    margin-top: -50px;
    padding-top: 50px;
  }
  .sp_none {
    display: none;
  }
  .about_container {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .about_set {
    padding: 0 30px;
  }
  .about_set {
    display: inline-block;
  }
  .about_lt {
    margin: 0 auto 30px;
    position: relative;
    top: auto;
  }
  .about_rt {
    width: 100%;
  }
  .about_tit01 {
    font-size: 1.875rem;
    text-align: center;
  }
  .about_text01 {
    font-size: 1rem;
    line-height: 180%;
    text-align: center;
  }
  #photo {
    width: 100%;
  }
  .about_cart_area {
    max-width: 100%;
  }
  .about_cart_text {
    margin: 0 auto;
    width: 80%;
  }
  a.btn_cart_s {
    max-width: 100%;
    width: 100%;
  }
  .story_wrapper {
    padding: 100px 0 80px;
  }
  .workshop_wrapper {
    padding: 100px 0;
  }
  .workshop_set_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .workshop_set {
    margin-bottom: 30px;
    width: 100%;
  }
  .profile_wrapper {
    padding: 140px 0 100px;
  }
  .profile_set_last {
    margin: 0;
  }
  .design_wrapper {
    padding: 140px 0 60px;
  }
  .design_content_wrap {
    margin-bottom: 30px;
  }
  .cart_container {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 577px) {
  .pc_none {
    display: none;
  }
  .profile_lt_sp {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .sp_none {
    display: none;
  }
  body {
    font-size: 0.9375rem;
    line-height: 180%;
  }
  #mainvisual {
    height: 60svh;
    min-height: 420px;
  }
  .about_container {
    padding-bottom: 80px;
  }
  .about_set {
    padding: 0 15px;
  }
  .about_lt {
    width: 100%;
  }
  .about_tit01 {
    font-size: 1.25rem;
  }
  .about_text01 {
    font-size: 0.875rem;
    margin-bottom: 40px;
  }
  .about_cart_text {
    width: 100%;
  }
  .about_cart_text p {
    font-size: 0.75rem;
    line-height: 160%;
  }
  .about_cart_text strong {
    font-size: 0.75rem;
    margin-bottom: 6px;
  }
  .story_wrapper {
    margin-top: 0;
    padding: 50px 0 70px;
  }
  .img_01 {
    width: 40px;
  }
  .tit01 {
    font-size: 1.75rem;
    margin-top: -10px;
    padding: 5px 0 14px;
  }
  .tit01 .tit01_01 {
    border: 1px solid #009bcd;
    border-radius: 30px;
    display: inline-block;
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    padding: 5px 10px;
  }
  .tit01 .tit01_01.tit01_01_sp_block {
    border: none;
    display: block;
    margin-bottom: 0px;
  }
  .tit01 .tit01_02 {
    font-size: 0.78125rem;
    margin-bottom: 5px;
  }
  #story_slick {
    padding: 0 15px;
    width: 100%;
  }
  .container {
    padding: 0 15px;
  }
  .workshop_wrapper {
    padding: 60px 0;
  }
  .workshop_set_wrap {
    margin-bottom: 10px;
  }
  .workshop_set {
    margin-bottom: 10px;
    padding: 20px;
  }
  .workshop_tit02 {
    font-size: 1.375rem;
    margin: 5px 0 16px;
  }
  .workshop_text_box p {
    font-size: 1rem;
    line-height: 180%;
  }
  a.btn_download {
    display: block;
    padding: 10px 20px;
    width: 100%;
  }
  .profile_wrapper {
    padding: 80px 0 60px;
  }
  .cart_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile_set {
    display: block;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .profile_set.profile_set_last {
    margin-bottom: 0;
  }
  .profile_lt {
    display: none;
  }
  .profile_rt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .profile_rt .text_large {
    font-size: 1.25rem;
  }
  .profile_rt_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile_tit01 {
    border-radius: 0;
    font-size: 1rem;
    margin-bottom: 15px;
    padding: 5px 20px;
    text-align: center;
  }
  .profile_tit01 + p {
    margin-bottom: 12px;
  }
  .profile_tit02 {
    font-size: 0.875rem;
  }
  .profile_lt_sp {
    margin: 0 auto 20px;
    max-width: 50%;
    width: 100%;
  }
  .profile_content01 {
    padding: 20px;
  }
  .profile_content01.profile_content01_last {
    margin-bottom: 50px;
  }
  .profile_content01 p {
    font-size: 0.875rem;
    line-height: 140%;
  }
  .profile_qa_dl {
    margin: 0;
  }
  .profile_qa_dl dt {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .profile_qa_dl dd {
    margin-bottom: 50px;
    padding: 20px;
  }
  .profile_qa_dl dd p {
    margin-bottom: 40px;
  }
  .profile_qa_dl_tit01 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .profile_qa_dl_tit01 span {
    font-size: 0.875rem;
  }
  .profile_qa_dl_tit02 {
    font-size: 1rem;
    margin-left: -20px;
    padding: 10px 20px;
    width: 170px;
  }
  .design_wrapper {
    padding: 120px 0 80px;
  }
  .design_set {
    padding: 0 15px;
  }
  .design_content01 {
    padding: 10px 15px 15px;
  }
  .design_content01 .text_small {
    font-size: 0.6875rem;
    line-height: 0.875rem;
  }
  .design_content02 {
    padding: 0 15px 15px;
  }
  .desgin_tit01 {
    font-size: 0.75rem;
    padding: 5px 10px;
    text-align: center;
  }
  .design_photo {
    max-width: 200px;
  }
  .shop_list_set {
    margin-top: 20px;
  }
  .shop_list_ul {
    margin-bottom: 0;
  }
  .shop_list_ul li {
    font-size: 0.875rem;
  }
  .shop_list_ul li strong {
    font-size: 0.875rem;
    padding: 4px 6px;
  }
  .cart_container {
    margin: 0 auto;
  }
  .cart_inner {
    display: block;
    padding: 60px 15px;
  }
  .cart_book_l {
    margin: 0 auto 15px;
    max-width: 280px;
  }
  .cart_inner_text {
    width: 100%;
  }
  .cart_inner_text p {
    font-size: 0.75rem;
    line-height: 160%;
  }
  .cart_inner_text strong {
    font-size: 0.75rem;
    margin-bottom: 6px;
  }
  #ftr {
    padding: 0 15px;
  }
  #ftr p {
    font-size: 0.75rem;
  }
}