@charset "utf-8";
@import url(reset.css);

/*  font set
-----------------------------------------------------------------*/
/*kanwa_sc_400*/
@font-face {
  font-family: 'kanwa_sc';
  src: url('/font/kanwa_sc_400.woff') format('woff'), url('../font/kanwa_sc_400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*kanwa_sc_600*/
@font-face {
  font-family: 'kanwa_sc';
  src: url('/font/kanwa_sc_600.woff') format('woff'), url('../font/kanwa_sc_600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*kanwa_sc_700*/
@font-face {
  font-family: 'kanwa_sc';
  src: url('/font/kanwa_sc_700.woff') format('woff'), url('../font/kanwa_sc_700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*kanwa_JP_400*/
@font-face {
  font-family: 'kanwa_jp';
  src: url('/font/kanwa_jp_400.woff') format('woff'), url('../font/kanwa_jp_400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*kanwa_JP_600*/
@font-face {
  font-family: 'kanwa_jp';
  src: url('/font/kanwa_jp_600.woff') format('woff'), url('../font/kanwa_jp_600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*kanwa_JP_700*/
@font-face {
  font-family: 'kanwa_jp';
  src: url('/font/kanwa_jp_700.woff') format('woff'), url('../font/kanwa_jp_700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*  base
------------------------------------------------------------------*/
body {
  font-size: 1.5rem;
  line-height: 3rem;
  color: #444 !important;
}

body.fixed {
  position: fixed;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  text-align: center;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: .8s;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.visible_pc {
  display: block;
}

.visible_sp {
  display: none;
}

.mincho {
  font-family: 'kanwa_sc', 'kanwa_jp', 'Noto Serif CJK JP', 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.english {
  font-family: 'Georgia', 'Times New Roman', 'Noto Serif CJK JP', 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

.font_l {
  font-size: 3.0rem;
}

.font_m {
  font-size: 2.4rem;
}

.font_s {
  font-size: 1.8rem;
}

.font_s_b {
  font-size: 1.25em;
  font-weight: 700;
}

.font_b {
  font-size: 1.6rem;
  font-weight: 700;
}

.font_left {
  text-align: left;
}

.font_right {
  text-align: right;
}

.chn {
  letter-spacing: 1px;
}

.font_center {
  text-align: center;
}

.inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
}

/*mousehover*/
.header_wrap img {
  transition: .2s;
}

.header_wrap img:hover {
  opacity: .5;
  transform: translateY(-1px);
  cursor: pointer;
}

.menu_button span {
  transition: .2s;
}

.menu_button:hover span {
  color: #c17f72;
  transform: translateY(-1px);
}

.drawer_menu li {
  transition: .2s;
}

.drawer_menu li:hover {
  color: #c17f72;
  transform: translateY(-1px);
  cursor: pointer;
}

.drawer_menu li:last-of-type:hover {
  transform: none;
  cursor: default;
}

.con_index_top_txt {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 1.0s;
}

.con_index_top_txt>div {
  transition: .2s;
}

.con_index_top_txt>div:hover {
  color: #c17f72;
  transform: translateY(-1px);
  cursor: pointer;
}

.btn:hover {
  color: #c17f72;
  border: solid 1px #c17f72;
  transform: translateY(-1px);
  cursor: pointer;
}

.con_index .detail_desc a>p {
  transition: .2s;
}

.con_index .detail_desc a>p:hover {
  color: #c17f72;
  transform: translateY(-1px);
  cursor: pointer;
}

.con_index .detail_desc a>p:hover:before {
  opacity: .6;
}

.detail_desc .ins_slider .ins_com:hover figure {
  transform: translateY(-1px);
  cursor: pointer;
}

.detail_desc .ins_slider .ins_com:hover {
  transform: translateY(-1px);
  cursor: pointer;
}

.detail_desc .ins_slider .ins_com:hover figure {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.copyright img {
  transition: .2s;
}

.copyright img:hover {
  opacity: .4;
  transform: translateY(-1px);
  cursor: pointer;
}

.footer_wrap li {
  transition: .2s;
}

.footer_wrap li:hover {
  color: #c17f72;
  transform: translateY(-1px);
  cursor: pointer;
}

.footer_wrap li:last-child:after {
  transition: .2s;
}

.footer_wrap li:hover:last-child:after {
  opacity: .2;
}

@media only screen and (max-width: 1040px) {
  .inner {
    padding: 0 15px;
  }

  main .inner {
    padding: 0 15px;
  }

  .con_index .summary_wrap:nth-child(2n) .summary_desc {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 850px) {
  .font_l {
    font-size: 2.8rem;
  }

  .font_m {
    font-size: 2.2rem;
  }

  .font_s {
    font-size: 1.7rem;
  }

  .visible_pc {
    display: none;
  }

  .visible_sp {
    display: block;
  }

  .inner {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 499px) {
  .font_l {
    font-size: 2.6rem;
  }

  .font_m {
    font-size: 2.1rem;
  }

  .font_s {
    font-size: 1.6rem;
  }
}

/*  header_index
-----------------------------------------------------------------*/
header {
  width: 100%;
  text-align: center;
}

.header_wrap {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: relative;
}

.header_wrap img {
  width: 250px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 1s;
}

.fix_header {
  background-color: #FFF;
  line-height: 66px;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 1000;
}

.fix_header_contents {
  width: 100%;
  margin: 0 auto;
}

.indexonly {
  top: -66px;
  opacity: 0;
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1));
}

/**************************************/
#fixed_box {
  transition: 1s;
}

.s_fixed {
  position: fixed;
  top: 0;
  /*ページ上部の固定する位置*/
  width: 100%;
  z-index: 1200;
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1));
}

/***********************************/
@media only screen and (max-width: 599px) {
  .header_wrap {
    height: 14vw;
  }

  .header_wrap img {
    max-width: 250px;
    width: calc(95% - 186px);
    transition: 1s;
  }

  label.menu_button.menu_button {
    height: 25px;
    width: 25px;
  }

  .out_header .menu_button {
    top: calc((14vw / 2) + -15px);
  }

  .out_header .menu_button span {
    color: transparent;
    background-color: #666;
    top: 6px;
  }

  .menu_button:hover span {
    color: transparent;
  }

  .con_index .con_index_top_img {
    width: calc(100% - 30px);
    margin: 14vw 15px 0;
  }
}

/*  drawer_menu_header
---------------------*/
.menu_checkbox {
  display: none;
}

.menu_button {
  display: block;
  position: fixed;
  top: 28px;
  left: 20px;
  z-index: 1300;
  height: 30px;
  width: 50px;
  cursor: pointer;
}

.menu_button span {
  font-size: 12px;
  letter-spacing: .4em;
  text-align: center;
  top: -17px;
  height: 0;
  transition: 1s;
}

.menu_button::after {
  background-color: #666;
}

.menu_button::before {
  background-color: #666;
}

.menu_button::before,
.menu_button::after {
  content: '';
  transition: .8s;
}

.menu_button::before,
.menu_button::after,
.menu_button span {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px;
}

.menu_button::before {
  top: 15px;
}

.menu_button::after {
  bottom: 0;
}

.menu_checkbox:checked~.menu_button::before {
  top: 50%;
  transform: rotate(45deg);
}

.menu_checkbox:checked~.menu_button::after {
  top: 50%;
  transform: rotate(-45deg);
}

.menu_checkbox:checked~.menu_button span {
  transition: .3s;
  opacity: 0;
}

.drawer_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  height: 100%;
  width: 100%;
  transform: translateX(-100%);
  transition: .8s;
  color: #808080;
  letter-spacing: .2rem;
  background-color: #fff;
  opacity: 0;
}

.drawer_menu ul {
  margin: 100px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.drawer_menu li {
  padding: 15px;
  font-family: 'Georgia', 'Times New Roman', 'Noto Serif CJK JP', 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

.drawer_menu li:last-child img {
  position: absolute;
  width: 250px;
  height: auto;
  bottom: 5%;
  left: 5%;
  opacity: .5;
}

.drawer_menu a {
  text-decoration: none;
}

.menu_checkbox:checked~.drawer_menu {
  transform: translateX(0);
  /* transition: 1s;*/
  opacity: 1;
}

.menu_background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
}

.menu_checkbox:checked~.menu_background {
  transition: 1s;
  display: block;
}

.menu_checkbox:checked~.fix_header img {
  transition: 1s;
  opacity: 0;
}

.menu_checkbox:checked .menu_button span {
  transition: 1s;
  opacity: 0;
}

@media only screen and (max-width: 499px) {
  .drawer_menu li:last-child img {
    width: 180px;
  }
}

@media only screen and (max-width: 399px) {
  .drawer_menu li {
    padding: 8px;
    font-size: 2rem;
  }

  .drawer_menu li:last-child img {
    width: 150px;
  }
}

/*  footer_index
-----------------------------------------------------------------*/
footer {
  width: 100%;
  letter-spacing: .2rem;
  color: #808080;
  background-color: #f7f7f7;
}

footer a,
footer a:visited {
  color: inherit;
}

.footer_wrap {
  position: relative;
  display: flex;
}

.footer_wrap ul {
  padding: 60px 20px 60px 0;
}

.footer_wrap li {
  padding: 5px;
}

.footer_wrap li.ins {
  margin-top: 20px;
}

.footer_wrap li.ins:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 6px 10px;
  background-image: url(../images/icon_ins_camera.png);
  opacity: .35;
  background-size: contain;
  vertical-align: middle;
}

.footer_wrap img {
  width: 50%;
  margin: 20px 0;
}

.copyright {
  width: 370px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.copyright a {
  display: flex;
  justify-content: center;
}

small {
  min-width: 100%;
  height: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: right;
  display: block;
}

small br {
  display: none
}

@media only screen and (max-width: 767px) {
  .footer_wrap {
    flex-direction: column;
  }

  .footer_wrap ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: unset; */
  }

  .footer_wrap li:last-child {
    padding-left: 20px;
  }

  .footer_wrap img {
    width: 180px;
    margin-bottom: 20px;
  }

  .copyright {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    position: static;
  }

  small {
    text-align: center;
  }

  small br {
    display: none
  }
}

@media only screen and (max-width: 430px) {
  small br {
    display: block;
  }
}

@media only screen and (max-width: 399px) {
  small {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5rem;
  }
}

/*  main_common
-----------------------------------------------------------------*/
main h2 {
  margin-top: 150px;
}

main .detail h2 {
  margin-top: 100px;
}

.summary {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  background-color: #f7f7f7;
}

.sub_ttl_l {
  margin-bottom: 20px;
  color: #c75a44;
  font-size: 1.6em;
  text-align: center;
}

.sub_ttl_m {
  margin-bottom: 20px;
  color: #666;
  text-align: left;
}

.summary_wrap {
  width: 100%;
  max-width: 1040px;
  height: 650px;
  position: relative;
}

.summary_wrap img {
  width: 800px;
  height: auto;
}

.summary_wrap .summary_desc {
  width: 800px;
  padding: 35px 60px 40px;
  background: rgba(255, 255, 255, .5);
  border: solid 1px #dedede;
  position: absolute;
  bottom: 0;
  right: 0;
}

.summary_wrap .summary_desc p {
  line-height: 2.9rem;
  font-size: 1.4rem;
}

.summary_desc ul {
  padding-left: 1.5em;
}

.summary_desc ul li {
  list-style: square;
}

.detail_desc {
  margin: 0 auto 120px;
}

.detail_desc:last-child {
  width: 100%;
  padding: 0;
  margin-bottom: 150px;
}

.btn {
  width: 18em;
  margin-top: 30px;
  padding: 5px 10%;
  font-size: 1.3rem;
  color: #666;
  border: solid 1px #9e9e9e;
  text-align: center;
  transition: .3s;
}

p.btn.right {
  width: 200px;
  margin-left: auto;
  margin-top: 50px;
  padding: 5px;
  background: rgba(255, 255, 255, .5);
}

p.list_text {
  line-height: 1.5em;
}

.detail_box dd {
  font-size: 1.4rem;
  line-height: 2rem;
}

.arrow_deco {
  border-bottom: 1px solid #9e9e9e;
  position: relative;
  transition: .3s;
}

.arrow_deco:after {
  content: "";
  border-right: 1px solid #666;
  transform: skew(45deg);
  display: block;
  position: absolute;
  transition: .3s;
}

.arrow_deco:hover {
  color: #c17f72;
  border-color: #c17f72;
  transform: translateY(-1px);
  cursor: pointer;
}

.arrow_deco:hover:after {
  border-color: #B17267;
  transform: translateY(-1px);
  transform: skew(45deg);
  cursor: pointer;
}

@media only screen and (max-width: 1040px) {
  .summary_wrap .summary_desc {
    right: 15px;
  }
}

@media only screen and (max-width: 850px) {
  .sub_ttl_m {
    margin-bottom: 10px;
  }

  .summary_wrap {
    height: auto;
  }

  .summary_wrap img {
    width: 100%;
    margin-bottom: 30px;
  }

  .summary_wrap .summary_desc {
    width: 100%;
    padding: 30px 40px 40px;
    position: static;
  }

  .summary_wrap .summary_desc p {
    line-height: 2.5rem;
  }

  .detail_desc {
    margin: 0 auto 80px;
  }

  .detail_desc:last-child {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 499px) {
  main h2 {
    margin-top: 100px;
  }

  main .detail h2 {
    margin-top: 30px;
  }

  .sub_ttl_l {
    margin-bottom: 10px;
  }

  .detail_desc {
    margin: 0 auto 30px;
  }

  .detail_desc:last-child {
    margin-bottom: 120px;
  }
}

/*  index_main
-----------------------------------------------------------------*/
/* トップイメージ_index_main
---------------------*/
.fix_header .indexonly {
  filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1));
}

.topimg_wrap {
  display: flex;
  position: relative;
}

.con_index_top_txt h2 {
  margin-top: 0;
  font-size: 2.2rem;
}

.con_index_top_txt p {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 2em;
}

.con_index_top_txt img {
  width: 46%;
  min-width: 185px;
  margin-bottom: 30%;
}

.con_index_top_txt p {
  margin-bottom: 25px;
}

.con_index_top_img {
  width: 72%;
  height: auto;
  position: relative;
}

.con_index_top_img img {
  width: 100%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.con_index_top_img .title_wrap {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.con_index_top_img>h2 {
  margin: 0;
}

.con_index_top_img h2 {
  margin: 0 0 10px 4.5vw;
  color: #fff;
  font-size: calc(50px + 5 * (100vw - 1250px)/670);
  line-height: 1.3em;
  text-shadow: 0 0 5px rgba(250, 255, 176, 1);
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

#title2 span:nth-child(2) {
  letter-spacing: 0;
}

#title2 span:nth-child(3) {
  letter-spacing: 0;
}

#title3 span:nth-child(1) {
  letter-spacing: 0;
}

#title3 span:nth-child(2) {
  letter-spacing: -0.09em;
}

#title3 span:nth-child(3) {
  letter-spacing: -0.1em;
}

#title3 span:nth-child(4) {
  letter-spacing: 0;
}

#title3 span:nth-child(5) {
  letter-spacing: 0;
}

/* ピックアッププロダクト_index_main
---------------------*/
.con_index .summary_wrap {
  height: 500px;
}

.con_index .summary_wrap:before {
  content: none;
}

.con_index .summary_wrap:after {
  content: none;
}

.con_index .summary_wrap .summary_desc {
  width: 490px;
  padding: 35px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.summary_wrap:nth-child(2n+1).inner {
  margin-top: 60px;
}

.summary_wrap:nth-child(2n).inner {
  margin-top: 60px;
  text-align: right;
}

.summary_wrap:nth-child(2n).inner .summary_desc {
  align-items: flex-start;
  left: 0;
}

.line_arrow {
  width: 150px;
  margin-left: auto;
  padding: 0 10px;
  color: #666;
  font-size: 14px;
  line-height: 1.7em;
  border-bottom: 1px solid #9e9e9e;
}

.line_arrow:after {
  width: 150px;
  height: 10px;
  bottom: 0;
  right: 6px;
}

.line_arrow:hover:after {
  border-color: #B17267;
  transform: translateY(-1px);
  transform: skew(45deg);
  cursor: pointer;
}

/* 他社製品_index
---------------------*/
.con_index .summary_wrap.other_product {
  height: 380px;
}

.con_index .summary_wrap .other_product_list {
  height: 400px;
}

.con_index .summary_wrap .other_product_img {
  height: 200px;
  width: auto;
  position: absolute;
}

.other_product_img.img1 {
  top: 0;
  left: 25px;
}

.other_product_img.img2 {
  top: 0;
  left: 125px;
}

.other_product_img.img3 {
  top: 0;
  left: 240px;
}

.other_product_img.img4 {
  top: 0;
  left: 325px;
}

.other_product_img.img5 {
  top: 0;
  left: 410px;
}

.other_product_img.img6 {
  top: 0;
  left: 525px;
}

.other_product_img.img7 {
  top: 0;
  left: 625px;
}

/* インスタグラム_index_main
---------------------*/
.con_index .detail_desc {
  border: none;
}

.con_index .summary_desc .visible_sp {
  display: none;
}

.con_index .detail_desc p {
  text-align: left;
  padding-bottom: 5px;
}

.con_index .detail_desc p:before {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 5px 2px 0;
  background-image: url(../images/icon_ins_camera.png);
  background-color: rgba(255, 255, 255, .4);
  background-blend-mode: lighten;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: '';
  display: inline-block;
}

.con_index .detail_desc .con_index_p {
  padding-bottom: 20px;
  line-height: 1.8rem;
  text-align: center;
}

.con_index .detail_desc .con_index_p:before {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 3px 0 0;
  background-image: url(../images/icon_ins_heart.png);
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: '';
  display: inline-block;
}

.con_index .detail_desc .con_index_p:after {
  width: 1.8rem;
  height: 1.6rem;
  margin: 0 0 5px 6px;
  background-image: url(../images/icon_ins_coment.png);
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: '';
  display: inline-block;
}

/* インスタグラム_お客様紹介_index_main
---------------------*/
.ins_slider li img {
  width: 100%;
}

.slick-dots li button {
  opacity: 0.75;
  background-color: #c17f72;
  transition: .5s;
}

.ins_slider .slick-dots li button:before {
  height: 3px;
  background-color: #000;
  content: '';
  top: 10px;
}

.ins_slider .slick-dots li button:hover:before {
  background-color: #c17f72;
}

.ins_slider .slick-dots li.slick-active button:before {
  background-color: #c17f72;
}

.ins_slider .slick-slide li {
  border: solid #000 1px;
}

.detail_desc .ins_slider .ins_com {
  position: relative;
  transition: .5s;
}

.detail_desc .ins_slider .ins_com figure {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.ins_slider .slick-arrow_prev,
.ins_slider .slick-arrow_next {
  width: 60px;
  color: #666;
  font-size: 14px;
  line-height: 1.4em;
  display: block;
  position: absolute;
  bottom: -25px;
}

.ins_slider .slick-arrow_prev {
  padding-right: 5px;
  text-align: right;
  left: 5px;
}

span.slick-arrow_next.arrow_deco.slick-arrow {
  right: 0;
}

.ins_slider .slick-arrow_prev:after,
.ins_slider .slick-arrow_next:after {
  width: 60px;
  height: 8px;
  bottom: 0;
  right: 5px;
}

.ins_slider .slick-arrow_prev:hover,
.ins_slider .slick-arrow_next:hover {
  color: #c17f72;
}

.ins_slider .slick-arrow_prev:after {
  border-right: none;
  border-left: 1px solid #666;
  transform: skew(135deg);
  left: 5px;
}

.ins_slider .slick-arrow_prev:hover:after {
  border-color: #B17267;
}

@media only screen and (max-width: 1250px) {
  .con_index_top_img {
    width: calc(100% - 345px);
    overflow: hidden;
  }

  .con_index_top_img img {
    width: 887px;
    overflow: hidden;
  }

  .con_index_top_txt {
    width: 345px;
  }
}

@media only screen and (max-width: 1050px) {
  header .indexonly {
    top: 0 !important;
    opacity: 1 !important;
  }

  .topimg_wrap {
    margin-bottom: 200px;
    flex-direction: column;
  }

  .con_index_top_txt {
    width: calc(100% - 30px);
    margin: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 1;
  }

  .con_index_top_txt img {
    display: none;
  }

  .con_index_top_txt h2 {
    margin: 0 40px 0;
  }

  .con_index_top_img {
    width: calc(100% - 30px);
    margin: 80px 15px 0;
  }

  .con_index_top_img img {
    width: 100%;
  }

  .con_index_top_img h2 {
    font-size: calc(30px + 20 * (100vw - 370px)/680);
  }
}

@media only screen and (max-width: 1050px) {
  .con_index .summary_wrap img {
    width: 77%;
    height: auto;
  }
}

@media only screen and (max-width: 1040px) {
  .con_index .summary_wrap img {
    width: 77%;
    height: auto;
  }
}

@media only screen and (max-width: 850px) {
  .con_index .summary_wrap .summary_desc {
    position: absolute;
  }

  .con_index .summary_wrap img {
    width: 618px;
    height: auto;
  }

  .detail_desc .ins_slider .ins_com figure {
    font-size: 12px;
  }

  .con_index .summary_wrap.other_product {
    height: 500px;
  }

  .other_product_img.img1 {
    top: 160px;
    left: 25px;
  }

  .other_product_img.img2 {
    top: 160px;
    left: 125px;
  }

  .other_product_img.img3 {
    top: 0;
    left: 140px;
  }

  .other_product_img.img4 {
    top: 0;
    left: 225px;
  }

  .other_product_img.img5 {
    top: 0;
    left: 310px;
  }

  .other_product_img.img6 {
    top: 160px;
    left: auto;
    right: 225px;
  }

  .other_product_img.img7 {
    top: 160px;
    left: auto;
    right: 125px;
  }
}

@media only screen and (max-width: 767px) {
  .detail_desc .ins_slider .ins_com figure {
    font-size: 14px;
  }
}

@media only screen and (max-width: 680px) {
  .con_index .summary {
    padding: 30px 0;
  }

  .con_index .summary_wrap {
    height: auto;
  }

  .con_index .summary_wrap.other_product {
    height: auto;
  }

  .con_index .summary_wrap img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .con_index .summary_wrap .summary_desc {
    width: 100%;
    margin-left: 0;
    padding: 0;
    background-color: transparent;
    display: block;
    position: static;
    border: none;
  }

  .con_index .summary_wrap .summary_desc p {
    width: 200px;
    margin: 30px auto 0;
  }

  .con_index .summary_wrap.other_product .summary_desc p {
    width: 300px;
    margin: 30px auto 0;
  }

  .line_arrow {
    width: 120px;
    margin-top: 22px;
    padding-top: 18px;
    padding-bottom: 5.5px;
  }
}

@media only screen and (max-width: 580px) {
  .detail_desc .ins_slider .ins_com figure {
    font-size: 12px;
  }
}

@media only screen and (max-width: 499px) {
  .con_index_top_img h2 {
    margin: 0 0 0 4.5vw;
  }

  .con_index_top_txt h2 {
    margin: 0 20px 0;
  }

  .topimg_wrap {
    margin-bottom: 100px;
  }

  .con_index_top_txt {
    bottom: -80px;
  }

  .ins_slider .slick-dots li {
    width: 15px;
    margin: 0 4px;
  }

  .ins_slider .slick-arrow_prev,
  .ins_slider .slick-arrow_next,
  .ins_slider .slick-arrow_prev:after,
  .ins_slider .slick-arrow_next:after {
    width: 45px;
    padding: 0;
  }

  .detail_desc .ins_slider .ins_com figure {
    font-size: 14px;
  }

  .con_index .summary_wrap .other_product_list {
    height: 500px;
  }

  .other_product_img.img1 {
    top: 0;
    left: 15px;
  }

  .other_product_img.img2 {
    top: 0;
    left: auto;
    right: 15px;
  }

  .other_product_img.img3 {
    top: 140px;
    left: 25px;
  }

  .other_product_img.img4 {
    top: 140px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .other_product_img.img5 {
    top: 140px;
    left: auto;
    right: 25px;
  }

  .other_product_img.img6 {
    top: 300px;
    left: 15px;
  }

  .other_product_img.img7 {
    top: 300px;
    left: auto;
    right: 15px;
  }
}

@media only screen and (max-width: 410px) {
  .detail_desc .ins_slider .ins_com figure {
    font-size: 12px;
  }
}

@media only screen and (max-width: 399px) {
  .con_index .summary_desc .visible_sp {
    display: block;
  }

  .con_index .summary_desc h4 {
    line-height: 1.2em;
    padding-bottom: 10px;
  }

  .con_index_top_txt h2 {
    margin: 0 15px 0;
  }

  .line_arrow {
    width: 100px;
    padding: 18px 0 5.5px 5px;
  }

  .ins_slider .slick-dots li {
    width: 10px;
    margin: 0 3px;
  }

  .ins_slider .slick-dots li button:before {
    width: 10px;
    margin: 0 3px;
  }
}

/*  story
-----------------------------------------------------------------*/
.visible_con_story_530 {
  display: none;
}

.con_story .summary_wrap:before {
  width: 92%;
  height: 78%;
  display: block;
  content: '';
  position: absolute;
  top: 12%;
  right: 0;
  z-index: -20;
  background: rgb(218, 181, 181);
  background: linear-gradient(61deg, rgba(218, 181, 181, 0.4780287114845938) 8%, rgba(215, 181, 218, 0.3267682072829131) 38%, rgba(207, 213, 147, 0.1110819327731093) 78%, rgba(69, 106, 252, 0.08867296918767509) 100%);
}

.con_story .summary_wrap:after {
  width: 88%;
  height: 72%;
  display: block;
  content: '';
  background: #fff;
  position: absolute;
  top: 15%;
  right: 2%;
  z-index: -10;
}

.con_story .summary_wrap {
  width: 100%;
  max-width: 1040px;
  height: 670px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.con_story .summary_wrap img:first-child {
  width: 100%;
}

.con_story .summary_wrap img:last-of-type {
  width: 47%;
  padding-top: 3%
}

.con_story .summary_wrap h3 {
  width: 50%;
  height: auto;
  margin: auto 0;
  padding-bottom: 85px;
  text-align: left;
  display: block;
}

.con_story .summary_side {
  width: 53%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.con_story .summary_wrap .summary_side h3 {
  font-size: 3rem;
}

.story_txt {
  width: 47%;
  padding: 0 40px 0 40px;
  position: absolute;
}

.story_txt ul {
  padding-left: 1.5em;
}

.story_txt ul li {
  list-style: square;
}

.con_story .story_txt h3 {
  width: 100%;
  padding: 0 0 30px;
  line-height: 1.2em;
  color: #bb786c;
}

.con_story .story_txt h4 {
  padding: 0 0 15px;
}

.con_story .story_txt p {
  line-height: 1.8em;
}

.con_story .story_txt .btn {
  margin: 40px 0 0;
}

/* ナビ_story
---------------------*/
.con_story .detail_desc {
  margin-top: 100px;
  border: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px 0;
}

.con_story .detail_box a {
  /*width:38%;*/
  display: flex;
  align-items: center;
  border: solid 1px #dedede;
}

.con_story .detail_box {
  width: 30%;
}

.con_story .detail_box img {
  width: 85px;
  height: auto;
  padding: 3px;
}

.con_story .detail_box p {
  padding: 0 10px;
  line-height: 1.7em;
}

/* 210026_story story210033
---------------------*/
.story210019 .story_txt h3 br:nth-child(1),
.story210026 .story_txt h3 br:nth-child(1),
.story210033 .story_txt h3 br:nth-child(1),
.story210057 .story_txt h3 br:nth-child(1) {
  display: none;
}

.story210026 .story_txt h3 br:nth-child(3),
.story210033 .story_txt h3 br:nth-child(3) {
  display: none;
}

@media only screen and (max-width: 950px) {
  .con_story .summary_wrap .summary_side h3 {
    font-size: 2.9rem;
  }

  .story210019 .story_txt br:nth-child(1) {
    display: block;
  }
}

@media only screen and (max-width: 920px) {
  .visible_con_story_530 {
    display: none;
  }

  .con_story .summary_wrap .visible_con_story_920 {
    display: none;
  }

  .con_story .summary_wrap {
    height: auto;
    margin-bottom: 80px;
    display: block;
  }

  .con_story .summary_wrap:before {
    width: 85%;
    height: 98%;
    left: 7.5%;
  }

  .con_story .summary_wrap:after {
    width: 80%;
    height: 93%;
    top: 14.5%;
    left: 10%;
  }

  .con_story .summary_wrap h3 {
    width: 85%;
    height: 72%;
    top: 0;
    right: 2%;
  }

  .con_story .summary_side {
    width: 100%;
    position: static;
  }

  .con_story .summary_wrap img:first-child {
    width: 75%;
  }

  .con_story .summary_wrap img:last-of-type {
    width: 30%;
    padding-top: 0;
    position: absolute;
    top: 25%;
    left: 55%;
  }

  .con_story .story_txt {
    width: 80%;
    margin: auto;
    padding: 0 30px;
    position: static;
  }

  .con_story .story_txt h4 {
    padding: 50px 0 15px;
  }

  .con_story .story_txt h3 {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .con_story .detail_desc {
    margin-top: 180px;
  }

  .story210019 .story_txt br:nth-child(1) {
    display: none;
  }

  .story210019 .story_txt br:nth-child(2) {
    display: none;
  }
}

@media only screen and (max-width: 810px) {
  .story210019 .story_txt br:nth-child(2) {
    display: block;
  }

  .con_story .story_txt h3 {
    line-height: 1.4em;
  }
}

@media only screen and (max-width: 767px) {
  .con_story .detail_desc {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .con_story .detail_box {
    width: 330px;
    margin: 0;
  }
}

@media only screen and (max-width: 720px) {
  .summary_wrap:after {
    width: 79%;
    left: 10.5%;
  }
}

@media only screen and (max-width: 670px) {
  .con_story .summary_wrap:before {
    width: 90%;
    left: 5%;
  }

  .con_story .summary_wrap:after {
    width: 83%;
    left: 8.5%;
  }

  .con_story .summary_wrap img:last-of-type {
    top: 20%;
  }
}

@media only screen and (max-width: 530px) {
  .con_story .story_txt h3 {
    font-size: 2.4rem;
  }

  .summary_wrap:after {
    width: 83%;
    left: 8.5%;
  }

  .btn {
    width: 100%;
  }
}

@media only screen and (max-width: 490px) {
  .summary_wrap:after {
    width: 82%;
    left: 9%;
  }

  .story210019 .story_txt h3 br:nth-child(1),
  .story210026 .story_txt h3 br:nth-child(1),
  .story210033 .story_txt h3 br:nth-child(1),
  .story210057 .story_txt h3 br:nth-child(1) {
    display: block;
  }

  .story210026 .story_txt h3 br:nth-child(3) {
    display: block;
  }
}

@media only screen and (max-width: 399px) {
  .con_story .summary_wrap:before {
    width: 90%;
    left: 5%;
  }

  .con_story .summary_wrap:after {
    width: 79%;
    left: 10.5%;
  }

  .con_story .summary_wrap img:last-of-type {
    top: 17%;
  }

  .con_story .story_txt .font_l {
    font-size: 2.3rem;
  }

  .con_story .story_txt h4 {
    padding: 60px 0 15px;
  }

  .con_story .detail_box {
    width: 100%;
  }
}

/*  products
-----------------------------------------------------------------*/
.con_products .detail_desc {
  border: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: calc(10% / 2);
}

.con_products .detail_desc a {
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.con_products p.list_text {
  margin: 20px 0 10px;
  height: 3em;
}

.con_products .detail_desc img {
  width: 315px;
}

img {
  width: 315px;
}

@media only screen and (max-width: 1040px) {
  .con_products .detail_desc img {
    width: 65%;
  }
}

@media only screen and (max-width: 850px) {
  .con_item .visible_sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .con_products .detail_desc {
    flex-direction: column;
    align-content: center;
    width: 100%;
  }

  .con_products .detail_desc a {
    width: 100%;
  }

  .con_products .detail_desc a:not(:last-child) {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 530px) {
  .con_products .btn {
    width: 18em;
  }

  .con_item .visible_sp {
    display: block;
  }
}

/*  products_item
/*  item
-----------------------------------------------------------------*/
.con_item .summary {
  margin-top: 150px;
}

.con_item>.summary>.summary_wrap>h3 {
  margin-bottom: 25px;
}

.con_item>.summary>.summary_wrap>.summary_desc>h3 {
  margin-bottom: 20px;
}

.detail>h3 {
  height: 1.5rem;
  margin: 135px 0 50px;
}

.con_item .detail_box h4,
.con_item .detail_box dt {
  font-weight: 600;
  font-family: 'kanwa_sc', 'kanwa_jp', 'Noto Serif CJK JP', 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.under_red {
  padding-bottom: 15px;
  position: relative;
}

.under_red:after {
  width: 1.5em;
  height: auto;
  margin: auto;
  content: "";
  border-bottom: solid 2px #c17f72;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -23px;
}

.detail_desc.howto {
  margin-bottom: 10px;
}

.con_item .line_arrow {
  margin-bottom: 130px;
}

/* 原材料_item
---------------------*/
.detail_box dt {
  font-size: 1.6rem;
  font-weight: 700;
}

.material,
.process {
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.material .detail_box,
.process .detail_box {
  width: calc((100% - 10%) / 3);
  margin-bottom: 50px;
  padding: 8px;
  border: solid 1px #e4e4e4;
}

.item210019 .material .detail_box:last-child {
  margin-right: auto;
  margin-left: 5%;
}

.material .detail_box img,
.process .detail_box img {
  width: 100%;
  align-self: flex-start;
}

.material .detail_box dt {
  text-align: center;
  padding: 8px 0 3px;
}

.material .detail_box dd {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  padding: 0 10px 20px;
}

/* 栄養表示_item
---------------------*/
.ingredient .detail_box {
  padding: 50px 70px 80px;
  border: solid 1px #e4e4e4;
}

.ingredient .detail_box>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.ingredient .detail_box dl {
  padding: 0 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ingredient .detail_box dt {
  font-size: 1.6rem;
}

.ingredient .detail_box h4 {
  margin-bottom: 30px;
}

.ingredient .detail_box dd {
  padding: 8px 0 40px;
  font-size: 3.0rem;
}

/* 製造工程_item
---------------------*/
.process .detail_box {
  width: calc((100% - 8%) / 4);
  margin-bottom: 0;
  line-height: 0;
}

.process .detail_box video {
  width: 100%;
}

/* ご使用について_item
---------------------*/
.detail_desc.howto {
  padding: 50px 70px 80px;
  border: solid 1px #e4e4e4;
  display: flex;
  align-items: flex-start;
}

.detail_desc.howto img {
  width: 315px;
}

.howto .con_jan {
  font-size: 1.6rem;
  text-align: left;
}

.howto .detail_box {
  margin-left: 40px;
}

.howto .detail_box dl {
  margin-bottom: 25px;
}

.howto .detail_box dt {
  margin-bottom: 5px;
}

.howto .detail_box dt:before {
  content: "＜";
  margin-right: 3px;
}

.howto .detail_box dt:after {
  content: "＞";
  margin-left: 3px;
}

@media only screen and (max-width: 850px) {
  .material .detail_box {
    width: calc((100% - 10%) / 3);
  }

  .ingredient .detail_box,
  .detail_desc.howto {
    padding: 35px 55px 65px;
  }

  .howto .con_jan {
    font-size: 1.4rem;
  }
}

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

  .material .detail_box,
  .detail_desc .howto {
    width: calc((100% - 5%) / 2);
  }

  .material .detail_box:last-child {
    margin-left: 0;
  }

  .item210019 .material .detail_box:last-child {
    margin-left: 0;
  }

  .process .detail_box {
    width: 48%;
    margin-bottom: 4%;
  }

  .detail_desc.howto {
    flex-direction: column;
    align-items: center;
  }

  .detail_desc.howto img {
    width: 80%;
    margin-bottom: 0;
  }

  .howto .con_jan {
    margin-top: 35px;
    margin-bottom: 0;
  }

  .howto .detail_box {
    margin-left: 0;
  }
}

@media only screen and (max-width: 680px) {
  .con_item .line_arrow {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 499px) {
  .con_item .summary {
    margin-top: 100px;
    padding: 30px 0;
  }

  .con_item>.summary>.summary_wrap>h3 {
    margin-bottom: 10px;
  }

  .detail_box dl {
    padding: 0 10px 10px;
  }

  .howto .con_jan {
    font-size: 1.3rem;
    padding: 0 10px 0;
  }

  .con_item .detail>h3 {
    margin: 70px 0 40px;
  }

  .con_item .material .detail_box,
  .con_item .process .detail_box {
    width: 90%;
    margin: 0 auto 50px;
  }

  .item210019 .material .detail_box:last-child {
    margin: 0 auto 10px;
  }

  .material .detail_box:last-child {
    margin-left: 5%;
    margin-bottom: 30px;
  }

  .detail_desc.ingredient,
  .detail_desc.howto {
    width: 90%;
  }

  .ingredient .detail_box,
  .detail_desc.howto {
    padding: 35px 55px 65px;
  }

  .ingredient .detail_box dl {
    padding: 0 10px 40px;
  }

  .ingredient .detail_box,
  .detail_desc.howto {
    padding: 20px;
  }

  .process {
    justify-content: center;
  }

  .material .detail_box:last-child {
    margin: 0 auto 20px;
  }

  .process .detail_box:last-child {
    margin: 0 auto 0;
  }

  .con_item .line_arrow {
    margin-right: 5%;
    margin-bottom: 100px;
  }
}

/*  about us
-----------------------------------------------------------------*/
.con_about_us h2 {
  font-family: 'kanwa_jp', 'Noto Serif CJK JP', 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.con_about_us .detail_desc {
  width: 70%;
  margin-bottom: 0;
  padding: 80px;
  text-align: center;
}

.con_about_us .detail_desc div {
  display: inline-block;
  text-align: left;
}

.con_about_us .detail_desc dl {
  margin: 10px auto;
  display: flex;
}

.con_about_us .detail_desc dt {
  width: 6em;
  margin: 0 30px 30px 0;
  color: #9c9c9c;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.con_about_us .detail_desc:last-child {
  width: 100%;
  padding: 0;
  margin-bottom: 150px;
}

@media only screen and (max-width: 850px) {
  .con_about_us .detail_desc dl {
    display: block;
    margin-bottom: 30px;
  }

  .con_about_us .detail_desc dt {
    width: 100%;
    margin: 0;
    letter-spacing: 1.1rem;
    -moz-text-align-last: inherit;
    text-align-last: inherit;
  }

  .con_about_us .detail_desc dd {
    width: 100%;
    line-height: 2.2rem;
  }
}

@media only screen and (max-width: 850px) {
  .con_about_us .detail_desc dt {
    letter-spacing: normal;
  }

  .con_about_us .detail_desc {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .con_about_us .detail_desc {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 499px) {
  .con_about_us .detail_desc {
    width: 100%;
    padding: 50px 15px;
  }

  .con_about_us .detail_desc:last-child {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 399px) {
  .con_about_us .detail_desc {
    padding: 30px 15px 50px;
  }

  .con_about_us .detail_desc dl {
    margin: 0 0 20px;
  }

  .con_about_us .detail.inner .detail_desc.con_map.effect_fade4 {
    margin-bottom: 400px;
  }
}

/*  contact
-----------------------------------------------------------------*/
.con_contact .detail h2 {
  margin-top: 150px;
}

.con_contact .detail_desc {
  width: 70%;
  padding: 80px 120px;
  background-color: #f8f8f8;
}

input[type="text"] {
  width: 100%;
  margin-bottom: 30px;
  border: solid 1px #adadad;
}

textarea {
  width: 100%;
  margin-bottom: 30px;
  border: solid 1px #adadad;
}

.contact_item {
  display: flex;
  align-items: center;
}

span.optional,
span.must {
  width: 4em;
  height: 1.8em;
  margin-left: 10px;
  padding: 1px 2px;
  border: solid 1px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-content: center;
}

.optional {
  color: #9c9c9c;
  border: solid 1px #9c9c9c;
}

.must {
  color: #c17f72;
  border: solid 1px #c17f72;
}

.con_contact .detail_desc .span_short {
  margin: 0;
}

.contact_privacy {
  height: 170px;
  margin-bottom: 30px;
  padding: 20px 15px 0 20px;
  font-size: 1.3rem;
  line-height: 1.5em;
  background-color: #fff;
  border: solid 1px #adadad;
  overflow: scroll;
}

.contact_privacy dt {
  padding: 25px 0 10px 0;
}

.contact_privacy p:last-of-type {
  padding: 10px 0 20px;
  text-align: right;
}

input[type="submit"] {
  width: 18em;
  margin-top: 30px;
  padding: 5px 10%;
  font-size: 1.3rem;
  color: #666;
  border: solid 1px #9e9e9e;
  background-color: #fff;
  transition: .3s;
  cursor: pointer;
}

input[type="submit"]:hover {
  color: #c17f72;
  border: solid 1px #c17f72;
}

@media only screen and (max-width: 1040px) {
  .con_contact .detail_desc {
    width: 80%;
    padding: 60px 120px;
  }
}

@media only screen and (max-width: 850px) {
  .con_contact .detail_desc {
    width: 90%;
    padding: 60px;
  }

  .contact_last {
    line-height: 1.5em;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: space-between;
  }

  .contact_last span {
    margin: 5px 0 15px;
  }
}

@media only screen and (max-width: 499px) {
  .con_contact .detail h2 {
    margin-top: 100px;
  }

  .con_contact .detail_desc {
    width: 100%;
    padding: 40px 20px;
  }

  .contact_privacy {
    padding: 10px 5px 0 10px;
  }
}

/* アニメ※最後に置く
---------------------*/
/* 読み込み時全体*/
body {
  animation: fadeIn 1s ease-in 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    will-change: transform;
  }

  100% {
    opacity: 1
  }
}

/* スクロール時*/
.effect_fade {
  opacity: 0;
  transform: translate(0, 70px);
  transition: all 1000ms ease-in;
}

.effect_fade2 {
  opacity: 0;
  transform: translate(0, 70px);
  transition: all 1000ms 300ms ease-out;
}

.effect_fade3 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms 600ms ease-out;
}

.effect_scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* CSS_transition読み込み対策*/
.css-transitions-only-after-page-load * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}