@charset "UTF-8";
.lb {
  color: #00A3F3;
}

.db {
  color: #2D4262;
}

img:not(.single__inner img, .items img, #uv img, #manufacture img) {
  width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

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

@media only screen and (min-width: 981px) {
  .sp {
    display: none;
  }
}

body {
  font-size: 16px;
  line-height: 140%;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

::-webkit-full-page-media, :future, :root body {
  font-family: "Noto Sans JP", sans-serif;
}

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

.h1 {
  max-width: 252px;
}
@media only screen and (max-width: 750px) {
  .h1 {
    width: 50%;
  }
}

.h3 {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  line-height: 140%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 160%;
  display: block;
  position: relative;
  padding: 0 0 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .h4 {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02rem;
  }
}
.h4::before {
  content: "";
  width: 70%;
  max-width: 40px;
  height: 3px;
  background: #00A3F3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  display: block;
  padding: 0 0 10px;
  border-bottom: 1px solid #B4BFC7;
}
@media only screen and (max-width: 750px) {
  .h5 {
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02rem;
  }
}

.header {
  padding: 20px 0 0;
  line-height: 44px;
  font-size: 13px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 980px) {
  .header {
    height: 65px;
    padding: 10px 0;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: 0.3s ease-in-out;
    box-sizing: border-box;
  }
}
.header__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .header__inner {
    width: calc(100% - 30px);
  }
}
.header__box {
  float: left;
  max-width: 700px;
  width: 65%;
  padding-right: 3.5%;
  border-right: solid 1px #c6c6c6;
  box-sizing: border-box;
}
@media only screen and (min-width: 751px) {
  .header__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1100px) {
  .header__box {
    max-width: 750px;
    width: 75%;
  }
}
@media only screen and (max-width: 980px) {
  .header__box {
    max-width: 100%;
    width: 100%;
    border: none;
    padding: 0;
  }
}
.header__link:hover {
  color: #00A3F3;
}
.header__logo:hover, .header__lfp:hover {
  opacity: 0.7;
}
.header__suport {
  max-width: 260px;
}
.header__right {
  text-align: center;
  float: right;
  max-width: 360px;
  width: 33%;
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  .header__right {
    line-height: 150%;
    width: 25%;
    text-align: center;
  }
}
.header__day {
  line-height: 140%;
  margin-left: 7px;
  letter-spacing: 0;
}
@media only screen and (max-width: 980px) {
  .header__day {
    display: block;
    text-align: center;
  }
}

.tel {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0;
}
.tel:hover {
  color: #00A3F3;
}
@media only screen and (max-width: 1100px) {
  .tel {
    line-height: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .tel {
    display: block;
  }
}
.tel:before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: top;
}
.global { /* メニュー全体のスタイル */
  position: relative;
  padding: 10px 0 0;
  background-color: #fff;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.global__nav {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .global__nav {
    width: calc(100% - 30px);
  }
}
.global__fa {
  font-size: 10px;
  vertical-align: middle;
  margin-left: 10px;
}
.global__list {
  float: left;
  width: 67%;
}
@media only screen and (min-width: 751px) {
  .global__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.global__item {
  height: 60px;
  font-size: 15px;
  display: inline-block;
}
.global__link:hover {
  color: #00A3F3;
}
.global__link:hover::before {
  color: #00A3F3;
  background-position: 0 100%;
  background-size: 100% 2px;
}
.global__link {
  display: block;
  height: 100%;
  padding: 0 17px 10px;
  margin-top: 15px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  box-sizing: border-box;
}
.global__link::before {
  content: "";
  width: 70%;
  height: 2px;
  background-image: linear-gradient(#00A3F3, #00A3F3);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: 0% 2px;
  transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-bottom: 3px;
}
.global__right {
  float: right;
  max-width: 350px;
  width: 32%;
  font-size: 16px;
}
.global__contact {
  float: right;
  max-width: 350px;
  width: 32%;
  display: flex;
  height: 52px;
  line-height: 52px;
}
.global__btn {
  width: 50%;
}

.megaMenu__link {
  padding-right: 25px;
}
.megaMenu__link::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  position: absolute;
  top: 2px;
  right: 6%;
}

.switch-active {
  color: #00A3F3;
}
.switch-active::after {
  content: "\f106";
}
.switch-active::before {
  color: #00A3F3;
  background-position: 0 100%;
  background-size: 100% 2px;
}
/* メガメニュースタイル */
.megaMenu__link.switch-active + .megaMenu__content {
  opacity: 1;
  visibility: visible;
}

.megaMenu__content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.menu:hover .menu__child {
  visibility: visible;
}
.menu__child { /* 下層メニューのスタイル */
  width: 100%;
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  left: 0;
  z-index: 2;
  padding: 30px 0;
  background: #fff; /* 背景色 */
  visibility: hidden; /* 下層メニューを非表示 */
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
}
.menu__list {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .menu__list {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 751px) {
  .menu__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.menu__list--start {
  justify-content: start;
}
.menu__list--more {
  justify-content: end;
}
.menu__item {
  font-size: 15px;
  display: inline-block;
}
.menu__item:not(:last-child) {
  margin-right: 60px;
}
.menu__item--pt {
  max-width: 98px;
}
.menu__item--pt:not(:last-child) {
  margin-right: 0px;
}
.menu__pict {
  margin-bottom: 8px;
  width: 100%;
}
.menu__link {
  display: block;
}
.menu__link:hover {
  color: #00A3F3;
}
.menu__name {
  display: block;
  background-color: #fff;
}
.menu__name:hover {
  background-color: #f2f2f2;
}
.menu__more {
  display: block;
  float: right;
  margin-top: 20px;
}
.menu__more:hover {
  color: #00A3F3;
}
.menu__bk {
  font-size: 12px;
}
.menu__txt {
  display: block;
  line-height: 140%;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .menu__txt {
    text-align: left;
  }
}
.menu__fa {
  color: #00A3F3;
  margin-right: 10px;
}

.contact__link {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  line-height: 120%;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
  transition: background-color 0.5s;
}
.contact__link:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -8px;
}
@media only screen and (max-width: 750px) {
  .contact__link:before {
    right: 4%;
    font-size: 11px;
  }
}
.contact__link--01 {
  background-color: #00A3F3;
  color: #fff;
}
.contact__link--01:hover {
  background-color: #037cb9;
}
.contact__link--02 {
  background-color: #EBC945;
}
.contact__link--02:hover {
  background-color: #c0a53a;
}

.wrapper {
  position: relative;
}
@media only screen and (max-width: 980px) {
  .wrapper {
    margin-top: 64px;
  }
}

/**********************************************************************************

      MENU

**********************************************************************************/
@media only screen and (max-width: 980px) {
  #top_head.fixed {
    background-color: #fff;
  }
  #top_head ul.global_menu {
    transform: rotate(90deg) translateY(-50%);
    position: fixed;
    right: -250px;
    top: 50%;
    bottom: auto;
    z-index: 9999;
    display: block;
  }
  #top_head .inner #global_nav .sp_menu {
    display: none;
  }
  #top_head ul.global_menu > li {
    float: left;
    font-weight: bold;
    list-style: none;
    margin: 0 20px;
  }
  #top_head ul.global_menu > li > a {
    text-decoration: none;
    color: #818181;
  }
  /***** Toggle Button ******/
  #top_head .box {
    width: 50px;
    height: 50px;
    /*    border-radius: 50%;*/
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 10;
    text-align: center;
  }
}
@media only screen and (max-width: 980px) and (max-width: 750px) {
  #top_head .box {
    top: 10px;
    right: 5px;
  }
}
@media only screen and (max-width: 980px) {
  #nav_toggle {
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 101;
  }
}
@media only screen and (max-width: 980px) {
  #nav_toggle div {
    position: relative;
  }
}
@media only screen and (max-width: 980px) {
  #nav_toggle span {
    display: block;
    position: absolute;
    left: 50%;
    width: 30px;
    height: 2px;
    margin: 19px 0 0 -16px;
    background: #000;
    transition: 0.8s;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 980px) {
  #nav_toggle span:nth-child(1) {
    top: -5px;
  }
}
@media only screen and (max-width: 980px) {
  #nav_toggle span:nth-child(2) {
    top: 4px;
  }
}
@media only screen and (max-width: 980px) {
  #nav_toggle span:nth-child(3) {
    top: 14px;
  }
}
/*******************************************************

			  ƒnƒ“ƒo[ƒK[ƒƒjƒ…[

*******************************************************/
#top_head ul.global_menu {
  display: none;
}

