@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
@font-face {
  font-family: "LogoTypeGothic";
  src: url("../font/07LogoTypeGothic7.otf") format("opentype");
}
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
html {
  color: #231815;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
}
body {
  margin: 0;
  color: #231815;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 1.6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 160%;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #231815;
  text-decoration: none;
}
a:link,
a:visited {
  color: #231815;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.outerBlock {
  overflow: hidden;
}
.innerBlock {
  margin: 0 auto;
  position: relative;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.pc {
  display: block !important;
}
.pcIb {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
.spIb {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 850px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  .outerBlock {
    min-width: 320px;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
body,
p {
  line-height: 1.6;
}
@media screen and (min-width: 850px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
.innerBlock {
  max-width: 1000px;
}
@media screen and (max-width: 850px) {
  .innerBlock {
    padding: 0 15px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
button {
  outline: none;
}
.intro-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inner {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .inner {
    padding: 60px 15px;
  }
}
._flex-center {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.u-flex {
  display: -webkit-flex;
  display: flex;
}
.m_auto {
  margin: auto;
}
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  height: 110px;
}
@media screen and (max-width: 850px) {
  #header {
    height: 50px;
  }
}
#header .header_item {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  height: 110px;
}
@media screen and (max-width: 850px) {
  #header .header_item {
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item .logo {
  max-width: 277px;
  display: block;
}
@media screen and (max-width: 850px) {
  #header .header_item .logo_item .logo {
    max-width: 120px;
  }
}
#header .header_item .link_item {
  display: flex;
  column-gap: 20px;
  justify-content: end;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 850px) {
  #header .header_item .link_item {
    column-gap: 10px;
  }
}
#header .header_item .link_item li {
  font-size: 12px;
  color: #231815;
}
@media screen and (max-width: 850px) {
  #header .header_item .link_item li {
    font-size: 10px;
  }
}
#header .header_item .link_item .btn_site {
  position: relative;
  padding-left: 32px;
}
@media screen and (max-width: 850px) {
  #header .header_item .link_item .btn_site {
    padding-left: 20px;
  }
}
#header .header_item .link_item .btn_site::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 18px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_cart.png) no-repeat center / contain;
}
@media screen and (max-width: 850px) {
  #header .header_item .link_item .btn_site::after {
    width: 16px;
    height: 15px;
  }
}
#header .menu_item {
  align-items: center;
  justify-content: end;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
#header .menu_item .right_logo {
  justify-content: end;
}
#header .menu_item .right_logo img {
  max-width: 341px;
}
@media screen and (max-width: 850px) {
  #header .menu_item .right_logo img {
    max-width: 170px;
    margin-right: 50px;
    margin-top: 7px;
  }
}
#header .menu_item #menu_list {
  display: flex;
  margin: auto;
  width: fit-content;
  line-height: 100%;
  padding-top: 20px;
  position: relative;
}
#header .menu_item #menu_list a {
  color: #231815;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 100%;
}
#header .menu_item #menu_list li {
  position: relative;
}
#header .menu_item #menu_list li + li {
  margin-left: 35px;
  border-left: 1px solid #231815;
  padding-left: 35px;
}
@media screen and (max-width: 1024px) {
  #header .menu_item #menu_list li + li {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li + li {
    border-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list {
    display: none;
    background: #fff;
    height: calc(100% - 60px);
    width: 100%;
    padding: 100px 20px 0 20px;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 999999;
    overflow: scroll;
    height: 100vh;
  }
  #header .menu_item #menu_list li {
    padding: 20px 0;
  }
  #header .menu_item #menu_list li + li {
    margin-left: 0;
  }
  #header .menu_item #menu_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    font-size: 16px;
    font-weight: normal;
    color: #294694;
    font-weight: 500;
  }
}
#header .menu_item #menu_list li.box-sns {
  position: absolute;
  top: -25px;
  right: 0;
  border: none;
}
#header .menu_item #menu_list li.box-sns ul {
  display: flex;
  align-items: center;
}
#header .menu_item #menu_list li.box-sns ul li {
  border: none;
  padding-left: 0;
  margin-left: 18px;
}
#header .menu_item #menu_list li.box-sns ul li a {
  width: 30px;
  height: 30px;
}
#header .menu_item #menu_list li.box-sns ul li a img {
  width: 100%;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list li.box-sns {
    position: static;
  }
  #header .menu_item #menu_list li.box-sns ul {
    justify-content: center;
    gap: 0 21px;
  }
  #header .menu_item #menu_list li.box-sns ul li {
    padding: 0;
    margin: 0;
  }
  #header .menu_item #menu_list li.box-sns ul li a {
    padding-left: 0;
  }
  #header .menu_item #menu_list li.box-sns ul li a img {
  }
}

