@charset "UTF-8";
/*  ---------------------------
			Layout
---------------------------  */
/* Scss Document */
/* Scss Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html, body {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  word-break: break-all;
  font-size: 10px;
  text-align: center;
}

body {
  background: #FFF6E5;
}

h2, h3, h4 {
  font-weight: 300;
}

img {
  border: 0;
  width: 100%;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, img {
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 960px) {
  _:lang(x)::-internal-media-controls-overlay-cast-button, img {
    image-rendering: auto;
  }
}

p {
  margin: 0;
  padding: 0;
}

ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  align-items: center;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -ms-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .sp {
    display: inline-block !important;
  }
}

.pc {
  display: inline-block !important;
}
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

ul.cate_01 {
  justify-content: flex-start;
}
ul.cate_01 li {
  color: #14AD88;
  font-weight: bold;
  margin-right: 2%;
}

ul.cate_02 {
  justify-content: flex-start;
}
ul.cate_02 li {
  color: #0093DC;
  font-weight: bold;
  margin-right: 2%;
}

ul.cate_03 {
  justify-content: flex-start;
}
ul.cate_03 li {
  color: #EA5514;
  font-weight: bold;
  margin-right: 2%;
}

ul.cate_05 {
  justify-content: flex-start;
}
ul.cate_05 li {
  color: #004DA0;
  font-weight: bold;
  margin-right: 2%;
}

.fade {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -ms-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.fade.scrollin {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*  ---------------------------
			HEADER
---------------------------  */
header.pc_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF6E5;
  padding: 0.5% 10% 0.5% 10%;
  z-index: 500;
}
@media screen and (max-width: 960px) {
  header.pc_header {
    display: none;
  }
}
header.pc_header .header_inner {
  position: relative;
}
header.pc_header .header_inner ul.gl_menu {
  width: 70%;
}
header.pc_header .header_inner ul.gl_menu li a img {
  transform: scale(1);
  transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -ms-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
header.pc_header .header_inner ul.gl_menu li a:hover img {
  transform: scale(1.2);
}
header.pc_header .header_inner ul.gl_menu li.logo {
  width: 9.5vw;
}
header.pc_header .header_inner ul.gl_menu li.logo a:hover img {
  transform: scale(1);
}
header.pc_header .header_inner ul.gl_menu li.cate_01 {
  width: 8.8vw;
}
header.pc_header .header_inner ul.gl_menu li.cate_01 img {
  margin-bottom: -4%;
}
header.pc_header .header_inner ul.gl_menu li.cate_02 {
  width: 12.4vw;
}
header.pc_header .header_inner ul.gl_menu li.cate_02 img {
  margin-top: -2%;
}
header.pc_header .header_inner ul.gl_menu li.cate_03 {
  width: 10.5vw;
}
header.pc_header .header_inner ul.gl_menu li.cate_03 img {
  margin-bottom: -10%;
}
header.pc_header .header_inner ul.gl_menu li.cate_05 {
  width: 10vw;
}
header.pc_header .header_inner ul.gl_menu li.cate_05 img {
  margin-bottom: -3%;
}
header.pc_header .header_inner .right {
  position: absolute;
  width: 22.5vw;
  top: 0.8vw;
  right: 0;
}
header.pc_header .header_inner .right ul li:nth-child(1) {
  width: 8vw;
}
header.pc_header .header_inner .right ul li:nth-child(1) a img {
  transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -ms-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
header.pc_header .header_inner .right ul li:nth-child(1) a:hover img {
  transform: scale(1.2);
}
header.pc_header .header_inner .right ul li:nth-child(2) .bgm_btn_area {
  width: 11vw;
  position: relative;
}
header.pc_header .header_inner .right ul li:nth-child(2) .bgm_btn_area .off {
  position: absolute;
  top: 0.35vw;
  left: 8.5vw;
  width: 2.1vw;
  height: 2.1vw;
  background: url("../img/common/off_2.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}
header.pc_header .header_inner .right ul li:nth-child(2) .bgm_btn_area .on {
  position: absolute;
  top: 0.35vw;
  left: 6.1vw;
  width: 2.1vw;
  height: 2.1vw;
  background: url("../img/common/on_1.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}
header.pc_header .header_inner .right ul li:nth-child(2) .bgm_btn_area.active .off {
  background: url("../img/common/off_1.png") no-repeat;
  background-size: contain;
}
header.pc_header .header_inner .right ul li:nth-child(2) .bgm_btn_area.active .on {
  background: url("../img/common/on_2.png") no-repeat;
  background-size: contain;
}
header.pc_header .header_inner .right ul li:nth-child(3) {
  width: 2.3vw;
}
header.pc_header .header_inner .search_area {
  position: absolute;
  top: 0.6vw;
  right: 3.5%;
  width: 15vw;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
header.pc_header .header_inner .search_area .search {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  border: 1.5px solid #004DA0;
  padding: 4.3% 7% 4.3% 17%;
  text-align: left;
  border-radius: 100px;
  background: url("../img/common/search.png") no-repeat center left 7% #fff;
  background-size: 8% auto;
  transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -ms-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
header.pc_header .header_inner .search_area .search input {
  border: none;
  width: 100%;
  background: none;
  font-size: 14px;
  font-size: 1.2727272727vw;
  line-height: 1.8181818182vw;
}
header.pc_header .header_inner .search_area .search input.fs-btn {
  display: none;
}
header.pc_header .header_inner .search_area .search :focus {
  outline: none;
}
header.pc_header .header_inner .search_area .search ::placeholder {
  color: #636363;
}
header.pc_header .header_inner .search_area.active {
  pointer-events: auto;
}
header.pc_header .header_inner .search_area.active .search {
  left: 0;
}

header.pc_header.top .header_inner ul.gl_menu {
  width: 58%;
}

header.sp_header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 502;
  display: none;
  width: 100%;
  height: 12vw;
  background: #FFF6E5;
}
@media screen and (max-width: 960px) {
  header.sp_header {
    display: block;
  }
}
header.sp_header h1 {
  position: absolute;
  top: 2.5vw;
  left: 4%;
  width: 19%;
  margin-top: -0.8vw;
}
header.sp_header .bgm_btn_area {
  position: absolute;
  top: 1.4vw;
  left: 50%;
  width: 36vw;
  position: relative;
}
header.sp_header .bgm_btn_area .off {
  position: absolute;
  top: 1.2vw;
  left: 28vw;
  width: 6.5vw;
  height: 6.5vw;
  background: url("../img/common/off_2.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}
header.sp_header .bgm_btn_area .on {
  position: absolute;
  top: 1.2vw;
  left: 20.5vw;
  width: 6.5vw;
  height: 6.5vw;
  background: url("../img/common/on_1.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}
header.sp_header .bgm_btn_area.active .off {
  background: url("../img/common/off_1.png") no-repeat;
  background-size: contain;
}
header.sp_header .bgm_btn_area.active .on {
  background: url("../img/common/on_2.png") no-repeat;
  background-size: contain;
}
header.sp_header .menu_btn {
  position: absolute;
  top: 1.4vw;
  right: 3%;
  background: url("../img/common/sp_menu.png") no-repeat;
  background-size: contain;
  width: 9vw;
  height: 9vw;
}
header.sp_header .menu_btn.active {
  background: url("../img/common/sp_menu_close.png") no-repeat;
  background-size: contain;
  width: 9vw;
  height: 9vw;
}

.sp_menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  z-index: 501;
  display: none;
  transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -ms-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
@media screen and (max-width: 960px) {
  .sp_menu {
    display: block;
  }
}
.sp_menu ul li {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #004DA0;
}
.sp_menu ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.7vw 0 1vw 0;
}
.sp_menu ul li img {
  height: 8vw;
  width: auto;
}
.sp_menu ul li:nth-child(1) {
  height: 12vw;
  background: #004DA0;
}
.sp_menu ul li.hot a {
  padding: 0.3vw 0;
}
.sp_menu ul li.hot img {
  height: 9vw;
}
.sp_menu ul li.theme a {
  padding: 4vw 0 4vw 0;
}
.sp_menu ul li.theme img {
  height: 3.4vw;
  width: auto;
}
.sp_menu ul li:last-child {
  padding: 3vw 3vw;
}
.sp_menu .search {
  border: 1px solid #004DA0;
  padding: 2% 2% 2% 8.5%;
  text-align: left;
  border-radius: 100px;
  background: url("../img/common/search.png") no-repeat center left 2.5% #fff;
  background-size: 5% auto;
}
.sp_menu .search input {
  border: none;
  width: 100%;
  background: none;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 5.3333333333vw;
}
.sp_menu .search input.fs-btn {
  display: none;
}
.sp_menu .search :focus {
  outline: none;
}
.sp_menu .search ::placeholder {
  color: #636363;
}

.sp_menu.active {
  left: 0;
}

.iphone .sp_menu .search input {
  -webkit-appearance: none;
  vertical-align: middle;
}

.head_area {
  margin-top: 5.7vw;
  padding: 0 10% 0 10%;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .head_area {
    margin-top: 11%;
    padding: 1% 2.6% 0 2.6%;
  }
}
.head_area h1 {
  padding-bottom: 1.5vw;
}
@media screen and (max-width: 960px) {
  .head_area h1 {
    padding-bottom: 3vw;
  }
}
.head_area h2 {
  padding: 0.8% 3% 1% 3%;
}
@media screen and (max-width: 960px) {
  .head_area h2 {
    padding: 1.5% 7% 3% 7%;
  }
}

/*  ---------------------------
			LOADING
---------------------------  */
#load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1001;
}
#load .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18%;
  background: url("../img/common/load_logo_left.svg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #load .logo {
    width: 30%;
  }
}
#load .logo p {
  width: 100%;
  animation: load_flash 1s linear infinite;
}

@keyframes load_flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*  ---------------------------
			MODAL
---------------------------  */
#modal {
  position: fixed;
  background: rgba(113, 113, 113, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
#modal .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 47vw;
}
@media screen and (max-width: 960px) {
  #modal .inner {
    width: 77%;
  }
}
#modal .on {
  position: absolute;
  top: 28%;
  left: 52%;
  width: 27%;
}
#modal .off {
  position: absolute;
  top: 47%;
  left: 81%;
  width: 12%;
}

/*  ---------------------------
			VIDEO_AREA
---------------------------  */
.video_wrapper {
  padding: 0 10% 0 10%;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .video_wrapper {
    padding: 0 2.6% 0 2.6%;
  }
}
.video_wrapper ul.video_wrap_ul {
  width: 100%;
  align-items: stretch;
}
.video_wrapper ul.video_wrap_ul li.video_wrap_ul_li:nth-child(1) {
  width: 68.1%;
  margin-right: 3.1%;
}
@media screen and (max-width: 960px) {
  .video_wrapper ul.video_wrap_ul li.video_wrap_ul_li:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
}
.video_wrapper ul.video_wrap_ul li.video_wrap_ul_li:nth-child(2) {
  width: 28.1%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .video_wrapper ul.video_wrap_ul li.video_wrap_ul_li:nth-child(2) {
    width: 90%;
    margin: 4% auto 0 auto;
  }
}
.video_wrapper ul.video_wrap_ul li.video_wrap_ul_li:nth-child(2) ul {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .video_wrapper ul.video_wrap_ul li.video_wrap_ul_li:nth-child(2) ul {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    background: #fff;
    padding: 3vw 2vw;
    border-radius: 2vw;
  }
}
.video_wrapper ul.video_wrap_ul li.video_wrap_ul_li:nth-child(2) ul li {
  position: relative;
}
.video_wrapper ul.video_wrap_ul li.video_wrap_ul_li:nth-child(2) ul li .video_txt {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
  height: 4.2vw;
  background: #0062b0;
  font-size: 15px;
  font-size: 1.3636363636vw;
  line-height: 1.9480519481vw;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 960px) {
  .video_wrapper ul.video_wrap_ul li.video_wrap_ul_li:nth-child(2) ul li .video_txt {
    background: #00B3E9;
    border-radius: 2vw;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 4.5714285714vw;
    height: 15vw;
  }
}
.video_wrapper ul.video_wrap_ul li.video_wrap_ul_li:nth-child(2) ul li .video_txt p {
  color: #fff;
  display: inline-block;
}
.video_wrapper ul.video_wrap_ul li.video_wrap_ul_li:nth-child(2) ul li .video_txt p.slash {
  padding: 0 0.5vw;
}
@media screen and (max-width: 960px) {
  .video_wrapper ul.video_wrap_ul li.video_wrap_ul_li:nth-child(2) ul li:nth-child(1) {
    width: 47%;
  }
}
@media screen and (max-width: 960px) {
  .video_wrapper ul.video_wrap_ul li.video_wrap_ul_li:nth-child(2) ul li:nth-child(2) {
    width: 50%;
  }
}

.video_box {
  width: 100%;
  height: 26.5vw;
  margin: 0 auto;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .video_box {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 52.5vw;
  }
}
.video_box .off_btn {
  position: absolute;
  top: 2%;
  right: 4%;
  width: 13.5%;
  height: 10.5%;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .video_box .off_btn {
    right: 5%;
    width: 18.5%;
    height: 14.5%;
  }
}
.video_box .off_btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/sound_btn_off.png") no-repeat;
  background-size: contain;
}
.video_box .off_btn a.off {
  background: url("../img/common/sound_btn_on.png") no-repeat;
  background-size: contain;
}
.video_box .videoloader {
  position: absolute;
  width: 101%;
  height: 101%;
  top: -1%;
  left: 0;
  background: #fff;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .video_box .videoloader {
    background: #fff;
  }
}
.video_box .videoloader .loader_logo {
  position: absolute;
  width: 40%;
  top: 38%;
  left: 30%;
}
@media screen and (max-width: 960px) {
  .video_box .videoloader .loader_logo {
    top: 45%;
  }
}

#video_area_A {
  position: absolute;
  top: -1%;
  left: 0;
  width: 100%;
  height: 109%;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #video_area_A {
    height: 100%;
  }
}