#top_head .inner #global_nav .sp_menu {
  display: block;
}

#top_head {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: 1000;
}
@media only screen and (min-width: 981px) {
  #top_head {
    display: none;
  }
}

/* Fixed reset */
#top_head.fixed {
  padding-top: 0;
}

#mobile_head {
  width: 100%;
  height: 50px;
  z-index: 1010;
  position: relative;
}

#global_nav {
  opacity: 0;
  width: calc(100% - 40px);
  display: block;
  margin: 0 auto;
  overflow: scroll;
  position: fixed;
  top: -1000px;
  left: 0;
  right: 0;
  background-size: cover;
  height: 100%;
  padding-bottom: 100px;
  transition: 0.5s ease-in-out;
}

#global_nav em {
  display: block;
  margin-bottom: 35px;
}

#global_nav ul.sp_menu {
  margin-bottom: 30px;
}
#global_nav ul.sp_menu li {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: static;
  font-size: 16px;
}
#global_nav ul.sp_menu .menu__item--in {
  line-height: 140%;
  display: block;
}
#global_nav ul.sp_menu .menu__item--in a {
  padding: 7px 0;
}

#global_nav .inner {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#global_nav .inner .contact .btn {
  line-height: 50px;
}

#global_nav .info {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02rem;
  display: block;
  font-style: normal;
  padding-bottom: 10px;
}

