@charset "UTF-8";
/*
 * ================================================
 * 
 * common
 * 
 * ================================================
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* ------------------

レイアウト設定 

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

フォントサイズ 

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

テキスト隠す 

------------------ */
.pc_none {
  display: none;
}

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

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

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

.text_serif {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "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;
}

#wrapper {
  position: relative;
}

.ankerlink {
  padding-top: 120px;
  margin-top: -120px;
}

#hdr.is-fixed + #wrapper .ankerlink2 {
  padding-top: 30px;
  margin-top: -30px;
}

.section {
  margin-bottom: 120px;
}

.section_s {
  margin-bottom: 100px;
}

.section_ss {
  margin-bottom: 80px;
}

.bg_blue {
  background-color: #f0f8ff;
}

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

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

body {
  background-color: #FFF;
  color: #444;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1rem;
  line-height: 2.25rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}

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

#mainvisual {
  width: 100%;
  height: calc(100svh - 60px);
  min-width: 1270px;
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#mainvisual img {
  display: none;
}

#mainslider_container {
  height: calc(100svh - 60px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mainvisual_01 {
  background: url("../images/mainvisual_01.jpg") right top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.mainvisual_02 {
  background: url("../images/mainvisual_02.jpg") right top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.mainvisual_03 {
  background: url("../images/mainvisual_03.jpg") right top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.mainvisual_04 {
  background: url("../images/mainvisual_04.jpg") right top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.mainvisual_img {
  outline: none;
  width: 100%;
}

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

.nav .nav_cart_fiexd {
  width: 0;
}

/* content */
.img_wind {
  width: 198px;
  margin: 64px auto 40px;
}

.tit_01 {
  margin: 0 auto 40px;
  width: 497px;
}

.img_01_01 {
  margin: 0 auto 40px;
  width: 410px;
}

.img_01_02 {
  width: 606px;
}

.secton01_text {
  margin-top: 30px;
  width: 573px;
}

.section01_cart_area {
  background-color: #fffcd4;
  padding: 15px;
}

.cart_book {
  width: 206px;
}

.section01_cart_text {
  width: 318px;
}
.section01_cart_text strong {
  color: #000;
}
.section01_cart_text p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

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

a.btn_cart {
  background-color: #6787d8;
  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;
}

.bg_area {
  background: url("../images/bg_section.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 120px;
  width: 100%;
  height: 340px;
}

.tit_small {
  font-size: 0.875rem;
  margin-bottom: 30px;
  text-align: center;
}

.tit_02 {
  margin: 0 auto 70px;
  width: 544px;
}

.section02_text_01 {
  width: 658px;
}
.section02_text_01 p {
  line-height: 1.875rem;
}

.section02_img_01 {
  width: 548px;
}

.notice {
  font-size: 0.75rem;
  margin-bottom: 0;
  text-align: right;
}

.section03_container {
  margin: 120px 0 0;
}

.section03_inner, .section06_inner {
  padding: 80px 0 120px;
  margin: 120px 0;
}

.tit_03 {
  line-height: 0;
  margin: 0 auto 35px;
  width: 269px;
}

.tit_03_01 {
  margin-bottom: 40px;
  width: 840px;
}

.section03_profile {
  margin-bottom: 40px;
}

.section03_img {
  width: 278px;
}

.section03_text {
  width: 520px;
}

.tit_qa_hannna {
  padding-bottom: 10px;
  width: 338px;
}

.tit_qa_minagawa {
  padding-bottom: 10px;
  width: 252px;
}

.section03_qa_tit {
  border-bottom: 1px solid #000;
  line-height: 0;
  margin-bottom: 30px;
}

.section03_qa_dl {
  padding-bottom: 10px;
  width: 100%;
}
.section03_qa_dl dt {
  color: #000;
  line-height: 1.5rem;
  margin-bottom: 10px;
  min-height: 33px;
  padding-left: 44px;
  position: relative;
}
.section03_qa_dl dt:before {
  background: url("../images/icon_q.png") no-repeat;
  background-size: 38px;
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -5px;
  left: 0;
}
.section03_qa_dl dd {
  border-bottom: 1px solid #d7e7f4;
  line-height: 1.5rem;
  margin-bottom: 20px;
  padding-left: 44px;
  padding-bottom: 20px;
  position: relative;
}
.section03_qa_dl dd:before {
  background: url("../images/icon_a.png") no-repeat;
  background-size: 38px;
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
}
.section03_qa_dl dd p:last-child {
  margin-bottom: 0;
}

.section03_message {
  background-color: #FFF;
  padding: 30px 20px;
}
.section03_message p {
  font-size: 1rem;
  line-height: 1.875rem;
}
.section03_message p:last-child {
  margin-bottom: 0;
}

.tit_message {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.tit_message_img {
  width: 292px;
  height: auto;
}

.section04_textarea {
  margin-bottom: 15px;
}

.tit_04 {
  margin: 0 auto 70px;
  width: 626px;
}

.section04_img {
  width: 278px;
}

.section04_text {
  width: 537px;
}
.section04_text p {
  font-size: 1rem;
  line-height: 1.875rem;
}

.section04_prof p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.tit_prof {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.tit_prof_etana {
  width: 201px;
}

.tit_05 {
  margin: 0 auto 70px;
  width: 292px;
}

.tit_prof_oguma {
  width: 496px;
}

.tit_store {
  margin: 0 auto 37px;
  width: 225px;
}

.section06_store_set {
  width: 47%;
  font-size: 0.875rem;
  line-height: 1.875rem;
}
.section06_store_set dl {
  border-bottom: 1px solid #d7e7f4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.section06_store_set dl dt {
  clear: left;
  float: left;
  width: 60px;
}
.section06_store_set dl dd {
  margin-left: 70px;
}
.section06_store_set a:link, .section06_store_set a:visited, .section06_store_set a:hover, .section06_store_set a:active {
  text-decoration: underline;
}

.cart_container {
  margin: 90px auto 100px;
  width: 700px;
}

.cart_inner {
  background-color: #fffcd4;
}

.cart_book_l {
  width: 311px;
}

.cart_inner_text {
  margin: 22px;
  width: 308px;
}
.cart_inner_text p {
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.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;
}

.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;
}

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