#video_area_B {
  position: absolute;
  top: -1%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video_active {
  z-index: 10;
}

.team_logo {
  position: absolute;
  padding: 4% 8% 0% 8%;
  top: 26.2vw;
  left: 0;
  z-index: 100;
  width: calc(100% + 1px);
}
@media screen and (max-width: 960px) {
  .team_logo {
    position: static;
    width: 95%;
    padding: 4% 0 0 0;
    background: none;
  }
}

/*  ---------------------------
			FOOT_AREA
---------------------------  */
.foot_area {
  background: #fff;
  padding: 4% 11.8%;
  font-size: 14px;
  font-size: 1.2727272727vw;
  line-height: 1.8181818182vw;
}
@media screen and (max-width: 960px) {
  .foot_area {
    padding: 7% 8%;
  }
}
.foot_area h3 {
  width: 28%;
  margin: 0 auto 5% auto;
}
@media screen and (max-width: 960px) {
  .foot_area h3 {
    width: 71%;
    margin: 0 auto 8% auto;
  }
}
.foot_area ul.swiper_navi {
  margin-top: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .foot_area ul.swiper_navi {
    margin-top: 7%;
  }
}
.foot_area ul.swiper_navi li {
  margin-right: 1%;
  line-height: 12px;
}
@media screen and (max-width: 960px) {
  .foot_area ul.swiper_navi li {
    margin-right: 2%;
    line-height: 10px;
  }
}
.foot_area .swiper-button-prev-latest-pc, .foot_area .swiper-button-prev-latest-sp {
  position: static;
  width: 6px;
  margin-top: 0;
  height: auto;
  background: none;
}
.foot_area .swiper-button-next-latest-pc, .foot_area .swiper-button-next-latest-sp {
  position: static;
  width: 6px;
  margin-top: 0;
  height: auto;
  background: none;
}
.foot_area .swiper-pagination-latest-pc, .foot_area .swiper-pagination-latest-sp {
  position: static;
  display: flex;
}
.foot_area .swiper-pagination-latest-pc .swiper-pagination-bullet, .foot_area .swiper-pagination-latest-sp .swiper-pagination-bullet {
  margin: 0 6px 0 6px;
  width: 10px;
  height: 10px;
  background: #D4D4D4;
  opacity: 0.5;
}
.foot_area .swiper-pagination-latest-pc .swiper-pagination-bullet-active, .foot_area .swiper-pagination-latest-sp .swiper-pagination-bullet-active {
  background: #004DA0;
  opacity: 1;
}
.foot_area .swiper-latest-pc {
  margin-bottom: 6%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .foot_area .swiper-latest-pc {
    display: none;
  }
}
.foot_area .swiper-latest-sp {
  display: none;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 4.9523809524vw;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .foot_area .swiper-latest-sp {
    display: block;
  }
}
.foot_area .swiper-slide ul {
  margin: 5% 0 3% 0;
}
@media screen and (max-width: 960px) {
  .foot_area .swiper-slide ul {
    margin: 0;
    padding: 3% 0;
  }
}
.foot_area .swiper-slide ul li {
  margin-right: 1.5%;
  margin-left: 1.5%;
}
.foot_area .swiper-slide ul li a .img {
  overflow: hidden;
  line-height: 0;
}
.foot_area .swiper-slide ul li a .img img {
  transform: scale(1);
  transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -ms-transition: 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.foot_area .swiper-slide ul li a:hover .img {
  overflow: hidden;
}
.foot_area .swiper-slide ul li a:hover .img img {
  transform: scale(1.2);
}
.foot_area .swiper-slide ul.cate_01 li:nth-child(1) {
  width: 45%;
}
.foot_area .swiper-slide ul.cate_02 li:nth-child(1) {
  width: 56%;
}
.foot_area .swiper-slide ul.cate_03 li:nth-child(1) {
  width: 51%;
}
.foot_area .swiper-slide ul.cate_05 li:nth-child(1) {
  width: 34%;
}
.foot_area ul.latest_ul {
  text-align: left;
  margin: 0;
  align-items: flex-start;
}
.foot_area ul.latest_ul li.latest_ul_li {
  width: 28%;
}
.foot_area .links h3 {
  width: 17%;
  margin: 2% auto 2% auto;
}
@media screen and (max-width: 960px) {
  .foot_area .links h3 {
    width: 40%;
    margin: 12% auto 6% auto;
  }
}
.foot_area .links ul {
  justify-content: center;
  width: 120%;
  margin-left: -10%;
}
@media screen and (max-width: 960px) {
  .foot_area .links ul {
    width: 100%;
    margin-left: 0;
  }
}
.foot_area .links ul li {
  width: 21.5%;
  margin: 0 0.7% 1.3vw 0.7%;
  border: 1px solid #ccc;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .foot_area .links ul li {
    width: 78%;
    margin-bottom: 5%;
  }
}

