@charset "UTF-8";
@media screen and (max-width: 768px) {
  #site-wrap {
    margin-top: 66px;
  }
}

header.pc-head {
  display: flex;
  align-items: center;
  padding: 0 20px 10px 20px;
  background: #005faf;
}
@media screen and (max-width: 768px) {
  header.pc-head {
    display: none;
  }
}
header.pc-head .logo-block {
  padding: 10px 0 0 0;
  width: 160px;
}
header.pc-head .logo-block h1 {
  display: block;
}
header.pc-head .logo-block h1 img {
  width: 100%;
}
header.pc-head .navigation-block {
  padding: 10px 20px 0 20px;
  width: calc(100% - 305px);
  box-sizing: border-box;
}
header.pc-head .navigation-block nav.global-nav ul {
  display: flex;
  justify-content: center;
}
header.pc-head .navigation-block nav.global-nav ul li {
  margin: 0 20px;
}
header.pc-head .navigation-block nav.global-nav ul li:nth-of-type(1) a::after {
  background: url("../images/gn_icon01.png") no-repeat top left;
  background-size: 100% 100%;
}
header.pc-head .navigation-block nav.global-nav ul li:nth-of-type(2) a::after {
  background: url("../images/gn_icon02.png") no-repeat top left;
  background-size: 100% 100%;
}
header.pc-head .navigation-block nav.global-nav ul li:nth-of-type(3) a::after {
  background: url("../images/gn_icon03.png") no-repeat top left;
  background-size: 100% 100%;
}
header.pc-head .navigation-block nav.global-nav ul li:nth-of-type(4) a::after {
  background: url("../images/gn_icon04.png") no-repeat top left;
  background-size: 100% 100%;
}
header.pc-head .navigation-block nav.global-nav ul li a {
  display: inline-block;
  padding: 0 0 0 25px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.pc-head .navigation-block nav.global-nav ul li a:hover {
  opacity: 0.8;
}
header.pc-head .navigation-block nav.global-nav ul li a::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
header.pc-head .corp-logo-block {
  width: 145px;
}
header.pc-head .corp-logo-block a {
  display: block;
}
header.pc-head .corp-logo-block a img {
  width: 100%;
}

.site-head-sp {
  display: none;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .site-head-sp {
    display: block;
  }
}
.site-head-sp .header-innner-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 15px;
  background: #ffffff;
  border-bottom: 1px solid #005faf;
}
.site-head-sp .header-innner-sp .site-logo-sp img {
  width: 100%;
  max-width: 70px;
}
.site-head-sp .header-innner-sp .cacorne-logo {
  padding: 0 50px 0 10px;
}
.site-head-sp .header-innner-sp .cacorne-logo img {
  width: 100%;
  max-width: 180px;
}
.site-head-sp .header-innner-sp .site-navi-icon {
  width: 30px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #005faf;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.site-head-sp .site-nav-sp {
  display: none;
  width: 100%;
  height: calc(100vh - 66px);
  background: rgba(255, 255, 255, 0.95);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Zen Maru Gothic", sans-serif;
}
.site-head-sp .site-nav-sp .sns-list {
  padding: 10px;
}
.site-head-sp .site-nav-sp .sns-list ul {
  display: flex;
  justify-content: center;
}
.site-head-sp .site-nav-sp .sns-list ul li a {
  text-decoration: none;
}
.site-head-sp .site-nav-sp .navi-global-sp {
  display: block;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li {
  display: block;
  border-bottom: 1px solid #005faf;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li:first-of-type {
  border-top: 1px solid #005faf;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding: 20px;
  line-height: 1.75;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp {
  margin: 25px 0 0 0;
  text-align: center;
}
.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp li {
  display: inline-block;
  margin: 0 15px;
}

.main-visual-block h2 {
  font-size: 0px;
  line-height: 1;
}
.main-visual-block h2 img {
  width: 100%;
}

.page-content__wrap .page-content-each {
  padding: 70px 20px;
}
.page-content__wrap .page-content-each .title-block {
  margin-bottom: 60px;
}
.page-content__wrap .page-content-each .title-block h3 {
  display: block;
  text-align: center;
}
.page-content__wrap .page-content-each .title-block h3 img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .page-content__wrap .page-content-each .title-block h3 img {
    width: 100%;
    max-width: 240px;
  }
}
.page-content__wrap .page-content-each .content-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.type-prom_movie {
  background-color: #005faf;
  background-repeat: repeat-x;
  background-position: center 10px;
  background-image: url("../images/bg_patn01.png");
}
@media screen and (max-width: 768px) {
  .type-prom_movie {
    background-image: url("../images/bg_patn01_sp.png");
  }
}
.type-prom_movie .movie-wrap {
  max-width: 960px;
  margin: 0 auto;
}
.type-prom_movie .movie-wrap .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.type-prom_movie .movie-wrap .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.type-information {
  padding: 220px 20px 180px 20px !important;
  background: url("../images/bg_info.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .type-information {
    padding: 110px 10px 60px 10px !important;
  }
}
.type-information .text-block {
  text-align: center;
}
.type-information .text-block h5 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #005faf;
  margin: 0 0 30px 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .type-information .text-block h5 {
    font-size: 18px;
  }
}
.type-information .text-block p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 30px 0;
  line-height: 1.75;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .type-information .text-block p {
    font-size: 14px;
  }
}

