@charset "utf-8";

:root {
  --color-main: #333333;
  --color-blue: #65dcf0;
  --color-yellow: #fff6ab;
  --font-m_plus: "M PLUS Rounded 1c", sans-serif;
}

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

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: 930px;
  margin: 0 auto;
  padding: min(8rem, 80px) 20px;
  position: relative;
}

h2.index_h2 {
  position: absolute;
  width: min(25rem, 250px);
  top: 0;
  left: 0;
  transform: translate(20%, -15%);
}

@media (max-width: 799px) {
  .container {
    padding: 6rem 2rem;
  }
  
  h2.index_h2 {
    width: 15rem;
    transform: translate(10%, -35%);
  }
}

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

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-blue);
  color: #fff;
  z-index: 99;
}

header div.container {
  max-width: 800px;
  height: min(7rem, 70px);
  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.2rem, 52px);
}

header nav.gnav ul.gnav_list li.gnav_item a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: min(1.8rem, 18px);
  font-weight: 500;
  line-height: 1;
  transition: all .4s;
}

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

header nav.gnav ul.gnav_list li.gnav_item:last-of-type a {
  width: min(3.6rem, 36px);
}

@media (max-width: 799px) {
  header div.container {
    height: 5rem;
    padding: 0 2rem;
  }
  
  header h1 a {
    width: 2.6rem;
  }
  
  header nav.gnav ul.gnav_list {
    display: flex;
    align-items: center;
    gap: 3.0rem;
  }
  
  header nav.gnav ul.gnav_list li.gnav_item a {
    font-size: 1.2rem;
  }
  
  header nav.gnav ul.gnav_list li.gnav_item:last-of-type a {
    width: 2rem;
  }
}

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

main {
  padding-top: min(7rem, 70px);
  background-color: var(--color-blue);
}

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

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

main.index section.mv {
  padding-bottom: min(12rem, 120px);
}

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

@media (max-width: 799px) {
  main.index section.mv {
    padding-bottom: 5rem;
  }
}

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

main.index section.introduction {
  background-color: var(--color-yellow);
  transform: skewY(-11deg);
}

main.index section.introduction div.container {
  transform: skewY(11deg);
  position: relative;
  padding: min(10rem, 100px) 20px min(21rem, 210px);
  background-image: url(../img/bg_introduction.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

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

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

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

@media (max-width: 799px) {
  
  main.index section.introduction div.container {
    padding: 5rem 2rem 9rem;
    background-image: url(../img/bg_introduction_sp.png);
    background-position: center top;
  }
  
  main.index section.introduction h2.introduction_ttl {
    width: 20rem;
    right: auto;
    margin: auto;
    transform: translate(10%, -60%);
  }
  
  main.index section.introduction p.introduction_txt span {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 700;
  }
  
  main.index section.introduction p.introduction_txt span + span {
    margin-top: 0.3rem;
  }  
}

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

main.index section.schedule {
  background-color: var(--color-blue);
  transform: skewY(-11deg);
}

main.index section.schedule div.container {
  transform: skewY(11deg);
  position: relative;
  padding: min(16rem, 160px) 20px;
}

main.index section.schedule div.schedule_wrap {
  margin: 0 auto;
  width: min(64rem, 640px);
}

main.index section.schedule div.schedule_wrap div.schedule_item {
  width: 100%;
  background-color: #fff;
  border-radius: min(2.0rem, 20px);
  padding: min(7rem, 70px) min(1.0rem, 10px) min(4rem, 40px);
  position: relative;
}

main.index section.schedule div.schedule_wrap div.schedule_item:last-of-type {
  padding-bottom: min(1rem, 10px);
}

main.index section.schedule div.schedule_wrap div.schedule_item + div.schedule_item {
  margin-top: min(8.0rem, 80px);
}

main.index section.schedule div.schedule_wrap div.schedule_item h3.schedule_ttl {
  position: absolute;
  width: fit-content;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0%, -50%);
  font-size: min(3.0rem, 30px);
  font-weight: 700;
  color: var(--color-yellow);
  background-color: #79b0f3;
  padding: min(0.8rem, 8px) min(2.2rem, 22px);
  border-radius: 99px;
  border: min(0.8rem, 8px) solid #fff;
  letter-spacing: .1em;
}

main.index section.schedule div.schedule_wrap div.schedule_item p.schedule_txt {
  font-size: min(1.6rem, 16px);
  font-weight: 500;
  text-align: center;
  color: #5a5a5a;
}

main.index section.schedule div.schedule_wrap div.schedule_item p.schedule_txt + p.schedule_txt {
  margin-top: min(3.0rem, 30px);
}

main.index section.schedule div.schedule_wrap div.schedule_item p.schedule_txt:first-of-type {
  padding-bottom: min(1.0rem, 10px);
}

main.index section.schedule div.schedule_wrap div.schedule_item p.schedule_txt span {
  display: block; 
  font-size: min(1.2rem, 12px);
  font-weight: 700;
  color: #79b0f3;
  margin-bottom: min(1.0rem, 10px);
}

main.index section.schedule div.schedule_wrap div.schedule_item p.schedule_txt strong {
  font-size: min(2.4rem, 24px);
  font-weight: 500;
}

main.index section.schedule div.schedule_wrap div.schedule_item p.schedule_note {
  margin-top: min(3.0rem, 30px);
  font-size: min(1.2rem, 12px);
  font-weight: 500;
  text-align: center;
}

main.index section.schedule div.schedule_wrap div.schedule_item a.schedule_link {
  display: block;
  margin-top: min(5.0rem, 50px);
  width: 100%;
  height: min(7rem, 70px);
  background-color: #79b0f3;
  border-radius: 0 0 min(2.0rem, 20px) min(2.0rem, 20px);
  font-size: min(2.4rem, 24px);
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .4s;
}

@media (hover: hover) {
  main.index section.schedule div.schedule_wrap div.schedule_item a.schedule_link:hover {
    opacity: 1;
    background-color: #518dd7;
  }
}

main.index section.schedule div.schedule_wrap div.schedule_item a.schedule_link::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(1.7rem, 17px);
  height: min(2.5rem, 25px);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: translateX(-200%);
}