/*  ---------------------------
			FOOTER
---------------------------  */
footer {
  background: #004DA0;
  padding: 1% 16%;
  color: #fff;
}
@media screen and (max-width: 960px) {
  footer {
    padding: 0;
  }
}
footer ul.footer_ul {
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  footer ul.footer_ul {
    padding-top: 4vw;
    align-items: center;
    flex-direction: column-reverse;
  }
}
footer ul.footer_ul li.footer_ul_li:nth-child(1) {
  width: 15%;
}
@media screen and (max-width: 960px) {
  footer ul.footer_ul li.footer_ul_li:nth-child(1) {
    width: 35%;
  }
}
footer ul.footer_ul li.footer_ul_li:nth-child(1) ul.sns {
  margin-top: 12%;
}
footer ul.footer_ul li.footer_ul_li:nth-child(1) ul.sns li {
  margin-right: 1%;
}
footer ul.footer_ul li.footer_ul_li:nth-child(1) ul.sns li:nth-child(1) {
  width: 52%;
}
footer ul.footer_ul li.footer_ul_li:nth-child(1) ul.sns li:nth-child(2) {
  width: 15%;
}
footer ul.footer_ul li.footer_ul_li:nth-child(1) ul.sns li:nth-child(3) {
  width: 15%;
}
footer ul.footer_ul li.footer_ul_li:nth-child(2) {
  font-size: 12px;
  font-size: 1.0909090909vw;
  line-height: 1.5584415584vw;
  width: 80%;
  text-align: right;
  margin-top: 3%;
}
@media screen and (max-width: 960px) {
  footer ul.footer_ul li.footer_ul_li:nth-child(2) {
    margin-top: 0;
    width: 100%;
    font-size: 15px;
    font-size: 4vw;
    line-height: 5.7142857143vw;
    text-align: left;
  }
}
footer ul.footer_ul li.footer_ul_li:nth-child(2) ul.links {
  justify-content: flex-end;
  margin-bottom: 7%;
  width: 100%;
}
@media screen and (max-width: 960px) {
  footer ul.footer_ul li.footer_ul_li:nth-child(2) ul.links {
    margin-bottom: 5%;
  }
}
footer ul.footer_ul li.footer_ul_li:nth-child(2) ul.links li {
  margin-left: 4%;
  width: auto;
}
@media screen and (max-width: 960px) {
  footer ul.footer_ul li.footer_ul_li:nth-child(2) ul.links li {
    width: 100%;
    margin-left: 0;
    padding-left: 7%;
    border-bottom: 1px solid #fff;
  }
}
footer ul.footer_ul li.footer_ul_li:nth-child(2) ul.links li a {
  background: url("../img/common/blank.png") no-repeat left;
  background-size: auto 70%;
  display: block;
  padding-left: 1.6vw;
  transition: unset;
}
@media screen and (max-width: 960px) {
  footer ul.footer_ul li.footer_ul_li:nth-child(2) ul.links li a {
    display: block;
    padding: 3% 8%;
    background-size: auto 40%;
  }
}
footer p {
  width: 32%;
  margin-left: 60%;
}
@media screen and (max-width: 960px) {
  footer p {
    width: 53%;
    margin: 4% auto 4% auto;
  }
}

/*  ---------------------------
			SECOUND
---------------------------  */
.date {
  width: 14.2vw;
  padding: 0.6vw 0;
  font-size: 20px;
  font-size: 1.8181818182vw;
  line-height: 2.5974025974vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 960px) {
  .date {
    width: 20.8vw;
    padding: 0.8vw 0;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 4.1904761905vw;
    margin-bottom: 2vw;
  }
}

.category_1 .date {
  background: url("../img/detail/date_bg_1.png") no-repeat;
  background-size: contain;
}

.category_2 .date {
  background: url("../img/detail/date_bg_2.png") no-repeat;
  background-size: contain;
}

.category_3 .date {
  background: url("../img/detail/date_bg_3.png") no-repeat;
  background-size: contain;
}

.category_5 .date {
  background: url("../img/detail/date_bg_4.png") no-repeat;
  background-size: contain;
  color: #004DA0;
}