.type-feature .feature-list-block .each-row {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .type-feature .feature-list-block .each-row {
    display: block;
  }
}
.type-feature .feature-list-block .each-row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.type-feature .feature-list-block .each-row:nth-of-type(even) .photo-block {
  padding: 0 0 0 35px;
}
@media screen and (max-width: 768px) {
  .type-feature .feature-list-block .each-row:nth-of-type(even) .photo-block {
    padding: 0 0 20px 0;
  }
}
.type-feature .feature-list-block .each-row:last-of-type {
  margin-bottom: 0;
}
.type-feature .feature-list-block .each-row .photo-block {
  width: 50%;
  padding: 0 35px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-feature .feature-list-block .each-row .photo-block {
    width: 100%;
    padding: 0 0 20px 0;
    display: none;
  }
}
.type-feature .feature-list-block .each-row .photo-block img {
  width: 100%;
}
.type-feature .feature-list-block .each-row .info-block {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .type-feature .feature-list-block .each-row .info-block {
    width: 100%;
  }
}
.type-feature .feature-list-block .each-row .info-block .photo-block_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .type-feature .feature-list-block .each-row .info-block .photo-block_sp {
    display: block;
    margin-bottom: 10px;
  }
}
.type-feature .feature-list-block .each-row .info-block .photo-block_sp img {
  width: 100%;
}
.type-feature .feature-list-block .each-row .info-block .sub-title {
  padding: 0 0 0 45px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 900;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #000000;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .type-feature .feature-list-block .each-row .info-block .sub-title {
    padding: 0 0 0 25px;
    font-size: 20px;
  }
}
.type-feature .feature-list-block .each-row .info-block .sub-title.n01::after {
  content: "";
  width: 34px;
  height: 34px;
  background: url("../images/icon_n01.png") no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .type-feature .feature-list-block .each-row .info-block .sub-title.n01::after {
    width: 20px;
    height: 20px;
  }
}
.type-feature .feature-list-block .each-row .info-block .sub-title.n02::after {
  content: "";
  width: 34px;
  height: 34px;
  background: url("../images/icon_n02.png") no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .type-feature .feature-list-block .each-row .info-block .sub-title.n02::after {
    width: 20px;
    height: 20px;
  }
}
.type-feature .feature-list-block .each-row .info-block .sub-title.n03::after {
  content: "";
  width: 34px;
  height: 34px;
  background: url("../images/icon_n03.png") no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .type-feature .feature-list-block .each-row .info-block .sub-title.n03::after {
    width: 20px;
    height: 20px;
  }
}
.type-feature .feature-list-block .each-row .info-block .text {
  padding: 0 0 0 45px;
}
@media screen and (max-width: 768px) {
  .type-feature .feature-list-block .each-row .info-block .text {
    padding: 0 0 0 0;
  }
}
.type-feature .feature-list-block .each-row .info-block .text p {
  font-size: 15px;
  color: #000000;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .type-feature .feature-list-block .each-row .info-block .text p {
    font-size: 14px;
  }
}
.type-feature .feature-list-block .each-row .info-block .text p.pdb {
  margin-bottom: 15px;
}
.type-feature .feature-list-block .each-row .info-block .text p.notes {
  font-size: 13px;
  text-align: right;
}
.type-feature .feature-list-block .each-row .info-block .text p img {
  max-width: 100%;
}

