#main_visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ---------------動作確認中------------------------------------------------------- */
/* MV画像調整 */
#main_visual li {
  position: relative
}

#main_visual li a {
  position: absolute
}

#main_visual {
  display: block;
  position: relative
}

#main_visual .slider {
  position: relative;
  width: 100%;
  width: 414px;
  aspect-ratio: 1/1.101;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box
}

#main_visual .slider img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block
}

@media screen and (min-width: 769px) {
  #main_visual .slider {
    padding: 8px 0;
    width: auto;
    max-width: none;
    aspect-ratio: auto
  }

  #main_visual .slider li {
    width: 550px;
    height: auto;
    max-width: 700px;
    aspect-ratio: 1/1.101;
    transition: all .3s ease .2s;
    transform: scale(0.8);
    opacity: 0.4;
    box-shadow: 7px 7px 15px -5px #666;
    overflow: hidden
  }

  #main_visual .slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }

  #main_visual .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1);
    opacity: 1;
  }
}

/* MVボタン調整 */
#main_visual li.slider_link01 .btn01 {
  width: 280px;
  color: #013581;
  border: 1px solid;
  background: #fff;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  z-index: 2
}

#main_visual li.slider_link01 .btn01_2 {
  width: 200px;
  top: 263px;
  right: 640px
}

#main_visual .slider .slick-slide .btn01 {
  background: #fff;
  color: #013581;
  border: 1px solid #013581;
  width: 230px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%)
}
/* 
#main_visual .slider .slick-slide .btn01_2 {
  width: 112px;
  top: 180px;
  right: 48px
} */

#main_visual .slider .slider_link01 .btn_01 {
  top: 82%;
  left: 16%;
  width: 130px;
  height: 25px
}

#main_visual .slider .slider_link01 .btn_02 {
  width: 130px;
  height: 25px;
  right: 16%;
  top: 82%
}

#main_visual .slider .slider_link01 .btn_03 {
  width: 177px;
  height: 31px;
  right: auto;
  top: 47%;
  left: 15%
}

#main_visual .slider .slider_link01 .btn_04 {
  width: 290px;
  height: 43px;
  right: auto;
  top: 59%;
  left: 15%
}

#main_visual .slider .slider_link01 .btn17 {
  width: 180px;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%)
}

#main_visual .slider .slider_link01 .btn18 {
  width: 170px;
  bottom: 30px;
  right: 90px
}

#main_visual .slider .slider_link01 .btn21 {
  width: 130px;
  bottom: 87px;
  right: 50px
}

#main_visual .slider .slider_link01 .btn23 {
  width: 77px;
  top: 37%;
  right: 32.5%
}

#main_visual .slider .slider_link01 .btn24 {
  top: 47%;
  right: 29%
}

#main_visual .slider .slider_link01 .btn24 img {
  width: 50%
}

@media screen and (min-width: 769px) {
  #main_visual .slider .slick-slide .btn01_2 {
    width: 150px;
    top: 240px;
    right: 70px
  }

  #main_visual .slider .slider_link01 .btn18 {
    width: 240px;
    bottom: 60px;
    right: 90px
  }

  #main_visual .slider .slider_link01 .btn21 {
    width: 200px;
    bottom: 130px;
    right: 50px
  }

  #main_visual .slider .slider_link01 .btn23 {
    width: 120px;
    top: 37%;
    right: 32.5%
  }
}

/* サムネ調整 */
#main_visual .thumb {
  bottom: 0;
  z-index: 2
}

#main_visual .thumb .arrow {
  background-color: #fff;
  box-shadow: 0px 0px 15px -5px #777;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

#main_visual .thumb .arrow.prev {
  left: 0
}

#main_visual .thumb .arrow.next {
  right: 0
}

#main_visual .thumb .arrow span {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  cursor: pointer
}

#main_visual .thumb .arrow span.in_prev {
  border-left: 3px solid #3aaee3;
  border-bottom: 3px solid #3aaee3
}

#main_visual .thumb .arrow span.in_next {
  border-top: 3px solid #3aaee3;
  border-right: 3px solid #3aaee3
}

#main_visual .thumb li {
  padding: 5px;
  height: 60px
}

#main_visual .thumb li figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0%
}

#main_visual .thumb li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto
}

@media screen and (min-width: 768px) {
  #main_visual .thumb {
    bottom: 0;
    z-index: 2
  }

  #main_visual .thumb .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 50px;
    height: 100%;
    z-index: 3;
    border-radius: 100px;
    background-color: #fff;
    height: 50px;
    box-shadow: 0px 0px 15px -5px #777
  }

  #main_visual .thumb .arrow.prev {
    left: 0
  }

  #main_visual .thumb .arrow.next {
    right: 0
  }

  #main_visual .thumb .arrow span {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    cursor: pointer
  }

  #main_visual .thumb .arrow span.in_prev {
    border-left: 6px solid #3aaee3;
    border-bottom: 6px solid #3aaee3
  }

  #main_visual .thumb .arrow span.in_next {
    border-top: 6px solid #3aaee3;
    border-right: 6px solid #3aaee3
  }

  #main_visual .thumb li {
    padding: 10px;
    height: 200px
  }

  #main_visual .thumb li figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 1/.8;
    border-radius: 10px;
    overflow: hidden
  }

  #main_visual .thumb li figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px
  }
}

