@charset "utf-8";

:root {
  --color-main: #303942;
  --color-yellow: #f7ff73;
  --font-m_plus: "M PLUS Rounded 1c", sans-serif;
  --font-jost: "Jost", sans-serif;
}

* {
  box-sizing: border-box;
  font-feature-settings: "palt";
  line-height: 1;
}

html {
  scroll-behavior: smooth;
  /* scroll-padding-top: min(24rem, 240px); */
  /* scrollbar-width: none; Firefox */
  /* -ms-overflow-style: none; IEおよびEdge */
  font-size: calc(100vw / 104);
}

html::-webkit-scrollbar {
}

body, h1, h2, h3, h4, h5, p {
  margin: 0;
}

body {
  font-family: var(--font-m_plus);
  color: var(--color-main);
  letter-spacing: -0.04em;
  font-weight: 400;
}

body.active {
  height: 100%;
  overflow: hidden;
}

p {
  text-align: justify;
}

img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: bottom;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: opacity .8s;
  color: inherit;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}

a[href^="#!"] {
  pointer-events: none;
}

span {
  display: inline-block;
}

dl, dt, dd {
  all: unset;
  display: block;
}

button {
  all: unset;
  display: block;
}

table {
  border-collapse: collapse;
}

.sp_obj {
  display: none !important;
}

@media (max-width: 799px) {

  html {
    /* scroll-padding-top: 8rem; */
    font-size: calc(100vw / 37.5);
  }

  .sp_obj {
    display: block !important;
  }
  
  .pc_obj {
    display: none !important;
  }
}

/* ----- common ----- */

.no_mt {
  margin-top: 0;
}

.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: min(12rem, 120px) 20px;
}

h2.index_h2 strong {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--font-jost);
  font-weight: 500;
  font-size: min(4.5rem, 45px);
  color: #e4ebf7;
  padding-bottom: min(.8rem, 8px);
  border-bottom: min(0.2rem, 2px) dotted #e4ebf7;
}

h2.index_h2 span {
  display: block;
  margin-top: min(1rem, 10px);
  text-align: center;
  font-family: var(--font-m_plus);
  font-size: min(1.8rem, 18px);
  font-weight: 500;
  color: #e4ebf7;
}


