
  /*デフォルトリセット*/
/*PCSP画像切替*/
.SP {
  display: none !important;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

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

h1,
h3,
p {
  padding: 0 !important;
  margin: 0 !important;
  text-align: justify;
}

.none {
  display: none;
  opacity: 0;
}

/*header非表示
.site-header,
.ccm-page .site-header__inner,
.ccm-toolbar-visible .ccm-page .site-header
{
display: none !important;
}
.ccm-page main {
padding-top: 0px !important;
}*/
/*パンくず削除*/
.ccm-page .breadcrumb {
  display: none !important;
}

.present_content,
.how_to_content {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}

/*コンテンツ部分背景色*/
.ccm-page .page-contents {
  background-color: #fff !important;
}

/*footer背景*/
.footer-nav {
  background-color: #FFF !important;
}

/*footer削除*/
.site-footer {
  display: none;
}

/*リンク色*/
.mofmofLP a:link {
  color: #727172 !important;
  text-decoration: none;
}

.mofmofLP a:visited {
  color: #727172 !important;
}

/*フォント*/
.ccm-page main {
  color: #000 !important;
  letter-spacing: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  padding: 0 !important;
}

.icon_recipe::after {
  content: url(https://www.kiyohara.co.jp/download_file/27628/0);

  vertical-align: middle;
  padding-left: 5px;
  display: block;
  position: absolute;
  top: -6px;
  right: 26px;
  transform: scale(0.5);
}

.icon_dl::after {
  content: url(https://www.kiyohara.co.jp/download_file/27629/0);
  vertical-align: middle;
  padding-left: 5px;
  display: block;
  position: absolute;
  top: -6px;
  right: 6px;
  transform: scale(0.5);

}

.icon_open::after {
  vertical-align: middle;
  padding-left: 5px;
  display: block;
  position: absolute;
  top: -32px;
  right: 6px;
  transform: scale(0.33);
}

.media_1 .icon_open::after {
  content: url(https://www.kiyohara.co.jp/download_file/28010/0);
}

.media_2 .icon_open::after {
  content: url(https://www.kiyohara.co.jp/download_file/28788/0);
}

.color_table {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
}

.color_table img {
  width: 100%;
  max-width: 106px;
}

@media screen and (max-width: 640px) {
  .color_table img {
    max-width: 86px;
  }

}

.table_credit {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100px !important;
}

.column_color {
  width: 12.5%;
  position: relative;
}

.color_table td {
  text-align: center;
  vertical-align: top;
}

.color_table {}

.item_table {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px !important;
}

.column1 {
  width: 30%;
  max-width: 200px;
  text-align: center;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

.column1 img {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 8px !important;
}

.column2 {
  width: 23%;
  max-width: 200px;
  text-align: center;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

.column2 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 8px !important;
}

.column3{
  width: 31%;
  max-width: 200px;
  text-align: center;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

.column3 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 8px !important;
}

.item_table td {
  vertical-align: top;

}

.item_name {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #727172;
  text-align: center;
}

.column1:hover {
  opacity: .4
}

.column2:hover {
  opacity: .4
}

.product {
  padding-top: 50px;
  padding-bottom: 50px;
}


.product_t {
  margin-bottom: 12px;
}

.product_title {
  text-align: center;
  font-size: 18px !important;
  font-weight: 600;
  color: #727172;
}

@media screen and (max-width: 640px) {
  .product_t {
    display: block;
    margin-bottom: 30px !important;
  }
}

.note {
  margin-bottom: 40px;
}

.note_text {
  background-color: #EBE3DF;
  max-width: 264px;
  height: 48px;
  border-radius: 40px;
  margin: 0 auto;
  font-weight: 600;
  margin-top: 26px;
  text-align: center;
  font-size: 18px !important;
  line-height: 31px !important;
  color: #727172;
  display: block;
  padding-top: 8px !important;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

.note_text:hover {
  opacity: .4
}

.product_col {
  display: flex;
  margin: 0 auto;
  width: 80%;
}

.product_img1,
.product_img2 {
  text-align: center;
}

.product_img1 img {
  width: 90%;
}

.product_img2 img {
  width: 80%;
}
.product_img3 img {
  width: 85%;
}



/*media*/
.media {
  background-image: url(https://www.kiyohara.co.jp/download_file/30966/0);
  padding-bottom: 30px;
}

.media_title {
  width: 42%;
  max-width: 160px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  margin-top: 45px;

}

.media_box {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 50px 40px;
  margin-bottom: 70px;
}

.media_box:last-child {
  margin-bottom: 40px;

}

.attention {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 30px;
  font-size: 25px !important;
  color: #FFFFFF;
  padding-top: 62px;
}

.media_1 .attention {
  background-color: #BB8E90;
}

.media_2 .attention {
  background-color: #B1C9A2;
}

.attention span {
  font-size: 28px !important;
  line-height: 46px !important;

}

.media_text span {
  font-weight: bold !important;
  letter-spacing: 0.15em;
}

.text_22 {
  font-size: 22px !important;
}

.text_25 {
  font-size: 25px !important;
}

.media_text {
  font-size: 16px !important;
  color: #727172;
  line-height: 39px !important;
  margin-bottom: 30px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.media_small_text {
  font-size: 18px !important;
  color: #727172;
  line-height: 38px !important;
  margin-bottom: 30px !important;
}

.media_col2 {
  display: flex;
}

.col_r {
  width: 65%;
  padding-left: 20px;
}

.col_l {
  width: 35%;
  display: block;
  margin-top: 210px;
}

.col_l img {
  width: 85%;
  display: block;
  margin-right: auto;
}

.book_img {
  width: 65% !important;
  margin-left: 10% !important;

}

a.book_button {
  width: 264px;
  height: 48px;
  text-align: left;
  padding-left: 65px;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  line-height: 48px !important;
  display: block;
  margin-left: auto;
  border-radius: 24px;
  font-weight: 700;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  position: relative;
}

.media_1 a.book_button {
  background-color: #BB8E90;
  color: #EFE5E0;
}

.media_1 a.book_button:link {
  color: #EFE5E0 !important;
}

.media_1 a.book_button:hover {
  opacity: .4;
  color: #EFE5E0 !important;
}

.media_1 a.book_button:visited {
  color: #EFE5E0 !important;
}

.media_2 a.book_button {
  background-color: #B1C9A2;
  color: #fff;
}

.media_2 a.book_button:link {
  color: #fff !important;
}

.media_2 a.book_button:hover {
  opacity: .4;
  color: #fff !important;
}

.media_2 a.book_button:visited {
  color: #fff !important;
}

.collabo {
  background-color: #EBE3DF;
  width: 100%;
  margin-bottom: 40px;
  padding: 23px 28px;

}


.carousel__slide img {
  width: 394px;
}

/*KV*/
.header_top {
  height: 150px;
  background-image: url(https://www.kiyohara.co.jp/download_file/27577/0);
  background-size: 100%;
  text-align: center;
  margin-top: 88px;
  background-color: #B99C92;
}

.mv_title {
  width: 30%;
  max-width: 280px;
  position: relative;
  z-index: 10;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}

.mv {
  background-color: #A68C87;

  text-align: center;
  z-index: 0;
}

.mv_img {
  width: 90%;
}

.section {
  position: relative;
}

.section_top {
  position: relative;
}

.title img {
  width: 100%;
}

.about_title {
  width: 42%;
  max-width: 270px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  margin-top: 130px;
  margin-bottom: 40px;
}

.about .section_top {
  background-image: url(https://www.kiyohara.co.jp/download_file/27583/0);
}

.recipe .section_top {
  background-image: url(https://www.kiyohara.co.jp/download_file/27583/0);
}

.media .section_top {
  background-image: url(https://www.kiyohara.co.jp/download_file/27598/0);
}

.section_top {
  width: 100%;
  z-index: 10;
  position: relative;
  background-size: 100%;
  background-repeat: repeat-x;
  background-size: contain;
  height: 80px;
}

/*追加スライド*/
.example {
  width: 85%;
  max-width: 860px;
  margin: 0 auto;
  background-color: #EBE3DF;
  margin-bottom: 50px;
  padding: 23px 28px;
}

.example_title {
  display: flex;
}

.box_title {
  width: 50%;
  max-width: 220px;
  display: block;
  padding-top: 16px !important;
}

.collabo .box_title {
  padding-top: 17px !important;
}

.example_text {
  text-align: left;
  font-size: 18px !important;
  line-height: 34px !important;
  color: #727172;
  padding-left: 20px !important;
  padding-top: 10px !important;
}

@media screen and (max-width: 640px) {
  .collabo .box_title {
    padding-top: 0px !important;
  }

  .box_title {
    padding-top: 0px !important;
  }

}

/*コンテンツ幅*/
.content {
  width: 85%;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.anchor {
  display: flex;
}

.mv_link {
  height: 136px;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-bottom: 26px;
  width: 30%;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0s;

}

.mv_link:hover {
  opacity: .4
}

.mv_link:nth-child(1) {
  width: 40%
}

.mv_link img {
  height: 84px;
  margin: 0 auto;
}

.mv_link_border {
  position: relative;
  display: inline-block;
}

.mv_link_border::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 70px;
  background-color: #E7DCD7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.about {
  background-color: #CCC1BC;
  position: relative;
  height: 910px;
  background-image: url(https://www.kiyohara.co.jp/download_file/27576/0);
  background-size: contain;

}

.about_top img {
  height: 80px;
}

.about_box {
  background-color: #F4EAE5;
  width: 70%;
  max-width: 650px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding-bottom: 80px;

}

.about_text {
  text-align: center;
  font-size: 18px !important;
  line-height: 36px !important;
  color: #727172;
}

.color_title {
  width: 200px;
  margin: 0 auto !important;

}

.color_title img {
  width: 100%;
}

.bear_img {
  position: absolute;
  bottom: 0;
  right: 22%;
  bottom: 70px;
  z-index: 10;

}


.bear_fuwafuwa {
  width: 160px;
  transform: rotate(15deg);
  /* 中心を基準点に時計回りに回転する */
}

.fuwafuwa_credit {
  position: absolute;
  width: 50%;
  bottom: -20px;
  left: 24px;
}


/*ふわふわ*/
.fuwafuwa {
  animation: fuwafuwa 2s infinite;
  position: relative;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

/*ピコピコ*/
.pikopiko {
  animation: pikopiko 1s steps(2, start) infinite;
  width: 100%;
}

@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }

  to {
    transform: rotate(-10deg);
  }
}

.col_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.color {
  max-width: 100px;
}

.color img {
  width: 100%;
}

.color_name {
  color: #727172;
  font-size: 16px !important;
  line-height: 22px !important;
  padding-top: 10px !important;
  text-align: center;
}

.color_size {
  font-size: 11px !important;
}

/*recipe*/
.recipe {
  background-color: #E7DCD7;
  padding-bottom: 40px;
}

.recipe_title {
  width: 42%;
  max-width: 145px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  margin-top: 30px;
}

.recipe_link {
  width: 50%;
  position: relative;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

.recipe_link:hover {
  opacity: .4;
}

.recipe_link img {
  width: 80%;
}

.link_bear {
  display: block;
}

.recipe_img_box {
  display: flex;
  margin-bottom: 20px;
  margin-top: -20px;
}

.recipe_small_text {
  text-align: center;
  margin-bottom: 60px !important;
  font-size: 14px !important;
  color: #727172;
  line-height: 22px !important;
}

/*recipe movie*/
.recipe_movie {
  padding: 40px 0px;
  font-size: 12px !important;
  color: #727172;
  line-height: 38px !important;
}

.recipe_col2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: -100px;
  padding-top: 100px;

}

.recipe1,
.recipe2,
.recipe3 {
  width: 40%;
  text-align: left;
}

.recipe1,
.recipe2 {
  margin-bottom: 70px;
}

.embed-container {
  width: 60%;
}

.embed-container iframe {
  width: 100%;
}

.recipe1 img,
.recipe2 img,
.recipe3 img {
  width: 84%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.col_2 {
  width: 50%;
}

.button1 {
  display: block;
  width: 265px;
  height: 48px;
  border-radius: 24px;
  line-height: 48px !important;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px !important;
  color: #727172 !important;
  position: relative;
  text-align: left;
  padding-left: 59px;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

.button2 {
  display: block;
  background-color: #EAC6BD;
  width: 265px;
  height: 48px;
  border-radius: 24px;
  line-height: 48px !important;
  margin: 0 auto;
  text-align: center;
  font-size: 16px !important;
  color: #727172 !important;
  position: relative;
  text-align: left;
  padding-left: 30px;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

.button1:hover,
.button2:hover {
  color: #727172 !important;
  opacity: .4;
}

.recipe1 .button1 {
  border: 2px solid #EAC6BD;
}

.recipe1 .button2 {
  background-color: #EAC6BD;
}

.recipe2 .button1 {
  border: 2px solid #DBE3CF;
}

.recipe2 .button2 {
  background-color: #DBE3CF;
}

.recipe3 .button1 {
  border: 2px solid #EDDFC3;
}

.recipe3 .button2 {
  background-color: #EDDFC3;
}


/*recipe飾り枠*/
.recipe_title::before {
  position: absolute;
  top: -70px;
  left: -250px;
  transform: scale(0.5);
  content: url(https://www.kiyohara.co.jp/download_file/27595/0);
  vertical-align: middle;
  padding-right: 5px;
}

.recipe_text {
  text-align: center;
  font-size: 18px !important;
  line-height: 36px !important;
  color: #727172;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.material {
  width: 40%;
  min-width: 300px;
  margin: 0 auto !important;
  position: relative;
  padding: 1.5rem !important;
  text-align: center;
  border: 2px solid #AB9C8D;
  background: #E7DCD7;
  color: #727172;
  font-size: 16px !important;
  line-height: 26px !important;

}

.material:before,
.material:after {
  position: absolute;
  content: '';
}

.material:before {
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 193px;
  height: 120px;
  border: 2px solid #AB9C8D;
  border-radius: 50%;
  background: #E7DCD7;
}

.material:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E7DCD7;
}

.material span {
  position: relative;
  z-index: 1;
}

.material_title {
  position: absolute !important;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}


/*totop*/
.totop {
  display: block;
  width: 150px;
  margin: 0 auto;

}

.totop img {
  width: 100%;
}

.totop_r {
  width: 116px;
  height: 94px;
  padding-top: 28px;
  padding-left: 8px;
  background-color: #EBE3DF;
  position: fixed;
  right: -70px;
  bottom: 180px;
  border-radius: 50%;
  z-index: 11;
}

.totop_r img {
  width: 34px;
}

.slider {
  width: 100%;
  height: 340px;
  overflow: hidden;
  max-width: 820px;
  margin: 0 auto;
  position: relative;

}

/*中間スライド*/
.slides2 {
  display: block;
  width: 4920px;
  /* 5枚 * 100% = 500% */
  transform: translateX(-205px);
  float: left;
}

.slide2 {
  width: 410px;
  /*この幅の半分の幅が上記
    *.slides transform: translateX(-100px);のあたい*/
  height: 300px;
  /*flex-shrink: 0;*/
  overflow: hidden;
  margin-top: 30px;
  float: left;
  animation: anim2 20s infinite;
}

/*最下部スライド*/
.slides {
  display: block;
  width: 4100px;
  /* 5枚 * 100% = 500% */
  transform: translateX(-205px);
  float: left;
}

.slide {
  width: 410px;
  /*この幅の半分の幅が上記
    *.slides transform: translateX(-100px);のあたい*/
  height: 300px;
  /*flex-shrink: 0;*/
  overflow: hidden;
  margin-top: 30px;
  float: left;
  animation: anim1 20s infinite;
}

.px10 {
  float: left;
  width: 390px;
  height: 300px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}

.slide img {
  width: 100%;
}

.footer {
  padding: 40px;
  background-color: #e7dcd7;
}

.footer_logo {
  width: 110px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0s;

}

.footer_logo:hover {
  opacity: .4
}

.footer_text {
  text-align: center;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #727172;
}

@keyframes anim2 {
  0% {
    transform: translateX(0px);
  }

  16.5% {

    transform: translateX(-410px);
    /*
    　*.slide　　widthを毎回マイナスしていく
     */
    transition-duration: 100ms;
    /*
    　*スライドの速さ
     */
  }

  33% {
    transform: translateX(-820px);
    /*
    　*上記２０％のtransformに.slide　　widthをマイナス
     */
    transition-duration: 100ms;
  }

  49.5% {
    transform: translateX(-1230px);
    /*
    　*上記４０％のtransformに.slide　　widthをマイナス
     */
    transition-duration: 100ms;
  }

  66% {
    transform: translateX(-1640px);
    /*
    　*上記6０％のtransformに.slide　　widthをマイナス
     */
    transition-duration: 100ms;
  }

  82.5% {
    transform: translateX(-2050px);
    transition-duration: 100ms;
  }

  100% {
    transform: translateX(-2460px);
    transition-duration: 100ms;
  }

}

@keyframes anim1 {
  0% {
    transform: translateX(0px);
  }

  20% {
    transform: translateX(-410px);
    /*
    　*.slide　　widthを毎回マイナスしていく
     */
    transition-duration: 100ms;
    /*
    　*スライドの速さ
     */
  }

  40% {
    transform: translateX(-820px);
    /*
    　*上記２０％のtransformに.slide　　widthをマイナス
     */
    transition-duration: 100ms;
  }

  60% {
    transform: translateX(-1230px);
    /*
    　*上記４０％のtransformに.slide　　widthをマイナス
     */
    transition-duration: 100ms;
  }

  80% {
    transform: translateX(-1640px);
    /*
    　*上記6０％のtransformに.slide　　widthをマイナス
     */
    transition-duration: 100ms;
  }

  100% {
    transform: translateX(-2050px);
    transition-duration: 100ms;
  }
}

/*スライドSP*/
@keyframes tonext {
  75% {
    left: 0;
  }

  95% {
    left: 100%;
  }

  98% {
    left: 100%;
  }

  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }

  95% {
    left: -300%;
  }

  98% {
    left: -300%;
  }

  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }

  97% {
    scroll-snap-align: none;
  }

  99% {
    scroll-snap-align: none;
  }

  100% {
    scroll-snap-align: center;
  }
}


ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carouselsp {
  position: relative;
  padding-top: 75%;

  perspective: 100px;
}

.carouselsp__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carouselsp__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  counter-increment: item;
}

.carouselsp__slide img {
  width: 90%;
}

.carouselsp__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carouselsp__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }

  .carouselsp__slide:last-child .carouselsp__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carouselsp__snapper {
    animation-name: none;
  }
}

.carouselsp:hover .carouselsp__snapper,
.carouselsp:focus-within .carouselsp__snapper {
  animation-name: none;
}

.carouselsp::before,
.carouselsp::after,
.carouselsp__prev,
.carouselsp__next {
  position: absolute;
  top: 0;
  margin-top: 37.5%;
  width: 60px;
  height: 40px;
  transform: translateY(-50%);
  font-size: 0;
  outline: 0;
  display: block;
}

.carouselsp::before {
  left: -10px;
}

.carouselsp::after {
  right: -10px;
}

.carouselsp__prev {
  right: -10px;
}

.carouselsp__next {
  left: -10px;
}

.carouselsp__prev {
  z-index: 2;
}

.carouselsp__next {
  z-index: 2;
}

.carouselsp::before,
.carouselsp::after {
  content: '';
  z-index: 1;
  background-size: 40px 67px;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  text-align: center;
  pointer-events: none;
}

.carouselsp::before {
  background-image: url("https://www.kiyohara.co.jp/download_file/27590/0");
  /*margin-left: -10px;*/
}

.carouselsp::after {
  background-image: url("https://www.kiyohara.co.jp/download_file/27589/0");
  /*margin-right: -10px;*/
}

@media screen and (max-width: 1200px) {
  .bear_img {
    right: 100px;
  }
}

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

  .px10 {
    width: 70vw;
    margin: 0 !important;
  }

  .box_title {
    width: 65%;
  }

  .collabo .box_title {
    text-align: center;
    margin: 0 auto;
  }

  .slide {
    width: 70vw;
    height: 55vw;
    margin-top: 0px !important;
  }

  .slide2 {
    width: 70vw;
    height: 55vw;
    margin-top: 0px !important;
  }

  .slider {
    width: 70vw;
    height: 55vw;
  }

  .slides {
    transform: translateX(0px) !important;
  }

  .slides2 {
    transform: translateX(0px) !important;
  }

  .example_title {
    display: block;
    width: 70vw;
    margin: 0 auto;
  }

  .example_text {
    padding: 20px 5px !important;
    text-align: justify;
  }

  @keyframes anim1 {
    0% {
      transform: translateX(0px);
    }

    20% {
      transform: translateX(-100%);
      /*.slide　　widthを毎回マイナスしていく*/
      transition-duration: 100ms;
      /*スライドの速さ*/
    }

    40% {
      transform: translateX(-200%);
      /*
    　*上記２０％のtransformに.slide　　widthをマイナス
     */
      transition-duration: 100ms;
    }

    60% {
      transform: translateX(-300%);
      /*
    　*上記４０％のtransformに.slide　　widthをマイナス
     */
      transition-duration: 100ms;
    }

    80% {
      transform: translateX(-400%);
      /*
    　*上記6０％のtransformに.slide　　widthをマイナス
     */
      transition-duration: 100ms;
    }

    100% {
      transform: translateX(-500%);
      transition-duration: 100ms;
    }
  }

  @keyframes anim2 {
    0% {
      transform: translateX(0px);
    }

    16.5% {
      transform: translateX(-100%);
      transition-duration: 100ms;
    }

    33% {
      transform: translateX(-200%);
      transition-duration: 100ms;
    }

    49.5% {
      transform: translateX(-300%);
      transition-duration: 100ms;
    }

    66% {
      transform: translateX(-400%);
      transition-duration: 100ms;
    }

    82.5% {
      transform: translateX(-500%);
      transition-duration: 100ms;
    }

    100% {
      transform: translateX(-600%);
      transition-duration: 100ms;
    }

  }

}

@media screen and (max-width: 930px) {
  .bear_img {
    right: 5px;
  }

  .attention {
    left: 20px;
  }
}

@media screen and (max-width: 850px) {
  .attention {
    left: 0px;
  }
}

@media screen and (max-width: 790px) {
  .recipe_title::before {
    top: -130px;
    left: -210px;
    transform: scale(0.4);
  }

  .recipe_text {
    margin-bottom: 30px !important;
  }

  .recipe_link:last-child {
    margin: 0 auto;
  }


  .embed-container {
    width: 100%;
  }

  .recipe1 {
    margin-bottom: 40px;
  }

  .recipe_col2 {
    display: block;
    margin-bottom: 30px;
  }

  .recipe1,
  .recipe2,
  .recipe3 {
    width: 100%;
    margin-bottom: 40px;
  }

}

@media screen and (max-width: 730px) {
  .attention {
    left: -20px;
  }
}

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

  /*PCSP画像切替*/
  .SP {
    display: block !important;
  }

  .PC {
    display: none;
  }

  .content {
    width: 90%;
  }

  .header_top {
    margin-top: 60px;
    height: 90px;
  }

  .mv_title {
    margin-top: 10px;
  }

  .mv_link {
    height: 92px;
    margin-bottom: 6px;
  }

  .mv_link img {
    height: 46px;
  }

  .mv_link_border::after {
    height: 20px;
  }

  .about_title {
    width: 58%;
    margin-top: 70px;
    margin-bottom: 20px;
  }

  .about_box {
    width: 80%;
  }

  .about_text {
    font-size: 15px !important;
    line-height: 32px !important;
    padding: 0 10px;
  }

  .bear_img {
    right: 10px;
  }

  .bear_fuwafuwa {
    width: 110px;
  }

  .fuwafuwa_credit .item_name {
    display: block;
    margin-bottom: 20px !important;
  }

  .note_text {
    font-size: 15px !important;
    line-height: 27px !important;
    padding-top: 14px;
  }

  .media_title {
    margin-top: 15px;
    margin-bottom: 90px;
  }

  .attention {
    font-size: 18px !important;
    width: 80%;
    height: 120px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    padding-top: 10px;
    /* top: -100px; */
    /* left: -20px;*/
  }

  .attention span {
    font-size: 20px !important;
    line-height: 33px !important;
  }

  .media_box {
    padding: 100px 20px 40px 20px;
  }

  .media_text {
    width: 100%;
    margin-bottom: 30px;
    font-size: 15px !important;
    line-height: 34px !important;
    margin-top: 80px;
  }

  .media_text_sp {
    line-height: 30px !important;

  }

  .media_small_text {
    width: 100%;
    font-size: 16px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
  }

  .col_r img {
    margin-bottom: 30px;
  }

  .book_button {
    margin: 0 auto;
  }

  .recipe_movie {
    padding-bottom: 0px !important;
  }

  .media_col2 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .col_l,
  .col_r {
    width: 100%;
  }

  .col_r {
    padding-left: 0px !important;

  }

  .col_l {
    margin-bottom: 20px;
  }

  .col_l img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .about {
    height: 800px;
  }
}

/*スライドPC*/
.carouselsp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .carouselpc {
    /*display: none;*/
  }

  .carouselsp {
    display: block;
  }
}