#global_nav .info a {
  font-size: 28px;
  line-height: 140%;
  font-weight: bold;
}

#global_nav ul.sp_menu li a {
  display: block;
  line-height: 150%;
  color: #000;
  box-sizing: border-box;
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
  position: relative;
}

#global_nav .contact a i {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 22px;
}

#global_nav ul.sp_menu li a:hover {
  opacity: 0.6;
}

#top_head #global_nav ul.sp_menu li a #top_head.fixed #global_nav ul.sp_menu li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 18px 0;
}

#top_head #global_nav ul.sns {
  max-width: 540px;
  margin: 0 auto;
}

#top_head #global_nav ul.sns li:nth-child(-n+2) {
  float: left;
  margin-right: 20px;
}

#top_head #global_nav ul.sns li a {
  font-size: 18px;
  line-height: 24px;
  padding: 30px 25px 25px;
  width: 165px;
}

#top_head #global_nav ul.sns li a img {
  display: block;
  margin: 0 auto;
}

#top_head #global_nav ul.sns li:last-child img {
  margin-top: 6px;
  margin-bottom: 18px;
}

#nav_toggle {
  display: block;
}

.sp-nav__link {
  height: 50px;
  font-size: 16px;
}
.sp-nav__link:first-child {
  margin-bottom: 10px;
}
.sp-nav__ttl {
  line-height: 160%;
  font-weight: bold;
  padding: 10px 0px;
}
.sp-nav__logo {
  max-width: 300px;
  display: table;
  margin: 0 auto;
}