@media screen and (max-width: 850px) {
  #header #menuBtn {
    /*background: fade(@black, 20%);*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    top: 10px;
  }
  #header #menuBtn span {
    display: block;
    background: #294694;
    width: 32px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #menuBtn span:nth-child(1) {
    top: 15px;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 15px;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 30px;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(4px) rotate(-45deg);
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    transform: translateY(-4px) rotate(45deg);
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    display: none;
  }
}
#mv {
  margin-top: 110px;
}
@media screen and (max-width: 850px) {
  #mv {
    margin-top: 50px;
  }
}
#mv .mv_video {
  /* height: 65vh; */
  height: 100%;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  #mv .mv_video {
    /* height: 55vh; */
  }
}
@media screen and (max-width: 1200px) {
  #mv .mv_video {
    /* height: 45vh; */
  }
}
@media screen and (max-width: 850px) {
  #mv .mv_video {
    /* height: 30vh; */
  }
}
@media screen and (max-width: 1500px) {
  #mv .mv_video {
    min-height: 55vh;
  }
}
@media screen and (max-width: 1200px) {
  #mv .mv_video {
    min-height: 45vh;
  }
}
@media screen and (max-width: 700px) {
  #mv .mv_video {
    min-height: 30vh;
  }
}
#mv .mv_video .mv_mp4 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
#mv .mv_item {
  /*background: url(../img/mv_bg.jpg) no-repeat;
        background-position-x: right;
        background-position-y: bottom;
        background-size: 100% auto;*/
  position: relative;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1790 / 542;
}
@media screen and (max-width: 850px) {
  #mv .mv_item {
    background: url(../img/mv_bg_bg.jpg) no-repeat;
  }
}
#mv .mv_item .mv_img {
  max-width: 1127px;
  margin: auto;
  animation-name: mv_img;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes mv_img {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#mv .mv_item .mv_logo {
  position: absolute;
  left: 0;
  top: 37%;
  width: 100%;
  text-align: center;
  animation-name: mv_logo;
  animation-duration: 3s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 850px) {
  #mv .mv_item .mv_logo {
    width: 80%;
    left: 10%;
    top: 44%;
  }
}
#mv .mv_item .mv_logo img {
  max-width: 550px;
  margin: auto;
}
@keyframes mv_logo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#mv .mv_bar {
  background: #294694;
  width: 100%;
  padding: 25px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  #mv .mv_bar {
    padding: 20px;
  }
}
#mv .mv_bar ul {
  display: flex;
  max-width: 1122px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  #mv .mv_bar ul {
    max-width: 100%;
  }
}
#mv .mv_bar ul li {
  width: 33.3333%;
}
#mv .mv_bar ul li:nth-child(1) {
  text-align: left;
}
#mv .mv_bar ul li:nth-child(1) img {
  max-width: 95px;
  animation-name: f1;
  animation-duration: 2s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 850px) {
  #mv .mv_bar ul li:nth-child(1) img {
    max-width: 47.5px;
  }
}
@keyframes f1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#mv .mv_bar ul li:nth-child(2) {
  text-align: center;
}
#mv .mv_bar ul li:nth-child(2) img {
  margin: auto;
  max-width: 115px;
  animation-name: f2;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 850px) {
  #mv .mv_bar ul li:nth-child(2) img {
    max-width: 57.5px;
  }
}
@keyframes f2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#mv .mv_bar ul li:nth-child(3) {
  text-align: right;
}
#mv .mv_bar ul li:nth-child(3) img {
  max-width: 114px;
  animation-name: f3;
  animation-duration: 2s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 850px) {
  #mv .mv_bar ul li:nth-child(3) img {
    max-width: 57px;
  }
}
@keyframes f3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#movie {
  background: url(../img/moive_bg.jpg) no-repeat;
  background-size: 100% auto;
  background-position-x: right;
  background-position-y: top;
  color: #294694;
  font-size: 14px;
}
#movie .inner {
  max-width: 1050px;
  padding-top: 160px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 850px) {
  #movie .inner {
    padding-top: 80px;
    max-width: 100%;
  }
}
#movie p {
  text-align: left;
}
@media screen and (max-width: 850px) {
  #movie p {
    font-size: 12px;
  }
}
#movie .movie_ttl {
  font-size: 36px;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #movie .movie_ttl {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