.animation-wrap {
  position: relative;
  width: 100%;
  padding-top: 67.8%;
}
.animation-wrap .ill-animation01 {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9;
}
.animation-wrap .ill-animation01 .i-animetion::after {
  content: "";
  display: block;
  padding-top: 67.8%;
  /*高さを確保*/
}
.animation-wrap .ill-animation01 .i-animetion::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/animation_frame01.png");
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-top: 67.8%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200% auto;
  /*4コマなので400%*/
  animation: flipbook_anime 1.5s steps(2) infinite;
}
.animation-wrap .ill-animation02 {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9;
}
.animation-wrap .ill-animation02 .i-animetion::after {
  content: "";
  display: block;
  padding-top: 67.8%;
  /*高さを確保*/
}
.animation-wrap .ill-animation02 .i-animetion::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/animation_frame02.png");
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-top: 67.8%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 500% auto;
  /*4コマなので400%*/
  animation: flipbook_anime2 3.5s steps(5) infinite;
}

@keyframes flipbook_anime {
  from {
    background-position: 0;
  }
  to {
    background-position: 200%;
  }
}
@keyframes flipbook_anime2 {
  from {
    background-position: 0;
  }
  to {
    background-position: 125%;
  }
}
.type-prom_voice {
  background-color: #005faf;
  background-repeat: repeat-x;
  background-position: center 10px, center 99%;
  background-image: url("../images/bg_patn01.png"), url("../images/bg_patn01.png");
}
@media screen and (max-width: 768px) {
  .type-prom_voice {
    background-image: url("../images/bg_patn01_sp.png"), url("../images/bg_patn01_sp.png");
  }
}
.type-prom_voice .voice-movie {
  margin-bottom: 75px;
}
.type-prom_voice .voice-movie .yt-block {
  max-width: 860px;
  margin: 0 auto;
}
.type-prom_voice .voice-movie .yt-block h6 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .type-prom_voice .voice-movie .yt-block h6 {
    font-size: 20px;
  }
}
.type-prom_voice .voice-movie .yt-block .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.type-prom_voice .voice-movie .yt-block .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.type-prom_voice .interview-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .type-prom_voice .interview-list {
    display: block;
    padding-bottom: 0;
  }
}
.type-prom_voice .interview-list .row {
  width: 50%;
  padding: 0 25px 25px 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .type-prom_voice .interview-list .row {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.type-prom_voice .interview-list .row .post-thumb {
  margin-bottom: 15px;
}
.type-prom_voice .interview-list .row .post-thumb img {
  width: 100%;
}
.type-prom_voice .interview-list .row .post-text p {
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .type-prom_voice .interview-list .row .post-text p {
    font-size: 14px;
  }
}

.type-product .product-item__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.type-product .product-item__wrap .each-row {
  margin-bottom: 100px;
}
.type-product .product-item__wrap .each-row:last-of-type {
  margin-bottom: 0;
}
.type-product .product-item__wrap .each-row .clm2 {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .type-product .product-item__wrap .each-row .clm2 {
    display: block;
  }
}
.type-product .product-item__wrap .each-row .clm2 .sub-title-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .type-product .product-item__wrap .each-row .clm2 .sub-title-sp {
    display: block;
  }
}
.type-product .product-item__wrap .each-row .clm2 .sub-title-sp h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  color: #000000;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 15px;
}
.type-product .product-item__wrap .each-row .clm2 .pkg-block {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type-product .product-item__wrap .each-row .clm2 .pkg-block {
    width: 100%;
    padding: 0 0 10px 0;
  }
}
.type-product .product-item__wrap .each-row .clm2 .pkg-block img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .type-product .product-item__wrap .each-row .clm2 .pkg-block img {
    max-width: 40%;
  }
}
.type-product .product-item__wrap .each-row .clm2 .prod-info {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .type-product .product-item__wrap .each-row .clm2 .prod-info {
    width: 100%;
  }
}
.type-product .product-item__wrap .each-row .clm2 .prod-info h4.pc-view {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .type-product .product-item__wrap .each-row .clm2 .prod-info h4.pc-view {
    display: none;
  }
}
.type-product .product-item__wrap .each-row .clm2 .prod-info h4.pc-view img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .type-product .product-item__wrap .each-row .clm2 .prod-info h4.pc-view img {
    max-width: 70%;
  }
}
.type-product .product-item__wrap .each-row .clm2 .prod-info .item-link {
  margin-bottom: 15px;
}
.type-product .product-item__wrap .each-row .clm2 .prod-info .item-link ul {
  display: block;
  margin-bottom: 10px;
}
.type-product .product-item__wrap .each-row .clm2 .prod-info .item-link ul li {
  text-align: center;
  margin-bottom: 8px;
}
.type-product .product-item__wrap .each-row .clm2 .prod-info .item-link ul li a {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 900;
  padding: 7px 10px;
  line-height: 1.75;
  box-sizing: border-box;
  border-radius: 100px;
  text-decoration: none;
  background: linear-gradient(to right, #ff026d 0%, #ffa301 100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .type-product .product-item__wrap .each-row .clm2 .prod-info .item-link ul li a {
    font-size: 14px;
  }
}
.type-product .product-item__wrap .each-row .clm2 .prod-info .item-link ul li a:hover {
  opacity: 0.7;
}
.type-product .product-item__wrap .each-row .clm2 .prod-info .item-link p {
  font-size: 14px;
  text-align: center;
}
.type-product .product-item__wrap .each-row .clm2 .prod-info .item-view {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type-product .product-item__wrap .each-row .clm2 .prod-info .item-view {
    display: none;
  }
}
.type-product .product-item__wrap .each-row .clm2 .prod-info .item-view img {
  max-width: 100%;
}
.type-product .product-item__wrap .each-row .clm2 .prod-info .item-view_sp {
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .type-product .product-item__wrap .each-row .clm2 .prod-info .item-view_sp {
    display: block;
    margin-bottom: 15px;
  }
}
.type-product .product-item__wrap .each-row .clm2 .prod-info .item-view_sp img {
  max-width: 100%;
}
.type-product .product-item__wrap .each-row .clm2 .prod-info .item-price-sp {
  display: none;
  text-align: center;
  margin-bottom: 15px;
  display: none;
}
@media screen and (max-width: 768px) {
  .type-product .product-item__wrap .each-row .clm2 .prod-info .item-price-sp {
    display: block;
  }
}
.type-product .product-item__wrap .each-row .clm2 .prod-info .item-price-sp img {
  width: 70%;
}
.type-product .product-item__wrap .each-row .set-spec {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type-product .product-item__wrap .each-row .set-spec {
    display: none;
  }
}
.type-product .product-item__wrap .each-row .set-spec img {
  max-width: 100%;
}

footer.site-footer {
  padding: 10px;
  background: #005faf;
}
footer.site-footer p {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}

br.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp-br {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
