*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
  color: #292929;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
}

@media (min-width: 769px) {
  [sp] {
    display: none !important;
  }
}

@media (max-width: 768px) {
  [pc] {
    display: none !important;
  }
}

header {
  height: 7.7vw;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

header .logo {
  display: flex;
  align-items: center;
  color: #E25F56;
}

header .logo .en {
  font-family: Maecenas-Bold;
  font-family: LibreBask-Bold;
  font-size: 2.5vw;
  line-height: 3vw;
  margin-right: 1vw;
  cursor: pointer;
}

header .logo .ja {
  font-family: Yu Gothic;
  font-size: 1.25vw;
  line-height: 3vw;
}

header .menu {
  position: relative;
}

header .menu .accordion {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  cursor: pointer;
}

header .menu:after {
  content: '';
  width: 16px;
  height: 8px;
  background-image: url(../image/menu_open.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

header .menu .en {
  font-family: KozGoPr6n-Regular;
  font-size: 1vw;
  line-height: 1.4vw;
  color: #E25F56;
  margin-bottom: 0.5vw;
}

header .menu .ja {
  font-family: Yu Gothic;
  font-weight: 600;
  font-size: 0.85vw;
  line-height: 1.1vw;
  color: #979797;
}

header .menu .panel {
  position: absolute;
  bottom: -0.5vw;
  transform: translateY(100%);
  z-index: 1;
  width: 100%;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

header .menu .panel.active {
  max-height: none;
}

header .menu .panel .item {
  font-family: Yu Gothic;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 1.2vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-top: none;
}

header .menu .panel .item:nth-child(1) {
  border-top: 1px solid #000000;
}

header .contact {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22vw;
  height: 4vw;
  font-family: YuMincho-Demibold;
  font-size: 1.45vw;
  color: #E25F56;
  border: 1px solid #E25F56;
  border-radius: 2vw;
}

header .contact img {
  width: 1.7vw;
  display: block;
  margin-right: 1vw;
}

.banner {
  position: relative;
  width: 100%;
}

.banner .item {
  /* overflow: hidden; */
  z-index: 2;
  width: 100%;
}

.banner .item .item_photo {
  overflow: hidden;
  position: relative;
}

.banner .item .item_photo img {
  max-width: none;
  width: 108%;
  margin-left: -4%;
  display: block;
}

.banner .banner_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8vw;
}

.banner .banner_title .en {
  font-family: Maecenas-Regular;
  font-family: LibreBask-Regular;
  font-size: 11.45vw;
  line-height: 12vw;
  color: #FFFFFF;
}

.banner .banner_title .ja {
  font-family: Yu Gothic;
  font-size: 2vw;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.banner .banner_title .ja span {
  font-family: Maecenas-Regular;
  font-family: LibreBask-Regular;
  font-size: 9vw;
  line-height: 9vw;
}

.banner .banner_item {
  width: 47vw;
  position: relative;
  margin-left: auto;
  margin-right: 2.5vw;
  bottom: 0;
  transform: translateY(-70%);
}

.banner .banner_item img {
  width: 100%;
  display: block;
}

.banner .banner_item .item_text {
  position: absolute;
  font-family: SourceHanSerif-Medium;
  font-weight: 600;
  font-size: 1.5vw;
  line-height: 2.45vw;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button {
  top: 40% !important;
  display: none;
}

.section_1 {
  position: relative;
  background-color: #F1F5F9;
  z-index: 1;
  /* padding-top: 8.8vw; */
  padding-top: 0vw;
  padding-bottom: 2vw;
}

.section_1:before {
  width: 100%;
  height: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: -1;
}

.section_1 .section_title {
  text-align: center;
}

.section_1 .section_title .ja {
  font-family: SourceHanSerif-Regular;
  font-size: 2.5vw;
  line-height: 3vw;
  color: #E25F56;
}

.section_1 .section_title .en {
  font-family: Maecenas-Medium;
  font-family: LibreBask-Regular;
  font-weight: 600;
  font-size: 1.67vw;
  line-height: 2vw;
  color: #D4D4D4;
}

.section_1 .item_list {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 2vw;
  width: 60vw;
}

.section_1 .item_list .item {
  width: 12.7vw;
  height: 21.87vw;
  /* margin: auto 1.22vw; */
  background-color: #FFFFFF;
  position: relative;
}

.section_1 .item_list .item .item_photo {
  width: 100%;
}

.section_1 .item_list .item img {
  width: 100%;
  display: block;
}

.section_1 .item_list .item .item_text {
  font-family: Yu Gothic;
  font-size: 1vw;
  line-height: 1.5vw;
  color: #FFFFFF;
  padding: 1vw 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E25F56;
  transform: translateY(-0.9vw);
}

.section_1 .item_list .item .item_detail {
  text-align: left;
  font-family: Yu Gothic;
  font-weight: 600;
  font-size: 0.83vw;
  padding: 0 0.78vw;
  color: #333333;
}

.section_1 .item_list .item .item_more {
  position: absolute;
  right: 0.78vw;
  bottom: 1.4vw;
  width: 70%;
  text-align: right;
  font-family: Yu Gothic;
  font-weight: bold;
  font-size: 0.83vw;
  line-height: 1.25vw;
  color: #E25F56;
  border-bottom: 1px dotted #E25F56;
  cursor: pointer;
}

.section_1 .section_content {
  width: 60vw;
  height: 3.5vw;
  margin: 3.5vw auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  font-family: YuMincho-Demibold;
  font-size: 1.67vw;
  color: #E25F56;
}

.section_2 {
  position: relative;
  background-color: #F1F5F9;
  padding-top: 4.5vw;
  padding-bottom: 7.5vw;
}

.section_2 .section_title {
  text-align: center;
}

.section_2 .section_title .ja {
  font-family: SourceHanSerif-Regular;
  font-size: 2.5vw;
  line-height: 2.8vw;
  color: #E25F56;
}

.section_2 .section_title .en {
  font-family: Maecenas-Medium;
  font-family: LibreBask-Regular;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.5vw;
  color: #C4D1DE;
}

.section_2 .item_list {
  margin: auto;
  margin-top: 3vw;
  width: 60vw;
  display: flex;
  flex-wrap: wrap;
}

.section_2 .item_list .item {
  display: flex;
  align-items: flex-start;
  padding: 0.5vw 0.8vw 0.5vw 2vw;
}

.section_2 .item_list .item:nth-child(1) {
  width: 25%;
}

.section_2 .item_list .item:nth-child(2) {
  width: 42%;
  border-left: 1px solid #FFFFFF;
}

.section_2 .item_list .item:nth-child(3) {
  width: 32%;
  border-left: 1px solid #FFFFFF;
}

.section_2 .item_list .item:nth-child(4) {
  width: 100%;
  border-top: 1px solid #FFFFFF;
  padding-top: 2vw;
}

.section_2 .item_list .item .item_photo {
  width: 4vw;
  margin-right: 1vw;
}

.section_2 .item_list .item .item_photo img {
  width: 100%;
}

.section_2 .item_list .item .item_detail {
  width: calc(100% - 5vw);
  font-family: Yu Gothic;
  font-size: 0.83vw;
  line-height: 1.25vw;
  color: #333333;
}

.section_2 .item_list .item .item_detail span {
  font-weight: bold;
}

.section_2 .section_content {
  width: 60vw;
  height: 3.5vw;
  margin: 1.5vw auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  font-family: YuMincho-Demibold;
  font-size: 1.67vw;
  color: #E25F56;
}

.section_3 {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 7.5vw;
  padding-bottom: 6vw;
}

.section_3 .section_title {
  text-align: center;
}

.section_3 .section_title .ja {
  font-family: SourceHanSerif-Regular;
  font-size: 2.5vw;
  line-height: 2.8vw;
  color: #E25F56;
}

.section_3 .section_title .en {
  font-family: Maecenas-Medium;
  font-family: LibreBask-Regular;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.5vw;
  color: #C4D1DE;
}

.section_3 .item_list {
  margin-top: 1.5vw;
}

.section_3 .item_list .item {
  margin-top: 2.5vw;
  padding-bottom: 4vw;
  display: flex;
  position: relative;
  z-index: 1;
}

.section_3 .item_list .item:nth-child(2) {
  flex-direction: row-reverse;
}

.section_3 .item_list .item:before {
  content: '';
  position: absolute;
  background-color: #F1F5F9;
  height: 100%;
  width: 75%;
  right: 0;
  top: 0;
  z-index: -1;
}

.section_3 .item_list .item:nth-child(2):before {
  right: auto;
  left: 0;
  width: 90%;
}

.section_3 .item_list .item .item_photo {
  width: 45.8vw;
  overflow: hidden;
}

.section_3 .item_list .item .item_photo img {
  width: 100%;
  display: block;
}

.section_3 .item_list .item:nth-child(1) .item_photo img {
  width: 118%;
  max-width: none;
}

.section_3 .item_list .item .item_detail {
  width: 54.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.6vw;
  background-color: #E25F56;
}

.section_3 .item_list .item:nth-child(2) .item_detail {
  background-color: #E25687;
}

.section_3 .item_list .item .item_detail .detail_title {
  width: 100%;
  padding-left: 10%;
  display: flex;
  align-items: center;
}

.section_3 .item_list .item:nth-child(2) .item_detail .detail_title .text_1 {
  width: 60%;
}

.section_3 .item_list .item:nth-child(2) .item_detail .detail_title .text_2 {
  width: 40%;
}

.section_3 .item_list .item .item_detail .detail_title .text_1 .ja {
  font-family: Yu Gothic;
  font-weight: bold;
  font-size: 1.8vw;
  line-height: 2vw;
  color: #FFFFFF;
}

.section_3 .item_list .item .item_detail .detail_title .text_1 .en {
  font-family: Yu Gothic;
  font-weight: bold;
  font-size: 1vw;
  line-height: 1.25vw;
  color: #FFFFFF;
}

.section_3 .item_list .item .item_detail .detail_title .text_2 {
  font-family: Yu Gothic;
  font-weight: bold;
  font-size: 1vw;
  line-height: 1.25vw;
  color: #FFFFFF;
  padding-left: 2vw;
}

.section_3 .item_list .item .item_detail .detail_split {
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  margin: 2vw 0;
}

.section_3 .item_list .item .item_detail .detail_text {
  font-family: Yu Gothic;
  font-weight: bold;
  font-size: 1vw;
  line-height: 1.5vw;
  color: #FFFFFF;
  width: 90%;
}

.section_3 .item_list .item .item_detail .detail_more {
  width: 21vw;
  height: 3.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 0.5vw;
  font-family: Yu Gothic;
  font-weight: bold;
  font-size: 1vw;
  line-height: 1.25vw;
  color: #E25F56;
  cursor: pointer;
  margin-top: 2vw;
}

.section_3 .item_list .item:nth-child(2) .item_detail .detail_more {
  color: #E25687;
}

.section_3 .item_list .item .item_detail .detail_more img {
  margin-left: 1vw;
  width: 2.2vw;
}

.section_4 {
  position: relative;
  background-color: #F1F5F9;
  margin: auto;
  width: 70%;
  padding: 0.5vw;
}

.section_4>div {
  border: 1px solid #FFFFFF;
  padding-top: 4vw;
  padding-bottom: 5vw;
}

.section_4 .section_title {
  text-align: center;
}

.section_4 .section_title .ja {
  font-family: SourceHanSerif-Regular;
  font-size: 1.875vw;
  line-height: 2vw;
  color: #E25F56;
}

.section_4 .section_title .en {
  font-family: Maecenas-Medium;
  font-family: LibreBask-Regular;
  font-weight: 600;
  font-size: 1.45vw;
  line-height: 1.5vw;
  color: #C4D1DE;
}

.section_4 .section_content {
  width: 55vw;
  margin: auto;
  margin-top: 2vw;
  background-color: #FFFFFF;
  padding: 0.5vw;
  position: relative;
}

.section_4 .section_content>div {
  border: 1px solid #F1F5F9;
  padding: 1vw;
  position: relative;
}

.section_4 .section_content .section_bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.section_4 .section_content .item {
  display: flex;
  align-items: center;
  font-family: Yu Gothic;
  font-weight: bold;
  font-size: 1vw;
  line-height: 2vw;
  color: #333333;
}

.section_4 .section_content .item img {
  width: 1.5vw;
  margin-right: 0.5vw;
  margin-left: 4vw;
}

.section_4 .section_content .item_split {
  width: 100%;
  display: flex;
  border-bottom: 3px dotted #E1E4E7;
  margin: 1vw 0;
}

.section_5 {
  margin-top: 7vw;
  padding-bottom: 5vw;
  background-color: #F1F5F9;
  z-index: 1;
  position: relative;
}

.section_5:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #FFFFFF;
}

.section_5 .section_title {
  text-align: center;
}

.section_5 .section_title .ja {
  font-family: SourceHanSerif-Regular;
  font-size: 2.5vw;
  line-height: 2.8vw;
  color: #E25F56;
}

.section_5 .section_title .en {
  font-family: Maecenas-Medium;
  font-family: LibreBask-Regular;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 2vw;
  color: #C4D1DE;
}

.section_5 .section_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5vw;
}

.section_5 .section_item .item {
  margin: auto 2px;
  width: 16vw;
  height: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Yu Gothic;
  font-size: 1vw;
  line-height: 2vw;
  font-weight: bold;
  color: #333333;
  background-color: #F1F5F9;
}

.section_5 .section_item .item img {
  width: 1.5vw;
  display: block;
  margin-right: 1.5vw;
}

.section_5 .section_item .item span {
  color: #E25F56;
}

.section_5 .item_list {
  margin-top: 3.5vw;
  display: flex;
  justify-content: center;
}

.section_5 .item_list .item {
  margin: 0 0.65vw;
  width: 10.5vw;
}

.section_5 .item_list .item .item_photo {
  width: 100%;
  position: relative;
}

.section_5 .item_list .item .item_photo .bg {
  width: 100%;
  display: block;
}

.section_5 .item_list .item .item_photo .spec {
  position: absolute;
  width: 46%;
  top: -3%;
  left: -3%;
}

.section_5 .item_list .item .item_photo span {
  font-family: Maecenas-MediumItalic;
  font-family: LibreBask-Italic;
  font-weight: 600;
  font-size: 3vw;
  color: #E25F56;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}

.section_5 .item_list .item .item_photo .play {
  width: 30%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_5 .item_list .item .item_detail {
  font-family: Yu Gothic;
  font-weight: bold;
  font-size: 0.8vw;
  line-height: 1.25vw;
  margin-top: 0.5vw;
  color: #E25F56;
}

.section_6 {
  position: relative;
  background-color: #F1F5F9;
  padding-bottom: 10vw;
}

.section_6 .section_detail {
  font-family: Yu Gothic;
  font-weight: bold;
  font-size: 1.25vw;
  line-height: 2vw;
  color: #E25F56;
  text-align: center;
}

.section_6 .section_content {
  margin-top: 2vw;
}

.section_6 .section_content .item_split {
  margin: 1vw auto;
}

.section_6 .section_content .item_split img {
  display: block;
  width: 3.2vw;
  margin: auto;
}

.section_6 .section_content .item {
  background-color: #FFFFFF;
  margin: auto;
  width: 66.67vw;
  padding: 1.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_6 .section_content .item .step {
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  background-color: #E25F56;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1.5vw;
}

.section_6 .section_content .item .step span {
  font-family: Maecenas-Bold;
  font-family: LibreBask-Bold;
  font-size: 1.25vw;
  line-height: 2vw;
  color: #FFFFFF;
}

.section_6 .section_content .item .step .num {
  font-family: Maecenas-Bold;
  font-family: LibreBask-Bold;
  font-size: 3vw;
  line-height: 3vw;
  color: #FFFFFF;
  margin-top: -0.5vw;
}

.section_6 .section_content .item .item_detail {
  width: 40%;
  margin-right: 2.5vw;
}

.section_6 .section_content .item .item_detail .item_title .en {
  font-family: Maecenas-Medium;
  font-family: LibreBask-Regular;
  font-weight: 600;
  font-size: 1.67vw;
  line-height: 2vw;
  color: #E25F56;
}

.section_6 .section_content .item .item_detail .item_title .ja {
  font-family: Yu Gothic;
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 2vw;
  color: #333333;
  white-space: nowrap;
}

.section_6 .section_content .item .item_detail .item_text {
  font-family: Yu Gothic;
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: #000000;
  margin-top: 1.5vw;
}

.section_6 .section_content .item .item_photo {
  width: 18vw;
  position: relative;
}

.section_6 .section_content .item .item_photo img {
  width: 100%;
  display: block;
}

.section_6 .section_content .item .item_photo .play {
  position: absolute;
  width: 3vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_7 {
  /* position: relative;
  display: flex; */
   /* height: auto; */
   display:  flex;
   align-items: flex-start;
   /* flex-wrap: wrap;
   align-items:  flex-start; */
}

.section_7 img {
  /* width: 20vw;
    padding: 0 1px;
    display: block; */
    /* align-self: flex-start; */
   /* max-width: 100%;
   height: auto; */
   width: 20%;
}

.section_8 {
  position: relative;
  background-color: #FFFFFF;
  padding-top: 6.5vw;
  padding-bottom: 8.5vw;
}

.section_8 .section_title {
  text-align: center;
}

.section_8 .section_title .en {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Maecenas-Regular;
  font-family: LibreBask-Regular;
  font-size: 2.5vw;
  line-height: 4vw;
  color: #E25F56;
}

.section_8 .section_title .en img {
  width: 1vw;
  display: block;
  margin: 0 1vw;
}

.section_8 .section_title .ja {
  font-family: YuMincho-Demibold;
  font-size: 1.25vw;
  line-height: 2vw;
  color: #333333;
}

.section_8 .section_content {
  margin: auto;
  margin-top: 2.5vw;
  width: 58.5%;
}

.section_8 .section_content .item {
  display: flex;
}

.section_8 .section_content .item .item_1 {
  /* display: block; */
  width: 13.2%;
  margin-right: 3.5%;
}

.section_8 .section_content .item .item_2 {
  margin-left: 3.5%;
  width: 17.5%;
  /* display: block; */
}

.section_8 .section_content .item .item_3 {
  /* display: block; */
  margin-left: 1.8%;
  width: 17.5%;
}

.section_8 .section_content .item .item_detail {
  width: 43%;
}

.section_8 .section_content .item .item_detail .detail_title {
  font-family: Yu Gothic;
  font-weight: bold;
  font-size: 1.25vw;
  line-height: 2vw;
  color: #E25F56;
}

.section_8 .section_content .item .item_detail .detail_split {
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #E25F56;
  margin: 1vw 0 0.5vw;
}

.section_8 .section_content .item .item_detail .detail_text {
  font-family: Yu Gothic;
  font-size: 0.8vw;
  font-weight: 600;
  line-height: 1.25vw;
  color: #E25F56;
}

.section_8 .section_content .item_split {
  width: 100%;
  display: flex;
  border-bottom: 2px dotted #707070;
  margin: 1.7vw 0;
}

.section_9 {
  padding-top: 6vw;
  padding-bottom: 4vw;
  background-color: #E25F56;
  text-align: center;
}

.section_9 .logo {
  font-family: Maecenas-Bold;
  font-family: LibreBask-Bold;
  font-size: 2.5vw;
  line-height: 3vw;
  color: #FFFFFF;
}

.section_9 .logo span {
  margin: 0 1vw;
  font-family: Yu Gothic;
  font-size: 1.25vw;
  line-height: 3vw;
  color: #FFFFFF;
}

.section_9 .section_content {
  margin-top: 3.75vw;
  font-family: Yu Gothic;
  font-size: 1.45vw;
  line-height: 4vw;
  color: #FFFFFF;
}

.section_9 .btn_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22vw;
  height: 4.4vw;
  border-radius: 2.2vw;
  background-color: #FFFFFF;
  color: #E25F56;
  margin: 1.6vw auto 0;
  cursor: pointer;
  font-family: YuMincho-Demibold;
  font-size: 1.4vw;
}

.section_9 .btn_contact img {
  display: block;
  margin: 0 1vw;
  width: 1.7vw;
}

.section_10 {
  padding-top: 9vw;
  padding-bottom: 10vw;
  position: relative;
  background-color: #FFFFFF;
  width: 80vw;
  margin: auto;
}

.section_10 iframe {
  width: 100%;
  height: 26vw;
}

.section_10 .info {
  background-color: #FFFFFF;
  padding: 2vw;
  transform: translateY(-4vw);
  float: right;
  margin-right: 4vw;
}

.section_10 .info .info_title {
  font-family: YuMincho-Demibold;
  font-size: 2.5vw;
  line-height: 4vw;
  color: #E25F56;
}

.section_10 .info .info_text {
  font-family: Yu Gothic;
  font-size: 0.8vw;
  font-weight: 600;
  line-height: 1.25vw;
  color: #E25F56;
}

footer .footer_content {
  height: 7.7vw;
  width: 100%;
  background-color: #F1F5F9;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

footer .footer_content .logo {
  display: flex;
  align-items: center;
  color: #E25F56;
}

footer .footer_content .logo .en {
  font-family: Maecenas-Bold;
  font-family: LibreBask-Bold;
  font-size: 2.5vw;
  line-height: 3vw;
  margin-right: 1vw;
  cursor: pointer;
}

footer .footer_content .logo .ja {
  font-family: Yu Gothic;
  font-size: 1.25vw;
  line-height: 3vw;
}

footer .footer_content .menu {
  position: relative;
}

footer .footer_content .menu .accordion {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  cursor: pointer;
}

footer .footer_content .menu:after {
  content: '';
  width: 16px;
  height: 8px;
  background-image: url(../image/menu_open.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

footer .footer_content .menu .en {
  font-family: Maecenas-Bold;
  font-family: LibreBask-Bold;
  font-size: 1vw;
  line-height: 1.4vw;
  color: #E25F56;
  margin-bottom: 0.5vw;
}

footer .footer_content .menu .ja {
  font-family: Yu Gothic;
  font-weight: 600;
  font-size: 0.85vw;
  line-height: 1.1vw;
  color: #979797;
}

footer .footer_content .menu .panel {
  position: absolute;
  top: -0.5vw;
  transform: translateY(-100%);
  z-index: 1;
  width: 100%;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

footer .footer_content .menu .panel.active {
  max-height: none;
}

footer .footer_content .menu .panel .item {
  font-family: Yu Gothic;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 1.2vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-top: none;
}

footer .footer_content .menu .panel .item:nth-child(1) {
  border-top: 1px solid #000000;
}

footer .footer_content .contact {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22vw;
  height: 4vw;
  font-family: YuMincho-Demibold;
  font-size: 1.45vw;
  color: #E25F56;
  border: 1px solid #E25F56;
  border-radius: 2vw;
}

footer .footer_content .contact img {
  width: 1.7vw;
  display: block;
  margin-right: 1vw;
}

footer .copyright {
  width: 100%;
  height: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  font-family: Yu Gothic;
  font-size: 0.8vw;
  color: #E25F56;
}

footer .copyright .item {
  cursor: pointer;
}

footer .copyright .split {
  margin: auto 3vw;
}

#modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* display: flex; */
  z-index: 5;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
}

#modal .modal_close {
  width: 320px;
  height: 75px;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Yu Gothic;
  font-size: 40px;
  color: #333333;
  background-color: #FFFFFF;
  cursor: pointer;
}

#modal .modal_content {
  display: none;
  width: 540px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 10px;
  padding-bottom: 30px;
}

#modal .modal_content .modal_photo {
  position: relative;
}

#modal .modal_content .modal_photo img {
  width: 100%;
  display: block;
}

#modal .modal_content .modal_photo .modal_spec {
  position: absolute;
  top: 0;
  width: 28%;
  height: 100%;
  left: 0%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal .modal_content .modal_photo .modal_spec .text_1 {
  writing-mode: vertical-lr;
  font-family: YuMincho-Demibold;
  font-size: 24px;
  color: #E25F56;
}

#modal .modal_content.spec .modal_photo .modal_spec .text_1 {
  font-size: 20px;
}

#modal .modal_content .modal_photo .modal_spec .text_2 {
  writing-mode: vertical-lr;
  font-family: LibreBask-Regular;
  font-size: 14px;
  color: #E25F56;
  left: 20%;
  position: absolute;
  letter-spacing: 2px;
}

#modal .modal_content.spec .modal_photo .modal_spec .text_2 {
  letter-spacing: 0;
}

#modal .modal_content .modal_detail {
  font-family: Yu Gothic;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #E25F56;
  margin: 20px auto;
}

#modal .modal_content .modal_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#modal .modal_content .modal_item .item_1 {
  width: 54%;
  position: relative;
}