#movie .sub_ttl {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  #movie .sub_ttl {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
#movie .big_ttl {
  font-size: 24px;
  line-height: 42px;
  text-align: left;
  font-weight: bold;
  margin-top: 25px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  #movie .big_ttl {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
#movie .small_txt {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  #movie .small_txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
#movie .img {
  margin-top: 50px;
  margin-bottom: 30px;
}
#movie .img iframe {
  width: 100%;
  height: 52vh;
}
@media screen and (max-width: 850px) {
  #movie .img iframe {
    height: 23.5vh;
  }
}
@media screen and (max-width: 850px) {
  #movie .img {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
#movie .img video {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1000 / 570;
}

@media screen and (max-height: 800px) {
  #movie .img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.story_bg {
  background: url(../img/story_bg.jpg) no-repeat;
  background-position-x: left;
  background-position-y: bottom;
  background-size: 105% auto;
  width: 100% !important;
  overflow: hidden !important;
  /* height: 100vh; */
  height: 105vh;
}
@media screen and (max-width: 1400px) {
  .story_bg {
    background-size: 135% auto;
  }
}
@media screen and (max-width: 1300px) {
  .story_bg {
    background-size: 140% auto;
  }
}
@media screen and (max-width: 980px) {
  .story_bg {
    background-size: 200% auto;
  }
}
@media screen and (max-width: 850px) {
  .story_bg {
    background-size: 300% auto;
    max-width: 100%;
  }
}