@media (max-width: 799px) {
  .container {
    padding: 6rem 2rem;
  }

  h2.index_h2 strong {
    font-size: 3.0rem;
    padding-bottom: .8rem;
    border-bottom: .1rem dotted #fff;
  }
  
  h2.index_h2 span {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

/* ----- header ----- */

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #06438a;
  color: #fff;
  z-index: 99;
}

header div.container {
  height: min(8rem, 80px);
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 a {
  display: block;
  width: min(3.6rem, 36px);
}

header nav.gnav ul.gnav_list {
  display: flex;
  align-items: center;
  gap: min(5.6rem, 56px);
}

header nav.gnav ul.gnav_list li.gnav_item a {
  display: block;
  width: fit-content;
  color: #83b7f3;
  font-size: min(2.0rem, 20px);
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: all .4s;
}

@media (hover: hover) {
  header nav.gnav ul.gnav_list li.gnav_item a:hover {
    opacity: 1;
    color: #fff;
  }
}

@media (max-width: 799px) {
  header div.container {
    height: 4rem;
    padding: 0 2rem;
  }
  
  header h1 a {
    width: 2rem;
  }
  
  header nav.gnav ul.gnav_list {
    display: flex;
    align-items: center;
    gap: 2.8rem;
  }
  
  header nav.gnav ul.gnav_list li.gnav_item a {
    font-size: 1rem;
  }
}

/* ----- main ----- */

main {
  padding-top: min(8rem, 80px);
}

@media (max-width: 799px) {
  main {
    padding-top: 4rem;
  }
}

/* ----- mv ----- */

main.index section.mv {
  background-image: url(../img/bg_mv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1400px) {
  main.index section.mv {
    background-size: min(400rem, 4000px);
    background-repeat: repeat-x;
  }
}

main.index section.mv div.mv_img {
  max-width: 1400px;
  margin: 0 auto;
}

/* ----- introduction ----- */

main.index section.introduction {
  background-color: #478fe4;
  overflow: hidden;
}

main.index section.introduction div.container {
  background-image: url(../img/bg_introdution.png);
  background-size: min(100rem, 1000px);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

main.index section.introduction h2.introduction_ttl {
  position: absolute;
  width: min(30rem, 300px);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-35%);
}

main.index section.introduction p.introduction_txt {
  width: min(74rem, 740px);
  margin: 0 auto;
  padding: min(10rem, 100px) 0 min(5rem, 50px);
  background-color: #fff;
}

main.index section.introduction p.introduction_txt span {
  display: block;
  font-size: min(1.8rem, 18px);
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

main.index section.introduction p.introduction_txt span + span {
  margin-top: min(2rem, 20px);
}

@media (max-width: 799px) {
  
  main.index section.introduction div.container {
    background-image: url(../img/bg_introduction_sp.png);
    background-size: 100%;
  }
  
  main.index section.introduction h2.introduction_ttl {
    width: 20rem;
    transform: translateY(-35%);
  }
  
  main.index section.introduction p.introduction_txt {
    margin-top: 2rem;
    width: 100%;
    padding: 10rem 3.6rem 6rem;
  }
  
  main.index section.introduction p.introduction_txt span {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.08em;
  }
  
  main.index section.introduction p.introduction_txt span + span {
    margin-top: 2rem;
  }
}

/* ----- schedule ----- */

main.index section.schedule {
  background-color: #024dbc;
  background-image: url(../img/bg_schedule_pattern_pc.png);
  background-size: min(400rem, 4000px);
  background-position: center bottom;
  background-repeat: repeat-x;
  position: relative;
  z-index: 0;
}

main.index section.schedule::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #8286a5 0%, rgba(255, 255, 255, .5) 50%, transparent 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}

main.index section.schedule div.container {
  background-image: url(../img/bg_schedule_pc.png);
  background-size: min(80rem, 800px);
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

main.index section.schedule div.schedule_wrap {
  margin: min(10rem, 100px) auto 0;
  width: min(60rem, 600px);
  display: flex;
  flex-direction: column;
  gap: min(4rem, 40px);
}

main.index section.schedule div.schedule_wrap div.schedule_item {
  width: min(54rem, 540px);
  height: min(15rem, 150px);
  background-color: #fff;
  margin-left: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

main.index section.schedule div.schedule_wrap div.schedule_item div.session {
  position: absolute;
  width: min(12rem, 120px);
  height: min(12rem, 120px);
  border-radius: 50%;
  background-color: #f9f16d;
  border: min(0.6rem, 6px) solid #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  transform: translate(-50%, 0%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(.4rem, 4px);
}

main.index section.schedule div.schedule_wrap div.schedule_item div.session span {
  font-family: var(--font-jost);
  font-size: min(2.2rem, 22px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0em;
}

main.index section.schedule div.schedule_wrap div.schedule_item div.session span:last-of-type {
  font-size: min(5.0rem, 50px);
}

main.index section.schedule div.schedule_wrap div.schedule_item time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(.4rem, 4px);
}

main.index section.schedule div.schedule_wrap div.schedule_item time span {
  font-size: min(1.6rem, 16px);
  font-weight: 700;
  text-align: center;
}

main.index section.schedule div.schedule_wrap div.schedule_item time span strong {
  font-family: var(--font-jost);
  font-size: min(4.2rem, 42px);
  font-weight: 700;
}

main.index section.schedule div.schedule_wrap div.schedule_item time span small {
  all: inherit;
  display: inline-block;
}

main.index section.schedule a.booth_num_area {
  margin: min(8rem, 80px) auto 0;
  width: min(60rem, 600px);
  height: min(20rem, 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: min(.4rem, 4px);
  padding-left: min(9rem, 90px);
  position: relative;
  transition: all .4s;
  z-index: 0;
}

main.index section.schedule a.booth_num_area::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/bg_booth_num.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all .4s;
  z-index: -1;
}

main.index section.schedule a.booth_num_area::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/icon_arrow_white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min(2.4rem, 24px);
  height: min(4.4rem, 44px);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: translateX(-200%);
}

@media (hover: hover) {
  main.index section.schedule a.booth_num_area:hover {
    opacity: 1;
  }

  main.index section.schedule a.booth_num_area:hover::before {
    background-image: url(../img/bg_booth_num_hover.png);
  }
}

main.index section.schedule a.booth_num_area p.booth_txt {
  font-size: min(1.6rem, 16px);
  font-weight: 700;
  color: #fff;
}

main.index section.schedule a.booth_num_area p.booth_txt strong {
  font-size: min(2.4rem, 24px);
  font-weight: 700;
  color: var(--color-yellow);
}

main.index section.schedule a.booth_num_area p.booth_num {
  font-size: min(3.2rem, 32px);
  font-weight: 700;
  color: #fff;
}

main.index section.schedule a.booth_num_area p.booth_num strong {
  font-size: min(6.0rem, 60px);
  font-family: var(--font-jost);
  color: var(--color-yellow);
  font-weight: 700;
}

main.index section.schedule p.booth_note {
  margin-top: min(3.2rem, 32px);
  font-size: min(1.4rem, 14px);
  font-weight: 500;
  color: #fff;
  text-align: center;
}

@media (max-width: 799px) {
  main.index section.schedule {
    background-image: url(../img/bg_schedule_pattern_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  
  main.index section.schedule div.container {
    background-image: url(../img/bg_schedule_sp.png);
    background-size: 100%;
  }
  
  main.index section.schedule div.schedule_wrap {
    margin: 7rem auto 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item {
    width: 100%;
    height: 15rem;
    padding-top: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item div.session {
    position: absolute;
    width: 8rem;
    height: 8rem;
    border: 0.4rem solid #fff;
    top: 0;
    bottom: auto;
    right: 0;
    transform: translate(0%, -50%);
    gap: 0.4rem;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item div.session span {
    font-size: 1.5rem;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item div.session span:last-of-type {
    font-size: 3rem;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item time {
    gap: 0.4rem;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item time span {
    font-size: 1.3rem;
    font-weight: 500;
  }

	  main.index section.schedule div.schedule_wrap div.schedule_item time span:nth-child(1) {
					margin-bottom: 0.4rem;
  }
	
  main.index section.schedule div.schedule_wrap div.schedule_item time span strong {
    font-size: 2.7rem;
    font-weight: 700;
  }

  main.index section.schedule div.schedule_wrap div.schedule_item time span small {
    display: block;
    margin-top: 0.4rem;
    font-size: 1.7rem;
  }
  
  main.index section.schedule a.booth_num_area {
    margin: 4rem auto 0;
    width: 100%;
    height: 13rem;
    background-size: contain;
    gap: 0.4rem;
    padding-left: 2.4rem;
  }

  main.index section.schedule a.booth_num_area::after {
    width: 2rem;
    height: 3.2rem;
    transform: translateX(-100%);
  }
  
  main.index section.schedule a.booth_num_area p.booth_txt {
    font-size: 1.2rem;
    font-weight: 700;
  }
  
  main.index section.schedule a.booth_num_area p.booth_txt strong {
    font-size: 1.3rem;
    font-weight: 700;
  }
  
  main.index section.schedule a.booth_num_area p.booth_num {
    margin-top: 0.4rem;
    font-size: 2.5rem;
    font-weight: 700;
  }
  
  main.index section.schedule a.booth_num_area p.booth_num strong {
    font-size: 3rem;
    font-weight: 700;
  }
  
  main.index section.schedule p.booth_note {
    margin-top: 3.2rem;
    font-size: 1rem;
    text-align: left;
  }
}

/* ----- online_store ----- */

main.index section.online_store {
  background-color: #07409e;
}

h3.index_h3 {
  font-size: min(2.4rem, 24px);
  font-weight: 700;
  color: var(--color-yellow);
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: min(1.0rem, 10px);
}

h3.index_h3::before, 
h3.index_h3::after {
  content: "";
  width: min(.8rem, 8px);
  height: min(.8rem, 8px);
  background-color: var(--color-yellow);
  border-radius: 50%;
}

main.index section.online_store p.online_txt {
  margin: min(3.2rem, 32px) auto 0;
  font-size: min(2.4rem, 24px);
  font-weight: 500;
  color: #fff;
  text-align: center;
}

main.index section.online_store p.online_txt span {
  display: block;
  font-size: min(2.0rem, 20px);
  font-weight: 500;
  text-align: center;
  margin-bottom: min(1.6rem, 16px);
}

main.index section.online_store p.online_txt strong {
  font-size: min(4.0rem, 40px);
  font-weight: 500;
}

main.index section.online_store a.online_btn {
  margin: min(4rem, 40px) auto 0;
  width: min(60rem, 600px);
  height: min(10rem, 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #12233d;
  border-radius: 99px;
  position: relative;
  transition: all .4s;
}

main.index section.online_store a.online_btn::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/icon_arrow_white.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min(2.4rem, 24px);
  height: min(4.4rem, 44px);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: translateX(-200%);
}

@media (hover: hover) {
  main.index section.online_store a.online_btn:hover {
    opacity: 1;
    background-color: #4583de
  }
}

main.index section.online_store a.online_btn img {
  width: min(15rem, 150px);
}

@media (max-width: 799px) {
  h3.index_h3 {
    font-size: 1.6rem;
    gap: 0.8rem;
  }
  
  h3.index_h3::before, 
  h3.index_h3::after {
    width: 0.5rem;
    height: 0.5rem;
  }
  
  main.index section.online_store p.online_txt {
    margin: 3.2rem auto 0;
    font-size: 1.2rem;
  }
  
  main.index section.online_store p.online_txt span {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
  
  main.index section.online_store p.online_txt strong {
    font-size: 2rem;
  }
  
  main.index section.online_store a.online_btn {
    margin: 3rem auto 0;
    width: 100%;
    height: 9rem;
  }
  
  main.index section.online_store a.online_btn::after {
    width: 2rem;
    height: 3.2rem;
    transform: translateX(-100%);
  }
  
  main.index section.online_store a.online_btn img {
    width: 12rem;
  }
}

/* ----- goods ----- */

main.index section.goods {
  background-color: #478fe4;
  position: relative;
  z-index:0;
}

main.index section.goods::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: min(34rem, 340px);
  background: linear-gradient(to bottom, #1571de 0%, #478fe4 86%, #478fe4 100%);
  top: 0;
  left: 0;
  z-index: 1;
}

main.index section.goods div.container {
  background-image: url(../img/bg_goods_pc.png);
  background-size: min(80rem, 800px);
  background-position: center top 2%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

main.index section.goods div.goods_wrap {
  margin: min(12rem, 120px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3.2rem, 32px);
}

main.index section.goods div.goods_wrap div.goods_item {
  background-color: #fff;
  padding: min(1.8rem, 18px) min(2.0rem, 20px);
  position: relative;
}

main.index section.goods div.goods_wrap div.goods_item span.icon_goods {
  position: absolute;
  width: min(8rem, 80px);
  height: min(8rem, 80px);
  border-radius: 50%;
  background-color: #1359a8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(0.4rem, 4px);
  font-size: min(1.4rem, 14px);
  font-weight: 600;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
  transform: translate(-35%, -35%);
}

main.index section.goods div.goods_wrap div.goods_item span.icon_goods:nth-of-type(2) {
  left: auto;
  right: 0;
  transform: translate(15%, -20%);
}

main.index section.goods div.goods_wrap div.goods_item span.icon_goods.yellow {
  background-color: #fff66e;
  color: var(--color-main);
}

main.index section.goods div.goods_wrap div.goods_item div.goods_img {
  width: 100%;
  height: min(20rem, 200px);
  overflow: hidden;
}

main.index section.goods div.goods_wrap div.goods_item div.goods_img img {
}

main.index section.goods div.goods_wrap div.goods_item h3.goods_ttl {
  margin-top: min(.8rem, 8px);
  min-height: min(2.8rem, 28px);
  font-size: min(1.2rem, 12px);
  font-weight: 700;
  letter-spacing: -0em;
  line-height: 1.2;
}

main.index section.goods div.goods_wrap div.goods_item h3.goods_ttl span.limited {
  background-color: #ff0066;
  padding: min(0.2rem, 2px) min(0.8rem, 8px);
  font-size: min(1.1rem, 11px);
  font-weight: 500;
  color: #fff;
  border-radius: 99px;
  margin-right: min(.4rem, 4px);
  transform: translateY(-10%);
}

main.index section.goods div.goods_wrap div.goods_item h3.goods_ttl small {
  font-size: min(0.8rem, 8px);
  font-weight: 500;
}

main.index section.goods div.goods_wrap div.goods_item div.price_wrap {
  margin-top: min(1rem, 10px);
  display: flex;
  justify-content: end;
  align-items: baseline;
  gap: min(0.8rem, 8px);
}

main.index section.goods div.goods_wrap div.goods_item div.price_wrap + div.price_wrap {
  margin-top: min(.4rem, 4px);
}

main.index section.goods div.goods_wrap div.goods_item div.price_wrap span.type {
  font-size: min(.8rem, 8px);
  font-weight: 700;
  width: fit-content;
  margin-right: auto;
  color: #ef528d;
}

main.index section.goods div.goods_wrap div.goods_item div.price_wrap span.price {
  font-size: min(.9rem, 9px);
  font-weight: 700;
}

main.index section.goods div.goods_wrap div.goods_item div.price_wrap span.price strong {
  font-size: min(1.4rem, 14px);
  font-weight: 700;
  margin: 0 min(.2rem, 2px);
}

main.index section.goods div.goods_wrap div.goods_item div.price_wrap.gray span.type, 
main.index section.goods div.goods_wrap div.goods_item div.price_wrap.gray span.price {
  color: #ababab;
}

main.index section.goods div.goods_wrap div.goods_item div.price_wrap:empty {
  display: none;
}

@media (max-width: 799px) {
  
  main.index section.goods::before {
    height: 17rem;
  }
  
  main.index section.goods div.container {
    background-image: url(../img/bg_goods_sp.png);
    background-size: 100%;
    background-position: center top 2%;
  }
  
  main.index section.goods div.goods_wrap {
    margin: 6rem auto 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
  
  main.index section.goods div.goods_wrap div.goods_item {
    display: block;
    padding: 2rem;
  }
  
  main.index section.goods div.goods_wrap div.goods_item span.icon_goods {
    width: 8rem;
    height: 8rem;
    font-size: 1.4rem;
    transform: translate(-20%, -20%);
    gap: 0.4rem;
  }
  
  main.index section.goods div.goods_wrap div.goods_item span.icon_goods:nth-of-type(2) {
    transform: translate(20%, -20%);
  }
  
  main.index section.goods div.goods_wrap div.goods_item div.goods_img {
    height: 20rem;
  }
  
  main.index section.goods div.goods_wrap div.goods_item h3.goods_ttl {
    margin-top: 1rem;
    min-height: auto;
    font-size: 1.2rem;
    letter-spacing: -0em;
  }
  
  main.index section.goods div.goods_wrap div.goods_item h3.goods_ttl span.limited {
    padding: 0.2rem 0.8rem;
    font-size: 1.1rem;
    margin-top: 0.4rem;
  }

  main.index section.goods div.goods_wrap div.goods_item h3.goods_ttl small {
    font-size: .8rem;
  }
  
  main.index section.goods div.goods_wrap div.goods_item div.price_wrap {
    margin-top: 2rem;
    gap: .8rem;
  }
  
  main.index section.goods div.goods_wrap div.goods_item div.price_wrap + div.price_wrap {
    margin-top: 1rem;
  }
  
  main.index section.goods div.goods_wrap div.goods_item div.price_wrap span.type {
    font-size: 0.8rem;
  }
  
  main.index section.goods div.goods_wrap div.goods_item div.price_wrap span.price {
    font-size: .9rem;
  }
  
  main.index section.goods div.goods_wrap div.goods_item div.price_wrap span.price strong {
    margin: 0 .2rem;
  }
}

/* ----- novelty ----- */

main.index section.novelty {
  background-color: #024cba;
  position: relative;
  z-index: 0;
}

main.index section.novelty::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: min(34rem, 340px);
  background: linear-gradient(to bottom, #003583 0%, #024cba 86%, #024cba 100%);
  top: 0;
  left: 0;
  z-index: 1;
}

main.index section.novelty h3.index_h3 {
  font-size: min(3.2rem, 32px);
}

main.index section.novelty div.container {
  background-image: url(../img/bg_novelty_pc.png);
  background-size: min(80rem, 800px);
  background-position: center top 2%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

main.index section.novelty div.novelty_box {
  margin: min(12rem, 120px) auto 0;
  background-color: #092b52;
  padding: min(6rem, 60px) min(4rem, 40px);
}

main.index section.novelty div.novelty_box:not(:first-of-type) {
  margin-top: min(6rem, 60px);
}

main.index section.novelty div.novelty_box p.novelty_txt {
  margin-top: min(6rem, 60px);
  font-size: min(1.8rem, 18px);
  font-weight: 500;
  line-height: 1.4;
  color: #e4ebf7;
}

main.index section.novelty div.novelty_box p.novelty_txt small {
  font-size: min(1.1rem, 11px);
}

main.index section.novelty div.novelty_box div.novelty_wrap {
  margin-top: min(3rem, 30px);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: min(2.4rem, 24px);
  padding: min(2.8rem, 28px);
  background-color: #fff;
}

main.index section.novelty div.novelty_box div.novelty_wrap div.novelty_item {
  grid-column: span 2;
  height: min(20rem, 200px);
  overflow: hidden;
}

main.index section.novelty div.novelty_box div.novelty_wrap.animaru_wrap div.novelty_item.animaru_item {
  grid-column: 3 / span 2;
}

main.index section.novelty div.novelty_box div.novelty_wrap div.novelty_item:nth-of-type(1) {
  grid-column: span 2 / 4;
}


main.index section.novelty div.novelty_box div.novelty_wrap div.novelty_item:nth-of-type(2) {
  grid-column: span 2 / 6;
}

main.index section.novelty div.novelty_box div.novelty_wrap div.novelty_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

main.index section.novelty div.novelty_box p.novelty_note {
  margin-top: min(2rem, 20px);
}

main.index section.novelty div.novelty_box p.novelty_note span {
  display: inline;
  font-size: min(1.0rem, 10px);
  font-weight: 500;
  line-height: 1.4;
  color: #e4ebf7;
  letter-spacing: -0em;
}

@media (max-width: 799px) {
  
  main.index section.novelty::before {
    height: 17rem;
  }
  
  main.index section.novelty div.container {
    background-image: url(../img/bg_novelty_sp.png);
    background-size: 100%;
    background-position: center top 2%;
  }

  main.index section.novelty h3.index_h3 {
    font-size: 1.6rem;
  }
  
  main.index section.novelty div.novelty_box {
    margin: 6rem auto 0;
    padding: 4rem 1.5rem;
			padding-bottom:2rem;
  }
  
  main.index section.novelty div.novelty_box:not(:first-of-type) {
    margin-top: 3rem;
  }
  
  main.index section.novelty div.novelty_box p.novelty_txt {
    margin-top: 4rem;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  
  main.index section.novelty div.novelty_box p.novelty_txt small {
    font-size: 1rem;
  }
  
  main.index section.novelty div.novelty_box div.novelty_wrap {
    margin-top: 2rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 2rem 1rem;
  }
  
  main.index section.novelty div.novelty_box div.novelty_wrap div.novelty_item {
    grid-column: span 2;
    height: 10rem;
  }
  
  main.index section.novelty div.novelty_box div.novelty_wrap.animaru_wrap div.novelty_item.animaru_item {
    grid-column: 2 / span 2;
  }
  
  main.index section.novelty div.novelty_box div.novelty_wrap div.novelty_item:nth-of-type(1) {
    grid-column: 2 / span 2;
  }
  
  
  main.index section.novelty div.novelty_box div.novelty_wrap div.novelty_item:nth-of-type(2) {
    grid-column: 1 / span 2;
  }
  
  main.index section.novelty div.novelty_box p.novelty_note {
    margin-top: 1.5rem;
  }
  
  main.index section.novelty div.novelty_box p.novelty_note span {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.9rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}

/* ----- attention ----- */

main.index section.attention {
  background-color: #478fe4;
  position: relative;
  z-index: 0;
}

main.index section.attention::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: min(34rem, 340px);
  background: linear-gradient(to bottom, #1571de 0%, #478fe4 86%, #478fe4 100%);
  top: 0;
  left: 0;
  z-index: 1;
}

main.index section.attention div.container {
  background-image: url(../img/bg_attention_pc.png);
  background-size: min(80rem, 800px);
  background-position: center top 2%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

main.index section.attention div.attention_box {
  margin: min(12rem, 120px) auto 0;
  width: min(80rem, 800px);
  background-color: #051c37;
  padding: min(6rem, 60px) min(8rem, 80px);
  color: #e4e4e4;
}

main.index section.attention div.attention_box:nth-of-type(2) {
  padding: min(6rem, 60px) min(3.2rem, 32px);
}

main.index section.attention div.attention_box:not(:first-of-type) {
  margin-top: min(6rem, 60px);
}

main.index section.attention div.attention_box p.attention_txt {
  margin-top: min(3rem, 30px);
  font-size: min(1.8rem, 18px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0em;
}

main.index section.attention div.attention_box p.attention_txt span {
  display: inline;
}

main.index section.attention div.attention_box p.attention_highlight {
  margin-top: min(2rem, 20px);
  width: 100%;
  height: min(15rem, 150px);
  background-color: #e6e6e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(.8rem, 8px);
}

main.index section.attention div.attention_box p.attention_highlight span {
  font-size: min(2rem, 20px);
  font-weight: 700;
  color: var(--color-main);
}

main.index section.attention div.attention_box p.attention_highlight span:nth-of-type(2) {
  text-indent: -.9em;
}

main.index section.attention div.attention_box p.attention_highlight span small {
  font-size: min(1.8rem, 18px);
  font-weight: 600;
}

main.index section.attention div.attention_box p.attention_highlight span small strong {
  font-size: min(3.5rem, 35px);
  font-weight: 700;
  letter-spacing: 0.04em;
}

main.index section.attention div.attention_box p.attention_note {
  margin-top: min(2rem, 20px);
  font-size: min(1.1rem, 11px);
  font-weight: 500;
  line-height: 1.1;
}

main.index section.attention div.attention_box p.attention_note + p.attention_note {
  margin-top: min(.4rem, 4px);
}

main.index section.attention div.attention_box p.attention_item {
  margin-top: min(6rem, 60px);
  font-size: min(1.3rem, 13px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.05em;
  padding-left: 1em;
  text-indent: -1em;
  color: #dadada;
}

main.index section.attention div.attention_box p.attention_item + p.attention_item {
  margin-top: min(.8rem, 8px);
}

main.index section.attention a.attention_link {
  margin: min(12rem, 120px) auto 0;
  width: min(64rem, 640px);
  height: min(10rem, 100px);
  background-color: #232426;
  color: #fff;
  font-size: min(3.0rem, 30px);
  font-weight: 500;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .4s;
}

main.index section.attention a.attention_link::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/icon_arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: min(2.4rem, 24px);
  height: min(4.4rem, 44px);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: translateX(-200%);
}

@media (hover: hover) {
  main.index section.attention a.attention_link:hover {
    background-color: #424242;
    opacity: 1;
  }
}

main.index section.attention p.attention_link_note {
  margin: min(3.2rem, 32px) auto 0;
  width: min(50rem, 500px);
  font-size: min(1.6rem, 16px);
  font-weight: 500;
}

main.index section.attention p.attention_link_note + p.attention_link_note {
  margin-top: min(1.0rem, 10px);
}

@media (max-width: 799px) {
  
  main.index section.attention::before {
    height: 17rem;
  }
  
  main.index section.attention div.container {
    background-image: url(../img/bg_attention_sp.png);
    background-size: 100%;
    background-position: center top 2%;
  }
  
  main.index section.attention div.attention_box {
    margin: 4rem auto 0;
    width: 100%;
    padding: 4rem 1.5rem;
    padding-bottom: 2rem;
  }
  
  main.index section.attention div.attention_box:nth-of-type(2) {
    padding: 4rem 1.5rem;
    padding-bottom: 2rem;
  }
  
  main.index section.attention div.attention_box:not(:first-of-type) {
    margin-top: 4rem;
  }
  
  main.index section.attention div.attention_box p.attention_txt {
    margin-top: 4rem;
    font-size: 1.2rem;
    letter-spacing: -0em;
  }
  
  main.index section.attention div.attention_box p.attention_txt span {
    display: block;
    line-height: 1.6;
    text-align: center;
  }

  main.index section.attention div.attention_box p.attention_highlight {
    margin-top: 2rem;
    height: 11rem;
    background-color: #e6e6e6;
    gap: 0.8rem;
  }
  
  main.index section.attention div.attention_box p.attention_highlight span {
    font-size: 1.2rem;
  }
  
  main.index section.attention div.attention_box p.attention_highlight span small {
    font-size: 1.2rem;
  }
  
  main.index section.attention div.attention_box p.attention_highlight span small strong {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  
  main.index section.attention div.attention_box p.attention_note {
    margin-top: 2rem;
    font-size: 0.8rem;
    line-height: 1.1;
    padding-left: 1em;
    text-indent: -1em;
  }
  
  main.index section.attention div.attention_box p.attention_note + p.attention_note {
    margin-top: 0.8rem;
  }
  
  main.index section.attention div.attention_box p.attention_item {
    margin-top: 3rem;
    font-size: 0.9rem;
    line-height: 1.4;
  }
  
  main.index section.attention div.attention_box p.attention_item + p.attention_item {
    margin-top: 0.8rem;
  }

  main.index section.attention a.attention_link {
    margin: 5rem auto 0;
    width: 100%;
    height: 9rem;
    font-size: 1.8rem;
  }
  
  main.index section.attention a.attention_link::after {
    width: 2rem;
    height: 3.2rem;
    transform: translateX(-100%);
  }
  
  main.index section.attention p.attention_link_note {
    margin: 1.5rem auto 0;
    width: 85%;
    font-size: 0.9rem;
  }
  
  main.index section.attention p.attention_link_note + p.attention_link_note {
    margin-top: 0.4rem;
  }
}

/* ----- footer ----- */

footer {
  width: 100%;
  height: min(20rem, 200px);
  background-color: #06438a;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer p.footer_txt {
  font-size: min(1.1rem, 11px);
  letter-spacing: 0.04em;
  color: #9ac2f0;
}

@media (max-width: 799px) {
  footer {
    height: 10rem;
    padding: 0 3rem;
  }
  
  footer p.footer_txt {
    font-size: 0.8rem;
    line-height: 2.2;
    text-align: center;
  }  
}

/* ----- move_external ----- */

main.move_external section.move_external {
  background-color: #478fe4;
  height: calc(100vh - min(8rem, 80px) - min(20rem, 200px));
  min-height: min(68rem, 680px);
}

main.move_external section.move_external div.move_area {
  width: min(70rem, 700px);
  margin: 0 auto;
  padding: min(8rem, 80px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(2rem, 20px);
  background-color: #fff;
}

main.move_external section.move_external div.move_area p.move_txt {
  font-size: min(2.0rem, 20px);
  font-weight: 500;
}

main.move_external section.move_external div.move_area a.move_link {
  margin: min(10rem, 100px) auto 0;
  width: min(60rem, 600px);
  height: min(10rem, 100px);
  background-color: #12233d;
  color: #fff;
  font-size: min(2.8rem, 28px);
  font-weight: 700;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .4s;
}

main.move_external section.move_external div.move_area a.move_link::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/icon_arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: min(2.4rem, 24px);
  height: min(4.4rem, 44px);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: translateX(-100%);
}

@media (hover: hover) {
  main.move_external section.move_external div.move_area a.move_link:hover {
    background-color: #4583de;
    opacity: 1;
  }
}

@media (max-width: 799px) {
  
  main.move_external section.move_external {
    height: calc(100vh - 4rem - 10rem);
    min-height: 44rem;
  }

  main.move_external section.move_external div.move_area {
    width: 100%;
    padding: 4rem 1.5rem;
    gap: 2rem;
  }
  
  main.move_external section.move_external div.move_area p.move_txt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  
  main.move_external section.move_external div.move_area a.move_link {
    margin: 4rem auto 0;
    width: 100%;
    height: 9rem;
    font-size: 1.6rem;
  }
  
  main.move_external section.move_external div.move_area a.move_link::after {
    width: 2rem;
    height: 3.2rem;
    transform: translateX(-10%);
  }
}