/***** 3本線をクリックした場合の処理 *****/
.open {
  height: 100% !important;
  backGround-color: rgb(255, 255, 255);
  opacity: 1;
  z-index: 11;
  transition: 0.3s;
}
@media only screen and (min-width: 981px) {
  .open {
    display: none;
  }
}
.open #nav_toggle span:nth-child(1) {
  top: 6px;
  transform: rotate(315deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 6px;
  transform: rotate(-315deg);
}
.open #global_nav {
  /* #global_nav top + #mobile_head height */
  transform: translateY(556px);
  top: -470px;
  left: 0;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 750px) {
  .acd:nth-child(2) {
    margin-bottom: 15px;
  }
}
.acd__check {
  display: none;
}
.acd__label {
  display: block;
  font-weight: bold;
  display: block;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .acd__label {
    font-size: 16px;
    line-height: 150%;
  }
}
.acd__label:after {
  content: "\f078";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 15px;
  top: 50%;
  font-weight: 900;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .acd__label:after {
    font-size: 14px;
    right: 10px;
  }
}
.acd__img {
  width: 100%;
}
.acd__img:not(:last-child) {
  margin-bottom: 20px;
}
.acd__content {
  display: block;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  position: relative;
}
.acd .acd__check:checked + .acd__label {
  border-radius: 9px 9px 0 0;
}
.acd .acd__check:checked + .acd__label:after {
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.2s ease;
}
.acd .acd__check:checked + .acd__label + .acd__content {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  line-height: 140%;
}
@media only screen and (max-width: 750px) {
  .acd__check:checked + .acd__label + .footer__cp {
    padding: 15px 0;
  }
}