#story {
  /*# sourceMappingURL=add3.css.map */
}
#story .inner {
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: right;
  justify-content: right;
}
@media screen and (max-width: 850px) {
  #story .inner {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
#story .img_item {
  overflow: scroll;
  margin-right: 0;
  max-width: 1100px;
  margin-left: auto;
}
@media screen and (max-width: 850px) {
  #story .img_item {
    max-width: 100%;
  }
}
#story .scroll-slider {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 860px;
}
#story .section-items {
  width: 100%;
  overflow: hidden;
}
#story .scroll-slider {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100vh;
}
#story .scroll-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 850px) {
  #story .scroll-wrapper {
    width: 3340px !important;
  }
}
#story .m_l_35vw {
  margin-left: 35vw;
}
@media screen and (max-width: 850px) {
  #story .m_l_35vw {
    margin-left: 5vw;
  }
}
#story .scroll-slide {
  flex: 1 0 72vw;
  /* max-width: 72vw; */
  max-width: 69vw;
  height: 100%;
}
@media screen and (min-width: 2000px) {
  #story .scroll-slide {
    flex: 1 0 50vw;
    max-width: 50vw;
  }
}
@media screen and (min-width: 1650px) {
  #story .scroll-slide {
    flex: 1 0 60vw;
    max-width: 60vw;
  }
}
@media screen and (max-width: 1200px) {
  #story .scroll-slide {
    flex: 1 0 80vw;
    max-width: 80vw;
  }
}
@media screen and (max-width: 850px) {
  #story .scroll-slide {
    max-width: none;
    flex: inherit;
  }
}
#story .item {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  height: 100%;
}
#story .item .item-image {
  /* max-height: 80vh; */
  max-height: 74vh;
}
@media screen and (max-width: 850px) {
  #story .item .item-image {
    height: 80vh;
  }
}
#story .item .item-image img {
  height: 100%;
  width: auto;
  max-width: auto !important;
  max-height: 830px;
}
@media screen and (max-width: 1200px) {
  #story .item .item-image img {
    max-height: 930px;
  }
}
@media screen and (max-width: 850px) {
  #story .item .item-image img {
    height: 80vh;
    width: auto;
  }
}
#story .item-container {
  position: relative;
}
#story .item-title {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 40em) {
  #story .item-body {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 50%;
    transform: translate(-25%, -50%);
  }
}
#story .tag {
  margin-right: 0.5rem;
}
#story .tag > a {
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
#alpolic {
  background: url(../img/alpolic_bg.jpg) no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 200% auto;
}
@media screen and (max-width: 850px) {
  #alpolic {
    background-size: 800% auto;
  }
}
#alpolic .inner {
  max-width: 1000px;
  padding-top: 50px;
  text-align: right;
  justify-content: right;
}
@media screen and (max-width: 850px) {
  #alpolic .inner {
    padding-top: 30px;
  }
}
#alpolic .alpolic_ttl {
  font-size: 62px;
  /* font-weight: bold; */
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#alpolic .alpolic_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list {
    display: block;
    column-gap: 10px;
    width: 80%;
    margin: auto;
  }
}
#alpolic .alpolic_list li {
  background: #e1e9f6;
  width: calc(33.3333% - 13.333px);
  padding: 20px 20px 12px 20px;
  border-radius: 3px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  min-height: 200px;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    min-height: 100px;
  }
}
#alpolic .alpolic_list li .ttl_item {
  display: flex;
  align-items: center;
}
#alpolic .alpolic_list li .ttl_item .tag {
  color: #251e1c;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  width: fit-content;
  text-align: left;
  line-height: 110%;
  margin-left: 0;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .ttl_item .tag {
    font-size: 10px;
    letter-spacing: 0;
    padding-left: 7px;
    margin-right: 0;
  }
}
#alpolic .alpolic_list li .ttl_item .tag::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 15px;
  top: 2px;
  left: 0;
  background: url(../img/alpolic_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .ttl_item .tag::after {
    width: 5px;
    height: 7.5px;
  }
}
#alpolic .alpolic_list li .ttl_item .txt {
  font-size: 13px;
  font-weight: 900;
  text-align: right;
  margin-right: 0;
  letter-spacing: 0;
  margin-left: auto;
  line-height: 120%;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .ttl_item .txt {
    font-size: 8px;
  }
}
#alpolic .alpolic_list li .li1 {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
#alpolic .alpolic_list li .li1 .icon {
  max-width: 85px;
  margin-left: 0;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li1 .icon {
    max-width: 50px;
  }
}
#alpolic .alpolic_list li .li1 .txt {
  font-size: 90px;
  font-weight: 800;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  line-height: 100%;
  letter-spacing: -4px;
  color: #263a69;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li1 .txt {
    font-size: 40px;
    letter-spacing: 0px;
  }
}
#alpolic .alpolic_list li .li2 {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
#alpolic .alpolic_list li .li2 .icon {
  max-width: 78px;
  margin-left: 0;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li2 .icon {
    max-width: 38px;
  }
}
#alpolic .alpolic_list li .li2 .txt {
  font-size: 90px;
  font-weight: 800;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  line-height: 100%;
  letter-spacing: -4px;
  color: #263a69;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li2 .txt {
    font-size: 40px;
    letter-spacing: 0px;
  }
}
#alpolic .alpolic_list li .li2 .txt span {
  font-weight: 100;
}
#alpolic .alpolic_list li .li2 .txt #alp130 {
  font-weight: 800;
}
#alpolic .alpolic_list li .li3 {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
#alpolic .alpolic_list li .li3 .icon {
  max-width: 85px;
  margin-left: 0;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li3 .icon {
    max-width: 45px;
  }
}
#alpolic .alpolic_list li .li3 .txt {
  font-size: 90px;
  font-weight: 800;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  line-height: 100%;
  letter-spacing: -4px;
  color: #263a69;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li3 .txt {
    font-size: 40px;
    letter-spacing: 0px;
  }
}
#alpolic .alpolic_list li .li3 .txt p {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0;
  text-align: right;
  width: 100%;
  line-height: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li3 .txt p {
    font-size: 16px;
  }
}
#alpolic .alpolic_list li .li3 .txt .li3_f {
  display: flex;
  align-items: center;
}
#alpolic .alpolic_list li .li4 {
  display: flex;
  margin-top: 15px;
}
#alpolic .alpolic_list li .li4 .icon {
  max-width: 66px;
  margin-left: 0;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li4 .icon {
    max-width: 33px;
  }
}
#alpolic .alpolic_list li .li4 .txt {
  font-size: 62px;
  font-weight: 800;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  line-height: 100%;
  letter-spacing: -4px;
  color: #263a69;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li4 .txt {
    font-size: 30px;
    letter-spacing: 0px;
  }
}
#alpolic .alpolic_list li .li4 .txt p {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0;
  text-align: right;
  width: 100%;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li4 .txt p {
    font-size: 16px;
  }
}
#alpolic .alpolic_list li .li6 {
  display: flex;
  margin-top: 15px;
  align-items: center;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li6 {
    margin-top: 7px;
  }
}
#alpolic .alpolic_list li .li6 .icon {
  max-width: 82px;
  margin-left: 0;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li6 .icon {
    max-width: 42px;
  }
}
#alpolic .alpolic_list li .li6 .txt {
  font-size: 90px;
  font-weight: 800;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  line-height: 100%;
  letter-spacing: -4px;
  color: #263a69;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li6 .txt {
    font-size: 40px;
    letter-spacing: 0px;
  }
}
#alpolic .alpolic_list li .li6 .txt p {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0;
  text-align: right;
  width: 100%;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li6 .txt p {
    font-size: 16px;
  }
}
#alpolic .alpolic_list li .li7 {
  display: flex;
  margin-top: 15px;
  align-items: center;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li7 {
    margin-top: 10px;
  }
}
#alpolic .alpolic_list li .li7 .icon {
  max-width: 91px;
  margin-left: 0;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li7 .icon {
    max-width: 40px;
  }
}
#alpolic .alpolic_list li .li7 .txt {
  font-size: 90px;
  font-weight: 800;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  line-height: 100%;
  letter-spacing: -4px;
  color: #263a69;
  padding-right: 15px;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li7 .txt {
    font-size: 40px;
    letter-spacing: 0px;
    padding-right: 0;
  }
}
#alpolic .alpolic_list li .li7 .txt p {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  text-align: right;
  width: 100%;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li7 .txt p {
    font-size: 16px;
  }
}
#alpolic .alpolic_list li .li8 {
  display: flex;
  margin-top: 5px;
  align-items: center;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li8 {
    margin-top: 5px;
  }
}
#alpolic .alpolic_list li .li8 .icon {
  max-width: 101px;
  margin-left: 0;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li8 .icon {
    max-width: 50px;
  }
}
#alpolic .alpolic_list li .li8 .txt {
  font-size: 80px;
  font-weight: 800;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  line-height: 100%;
  letter-spacing: -4px;
  color: #263a69;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li8 .txt {
    font-size: 40px;
    letter-spacing: 0px;
  }
}
#alpolic .alpolic_list li .li8 .txt p {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  text-align: right;
  width: 100%;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li8 .txt p {
    font-size: 16px;
  }
}
#alpolic .alpolic_list li .li9 {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li9 {
    margin-top: 10px;
  }
}
#alpolic .alpolic_list li .li9 .icon {
  max-width: 68px;
  margin-left: 0;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li9 .icon {
    max-width: 39px;
  }
}
#alpolic .alpolic_list li .li9 .txt {
  font-size: 56px;
  font-weight: 800;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  line-height: 100%;
  letter-spacing: -4px;
  color: #263a69;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .li9 .txt {
    font-size: 28px;
    letter-spacing: 0px;
  }
}
#alpolic .alpolic_list li .li9 .txt span {
  font-weight: 100;
}
#alpolic .alpolic_list li .li9 .txt #alp20000 {
  font-weight: 800;
}
#alpolic .alpolic_list li .plus_txt {
  font-weight: 100;
  font-size: 46px;
  margin-left: 3px;
  color: #263a69;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li .plus_txt {
    font-size: 32px;
    margin-left: 1px;
  }
}
#alpolic .alpolic_list li .flex_txt {
  font-size: 10px;
  color: #231815;
  text-align: left;
  margin-top: -10px;
  letter-spacing: 0;
  font-weight: 500;
}
#alpolic .alpolic_list li:nth-child(5) {
  background: none;
  padding: 20px;
  text-align: center;
  display: flex;
}
#alpolic .alpolic_list li:nth-child(5) img {
  max-width: 188px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  #alpolic .alpolic_list li:nth-child(5) img {
    max-width: 70px;
  }
}
.comments_ttl {
  font-size: 62px;
  font-weight: 300;
  width: fit-content;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  color: #fff;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 850px) {
  .comments_ttl {
    font-size: 24px;
    display: block;
  }
}
.comments_ttl p {
  line-height: 100%;
  margin: auto;
  font-weight: 500;
}
.comments_ttl .sub_ttl {
  font-size: 29px;
  line-height: 100%;
  padding-top: 18px;
  margin: auto;
  margin-left: 10px;
}
@media screen and (max-width: 850px) {
  .comments_ttl .sub_ttl {
    font-size: 16px;
    padding-top: 5px;
  }
}
#comments_item {
  padding-top: 40px;
  max-width: 1130px;
  margin: auto;
  padding-bottom: 90px;
}
@media screen and (max-width: 850px) {
  #comments_item {
    max-width: 96%;
    padding-bottom: 40px;
  }
}
#comments_item .comments_ttl {
  margin-top: 0;
}
#comments_item .swiper {
  position: relative;
  overflow: hidden;
  padding-left: 75px;
  padding-right: 75px;
}
#comments_item .swiper {
  padding: 0 75px 0 75px;
}
@media screen and (max-width: 850px) {
  #comments_item .swiper {
    padding: 0 30px 0 30px;
  }
}
#comments_item .swiper-button-next {
  display: block !important;
  width: 45px;
  height: 45px;
  right: 0;
  background: url(../img/right.png) no-repeat center / contain;
}
@media screen and (max-width: 850px) {
  #comments_item .swiper-button-next {
    width: 25px;
    height: 25px;
    right: 0;
  }
}
#comments_item .swiper-button-prev {
  display: block !important;
  width: 45px;
  height: 45px;
  left: 0px;
  background: url(../img/left.png) no-repeat center / contain;
}
@media screen and (max-width: 850px) {
  #comments_item .swiper-button-prev {
    width: 25px;
    height: 25px;
    left: 0;
  }
}
#comments_item .comments_txt {
  width: 100%;
  max-width: 1130px;
  background: #fff;
  border-radius: 5px;
  padding: 40px 45px 30px 45px;
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  #comments_item .comments_txt {
    margin-top: 20px;
    padding: 20px 25px;
  }
}
#comments_item .border_txt {
  border-top: 1px solid #294694;
  padding-top: 20px;
  border-bottom: 1px solid #294694;
  padding-bottom: 20px;
  font-size: 24px;
  color: #294694;
  text-align: left;
  line-height: 180%;
}
#comments_item .border_txt p {
  margin-bottom: 20px;
  line-height: 180%;
}
@media screen and (max-width: 850px) {
  #comments_item .border_txt {
    font-size: 14px;
    line-height: 160%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#comments_item .name {
  position: relative;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  color: #294694;
  /*&::after {
            position: absolute;
            content: "";
            width: 42px;
            height: 45px;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background: url(../img/comments_icon.png) no-repeat center / contain;
            @media @sp{
                width: 21px;
                height: 22.5px;
            }
        }*/
}
@media screen and (max-width: 850px) {
  #comments_item .name {
    font-size: 12px;
    margin-top: 10px;
  }
}
#project .inner {
  max-width: 1120px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: right;
  justify-content: right;
  overflow: hidden;
}
#project .comments_ttl {
  color: #294694;
}
@media screen and (max-width: 850px) {
  #project .comments_ttl {
    margin-top: 0;
  }
}
#project .eapps-link {
  display: none !important;
}
#project .project_img {
  max-width: 519px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  #project .eapps-instagram-feed-title {
    font-size: 14px !important;
    padding: 12px !important;
  }
}
#project .project_list {
  display: flex;
  flex-wrap: wrap;
}
#project .project_list li {
  width: 25%;
  overflow: hidden;
  margin: auto;
}
#project .project_list li img {
  width: 100%;
  transition: 1s all;
}
#project .project_list li img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
#overseas {
  background: url(../img/overseas_bg.jpg) no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: 150% auto;
}
@media screen and (max-width: 850px) {
  #overseas {
    background-size: 170% auto;
  }
}
#overseas .inner {
  max-width: 995px;
  /* padding-top: 50px; */
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: right;
  justify-content: right;
}
@media screen and (max-width: 850px) {
  #overseas .inner {
    padding-bottom: 30px;
  }
}
#overseas .ttl {
  color: #fff;
  font-weight: 500;
  /* font-size: 32px; */
  font-size: 62px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  #overseas .ttl {
    font-size: 24px;
  }
}
.locations_list {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  margin: auto;
  column-gap: 20px;
  /* margin-top: 20px; */
  margin-top: 30px;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .locations_list {
    width: 100%;
    column-gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
}
.locations_list li {
  width: calc(20% - 16px);
}
@media screen and (max-width: 850px) {
  .locations_list li {
    width: calc(33.3333% - 10px);
  }
  .locations_list li:nth-child(4),
  .locations_list li:nth-child(5) {
    margin-top: 10px;
  }
}
.locations_list li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #294694;
  text-align: center;
  padding: 5px 10px;
  display: block;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  .locations_list li a {
    font-size: 14px;
  }
}
.locations_list li a:hover {
  background: #fff;
  color: #294694;
  opacity: 1;
}
@media screen and (max-width: 850px) {
  .no_pc {
    display: none !important;
  }
}
.no_sp {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .no_sp {
    display: flex !important;
  }
}
#bar_logo {
  text-align: center;
  padding: 30px 30px 0 30px;
}
@media screen and (max-width: 850px) {
  #bar_logo {
    padding: 25px 15px;
  }
}
#bar_logo .img {
  max-width: 195px;
  margin: auto;
  display: flex;
  align-items: center;
}
#bar_logo .img img {
  margin: auto;
}
@media screen and (max-width: 850px) {
  #bar_logo .img {
    max-width: 80px;
  }
}
#footer .inner {
  max-width: 1000px;
  padding-top: 50px;
  padding-bottom: 10px;
}
@media screen and (max-width: 850px) {
  #footer .inner {
    padding-top: 0;
  }
}
#footer .logo {
  margin: auto;
  margin-bottom: 30px;
}
#footer .logo img {
  max-width: 426px;
}
@media screen and (max-width: 850px) {
  #footer .logo img {
    max-width: 200px;
  }
}
#footer .menu_list {
  display: flex;
  margin: auto;
  width: fit-content;
  line-height: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  #footer .menu_list {
    display: block;
  }
}
#footer .menu_list a {
  color: #231815;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 100%;
}
@media screen and (max-width: 850px) {
  #footer .menu_list a {
    font-size: 10px;
  }
}
#footer .menu_list li {
  position: relative;
}
#footer .menu_list li + li {
  margin-left: 35px;
  border-left: 1px solid #231815;
  padding-left: 35px;
}
@media screen and (max-width: 1024px) {
  #footer .menu_list li + li {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 850px) {
  #footer .menu_list li + li {
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
    margin-top: 15px;
  }
}
#footer .copyright {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  #footer .copyright {
    font-size: 8px;
  }
}
