@charset "UTF-8";
/* RE薬 */
/* CSS reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 0px;
}

nav ul,
ul {
  list-style-image: none;
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  clear: both;
  float: none;
  width: 100%;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.serif {
  font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.sans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hiragino {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.biz-udgothic-regular {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.33333vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/*------------------------------
リセットCSS
------------------------------*/
h1, h2, h3, h4, h5, h6, p, ul, ol, li, a {
  font-size: 1.6rem;
  line-height: 1.65em;
}

/*------------------------------
基本
------------------------------*/
.bloc_center {
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: calc(100% - 10rem);
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 5rem;
}
@media only screen and (max-width: 1100px) {
  .inner {
    width: calc(100% - 6rem);
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 3rem;
  }
}

.flex {
  display: flex;
}

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

img {
  width: 100%;
  height: auto;
}

a {
  color: #000;
}

a img {
  transition: 0.3s;
}

a:hover img {
  transform: scale(1.02, 1.02);
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  font-size: 2.8rem;
}

.font_italic {
  font-style: italic;
}

.bg_main {
  background-color: #F0EDE6;
}

.red {
  color: #D52427;
}

.t_align_c {
  text-align: center;
}

.t_align_l {
  text-align: left;
}

.t_align_r {
  text-align: right;
}

.letter_sm05 {
  letter-spacing: -0.05rem;
}

.letter_sm10 {
  letter-spacing: -0.1rem;
}

.t_nowrap {
  white-space: nowrap;
}

.f_bold {
  font-weight: bold;
}

.width_0 {
  width: 0;
  display: inline-block;
}

/********************************
モバイル基本
********************************/
.br_sp, .sp, .sp_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .br_sp, .sp, .sp_only {
    display: inline-block;
  }
}

.sp_only_b {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_only_b {
    display: block;
  }
}

/********************************
モバイル
********************************/
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}
.wrapper .inner_1060 {
  max-width: calc(1000px + 6rem);
  padding-left: 3rem;
  padding-right: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.header_rap {
  background-color: #cbe5f6;
}

.header {
  justify-content: space-between;
  padding: 2rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 1rem 0 1rem;
  }
}
.header h1 {
  margin-right: 0.5em;
}
.header h1 img {
  width: 77px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header h1 img {
    width: 11rem;
  }
}
.header p {
  padding-top: 1em;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .header p {
    padding-top: 1.6rem;
  }
}
.header figure {
  width: 19px;
  margin-right: 1em;
}
.header .right_box {
  align-items: center;
}
.header .right_box h3 {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  margin-top: -0.3rem;
}
@media screen and (max-width: 767px) {
  .header .right_box h3 {
    display: none;
  }
}

