@charset "UTF-8";
/*共通*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: YakuHanJP, Roboto, Noto Sans JP, sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-out !important;
  opacity: 1 !important;
}

a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 501px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 801px) {
  .only-tab {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .only-pc {
    display: none !important;
  }
}
/*---------------------------
レスポンシブ
-----------------------------*/
/*--------------------
 カープCP
  ---------------------*/
.tohome {
  width: 100%;
  padding: 0.5rem;
}
@media (max-width: 800px) {
  .tohome {
    padding: 0.1rem;
  }
}
.tohome a {
  display: inline-block;
}
.tohome a img {
  width: 100%;
  width: 70px;
}
@media (max-width: 500px) {
  .tohome a img {
    width: 50px;
  }
}

.header {
  width: 100%;
  background: #0848a3;
  overflow: hidden;
  text-align: center;
}
.header .line {
  height: 2rem;
  background: #ab0017;
  position: relative;
  z-index: 100;
}

.fv_bg {
  position: relative;
  padding: 1.5rem 2% 2rem;
  background-image: url(../images/fv_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main__wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.youmecarp_logo {
  position: relative;
  background: #fff;
  padding: 0.5rem 1rem;
  display: inline-block;
  z-index: 100;
}
.youmecarp_logo img {
  max-width: 200px;
  width: 36vw;
}
@media (max-width: 1440px) {
  .youmecarp_logo img {
    width: 12vw;
  }
}
@media (max-width: 800px) {
  .youmecarp_logo img {
    width: 36vw;
  }
}

.title_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}
@media (max-width: 800px) {
  .title_wrap {
    flex-direction: column;
    margin-top: 1rem;
    gap: 0;
  }
}
@media (max-width: 500px) {
  .title_wrap {
    margin-top: 0.5rem;
  }
}

.main__title {
  margin: 0 auto;
}

.fv_title {
  margin-top: 1rem;
}
.fv_title .fv_title_01 img {
  max-width: 672px;
  width: 40vw;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .fv_title .fv_title_01 img {
    width: 49vw;
  }
}
@media (max-width: 800px) {
  .fv_title .fv_title_01 img {
    width: 80vw;
  }
}
@media (max-width: 500px) {
  .fv_title .fv_title_01 img {
    width: 100%;
  }
}
.fv_title .fv_title_02 {
  margin-top: 0.2rem;
}
.fv_title .fv_title_02 img {
  width: 42vw;
  max-width: 717px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .fv_title .fv_title_02 img {
    width: 52vw;
  }
}
@media (max-width: 800px) {
  .fv_title .fv_title_02 img {
    width: 85vw;
  }
}
@media (max-width: 500px) {
  .fv_title .fv_title_02 img {
    width: 100%;
  }
}

.carpboya img {
  width: 30vw;
  max-width: 306px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .carpboya img {
    width: 20vw;
  }
}
@media (max-width: 800px) {
  .carpboya img {
    width: 45vw;
  }
}
@media (max-width: 500px) {
  .carpboya img {
    width: 58vw;
  }
}

.fv_text {
  margin-top: 1.5rem;
  font-size: 2.1875rem;
  font-size: 2vw;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .fv_text {
    font-size: 2.5vw;
  }
}
@media (max-width: 800px) {
  .fv_text {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
@media (max-width: 500px) {
  .fv_text {
    margin-top: 0.5rem;
    font-size: 6vw;
  }
}

/* 拡大 */
.osae {
  padding: 0 4%;
  margin-top: 2rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .osae {
    font-size: 1.125rem;
  }
}
@media (max-width: 500px) {
  .osae {
    text-align: left;
  }
}

.sec_title {
  text-align: center;
  margin-top: 5rem;
}
.sec_title img {
  width: 75vw;
  max-width: 252px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .sec_title img {
    width: 22vw;
  }
}
@media (max-width: 800px) {
  .sec_title img {
    width: 46vw;
  }
}

/* ----------------------------
      フッター       
  -----------------------------*/
#loadTrigger {
  opacity: 0;
}

#s_footer #s_toPageTop {
  padding: 50px;
  overflow: hidden;
  position: fixed;
  right: -26px;
  bottom: -26px;
  z-index: 50;
}

#s_footer #s_toPageTop button {
  width: 64px;
  height: 64px;
  overflow: hidden;
  position: relative;
  background: url("../img/pageTop.svg") no-repeat 50% 50%/64px 64px #fff;
  text-indent: -9999em;
  white-space: nowrap;
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  border: none;
}

#s_footer #s_toPageTop button:after {
  content: "";
  display: block;
  width: 18px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  transform: rotate(-90deg);
  background: url("../img/arrow_black.svg") no-repeat 50% 50%/17px auto;
}

@media (max-width: 767px) {
  #s_footer #s_toPageTop {
    right: -40px;
    bottom: -28px;
  }
  #s_footer #s_toPageTop button {
    width: 50px;
    height: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }
  #s_footer #s_toPageTop button:after {
    width: 6px;
    height: 36px;
    margin-left: -3px;
    background-size: 5px auto;
  }
}/*# sourceMappingURL=style_main.css.map */