.cta {
  padding: 80px 0 100px;
  background: url(../img/bg_cta.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 750px) {
  .cta {
    padding: 40px 0 50px;
  }
}
.cta__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .cta__inner {
    width: calc(100% - 30px);
  }
}
.cta__h3 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .cta__h3 {
    margin-bottom: 20px;
  }
}
.cta__box01 {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 55px;
}
@media only screen and (max-width: 750px) {
  .cta__box01 {
    margin: 0 auto 30px;
  }
}
.cta__link {
  max-width: 400px;
  width: 48%;
  padding: 13px 0;
  font-size: 28px;
  letter-spacing: 1px;
}
.cta__link::before {
  margin-top: -15px;
}
@media only screen and (max-width: 750px) {
  .cta__link {
    max-width: 400px;
    width: 100%;
    padding: 10px 0;
    font-size: 24px;
    margin: 0 auto;
  }
  .cta__link:first-child {
    margin-bottom: 15px;
  }
}
.cta__sub {
  display: block;
  font-size: 17px;
  line-height: 140%;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .cta__sub {
    font-size: 15px;
  }
}
.cta__contact {
  margin-bottom: 30px;
}
@media only screen and (min-width: 751px) {
  .cta__contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cta__add {
  display: table;
  margin: 0 auto;
}
.cta__ttl {
  font-weight: bold;
  float: left;
  margin-right: 20px;
  font-size: 20px;
}
@media only screen and (max-width: 980px) {
  .cta__ttl {
    float: none;
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 750px) {
  .cta__ttl {
    font-size: 16px;
  }
}
.cta__tel {
  font-size: 25px;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  .cta__tel {
    margin: 0 auto 3px;
  }
}
.cta__dd {
  float: left;
}
.cta__dd:nth-child(2) {
  margin-right: 20px;
}
@media only screen and (max-width: 750px) {
  .cta__dd {
    float: none;
  }
  .cta__dd:nth-child(2) {
    margin: 0 auto 10px;
  }
}
.cta__box02 {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .cta__box02 {
    padding: 30px 15px 0;
  }
}
.cta__in-box {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
.cta__left {
  max-width: 400px;
  width: 43%;
}
@media only screen and (max-width: 750px) {
  .cta__left {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.cta__right {
  content: "";
  max-width: 480px;
}
@media only screen and (min-width: 751px) {
  .cta__right {
    width: 55%;
    position: absolute;
    top: -72px;
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .cta__right {
    display: block;
    margin: 0 auto;
  }
}
.cta__bld {
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 20px;
}
.cta__btn {
  font-size: 24px;
}
@media only screen and (max-width: 750px) {
  .cta__btn {
    font-size: 20px;
  }
}
.cta__btn--03 {
  background-color: #2D4262;
  color: #fff;
  padding: 20px 0;
  font-weight: normal;
}
.cta__btn--03:hover {
  background-color: #1a273b;
}
@media only screen and (max-width: 750px) {
  .cta__btn--03 {
    max-width: 350px;
    width: 100%;
    display: table;
    margin: 0 auto;
  }
}

.art00__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #E5F3F8;
  height: 230px;
}
@media only screen and (max-width: 750px) {
  .art00__inner {
    height: 180px;
    margin-bottom: 10px;
  }
}
.art00__ttl {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 750px) {
  .art00__ttl {
    font-size: 26px;
  }
}

.smn {
  padding: 80px 0 100px;
}
@media only screen and (max-width: 750px) {
  .smn {
    padding: 40px 0 50px;
  }
}
.smn__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .smn__inner {
    width: calc(100% - 30px);
  }
}
.smn__box {
  margin-bottom: 80px;
}
@media only screen and (min-width: 751px) {
  .smn__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .smn__box {
    margin-bottom: 50px;
  }
}
.smn__item {
  max-width: 506px;
  width: 48%;
}
.smn__item:nth-child(n+3) {
  margin-top: 50px;
}
.smn__item:nth-child(n+3) {
  display: none;
}
@media only screen and (max-width: 750px) {
  .smn__item {
    width: 100%;
    margin: 0 auto;
  }
  .smn__item:nth-child(n+3) {
    margin-top: 0px;
  }
  .smn__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.smn__link:hover .smn__pict {
  opacity: 0.7;
}
.smn__link:hover .smn__ttl {
  color: #00A3F3;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.smn__cnt {
  padding: 25px 0 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .smn__cnt {
    padding-top: 15px;
  }
}
.smn__ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 160%;
  display: inline;
  background-image: linear-gradient(#00A3F3, #00A3F3);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 750px) {
  .smn__ttl {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02rem;
  }
}
.smn__ttl::before {
  content: "";
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  display: table;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .smn__ttl::before {
    font-size: 14px;
    padding: 2px 5px;
    margin-bottom: 10px;
  }
}
.smn__ttl--movie::before {
  content: "動画配信中";
  background-color: #DB4A3E;
}
.smn__ttl--rcp::before {
  content: "受付中";
  background-color: #00A3F3;
}
.smn__ttl--end::before {
  content: "受付終了";
  background-color: #A2A2A2;
}
.smn__ttl--video::before {
  content: "動画配信中";
  background-color: #DB4A3E;
}
.smn__ttl--open::before {
  content: "受付中";
  background-color: #00A3F3;
}
.smn__ttl--close::before {
  content: "受付終了";
  background-color: #A2A2A2;
}
.smn__cta:not(:last-child)::after {
  content: "/";
  font-size: 16px;
  padding: 0 0px 0 5px;
}
@media only screen and (max-width: 750px) {
  .smn__cta:not(:last-child)::after {
    font-size: 14px;
    padding: 0 0 0 3px;
  }
}
.smn__btn {
  max-width: 320px;
  width: 80%;
  display: table;
  margin: 0 auto;
}
.smn__button {
  display: block;
  padding: 20px 0;
  background-color: #2D4262;
  color: #fff;
  font-weight: normal;
}
.smn__button:hover {
  background-color: #1a273b;
}
.smn__txt {
  margin-top: 10px;
  line-height: 160%;
}
@media only screen and (max-width: 750px) {
  .smn__txt {
    margin-top: 5px;
  }
}

.footer {
  background-color: #f2f2f2;
}
.footer__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 50px 0;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 750px) {
  .footer__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .footer__inner {
    padding: 30px 0;
  }
}
.footer__list {
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (min-width: 751px) {
  .footer__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer__item {
  float: left;
}
@media only screen and (max-width: 980px) and (min-width: 751px) {
  .footer__item {
    width: 48%;
  }
  .footer__item:nth-child(n+3) {
    margin-top: 30px;
    padding: 20px 0;
  }
  .footer__item:nth-child(odd) {
    border-right: solid 1px #707070;
  }
}
@media only screen and (max-width: 980px) {
  .footer__item {
    float: none;
  }
}
@media only screen and (min-width: 981px) {
  .footer__item:not(:last-child) {
    border-right: solid 1px #707070;
    padding-right: 4.5%;
  }
}
.footer__item--contact {
  max-width: 175px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .footer__item--contact {
    max-width: 250px;
    display: table;
    margin: 30px auto 0;
  }
}
.footer__label {
  margin-bottom: 50px;
}
@media only screen and (max-width: 980px) {
  .footer__label {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 751px) {
  .footer__label {
    font-size: 20px;
    cursor: text;
  }
  .footer__label::after {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .footer__label {
    margin-bottom: 0;
  }
}
.footer__link {
  font-size: 20px;
  display: block;
  font-weight: bold;
  margin-bottom: 30px;
}
.footer__link:hover {
  color: #00A3F3;
}
@media only screen and (max-width: 980px) {
  .footer__link {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 751px) {
  .footer__link {
    padding: 0;
  }
  .footer__link::after {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .footer__link {
    font-size: 16px;
  }
}
.footer__link--ttl:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 980px) {
  .footer__link--ttl:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .footer__link--ttl:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 751px) {
  .footer__cp {
    visibility: inherit;
    height: auto;
    opacity: 1;
  }
}
.footer__cp--list {
  max-width: 325px;
}
@media only screen and (min-width: 751px) {
  .footer__cp--list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer__fa {
  color: #00A3F3;
  margin-right: 10px;
}
.footer__sub {
  display: block;
}
.footer__sub:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .footer__sub:not(:last-child) {
    margin-bottom: 15px;
  }
}
.footer__sub:hover {
  color: #00A3F3;
}
.footer__item02 {
  display: block;
}
.footer__item02:hover {
  color: #00A3F3;
}
@media only screen and (min-width: 751px) {
  .footer__item02 {
    width: 47%;
  }
  .footer__item02:nth-child(-n+4) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .footer__item02 {
    width: 100%;
  }
  .footer__item02:not(:last-child) {
    margin-bottom: 15px;
  }
}
.footer__contact {
  width: 100%;
}
.footer__btn {
  height: 52px;
}
.footer__btn:first-child {
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .footer__btn:first-child {
    margin-bottom: 10px;
  }
}
.footer__contact {
  width: 100%;
}
.footer__copy {
  padding: 20px 0;
  background-color: #2D4262;
}
@media only screen and (max-width: 750px) {
  .footer__copy {
    padding: 10px 0;
  }
}
.footer__small {
  font-size: 11px;
  color: #fff;
  display: table;
  margin: 0 auto;
}
.under {
  padding-top: 25px;
  border-top: solid 1px #707070;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .under {
    text-align: center;
  }
}
.under__list {
  float: right;
  max-width: 815px;
  width: 73%;
}
@media only screen and (min-width: 751px) {
  .under__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .under__list {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 751px) {
  .under__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.under__item--pict {
  display: block;
  max-width: 242px;
  float: left;
  width: 22%;
}
.under__item--pict:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 980px) {
  .under__item--pict {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
  }
}
.under__item--01 {
  width: 35%;
}
@media only screen and (max-width: 750px) {
  .under__item--01 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.under__item--02 {
  width: 60%;
}
@media only screen and (max-width: 750px) {
  .under__item--02 {
    width: 100%;
  }
}
.under__icon {
  max-width: 17px;
}
.under__link:hover {
  color: #00A3F3;
}
.under__link:first-child {
  margin-right: 15px;
}
.under__add:first-child {
  margin-right: 10px;
}

.scroll {
  overflow: auto;
}

.bread {
  display: table;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px 0 0;
}
@media only screen and (max-width: 750px) {
  .bread {
    width: calc(100% - 30px);
  }
}
.bread__item {
  font-size: 13px;
}
.bread__item:not(:last-child)::after {
  content: ">";
  padding: 0 10px;
}
.bread__link:hover {
  color: #00A3F3;
}
/*トップへ戻るボタン*/
.topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  color: #fff;
  text-decoration: none;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 85px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  .topBtn {
    width: 50px;
    height: 50px;
    line-height: 60px;
  }
}
.topBtn:hover {
  opacity: 0.7;
}
.topBtn__icon {
  font-size: 30px;
  color: #2D4262;
}
@media only screen and (max-width: 750px) {
  .topBtn__icon {
    font-size: 26px;
  }
}/*# sourceMappingURL=common.css.map */