main.index section.schedule div.schedule_wrap h3.attention_ttl {
  margin: min(10rem, 100px) auto 0;
  width: min(13rem, 130px);
}

main.index section.schedule div.schedule_wrap p.attention_note {
  margin-top: min(5rem, 50px);
  font-size: min(1.3rem, 13px);
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
  color: #305178;
}

main.index section.schedule div.schedule_wrap p.attention_note + p.attention_note {
  margin-top: 0;
}

@media (max-width: 799px) {
  
  main.index section.schedule div.container {
    padding: 8rem 2rem 10rem;
  }
  
  main.index section.schedule div.schedule_wrap {
    width: 100%;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item {
    border-radius: 1.5rem;
    padding: 5rem 0.4rem 3rem;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item:last-of-type {
    padding-bottom: 0.4rem;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item + div.schedule_item {
    margin-top: 5rem;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item h3.schedule_ttl {
    font-size: 2rem;
    padding: 0.6rem 1.4rem;
    border: .6rem solid #fff;
    letter-spacing: .1em;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item p.schedule_txt {
    font-size: 1rem;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item p.schedule_txt + p.schedule_txt {
    margin-top: 1.5rem;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item p.schedule_txt:first-of-type {
    padding-bottom: 0.8rem;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item p.schedule_txt span {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item p.schedule_txt strong {
    font-size: 1.4rem;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item p.schedule_note {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.2;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item a.schedule_link {
    margin-top: 2.4rem;
    height: 5rem;
    border-radius: 0 0 1.5rem 1.5rem;
    font-size: 1.5rem;
  }
  
  main.index section.schedule div.schedule_wrap div.schedule_item a.schedule_link::after {
    width: 1.1rem;
    height: 1.6rem;
    transform: translateX(-200%);
  }
  
  main.index section.schedule div.schedule_wrap h3.attention_ttl {
    margin: 6rem auto 0;
    width: 9rem;
  }
  
  main.index section.schedule div.schedule_wrap p.attention_note {
    margin: 3rem auto 0;
    width: 95%;
    font-size: 1rem;
    line-height: 1.2;
  }
  
  main.index section.schedule div.schedule_wrap p.attention_note + p.attention_note {
    margin-top: .4rem;
  }
}

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

main.index section.goods {
  background-color: var(--color-yellow);
  transform: skewY(-11deg);
}

main.index section.goods div.container {
  position: relative;
  transform: skewY(11deg);
  padding: min(18rem, 180px) 20px ;
  color: #5a5a5a;
}

main.index section.goods div.goods_wrap {
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.5rem, 15px) min(1rem, 10px);
}

main.index section.goods div.goods_wrap div.goods_item {
  background-color: #fff;
  padding: min(0.5rem, 5px) min(0.5rem, 5px) min(1.0rem, 10px);
  border-radius: min(1.0rem, 10px);
  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: #79b0f3;
  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 div.goods_img {
  width: 100%;
}

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.4rem, 14px);
  font-weight: 700;
  line-height: 1.1;
}

main.index section.goods div.goods_wrap div.goods_item h3.goods_ttl small {
  font-size: min(1.0rem, 10px);
  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 span.price {
  font-size: min(1.0rem, 10px);
  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;
}

main.index section.goods p.goods_note {
  margin-top: min(2rem, 20px);
  font-size: min(1.4rem, 14px);
  text-align: right;
}

main.index section.goods div.attention_box {
  margin: min(8rem, 80px) auto 0;
  width: min(73rem, 730px);
  background-color: #fbc1c6;
  padding: min(6rem, 60px) min(8.5rem, 85px) min(4rem, 40px);
  color: #463535;
  border-radius: min(1.0rem, 10px);
}

main.index section.goods div.attention_box h3.limited_h3 {
  margin: 0 auto;
  width: min(28rem, 280px);
}

main.index section.goods div.attention_box p.attention_txt {
  margin-top: min(4.6rem, 46px);
  font-size: min(1.5rem, 15px);
  font-weight: 500;
  line-height: 1.6;
}

main.index section.goods div.attention_box p.attention_highlight {
  margin-top: min(2.4rem, 24px);
  width: 100%;
  height: min(13rem, 130px);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(1.6rem, 16px);
}

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

main.index section.goods div.attention_box p.attention_note {
  margin-top: min(3rem, 30px);
  font-size: min(1.2rem, 12px);
  font-weight: 500;
  line-height: 1.2;
    padding-left: 1em;
    text-indent: -1em;
				}

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

@media (max-width: 799px) {
  
  main.index section.goods div.container {
    padding: 7rem 2rem 10rem;
  }
  
  main.index section.goods div.goods_wrap {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
  
  main.index section.goods div.goods_wrap div.goods_item {
    display: block;
    padding: 0.8rem 0.8rem 1.3rem;
  }

  main.index section.goods div.goods_wrap div.goods_item span.icon_goods {
    width: 8rem;
    height: 8rem;
    font-size: 1.4rem;
    transform: translate(-20%, -16%);
    gap: 0.4rem;
  }
  
  main.index section.goods div.goods_wrap div.goods_item div.goods_img {
  }
  
  main.index section.goods div.goods_wrap div.goods_item h3.goods_ttl {
    margin-top: 1rem;
    min-height: auto;
    font-size: 1.5rem;
  }

  main.index section.goods div.goods_wrap div.goods_item h3.goods_ttl small {
    font-size: 1.2rem;
  }
  
  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 span.price {
    font-size: 1.0rem;
  }

  main.index section.goods p.goods_note {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
  
  main.index section.goods div.goods_wrap div.goods_item div.price_wrap span.price strong {
    font-size: 1.5rem;
  }

  main.index section.goods div.attention_box {
    margin: 5rem auto 0;
    width: 100%;
    padding: 3.5rem 2rem 2rem;
    border-radius: 1.5rem;
  }
  
  main.index section.goods div.attention_box h3.limited_h3 {
    width: 22rem;
  }
  
  main.index section.goods div.attention_box p.attention_txt {
    margin: 3rem auto 0;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  
  main.index section.goods div.attention_box p.attention_highlight {
    margin-top: 2rem;
    height: 15rem;
    gap: 1rem;
  }
  
  main.index section.goods div.attention_box p.attention_highlight span {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  
  main.index section.goods div.attention_box p.attention_note {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: -0.06em;
  }
  
  main.index section.goods div.attention_box p.attention_note + p.attention_note {
    margin-top: min(.4rem, 4px);
  }
}

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

main.index section.novelty {
  background-color: var(--color-blue);
  transform: skewY(-11deg);
}

main.index section.novelty div.container {
  transform: skewY(11deg);
  padding: min(16rem, 160px) 20px min(8rem, 80px);
  color: #000000;
}

main.index section.novelty p.novelty_lead {
  margin: 0 auto;
  width: min(60rem, 600px);
  font-size: min(1.6rem, 16px);
  font-weight: 500;
  line-height: 1.4;
}

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

main.index section.novelty div.novelty_wrap {
  margin: min(5rem, 50px) auto 0;
  width: min(64rem, 640px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(4.0rem, 40px);
}

main.index section.novelty div.novelty_wrap div.novelty_item {
}

main.index section.novelty p.novelty_note {
  margin: min(4rem, 40px) auto 0;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: min(.8rem, 8px);
}

main.index section.novelty p.novelty_note span {
  display: block;
  font-size: min(1.2rem, 12px);
  font-weight: 500;
}

@media (max-width: 799px) {
  
  main.index section.novelty div.container {
    padding: 8rem 2rem 5rem;
  }
  
  main.index section.novelty p.novelty_lead {
    width: 95%;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: -0.08em;
  }
  
  main.index section.novelty p.novelty_lead small {
    font-size: 1rem;
  }
  
  main.index section.novelty div.novelty_wrap {
    margin: 2rem auto 0;
    width: 100%;
    gap: 2rem;
  }
  
  main.index section.novelty p.novelty_note {
    margin: 2rem auto 0;
    width: 100%;
    gap: .5rem;
  }
  
  main.index section.novelty p.novelty_note span {
    font-size: 1rem;
  }
}

/* ----- info ----- */

main.index section.info {
  position: relative;
  background-color: #4fbed1;
}

main.index section.info a.info_btn {
  display: block;
  margin: 0 auto;
  width: min(60rem, 600px);
  height: min(12rem, 120px);
  background-color: #fdf18a;
  font-size: min(3.0rem, 30px);
  font-weight: 800;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;  
  letter-spacing: -0.1em;
  transition: all .4s;
}

@media (hover: hover) {
  main.index section.info a.info_btn:hover {
    background-color: #ffe82a;
    opacity: 1;
  }
}

main.index section.info a.info_btn::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/icon_arrow_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: min(2.8rem, 28px);
  height: min(3.2rem, 32px);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: translateX(-100%);
}

main.index section.info p.info_note {
  margin: min(4rem, 40px) auto 0;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: min(.8rem, 8px);
}

main.index section.info p.info_note span {
  font-size: min(1.2rem, 12px);
  font-weight: 500;
  color: #fff;
}

@media (max-width: 799px) {
  
  main.index section.info a.info_btn {
    width: 100%;
    height: 9rem;
    font-size: 1.9rem;
    letter-spacing: -0.1em;
  }

  main.index section.info a.info_btn span {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  main.index section.info a.info_btn span img {
    width: 23rem;
  }
  
  main.index section.info a.info_btn::after {
    width: 1.1rem;
    height: 1.6rem;
    transform: translateX(-200%);
  }
  
  main.index section.info p.info_note {
    margin: 3.5rem auto 0;
    width: 100%;
    gap: .5rem;
  }
  
  main.index section.info p.info_note span {
    font-size: 1rem;
  }
}

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

footer {
  width: 100%;
  background-color: #65dcf0;
}

footer p.footer_txt {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

footer p.footer_txt span {
  font-size: min(1.0rem, 10px);
  color: #fff;
  text-align: center;
}

@media (max-width: 799px) {
  
  footer p.footer_txt {
    display: flex;
    flex-direction: column;
    gap: .8rem;
  }
  
  footer p.footer_txt span {
    font-size: 0.8rem;
  }  
}

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

main.move_external section.move_external {
  background-color: var(--color-yellow);
  height: calc(100vh - min(8rem, 80px) - min(22.077rem, 220.77px));
  min-height: min(68rem, 680px);
}

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

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

main.move_external section.move_external div.move_area a.move_link {
  margin: 0 auto;
  width: min(44rem, 440px);
  height: min(7.6rem, 76px);
  background-color: #fff;
  color: #79b0f3;
  border: min(.3rem, 3px) solid #79b0f3;
  border-radius: 99px;
  font-size: min(2.2rem, 22px);
  font-weight: 700;
  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_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: min(1.7rem, 17px);
  height: min(2.5rem, 25px);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: translateX(-150%);
  transition: all .4s;
}

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

  main.move_external section.move_external div.move_area a.move_link:hover::after {
    background-image: url(../img/icon_arrow_white.png);
  }
}

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

  main.move_external section.move_external div.move_area {
    width: 100%;
    padding: 4rem 1.5rem;
    gap: 4rem;
  }
  
  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 p.move_txt span {
    display: inline;
  }
  
  main.move_external section.move_external div.move_area a.move_link {
    margin: 0;
    width: 100%;
    height: 7rem;
    font-size: 1.6rem;
  }
  
  main.move_external section.move_external div.move_area a.move_link::after {
    width: 1.4rem;
    height: 2.0rem;
    transform: translateX(-150%);
  }
}