/* ------------------------------------------------動作確認中---------------------- */

@font-face {
  font-family: "HirakakuSTD";
  src: url(../font/HiraKakuStdN-W9-AlphaNum.woff);
}

@font-face {
  font-family: "YuGo_custom";
  src: url(../font/YuGothic-Bold-01.woff);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "YuGo_custom";
  src: url(../font/YuGothic-Medium-01.woff);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "YuGo_custom";
  src: url(../font/YuGothic-Light-01.woff);
  font-weight: lighter;
  font-style: normal;
}

body {
  min-width: 1100px;
  max-height: 100%;
  color: #303030;
  padding-top: 160px;
}

body:not(#top) {
  padding-top: 190px;
}


.inner {
  width: 1100px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", "YuGo_custom", Meiryo, sans-serif;
  font-weight: 900;
}

p,
th,
td {
  font-size: 16px;
  line-height: 1.75;
}

dl,
ol,
ul {
  font-size: 16px;
  line-height: 1.75;
}

table {
  width: 100%;
}

table tbody {
  width: 100%;
  border: 1px solid #cfcfcf;
}

table tr {
  border-bottom: 1px solid #cfcfcf;
  line-height: 1.5;
}

table tr:last-of-type {
  border-bottom: 0;
}

table th {
  font-size: 18px;
  background: #E5E5E5;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}

table td {
  font-size: 16px;
  padding: 20px;
  text-align: center;
}

table td span {
  font-weight: bold;
}

table td+td {
  border-left: 1px solid #cfcfcf;
}

a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  transition: 0.6s;
  cursor: pointer;
}

a:hover {
  opacity: 0.5;
}

a.line {
  text-decoration: underline;
}

.box {
  display: block;
}

.box.flex {
  display: flex;
}

#top_header .inner {
  width: 1100px;
}

#top_header .sub_menu ul li a,
#footer .sub_menu ul li a {
  width: 180px;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s;
}

#top_header .sub_menu.right {
  align-items: center;
}

#top_header .sub_menu ul li a img,
#footer .sub_menu ul li a img {
  margin-right: 0.5em;
}

#top_header .sub_menu ul li:nth-of-type(1) a,
#footer .sub_menu ul li:nth-of-type(1) a {
  background: #E31B52;
  border-bottom: 5px solid #870B31;
}

#top_header .sub_menu ul li:nth-of-type(2) a,
#footer .sub_menu ul li:nth-of-type(2) a {
  background: #39AEE3;
  border-bottom: 5px solid #1B6BB7;
}

#top_header .sub_menu ul li:nth-of-type(3) a,
#footer .sub_menu ul li:nth-of-type(3) a {
  background: #41B44F;
  border-bottom: 5px solid #0F8B53;
}

#top_header .sub_menu ul li:nth-of-type(4) a,
#footer .sub_menu ul li:nth-of-type(4) a {
  background: #F58400;
  border-bottom: 5px solid #D15936;
}

#top_header .sub_menu ul li+li,
#footer .sub_menu ul li+li {
  margin-left: 14px;
}

#top_header .sub_menu ul li a:hover,
#footer .sub_menu ul li a:hover {
  opacity: 1;
  border-bottom-width: 0;
  transform: translateY(5px);
}

/*===================================
  TOP HEADER
===================================*/
#top_header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  justify-content: center; /* 横方向中央 */
  align-items: center;     /* 縦方向中央 */
  padding: 20px 0 14px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0px 0px 15px -5px #777777;
}

@media screen and (min-width:769px) {
  #top_header {
    height: 190px;
  }
}

@media screen and (max-width: 768px) {
    .btn01 {
        width: 300px;
        height: 50px;
        font-size: 16px;
    }
}

#main_visual .slider .slick-slide .btn01 {
    background: #fff;
    color: #013581;
    border: 1px solid #013581;
    width: 230px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
#main_visual li.slider_link01 .btn01 {
    width: 280px;
    color: #013581;
    border: 1px solid;
    background: #fff;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    z-index: 2;
}
#main_visual li a {
    position: absolute;
}
@media screen and (max-width: 768px) {
    .btn01 {
        width: 300px;
        height: 50px;
        font-size: 16px;
    }
}
.btn01 {
    font-size: 20px;
    width: 500px;
    height: 80px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    background: #013581;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", "YuGo_custom", Meiryo, sans-serif;
    font-weight: 900;
    letter-spacing: 0.1em;
}
a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    transition: 0.6s;
    cursor: pointer;
}

a {
    line-height: 1;
    text-decoration: none;
}
/* 
#top_header .left {
  align-items: center;
}

#top_header .logo {
  width: 232px;
}

#top_header .logo img {
  height: auto;
}

#top_header .logo .prev_name {
  padding-top: 10px;
  display: block;
  text-align: center;
  color: #9F9F9F;
  font-size: 12px;
}

#top_header h1 {
  display: block;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}

#top_header .inner {
  align-items: center;
}

#top_header .header_area {
  margin-left: 28px;
}

#top_header .header_area_txt {
  padding: 6px 10px;
  border: #0F3A84 solid 2px;
  border-radius: 10px;
  color: #0F3A84;
  font-weight: bold;
}

#top_header .header_sns a {
  margin-right: 10px;
}

#top_header #menu_btn {
  display: none;
} */




/*# sourceMappingURL=common.css.map */