.mv {
  background: url(img/mv_bui.webp) left 45% bottom no-repeat;
  background-size: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  min-height: 55.2rem;
  position: relative;
  background-color: #cbe5f6;
  z-index: 1;
}
.mv::after {
  background: url(img/mv_mans.webp) center center no-repeat;
  position: absolute;
  content: "";
  width: 69.4rem;
  height: 55.2rem;
  top: 2rem;
  left: -18rem;
  z-index: -1;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  .mv {
    background: url(img/mv_bui.webp) left 44% bottom no-repeat;
    background-color: #cbe5f6;
  }
  .mv::after {
    margin-left: auto;
    margin-right: auto;
    right: 88rem;
  }
}
@media screen and (min-width: 1300px) {
  .mv::after {
    left: -8rem;
  }
}
@media screen and (min-width: 1400px) {
  .mv::after {
    left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .mv::after {
    top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(img/mv_bui) top left no-repeat;
    background-size: 170%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    background-color: #cbe5f6;
    padding-bottom: 5rem;
  }
  .mv::after {
    width: 73.4rem;
    height: 58.2rem;
    top: 4rem;
    background-size: contain;
  }
}
.mv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #FFF;
  top: 62rem;
  z-index: -1;
}
.mv .mv_inner {
  gap: 3rem;
  margin-top: -1px;
}
@media screen and (max-width: 1000px) {
  .mv .mv_inner {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv_inner {
    flex-direction: column;
  }
}
.mv .left_box {
  width: 50rem;
}
.mv .left_box h2 {
  background-color: #ffb000;
  text-align: center;
}
.mv .left_box h2 span {
  font-weight: 400;
}
.mv .left_box h1 {
  font-size: 7.4rem;
  font-weight: 400;
  text-align: right;
}
.mv .left_box h1 span {
  color: #2372dc;
}
.mv .left_box .mv_text {
  width: 15.4rem;
  margin: 1rem 0 0 auto;
}
@media screen and (max-width: 1200px) {
  .mv .left_box h2 {
    font-size: 2.3333333333vw;
  }
  .mv .left_box h1 {
    font-size: 6.1666666667vw;
  }
}
.mv h4 {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 3.4rem;
  letter-spacing: 0.3rem;
  position: relative;
}
.mv h4::before {
  position: absolute;
  content: "";
  background: url(img/check.webp) center center no-repeat;
  width: 3rem;
  height: 2.6rem;
  left: -3.4rem;
  bottom: 1.5rem;
}
.mv h4::after {
  position: absolute;
  content: "";
  background: url(img/underline.webp) center center no-repeat;
  background-size: contain;
  width: 13.8rem;
  height: 0.9rem;
  left: 0rem;
  bottom: 0rem;
}
.mv h4.v1::after {
  width: 11.4rem;
}
@media screen and (max-width: 1200px) {
  .mv .left_box {
    width: 100%;
  }
  .mv .left_box h4 {
    font-size: 2.8333333333vw;
    text-shadow: 1px 1px 2px #FFF;
  }
  .mv .left_box h4::before {
    width: 2.5vw;
    background-size: contain;
    left: -2.4rem;
    bottom: 0.5rem;
  }
  .mv .left_box h4::after {
    width: 13.8rem;
  }
  .mv .left_box h4.v1::after {
    width: 9.5vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .left_box {
    width: 100%;
  }
  .mv .left_box h2 {
    font-size: 4rem;
  }
  .mv .left_box h1 {
    font-size: 10rem;
    line-height: 1.2em;
  }
  .mv .left_box .mv_text {
    width: 21.4rem;
  }
  .mv .left_box h4 {
    font-size: 5rem;
  }
  .mv .left_box h4::before {
    width: 4.2rem;
    height: 4.6rem;
    left: -5rem;
    bottom: 1.5rem;
  }
  .mv .left_box h4::after {
    position: absolute;
    content: "";
    width: 19.8rem;
    height: 1.4rem;
  }
  .mv .left_box h4.v1::after {
    width: 15.4rem;
    height: 1.2rem;
  }
}
.mv .emblem {
  background: url(img/emblem.webp) center center no-repeat;
  background-size: cover;
  width: 18.9rem;
  height: 18.9rem;
  display: grid;
  align-items: center;
  margin-top: -2rem;
}
.mv .emblem h3 {
  font-weight: 500;
  text-align: center;
  line-height: 1.1em;
  font-size: 2.2rem;
}
.mv .emblem h3 strong {
  padding-top: 1em;
  font-size: 130%;
  display: inline-block;
}
.mv .emblem h3 span {
  font-size: 250%;
}
@media screen and (max-width: 767px) {
  .mv .emblem h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .mv .emblem {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 900px) {
  .mv .emblem {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .emblem {
    width: 22rem;
    height: 22rem;
    margin-top: -16rem;
  }
}

.right_box .form_rap {
  width: 47rem;
  height: 42rem;
  border-radius: 0.8rem;
  border: #d1d1d1 solid 3px;
  background-color: #FFF;
}
@media screen and (max-width: 1000px) {
  .right_box .form_rap {
    width: 47vw;
    height: 42vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .right_box .form_rap {
    width: calc(100% - 6px);
    height: 62rem;
  }
}

/********************************
sec01
********************************/
.sec01 {
  background: url(img/sec01_bg.webp) top center no-repeat;
  background-size: cover;
  margin-top: -6rem;
  padding-top: 10rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
@media screen and (max-width: 767px) {
  .sec01 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.site_h2 {
  font-weight: 500;
  font-size: 3.4rem;
  text-align: center;
}
.site_h2 span {
  color: #ff7200;
}
@media screen and (max-width: 767px) {
  .site_h2 {
    font-size: 4.4rem;
  }
}

/***slider****/
.slider_rap {
  max-width: 1040px;
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 2rem 2rem 3rem;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  height: 46rem;
  margin: 0;
  padding: 0;
}

.slider .slick-slide {
  margin: 1rem;
  background-color: #FFF;
  border-radius: 1.2rem;
  height: 36rem;
  box-shadow: 1px 1px 3px 0px #e7e5e5, -1px -1px 3px 0px #e7e5e5;
  overflow: hidden;
}

.slider figure img {
  height: 19rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider .slick-prev:before, .slider .slick-next:before {
  color: #08BCBD;
}

.slider_text {
  padding: 1.5em 1rem 0 1.5rem;
}

.slider h2 {
  font-size: 2.2rem;
  line-height: 1.4em;
  text-align: left;
  background-color: #ffb000;
  padding: 0.5em 1em;
  min-height: 3.2em;
  display: grid;
  align-items: center;
  white-space: nowrap;
}

.slider_text h3, .slider_text h4, .slider_text p {
  margin-bottom: 0.5em;
}

.slider_text h3 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1em;
}

.width_30 {
  width: 35%;
  font-weight: 900;
}

.width_70 {
  width: 68%;
}

.slider_text h4, .slider_text p {
  font-size: 1.4rem;
  font-weight: 500;
}

.slider_text span {
  line-height: 1.65em;
}

.slider .slick-prev, .slider .slick-next {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.slider .slick-next {
  right: -6rem;
}
.slider .slick-prev {
  left: -6rem;
}
@media screen and (max-width: 1200px) {
  .slider .slick-next {
    right: -3rem;
  }
  .slider .slick-prev {
    left: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .slider .slick-list {
    height: 72rem;
  }
  .slider .slick-slide {
    height: 68rem;
    overflow-y: auto;
  }
  .slider h2 {
    font-size: 2.6rem;
  }
  .slider .slider_text {
    padding: 2.4em 1rem 0 2rem;
  }
  .slider .slider_text h3 {
    font-size: 4.2rem;
  }
  .slider .slider_text h4, .slider .slider_text p {
    flex-direction: column;
    font-size: 2.6rem;
  }
  .slider .slider_text h4 span, .slider .slider_text p span {
    width: 100%;
  }
}

.slider .slick-next:before, .slider .slick-prev:before {
  position: absolute;
  content: "";
  background: url(img/chevron-right-solid.svg) center center no-repeat;
  background-size: contain;
  bottom: 10rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 3rem;
  height: 3rem;
  opacity: 1;
}

.slider .slick-prev:before {
  transform: scale(-1.1);
}

/***slider_end****/
/********************************
sec02
********************************/
.sec02 {
  padding-top: 4rem;
  margin-bottom: 3rem;
}
.sec02 h2 {
  margin-bottom: 5rem;
}
.sec02 .cont_box {
  align-items: center;
  padding: 3rem;
}
.sec02 .cont_box.v2 {
  padding-left: 2rem;
}
.sec02 .img01 {
  width: 100%;
  max-width: 25.8rem;
  height: auto;
}
.sec02 .img02 {
  width: 100%;
  max-width: 22.5rem;
  height: auto;
}
.sec02 .img03 {
  width: calc(100% - 4rem);
  max-width: 21.6rem;
  height: auto;
  margin-left: 1rem;
  margin-right: 3rem;
}
.sec02 h3 {
  font-size: 2.2rem;
  color: #ffb000;
  margin-bottom: 1rem;
}
.sec02 h3 strong {
  font-size: 230%;
  font-style: italic;
}
.sec02 h3 b {
  font-size: 146%;
}
.sec02 h3 span {
  display: inline-block;
  border-bottom: 1px solid #ffb000;
  padding-bottom: 0.5em;
}
.sec02 h3 span.v2 {
  margin-left: 2.2em;
  border-bottom: none;
  line-height: 1.4em;
}
.sec02 p {
  font-size: 1.6rem;
  font-weight: 500;
}
.sec02 .mr_2 {
  margin-right: 2rem;
}
.sec02 .mr_4 {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-top: 6rem;
  }
  .sec02 .cont_box {
    align-items: center;
    flex-direction: column;
    padding: 3rem;
    gap: 2rem 2rem;
  }
  .sec02 .cont_box.v2 {
    padding-left: 0;
  }
  .sec02 .cont_box.v2 figure {
    order: 0;
  }
  .sec02 .cont_box.v2 div {
    order: 1;
  }
  .sec02 figure {
    margin-bottom: 2rem;
  }
  .sec02 h3 {
    font-size: 2.8rem;
    text-align: center;
    white-space: nowrap;
    line-height: 1.8em;
  }
  .sec02 h3 span.v2 {
    margin-left: 0;
  }
  .sec02 p {
    font-size: 2.6rem;
    text-align: center;
    white-space: nowrap;
  }
}

.orange-bg {
  background-color: #fff7e4;
}

@media screen and (max-width: 982px) {
  .sec02_br {
    display: none;
  }
}
/********************************
sec3
********************************/
.sec03 {
  padding: 3rem 0;
}
.sec03 .btn_rap {
  text-align: center;
}
.sec03 a {
  display: inline-block;
  background-color: #ff7200;
  border: 1px solid #ff7200;
  border-radius: 4rem;
  padding: 2.2rem 4.2rem;
  font-size: 2.4rem;
  color: #FFF;
  font-weight: bold;
  line-height: 1em;
  margin-top: 5rem;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 1;
}
.sec03 a:hover {
  background-color: #FFF;
  border: 1px solid #ff7200;
  color: #ff7200;
}
@media screen and (max-width: 767px) {
  .sec03 a {
    font-size: 4rem;
    padding: 3.4rem 8rem;
    border-radius: 6rem;
    margin-top: 7rem;
    margin-bottom: 5.5rem;
  }
}
.sec03 .qa__item {
  display: inline-block;
  border-bottom: 2px dotted #9f9f9f;
}

.qanda {
  padding: 12rem 0 10rem;
}

.qa {
  margin: 8rem auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 1050px) {
  .qa {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 0;
  }
}

.qa__block {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.qa__block figure {
  width: 9rem;
  height: auto;
  margin-right: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .qa__block figure {
    width: 12rem;
    min-width: 12rem;
    padding: 1rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.qa__head {
  position: relative;
  text-align: left;
  border-radius: 0.8rem;
  background: #FFF;
  cursor: pointer;
  width: 100%;
  font-size: 2rem;
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #000;
}
.qa__head span {
  line-height: 1.4em;
  color: #ffb000;
  margin-left: 1em;
  font-style: italic;
}
.qa__head h3 {
  font-size: 2.4rem;
  margin-left: 0.5em;
  width: 100%;
  color: #000;
  line-height: 1.4em;
}
@media screen and (max-width: 900px) {
  .qa__head h3 {
    width: 66.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .qa__head {
    padding: 0 2rem;
    font-size: 2.6rem;
  }
  .qa__head h3 {
    font-size: 3.2rem;
    width: 100%;
  }
}

.qa__head:after {
  content: "";
  transform: rotate(225deg);
  border-top: 0.5rem solid #ffb000;
  border-left: 0.5rem solid #ffb000;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  transform-origin: 50% 50%;
  position: absolute;
  right: 3rem;
  top: 37%;
  border-radius: 0.3rem;
  transition: transform 0.4s;
}
@media screen and (max-width: 767px) {
  .qa__head:after {
    border-top: 0.7rem solid #ffb000;
    border-left: 0.7rem solid #ffb000;
    width: 2rem;
    height: 2rem;
  }
}

.qa__body {
  position: relative;
  background: #fff;
  color: black;
  padding: 0 5rem;
  height: 1.5rem;
  opacity: 0;
  transition: 0.4s;
}

.qa__body p.qa_p {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  padding: 0 5rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .qa__body p.qa_p {
    font-size: 2.6rem;
  }
}

.qa__body.is-open {
  padding: 2rem 5rem 3rem;
  line-height: 1.5;
  height: auto;
  opacity: 1;
}
.qa__body.is-open p.qa_p {
  height: auto;
}

.qa__head.is-open::after {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  margin-top: -1.4rem;
  transition: 0.4s;
  top: 55%;
}

.qa__item:not(:first-child) {
  margin-top: 3rem;
}

/********************************
footer
********************************/
.footer {
  padding: 2.5rem;
  background-color: #ffb000;
  text-align: center;
}
.footer ul {
  justify-content: center;
  margin-bottom: 2rem;
  gap: 1em 1.6em;
}
.footer ul li {
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
.footer ul li::after {
  position: absolute;
  content: "";
  border-right: solid 1px #000;
  height: 70%;
  right: -1.6em;
  top: 15%;
}
.footer ul li:last-child::after {
  border-right: none;
}
.footer ul li a {
  font-size: 1.4rem;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer p {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1em;
}
.footer img {
  width: 7.7rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer {
    text-align: inherit;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 3rem;
  }
  .footer ul {
    flex-direction: column;
    gap: 0.8em 1.6em;
  }
  .footer ul li::after {
    display: none;
  }
  .footer ul li a {
    font-size: 2.4rem;
    text-decoration: underline;
  }
  .footer ul li a:hover {
    text-decoration: none;
  }
  .footer img {
    width: 18rem;
    height: auto;
  }
  .footer p {
    font-size: 2.2rem;
  }
}

/********************************
effect
********************************/
/*＊浮かび上がる**/
.effect-fade {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.8s;
}

.effect-fade_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
}

.effect-fade_right {
  opacity: 0;
  transform: translate(150px, 0px);
  transition: all 0.8s;
}

.effect-fade_left {
  opacity: 0;
  transform: translate(-150px, 0px);
  transition: all 0.8s;
}

/**************
出現class
************/
.effect-fade.effect-scroll, .effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/****anim***/
.mv_anim01 {
  animation: mv_anim01 0.5s ease-in-out forwards;
}

.mv_anim02 {
  animation: mv_anim02 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.mv_anim03 {
  animation: mv_anim03 0.3s ease-in-out forwards;
  animation-delay: 1s;
  opacity: 0;
}

.mv_anim03_1 {
  animation: mv_anim03 0.3s ease-in-out forwards;
  animation-delay: 1.3s;
  opacity: 0;
}

.mv_anim03_2 {
  animation: mv_anim03 0.3s ease-in-out forwards;
  animation-delay: 1.6s;
  opacity: 0;
}

.mv_anim01_2 {
  animation: mv_anim01 0.5s ease-in-out forwards;
  animation-delay: 1.9s;
  opacity: 0;
}

@keyframes mv_anim01 {
  0% {
    transform: scale(3);
    opacity: 0;
    -ms-filter: blur(1px);
    filter: blur(1px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes mv_anim02 {
  0% {
    transform: translatex(-20rem);
    opacity: 0;
  }
  100% {
    transform: translatex(0rem);
    opacity: 1;
  }
}
@keyframes mv_anim03 {
  0% {
    transform: translatex(10rem);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translatex(0rem);
  }
}
/********************************
コンテンツ
********************************//*# sourceMappingURL=style.css.map */