/* CSS Document */
section {
  padding: 4em 0 0 0;
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
.line {
  background:linear-gradient(transparent 50%, rgba(142,108,159,.2) 0%);
}
@media screen and (max-width: 560px) {
.pc_none {
  display: block;
}
.sp_none {
  display: none;
}
}
.primary_color {
  color: #bf0d3b;
}
.sub_color {
  color: #8e6c9f;
}
.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
.animation02 {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2.0s;
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -15px);
  }
}
.keyframe01 {
  animation-name: anim_v;
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 24%;
}
.keyframe02 {
  animation-name: anim_v;
  position: absolute;
  top: -20px;
  left: -80px;
  width: 24% !important;
}
.keyframe03 {
  animation-name: anim_v;
  position: absolute;
  right: 10px;
  width: 30% !important;
}
.keyframe04 {
  animation-name: anim_v;
  position: absolute;
  top: 55%;
  right: 0;
  width: 8% !important;
}
.keyframe05 {
  animation-name: anim_v;
  position: absolute;
  left: -8%;
  width: 8% !important;
}
@media screen and (max-width: 960px) {
  .keyframe02 {
    left: -36px;
  }
  .keyframe04 {
    right: -4%;
    width: 10% !important;
  }
  .keyframe05 {
    left: 0;
    bottom: -90px;
    width: 8% !important;
  }
}
@media screen and (max-width: 560px) {
  .keyframe02 {
    top: -20px;
    left: 0;
  }
  .keyframe04 {
    top: 35%;
    right: 0;
    width: 15% !important;
}
  .keyframe05 {
      width: 15% !important;
  }
}
/* トップ */