#modal .modal_content .modal_item .item_1 img {
  width: 100%;
  display: block;
}

#modal .modal_content .modal_item .item_1 .spec {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  text-align: center;
  font-family: Yu Gothic;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}

#modal .modal_content .modal_item .item_2 {
  width: 40%;
  font-family: Yu Gothic;
  font-weight: bold;
  font-size: 20px;
  color: #E25F56;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-bottom: 1px dotted #E25F56;
}

#modal .modal_content .modal_description {
  margin-top: 20px;
  text-align: center;
  font-family: Yu Gothic;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover~#boxclose {
  display: none;
}

#VisaChipCardVideo {
  display: block;
}

@media(max-width: 1280px) {}

@media(max-width: 768px) {
  header .logo .en {
    font-size: 3vw;
  }

  header .logo .ja {
    display: none;
  }

  header .menu .en {
    font-size: 2vw;
    line-height: 2vw;
  }

  header .menu .ja {
    font-size: 1.5vw;
    line-height: 1.5vw;
  }

  header .menu .panel .item {
    font-size: 1.5vw;
    line-height: 1.5vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  header .contact {
    width: 30vw;
    height: 5vw;
    font-size: 2vw;
    border-radius: 2.5vw;
  }

  header .contact img {
    width: 2.4vw;
  }

  .section_1:before {
    height: 20%;
  }

  .section_1 .section_title .ja {
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .section_1 .section_title .en {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .section_1 .item_list {
    width: 80vw;
    margin-top: 0;
    flex-wrap: wrap;
  }

  .section_1 .item_list .item {
    width: 30vw;
    height: 50vw;
    margin-top: 4vw;
  }

  .section_1 .item_list .item .item_text {
    font-size: 2.8vw;
    line-height: 3.5vw;
    padding: 1.5vw 0;
    transform: translateY(-2.1vw);
  }

  .section_1 .item_list .item .item_detail {
    font-size: 2vw;
    line-height: 3vw;
    padding: 0 1vw;
  }

  .section_1 .item_list .item .item_more {
    font-size: 2vw;
    line-height: 3vw;
    right: 1vw;
    bottom: 2vw;
  }

  .section_1 .section_content {
    width: 80vw;
    height: 6vw;
    font-size: 3.5vw;
  }

  .section_2 .section_title .ja {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .section_2 .section_title .en {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .section_2 .item_list {
    margin-top: 5vw;
    width: 90vw;
  }

  .section_2 .item_list .item .item_detail {
    font-size: 1.4vw;
    line-height: 2vw;
  }

  .section_2 .section_content {
    width: 80vw;
    height: 6vw;
    font-size: 3.5vw;
    margin: 3vw auto auto
  }

  .section_3 .section_title .ja {
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .section_3 .section_title .en {
    font-size: 3vw;
    line-height: 4vw;
  }

  .section_3 .item_list {
    margin-top: 3vw;
  }

  .section_3 .item_list .item {
    margin-top: 3vw;
    padding-bottom: 0;
    flex-direction: column;
  }

  .section_3 .item_list .item:nth-child(2) {
    flex-direction: column;
  }

  .section_3 .item_list .item .item_photo {
    width: 100%;
  }

  .section_3 .item_list .item .item_detail {
    width: 100%;
  }

  .section_3 .item_list .item .item_detail .detail_title {
    padding-left: 0;
  }

  .section_3 .item_list .item .item_detail .detail_title .text_1 .ja {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .section_3 .item_list .item .item_detail .detail_title .text_1 .en {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .section_3 .item_list .item .item_detail .detail_title .text_2 {
    padding-left: 4vw;
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .section_3 .item_list .item .item_detail .detail_text {
    width: 100%;
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .section_3 .item_list .item .item_detail .detail_more {
    width: 40vw;
    height: 8vw;
    border-radius: 1vw;
    margin-top: 4vw;
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .section_4 {
    width: 85%;
    padding: 1vw;
  }

  .section_4>div {
    padding-top: 8vw;
    padding-bottom: 10vw;
  }

  .section_4 .section_title .ja {
    font-size: 3vw;
    line-height: 4vw;
  }

  .section_4 .section_title .en {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .section_4 .section_content {
    width: 75vw;
    margin-top: 4vw;
    padding: 1vw;
  }

  .section_4 .section_content>div {
    padding: 2vw;
  }

  .section_4 .section_content .item_split {
    margin: 2vw 0;
  }

  .section_4 .section_content .item {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .section_4 .section_content .item img {
    margin-right: 1vw;
    width: 2vw;
  }

  .section_5:before {
    height: 60%;
  }

  .section_5 .section_title .ja {
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .section_5 .section_title .en {
    font-size: 3vw;
    line-height: 4vw;
  }

  .section_5 .section_item {
    margin-top: 2.5vw;
  }

  .section_5 .section_item .item {
    width: 32vw;
    height: 6vw;
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .section_5 .section_item .item img {
    width: 2.5vw;
    margin-right: 2vw;
  }

  .section_5 .item_list {
    margin-top: 5vw;
  }

  .section_5 .item_list .item {
    margin: 0 1vw;
    width: 15vw;
  }

  .section_5 .item_list .item .item_photo span {
    font-size: 5vw;
  }

  .section_5 .item_list .item .item_detail {
    margin-top: 1vw;
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .section_6 .section_detail {
    font-size: 3vw;
    line-height: 4vw;
  }

  .section_6 .section_content {
    margin-top: 4vw;
  }

  .section_6 .section_content .item_split {
    margin: 2vw auto;
  }

  .section_6 .section_content .item_split img {
    width: 5vw;
  }

  .section_6 .section_content .item {
    width: 85%;
    padding: 2vw;
  }

  .section_6 .section_content .item .step {
    width: 10vw;
    height: 10vw;
    margin-right: 3vw;
  }

  .section_6 .section_content .item .step span {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .section_6 .section_content .item .step .num {
    font-size: 5vw;
    line-height: 5vw;
  }

  .section_6 .section_content .item .item_detail {
    width: 50%;
    margin-right: 5vw;
  }

  .section_6 .section_content .item .item_detail .item_title .en {
    font-size: 3.2vw;
    line-height: 3.5vw;
  }

  .section_6 .section_content .item .item_detail .item_title .ja {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .section_6 .section_content .item .item_detail .item_text {
    margin-top: 1.5vw;
    font-size: 1.5vw;
    line-height: 1.8vw;
  }

  .section_6 .section_content .item .item_photo {
    width: 20vw;
  }

  .section_8 .section_title .en {
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .section_8 .section_title .ja {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .section_8 .section_content {
    margin-top: 4vw;
    width: 80%;
  }

  .section_8 .section_content .item .item_detail .detail_title {
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .section_8 .section_content .item .item_detail .detail_text {
    font-size: 1.2vw;
    line-height: 1.5vw;
  }

  .section_9 .logo {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .section_9 .logo span {
    font-size: 2.5vw;
    line-height: 5.5vw;
  }

  .section_9 .section_content {
    margin-top: 3vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .section_9 .btn_contact {
    margin: 3vw auto 0;
    width: 45vw;
    height: 9vw;
    border-radius: 4.5vw;
    font-size: 3vw;
  }

  .section_9 .btn_contact img {
    width: 3.5vw;
  }

  .section_10 {
    width: 100vw;
    padding-top: 3vw;
    padding-bottom: 5vw;
  }

  .section_10 iframe {
    height: 40vw;
  }

  .section_10 .info {
    margin-right: 5vw;
    transform: translateY(-30%);
  }

  .section_10 .info .info_title {
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .section_10 .info .info_text {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  footer .footer_content .logo .en {
    font-size: 3vw;
  }

  footer .footer_content .logo .ja {
    display: none;
  }

  footer .footer_content .menu .en {
    font-size: 2vw;
    line-height: 2vw;
  }

  footer .footer_content .menu .ja {
    font-size: 1.5vw;
    line-height: 1.5vw;
  }

  footer .footer_content .menu .panel .item {
    font-size: 1.5vw;
    line-height: 1.5vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  footer .footer_content .contact {
    width: 30vw;
    height: 5vw;
    font-size: 2vw;
    border-radius: 2.5vw;
  }

  footer .footer_content .contact img {
    width: 2.4vw;
  }

  footer .copyright {
    height: 6vw;
    font-size: 2vw;
  }

  #modal .modal_content {
    width: 540px;
    padding: 10px;
    padding-bottom: 30px;
  }

  #modal .modal_content .modal_photo .modal_spec .text_1 {
    font-size: 24px;
  }

  #modal .modal_content.spec .modal_photo .modal_spec .text_1 {
    font-size: 20px;
  }

  #modal .modal_content .modal_photo .modal_spec .text_2 {
    font-size: 14px;
    letter-spacing: 0;
    top: 15%;
  }

  #modal .modal_content.spec .modal_photo .modal_spec .text_2 {
    font-size: 12px;
  }

  #modal .modal_content .modal_detail {
    font-size: 16px;
    line-height: 22px;
    margin: 20px auto;
  }

  #modal .modal_content .modal_item {
    flex-direction: column;
    align-items: center;
  }

  #modal .modal_content .modal_item .item_1 {
    width: 100%;
  }

  #modal .modal_content .modal_item .item_1 .spec {
    font-size: 18px;
  }

  #modal .modal_content .modal_item .item_2 {
    width: 100%;
    margin-top: 15px;
    font-size: 22px;
    height: 30px;
  }

  #modal .modal_content .modal_description {
    margin-top: 15px;
    font-size: 14px;
  }

  #modal .modal_close {
    width: 240px;
    height: 60px;
    margin-top: 35px;
    font-size: 30px;
  }
}

@media(max-width: 568px) {
  #modal .modal_content {
    width: 280px;
    padding: 5px;
    padding-bottom: 20px;
  }

  #modal .modal_content .modal_photo .modal_spec .text_1 {
    font-size: 14px;
  }

  #modal .modal_content.spec .modal_photo .modal_spec .text_1 {
    font-size: 10px;
  }

  #modal .modal_content .modal_photo .modal_spec .text_2 {
    font-size: 8px;
    letter-spacing: 0;
    top: 12%;
  }

  #modal .modal_content.spec .modal_photo .modal_spec .text_2 {
    font-size: 6px;
  }

  #modal .modal_content .modal_detail {
    font-size: 10px;
    line-height: 14px;
    margin: 15px auto;
  }

  #modal .modal_content .modal_item {
    flex-direction: column;
    align-items: center;
  }

  #modal .modal_content .modal_item .item_1 {
    width: 100%;
  }

  #modal .modal_content .modal_item .item_1 .spec {
    font-size: 10px;
  }

  #modal .modal_content .modal_item .item_2 {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    height: 20px;
  }

  #modal .modal_content .modal_description {
    margin-top: 10px;
    font-size: 8px;
  }

  #modal .modal_close {
    width: 120px;
    height: 40px;
    margin-top: 30px;
    font-size: 20px;
  }
}