/* 背景ライン上 */
.bg_line_top {
  overflow: hidden;
  position: absolute;
}
.bg_line_top img {
  width: 100vw;
  height: 80vh;
/*  object-fit: contain;*/
}
.bg_line_top:before {
  animation: bg_line_top 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes bg_line_top {
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 960px) {
  .bg_line_top img {
    height: 60vh;
    object-fit: cover;
}
}
@media screen and (max-width: 560px) {
  .bg_line_top img {
    height: 60vh;
    object-fit: cover;
}
}
/* 背景ライン上おわり */

.top {
  padding: 2em 0;
}
.top_textbox_catch {
  overflow: hidden;
  position: relative;
}
.top_textbox_catch:before {
  animation: top_textbox_catch 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes top_textbox_catch {
  100% {
    transform: translateX(100%);
  }
}
.top_wrap_inner {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.top_textbox_sub {
  margin-top: 3em;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.25em;
}
.top_textbox_text:nth-child(2n) {
  margin-top: 4%;
}
.top_textbox_text {
  margin-top: 2%;
}
.top_textbox_text .line_right::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  margin-left: 2%;
}
.top_photo {
  position: relative;
}

/* レシピ */
.recipe {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 11em 0 0 0;
}
.books .books_list.clm3 {
  gap: 0;
}
.books .books_img {
  padding: 1em;
}
.books_list .books_item:last-of-type img {
  padding: 8px;
}
.books .books_caption .en.f13 {
  font-size: 10px;
}
.books .books_caption dt {
  line-height: 1;
  letter-spacing: 2px;
}
.books .books_caption {
  text-align: center;
}
.books_text {
  margin-top: 1em;
}
.books_text dd p:nth-child(2) {
  margin-top: 1em;
}
@media screen and (max-width: 1280px) {
  .recipe {
    padding: 4em 0;
}
}
@media screen and (max-width: 560px) {
.books .books_list.clm3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
}
/* プロダクト */
.product {
/*  padding: 7em 0;*/

}
.product_inner {
  padding: 11em 0;
  background-image: url(../../img/contents/books/bgimg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50%;
}
.product_wrap {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.product_photo {
  position: relative;
  flex: 1;
}
.product_photo img {
  width: 80%;
}
.product_textbox {
  flex: 1;
}
.product_textbox img {
  width: 90%;
}
.product_textbox .price {
  font-size: 24px;
}
.product_textbox_bottom {
  position: relative;
}
.product_textbox_bottom dt {
  margin-top: 4%;
}
.product_textbox_bottom > p {
  display: flex;
  align-items: center;
  margin-top: 4%;
}
.product_textbox_bottom > p::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  margin-left: 2%;
  background-color: #585858;
}
.product_textbox_bottom_list {
  font-size: 14px;
}
.product_action {
  text-align: center;
}
.product_action img {
  width: 24px;
}
.product_action_botton {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 36px;
  color: #fff;
  background-color: #bf0d3b;
}
.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}
@media screen and (max-width: 960px) {
.product_action {
  margin-top: 3em;
}
.product_action_botton {
  width: 70%;
  padding: 12px 0;
}
}
/* 読者の声 */
.voice_inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.voice_wrap {

}
.voice_wrap_text {
  font-size: 14px;
}
.voice_wrap_text:nth-child(n+2) {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .voice_inner {
    width: 90%;
    margin: 4em auto 0;
  }
}
@media screen and (max-width: 560px) {

  }


/* 動画 */
.movie_inner {
  max-width: 1000px;
  width: 100%;
  margin: 8em auto 3em;
}
.movie_inner .sectiontitle {
  margin-top: 8em;
}
.movie_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin-top: 3em;
}
.movie_wrap_item {
  position: relative;
  width: 100%;
  padding-top: 55%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.movie_wrap_item_list {
  position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
@media screen and (max-width: 960px) {
  .movie_inner {
    width: 90%;
  }
  .movie_wrap {
    display: block;
  }
  .movie_wrap_item {
    margin-top: 2em;
}
  .movie_wrap_item_list {
    /* width: 100%;
    height: 400px; */
  }
}
@media screen and (max-width: 560px) {
 .movie_wrap_item {
    padding-top: 56%;
}
  }
/* コンタクト */

/* 背景ライン下 */
.bg_line_bottom {
  overflow: hidden;
  position: absolute;
}
.bg_line_bottom img {
  width: 100vw;
  height: 70vh;
}
.bg_line_bottom:before {
  animation: bg_line_bottom 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes bg_line_bottom {
  100% {
    transform: translateX(100%);
  }
}
@media screen and (min-width: 1280px) {
  .bg_line_bottom img {
    height: 60vh;
}
}
@media screen and (max-width: 960px) {
  .bg_line_bottom img {
  object-fit: contain;
}
}
@media screen and (max-width: 560px) {
  .bg_line_bottom img {
  width: 100vw;
  height: 40vh;
  object-fit: cover;
}
}
/* 背景ライン下おわり */

.contact {
  padding: 2em 0;
}
.contact_wrap_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.contact_wrap_item {
  display: flex;
  align-items: center;
  margin: 4em 0;
}
.contact_wrap_item:last-of-type {
  display: flex;
  align-items: baseline;
}
.contact_wrap_item > h3 {
  width: 24%;
  line-height: 1.5em;
}
.contact_wrap_item img {
  object-fit: contain;
  width: 150px;
  max-width: 100%;
  height: 80px;
}
.contact_wrap_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.contact_wrap_item a:first-of-type {
  margin-left: 0;
}
.contact_wrap_item_botton {
  font-size: 14px;
}
.contact_wrap_item_search {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 500px;
  justify-content: center;
  padding: 2% 0;
  background-color: #e8e2ec;
}
.contact_wrap_item_search img {
  width: 100%;
  max-width: 20px;
  height: 20px;
  margin-right: 4%;
}
.contact_wrap_item_search .circle {
  background-color: #523d24;
  border-radius: 50%;
  width: 100%;
  max-width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-left: 2px;
  margin-left: 2%;
  font-weight: 600;
  font-size: 10px;
}
.contact_wrap_item_logo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 750px;
}
.contact_wrap_item_logo img {
  width: 100%;
}
.contact_wrap_item_logo a:nth-child(2) {
  margin-left: 30px;
}
/* .contact_wrap_item_logo a:nth-child(3n), .contact_wrap_item_logo a:nth-child(4n) {
  margin-left: 28px;
} */
.contact_wrap_item_logo a:nth-child(2) img {
  width: 100%;
  max-width: 130px;
}
.contact_wrap_item_logo a:nth-child(4) img {
  width: 100%;
  max-width: 140px;
}
.contact_wrap_item_list {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  font-size: 14px;
}
.contact_wrap_item_list li {
  padding: 4px 12px;
}

@media screen and (max-width: 960px) {
  /* トップ */
  .top_wrap {
    display: flex;
  }
  .top_wrap_inner {
    width: 90%;
  }
  /* レシピ */
  .recipe {
    width: 95%;
  }
  .books .books_list.clm3 {
    gap: 0.3em;
  }
  .books .books_caption .en.f13 {
    font-size: 10px;
  }

  /* プロダクト */
  .product_inner {
    padding: 4em 0;
  }
  .product_wrap {
    width: 90%;
  }
  .product_photo img {
    width: 80%;
  }
  .product_textbox_bottom_list {
  font-size: 11px;
  }

  /* コンタクト */
  .contact_wrap {
    width: 100%;
    margin: 0 calc(50% - 50vw);
  }
  .contact_wrap_inner {
    width: 90%;
  }
  .contact_wrap_item_logo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 0 auto;
  }
  .contact_wrap_item_logo a {
    margin: 0!important;
  }
  .contact_wrap_item > h3 {
    width: 30%;
  }
}
@media screen and (max-width: 1280px) {
  .product_inner {
    padding: 4em 0;
  }
}
@media screen and (max-width: 560px) {
  .pc_none {
    display: block;
  }
  section {
    padding: 0;
  }
  .mainV img {
    object-fit: cover;
    object-position: right;
  }
  /* トップ */
  .top_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .top_wrap_inner {
    width: 90%;
    display: flex;
    flex-direction: column-reverse;
  }
  .top_photo {
    text-align: center;
  }
  .top_photo img:first-of-type {
    width: 80%;
  }
  .top_textbox {
    margin-top: 2em;
  }
  .top_textbox_sub {
    margin-top: 2em;
    font-size: 15px;
    letter-spacing: 0.1em;
  }

  /* プロダクト */
  .product_wrap {
    display: block;
  }
  .product_inner {
    padding: 4em 0;
    background-image: url(../../img/contents/books/bgimg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .product_photo {
    text-align: center;
  }

  /* コンタクト */
  .contact_wrap {
    width: 100%;
  }
  .contact_wrap_inner {
    width: 90%;
  }
  .contact_wrap_item a {
    display: flex;
    /* justify-content: flex-start; */
  }
  .contact_wrap_item > h3 {
    width: 100%;
    margin-bottom: 4%;
  }
  /* .contact_wrap_item a:nth-child(n + 2) {
    margin: 0;
  } */
  .contact_wrap_item a {
    padding: 20px;
  }
  .contact_wrap_item a:nth-child(2) {
    padding: 10px;
  }
  .contact_wrap_item img {
    object-fit: contain;
    width: 100%;
  }
  .contact_wrap_item_logo p:last-of-type img {
    width: 90%;
  }
  .contact_wrap_item,
  .contact_wrap_item:last-of-type {
    display: block;
  }
  .contact_wrap_item_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    grid-gap: 7px;
  }
  .contact_wrap_item_list li {
    padding: 0;
  }
  .contact_wrap_item_botton {
    font-size: 10px;
}
  .product_textbox img {
    width: 100%;
  }
  .contact_wrap_item_logo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0;
  }
  .contact_wrap_item_search {
    display: flex;
    justify-content: center;
    padding: 4% 0;
  }
  .contact_wrap_item_search img {
    margin-right: 0;
  }
  .contact_wrap_item_search .circle {
    margin-left: 0;
  }
}
}