<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&amp;display=swap");

/*----------------------------------------
共通
----------------------------------------*/

/*for PC*/
@media screen and (min-width: 769px) {
  html {
    scroll-behavior: smooth;
    font-size: 62.5%; /*1rem=10px*/
  }

  body {
    font-size: 1.6rem; /*指定がない場合16pxに調整*/
  }

  img {
    vertical-align: bottom;
  }

  .sp-view {
    display: none !important;
  }

  a {
    color: #343463;
  }

  a:hover {
    opacity: 0.7;
  }
}

/*for SP*/
@media screen and (max-width: 768px) {
  html {
    scroll-behavior: smooth;
    font-size: 62.5%; /*1rem=10px*/
  }

  body {
    font-size: 1.6rem; /*指定がない場合16pxに調整*/
  }

  img {
    width: 100%;
    vertical-align: bottom;
  }

  .pc-view {
    display: none !important;
  }

  a {
    color: #343463;
  }
}

/*----------------------------------------
#page-container 共通
----------------------------------------*/

#page-container {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.7;
  color: #fff;
  background-color: #094182;
}

#page-container .title {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 0 80px;
}

#page-container .title h3 {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #c1a56e;
  font-size: 10rem;
  line-height: 1;
}

#page-container .title h3 span {
  font-size: 2rem;
}

#page-container .title p {
  color: #343463;
  font-size: 2rem;
}

#page-container .border,
#page-container .border img {
  width: 1000px;
  height: 3px;
  vertical-align: top;
}

#page-container h1 {
  font-size: 1.2rem;
  text-align: center;
  background-color: #1b2134;
  padding: 10px 0;
}

#page-container .morebtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #ff0000;
  width: 600px;
  height: 100px;
  border-radius: 50px;
  border: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#page-container .morebtn a::after {
  position: absolute;
  content: "";
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-image: url("../img/arrow_next.svg");
  background-size: 40px 40px;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #page-container {
    width: 100%;
    overflow: hidden;
    letter-spacing: normal;
  }

  #page-container .title {
    width: calc(335 * (100vw / 375));
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(10 * (100vw / 375));
    padding: 0 0 calc(40 * (100vw / 375));
  }

  #page-container .title h3 {
    font-size: 4rem;
  }

  #page-container .title h3 span {
    font-size: 2rem;
  }

  #page-container .title p {
    color: #343463;
    font-size: 2rem;
  }

  #page-container .border,
  #page-container .border img {
    width: calc(335 * (100vw / 375));
    margin: 0 auto;
    height: calc(2 * (100vw / 375));
  }

  #page-container h1 {
    font-size: 1rem;
    padding: calc(10 * (100vw / 375)) 0;
  }

  #page-container .morebtn a {
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    width: calc(335 * (100vw / 375));
    height: calc(70 * (100vw / 375));
    border-radius: calc(35 * (100vw / 375));
  }

  #page-container .morebtn a::after {
    top: calc(15 * (100vw / 375));
    right: calc(15 * (100vw / 375));
    width: calc(40 * (100vw / 375));
    height: calc(40 * (100vw / 375));
    background-size: calc(40 * (100vw / 375)) calc(40 * (100vw / 375));
  }
}

/*----------------------------------------
.visual
----------------------------------------*/
.visual {
  background: linear-gradient(180deg, rgba(9, 65, 130, 1) 0%, rgba(9, 65, 130, 0) 100%), url("../img/bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .visual {
    background: linear-gradient(180deg, rgba(9, 65, 130, 1) 0%, rgba(9, 65, 130, 0) 100%), url("../img/bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
  }
}

/*----------------------------------------
.page-title
----------------------------------------*/
.page-title {
  width: 100%;
  min-width: 1200px;
  height: 780px;
  margin: 0 auto;
  background-image: url("../img/visual_pc.png");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .page-title {
    width: 100%;
    min-width: 100%;
    height: calc(200 * (100vw / 375));
    margin: 0 auto;
    background-image: url("../img/visual_sp.png");
    background-size: 100%;
    background-position: top;
  }
}

/*----------------------------------------
.timer
----------------------------------------*/
.timer {
  display: none;
  /* width: 100%;
  position: absolute;
  padding: 10px 0;
  bottom: 0;
  background-color: rgb(0, 0, 0, 25%);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px; */
}

.timer p {
  font-size: 3rem;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.timer #day {
  font-size: 10rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin: 0 10px 0 -10px;
}

.timer span.small {
  font-size: 2rem;
  padding: 10px 0 0;
  margin: 0 -20px;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .timer {
    display: none;
    /* width: 100%;
    position: absolute;
    padding: calc(10 * (100vw / 375)) 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 25%);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: flex;
    flex-direction: column;
    gap: calc(10 * (100vw / 375)); */
  }

  .timer p {
    font-size: 1.8rem;
    line-height: 1;
    gap: calc(10 * (100vw / 375));
  }

  .timer #day {
    font-size: 4.8rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    margin: 0 calc(10 * (100vw / 375)) 0 0;
  }

  .timer span.small {
    font-size: 1.2rem;
    padding: calc(5 * (100vw / 375)) 0 0;
    margin: 0 calc(-10 * (100vw / 375));
  }

  .timer .calendar {
    width: calc(30 * (100vw / 375));
  }
}

/*----------------------------------------
.election
----------------------------------------*/

.election {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 35px;
  text-align: center;
  font-size: 1.8rem;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .election {
    width: calc(335 * (100vw / 375));
    margin: calc(40 * (100vw / 375)) auto 0;
    gap: calc(20 * (100vw / 375));
    text-align: left;
    font-size: 1.4rem;
  }
}

/*----------------------------------------
.navi
----------------------------------------*/

.navi {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .navi {
    width: calc(335 * (100vw / 375));
    gap: calc(15 * (100vw / 375));
  }

  .navi a {
    width: calc(158 * (100vw / 375));
  }
}
/*----------------------------------------
.contents
----------------------------------------*/

.contents {
  width: 100%;
  margin-top: -100px;
  padding: 200px 0;
  clip-path: polygon(0 calc(0% + 100px), 100% 0, 100% calc(100% - 100px), 0 100%);
  background-color: #fafafa;
}

.contents .block-wrap {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.contents .block-wrap .block {
  width: 480px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contents .block-wrap .block .date {
  color: #888888;
  font-size: 1.2rem;
}

.contents .block-wrap .block ul.tag {
  display: flex;
  padding-top: 5px;
  gap: 5px;
}

.contents .block-wrap .block ul.tag li {
  color: #d30a0a;
  font-size: 1.2rem;
  border: 1px solid #d30a0a;
  padding: 0 5px;
}

.contents .readmore-cnt {
  display: none;
}

.contents .readmore-btn {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #ff0000;
  width: 400px;
  height: 100px;
  border-radius: 50px;
  border: none;
  margin: 40px 300px 0;
  padding: 0;
  position: relative;
}

.contents .readmore-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.contents .readmore-btn::after {
  position: absolute;
  content: "";
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-image: url("../img/arrow_down.svg");
  background-size: 40px 40px;
}

.contents .readmore-btn.is-show::after {
  background-image: url("../img/arrow_up.svg");
}

.contents .block-wrap .banner {
  width: 640px;
  margin: 80px auto 0;
}

.contents .block-wrap .banner img {
  width: 100%;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .contents {
    width: 100%;
    margin-top: calc(-50 * (100vw / 375));
    padding: calc(100 * (100vw / 375)) 0;
    clip-path: polygon(0 calc(0% + calc(50 * (100vw / 375))), 100% 0, 100% calc(100% - calc(50 * (100vw / 375))), 0 100%);
  }

  .contents .block-wrap {
    width: calc(335 * (100vw / 375));
    display: flex;
    flex-direction: column;
    gap: calc(40 * (100vw / 375));
  }

  .contents .block-wrap .block {
    width: 100%;
    gap: calc(5 * (100vw / 375));
  }

  .contents .block-wrap .block ul.tag {
    padding-top: calc(5 * (100vw / 375));
    gap: calc(5 * (100vw / 375));
  }

  .contents .block-wrap .block ul.tag li {
    padding: 0 calc(5 * (100vw / 375));
  }

  .contents .readmore-btn {
    font-size: 1.8rem;
    width: calc(335 * (100vw / 375));
    height: calc(70 * (100vw / 375));
    border-radius: calc(35 * (100vw / 375));
    margin: calc(40 * (100vw / 375)) 0 0;
  }

  .contents .readmore-btn::after {
    top: calc(15 * (100vw / 375));
    right: calc(15 * (100vw / 375));
    width: calc(40 * (100vw / 375));
    height: calc(40 * (100vw / 375));
    background-size: calc(40 * (100vw / 375)) calc(40 * (100vw / 375));
  }

  .contents .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .contents .youtube iframe {
    width: 100%;
    height: 100%;
  }

  .contents .block-wrap .banner {
    width: 100%;
    margin: calc(40 * (100vw / 375)) auto 0;
  }
}

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

.schedule {
  margin-top: -100px;
  padding: 200px 0;
  clip-path: polygon(0 0, 100% calc(0% + 100px), 100% 100%, 0 calc(100% - 100px));
  background-color: #1c1c48;
}

.schedule h3 {
  text-align: right;
}

.schedule ul {
  width: 1000px;
  margin: 0 auto;
  font-size: 3rem;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.schedule ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  line-height: 1;
}

.schedule ul li p:nth-of-type(1) {
  width: 450px;
  text-align: right;
}

.schedule ul li p:nth-of-type(2) {
  width: 30px;
  text-align: center;
}

.schedule ul li p:nth-of-type(2) span {
  color: #ff0000;
}

.schedule ul li p:nth-of-type(3) {
  width: 450px;
  text-align: left;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .schedule {
    margin-top: calc(-50 * (100vw / 375));
    padding: calc(100 * (100vw / 375)) 0;
    clip-path: polygon(0 0, 100% calc(0% + calc(50 * (100vw / 375))), 100% 100%, 0 calc(100% - calc(50 * (100vw / 375))));
  }

  .schedule h3 {
    text-align: left;
  }

  .schedule ul {
    width: calc(335 * (100vw / 375));
    font-size: 1.6rem;
    gap: calc(10 * (100vw / 375));
  }

  .schedule ul li {
    gap: calc(10 * (100vw / 375));
    line-height: 1.4;
  }

  .schedule ul li p:nth-of-type(1) {
    width: calc(140 * (100vw / 375));
  }

  .schedule ul li p:nth-of-type(2) {
    width: calc(35 * (100vw / 375));
  }

  .schedule ul li p:nth-of-type(3) {
    width: calc(140 * (100vw / 375));
  }
}

/*----------------------------------------
.profile
----------------------------------------*/

.profile {
  margin-top: -100px;
  padding: 200px 0;
  clip-path: polygon(0 calc(0% + 100px), 100% 0, 100% calc(100% - 100px), 0 100%);
  background-color: #fafafa;
}

.profile .block-wrap {
  display: flex;
  flex-wrap: wrap;
}

.profile .block-wrap .block {
  width: 50%;
  box-sizing: border-box;
  padding: 50px;
}

.profile .block-wrap .block h4 {
  font-size: 6rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.profile .block-wrap .block .name {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 5px;
}

.profile .block-wrap .block .kana {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
}

.profile .block-wrap .block .text {
  font-size: 1.8rem;
}

.profile .block-wrap .block.blue {
  background-color: #1c43a8;
}

.profile .block-wrap .block.blue section {
  width: 450px;
  margin: 0 0 0 auto;
}

.profile .block-wrap .block.red {
  background-color: #ff0000;
}

.profile .block-wrap .block.red section {
  width: 450px;
  margin: 0 auto 0 0;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .profile {
    margin-top: calc(-50 * (100vw / 375));
    padding: calc(100 * (100vw / 375)) 0;
    clip-path: polygon(0 calc(0% + calc(50 * (100vw / 375))), 100% 0, 100% calc(100% - calc(50 * (100vw / 375))), 0 100%);
  }

  .profile .block-wrap {
    display: flex;
    flex-direction: column;
  }

  .profile .block-wrap .block {
    width: 100%;
    padding: calc(20 * (100vw / 375));
  }

  .profile .block-wrap .block h4 {
    font-size: 3.6rem;
    margin-bottom: calc(20 * (100vw / 375));
  }

  .profile .block-wrap .block .name {
    font-size: 2.4rem;
    margin-bottom: calc(10 * (100vw / 375));
  }

  .profile .block-wrap .block .kana {
    font-size: 2rem;
    margin-bottom: calc(20 * (100vw / 375));
  }

  .profile .block-wrap .block .text {
    font-size: 1.6rem;
  }

  .profile .block-wrap .block.blue section {
    width: 100%;
    margin: 0 auto;
  }

  .profile .block-wrap .block.red section {
    width: calc(335 * (100vw / 375));
    margin: 0 auto;
  }
}

/*----------------------------------------
.policy
----------------------------------------*/

.policy {
  margin-top: -100px;
  padding: 200px 0 100px;
  clip-path: polygon(0 0, 100% calc(0% + 100px), 100% 100%, 0 100%);
  background-color: #1c1c48;
}

.policy h3 {
  text-align: right;
}

.policy .block-wrap {
  display: flex;
  flex-wrap: wrap;
}

.policy .block-wrap .block {
  width: 50%;
  box-sizing: border-box;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.policy .block-wrap .block h4 {
  font-size: 6rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.policy .block-wrap .block .kana {
  font-size: 2.4rem;
  text-align: center;
}

.policy .block-wrap .block section h5 {
  font-size: 2rem;
  background-color: rgb(0, 0, 0, 25%);
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}

.policy .block-wrap .block section ul {
  padding-left: 2rem;
}

.policy .block-wrap .block section ul li {
  list-style: disc;
}

.policy .block-wrap .block.blue {
  background-color: #1c43a8;
}

.policy .block-wrap .block.blue section {
  width: 450px;
  margin: 0 0 0 auto;
}

.policy .block-wrap .block.red {
  background-color: #ff0000;
}

.policy .block-wrap .block.red section {
  width: 450px;
  margin: 0 auto 0 0;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .policy {
    margin-top: calc(-50 * (100vw / 375));
    padding: calc(100 * (100vw / 375)) 0 calc(50 * (100vw / 375));
    clip-path: polygon(0 0, 100% calc(0% + calc(50 * (100vw / 375))), 100% 100%, 0 100%);
  }

  .policy h3 {
    text-align: left;
  }

  .policy .block-wrap {
    display: flex;
    flex-direction: column;
  }

  .policy .block-wrap .block {
    width: 100%;
    padding: calc(20 * (100vw / 375));
    display: flex;
    flex-direction: column;
    gap: calc(20 * (100vw / 375));
  }

  .policy .block-wrap .block h4 {
    font-size: 3.6rem;
    margin-bottom: calc(20 * (100vw / 375));
  }

  .policy .block-wrap .block .kana {
    font-size: 2rem;
  }

  .policy .block-wrap .block section h5 {
    font-size: 1.8rem;
    padding: calc(5 * (100vw / 375));
    margin-bottom: calc(10 * (100vw / 375));
  }

  .policy .block-wrap .block section ul {
    padding-left: 1.6rem;
  }

  .policy .block-wrap .block.blue section {
    width: calc(335 * (100vw / 375));
    margin: 0 auto;
  }

  .policy .block-wrap .block.red section {
    width: calc(335 * (100vw / 375));
    margin: 0 auto;
  }
}

/*----------------------------------------
.service
----------------------------------------*/

.service {
  padding: 100px 0 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .service {
    padding: calc(50 * (100vw / 375)) 0 calc(100 * (100vw / 375));
    gap: calc(50 * (100vw / 375));
  }

  .service h2 {
    width: calc(335 * (100vw / 375));
    margin: 0 auto;
  }
}

/*----------------------------------------
.fx
----------------------------------------*/

.fx {
  margin-top: -100px;
  padding: 200px 0;
  clip-path: polygon(0 calc(0% + 100px), 100% 0, 100% calc(100% - 100px), 0 100%);
  background-color: #fafafa;
}

.fx .block-wrap {
  width: 1000px;
  margin: 0 auto;
  color: #343463;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.fx .block-wrap .block {
  width: 940px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.fx .block-wrap .block.even {
  flex-flow: row-reverse;
}

.fx .block-wrap .block .images,
.fx .block-wrap .block .images img {
  width: 300px;
}

.fx .block-wrap .block .cnt {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fx .block-wrap .block .cnt h4 {
  font-size: 3.6rem;
  line-height: 1.4;
}

.fx .block-wrap .block .cnt p {
  font-size: 1.8rem;
}

.fx .block-wrap .block p.note {
  font-size: 1.6rem;
  font-weight: 400;
}

.fx .block.banner .cnt {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.fx .block.banner h4 {
  text-align: center;
}

.fx .block.banner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fx .block.banner ul li,
.fx .block.banner ul li img {
  width: 460px;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .fx {
    margin-top: calc(-50 * (100vw / 375));
    padding: calc(100 * (100vw / 375)) 0;
    clip-path: polygon(0 calc(0% + calc(50 * (100vw / 375))), 100% 0, 100% calc(100% - calc(50 * (100vw / 375))), 0 100%);
  }

  .fx .block-wrap {
    width: 100%;
    gap: calc(30 * (100vw / 375));
  }

  .fx .block-wrap .block {
    width: calc(335 * (100vw / 375));
    flex-direction: column-reverse;
    gap: calc(20 * (100vw / 375));
  }

  .fx .block-wrap .block.even {
    flex-flow: column-reverse;
  }

  .fx .block-wrap .block .images,
  .fx .block-wrap .block .images img {
    width: calc(300 * (100vw / 375));
    margin: 0 auto;
  }

  .fx .block-wrap .block .cnt {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(20 * (100vw / 375));
  }

  .fx .block-wrap .block .cnt h4 {
    font-size: 2.4rem;
  }

  .fx .block-wrap .block .cnt p {
    font-size: 1.6rem;
  }

  .fx .block-wrap .block p.note {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .fx .block.banner .cnt {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(20 * (100vw / 375));
  }

  .fx .block.banner ul {
    gap: calc(10 * (100vw / 375));
  }

  .fx .block.banner ul li,
  .fx .block.banner ul li img {
    width: 100%;
  }
}

/*----------------------------------------
.app
----------------------------------------*/

.app {
  width: 1000px;
  margin: 0 auto;
  border-radius: 30px;
  color: #fff;
  background-color: #343463;
  padding: 100px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.app .cnt {
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.app .cnt h4 {
  font-size: 3.6rem;
}

.app .cnt p {
  font-size: 1.8rem;
}

.app .cnt .download {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.app .images {
  width: 200px;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .app {
    width: 100%;
    border-radius: calc(15 * (100vw / 375));
    padding: calc(40 * (100vw / 375)) calc(20 * (100vw / 375));
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .app .cnt {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(20 * (100vw / 375));
  }

  .app .cnt h4 {
    font-size: 2.4rem;
    text-align: center;
  }

  .app .cnt p {
    font-size: 1.6rem;
  }

  .app .cnt .download {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .app .cnt .download a {
    width: calc(162 * (100vw / 375));
  }

  .app .images {
    width: calc(115 * (100vw / 375));
    margin: 0 auto calc(20 * (100vw / 375));
  }
}

/*----------------------------------------
.stock
----------------------------------------*/

.stock {
  margin-top: -100px;
  padding: 200px 0;
  clip-path: polygon(0 0, 100% calc(0% + 100px), 100% 100%, 0 calc(100% - 100px));
  background-color: #1c1c48;
}

.stock .title h3 {
  text-align: right;
}

.stock .title p {
  padding-top: 20px;
  color: #fff !important;
  text-align: right;
}

.stock .block-wrap {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.stock .block-wrap .block {
  width: 940px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.stock .block-wrap .block.even {
  flex-flow: row-reverse;
}

.stock .block-wrap .block .images,
.stock .block-wrap .block .images img {
  width: 300px;
}

.stock .block-wrap .block .cnt {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.stock .block-wrap .block .cnt h4 {
  font-size: 3.6rem;
  line-height: 1.4;
}

.stock .block-wrap .block .cnt p {
  font-size: 1.8rem;
}

.stock .block-wrap .block p.note {
  font-size: 1.6rem;
  font-weight: 400;
}

.stock .block.banner .cnt {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.stock .block.banner h4 {
  text-align: center;
}

.stock .block.banner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.stock .block.banner ul li,
.stock .block.banner ul li img {
  width: 600px;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .stock {
    margin-top: calc(-50 * (100vw / 375));
    padding: calc(100 * (100vw / 375)) 0;
    clip-path: polygon(0 0, 100% calc(0% + calc(50 * (100vw / 375))), 100% 100%, 0 calc(100% - calc(50 * (100vw / 375))));
  }

  .stock .title h3 {
    text-align: left;
  }

  .stock .title p {
    padding-top: calc(20 * (100vw / 375));
    text-align: left;
  }

  .stock .block-wrap {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: calc(30 * (100vw / 375));
  }

  .stock .block-wrap .block {
    width: calc(335 * (100vw / 375));
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    gap: calc(20 * (100vw / 375));
  }

  .stock .block-wrap .block.even {
    flex-flow: column-reverse;
  }

  .stock .block-wrap .block .images,
  .stock .block-wrap .block .images img {
    width: calc(300 * (100vw / 375));
    margin: 0 auto;
  }

  .stock .block-wrap .block .cnt {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(20 * (100vw / 375));
  }

  .stock .block-wrap .block .cnt h4 {
    font-size: 2.4rem;
    line-height: 1.4;
  }

  .stock .block-wrap .block .cnt p {
    font-size: 1.6rem;
  }

  .stock .block-wrap .block p.note {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .stock .block.banner .cnt {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(20 * (100vw / 375));
  }

  .stock .block.banner h4 {
    text-align: center;
  }

  .stock .block.banner ul {
    display: flex;
    flex-wrap: wrap;
    gap: calc(20 * (100vw / 375));
    justify-content: center;
  }

  .stock .block.banner ul li,
  .stock .block.banner ul li img {
    width: calc(335 * (100vw / 375));
  }
}

/*----------------------------------------
.whitehouse
----------------------------------------*/

.whitehouse {
  position: relative;
  width: 370px;
  margin: 50px auto 0;
  z-index: 1;
}

/*for SP*/
@media screen and (max-width: 768px) {
  .whitehouse {
    position: relative;
    width: calc(240 * (100vw / 375));
    margin: calc(30 * (100vw / 375)) auto 0;
  }
}

/*----------------------------------------
#fotter
----------------------------------------*/
#fotter .ftr_note {
  width: 100%;
  background-color: #fff;
}

#fotter .ftr_note section {
  padding: 100px 0;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#fotter .ftr_company {
  width: 100%;
  background-color: #555555;
}

#fotter .ftr_company section {
  color: #fff;
  padding: 100px 0;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#fotter .ftr_copy {
  font-size: 1.4rem;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #333333;
}

footer .window {
  width: 22px;
  height: 22px;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #fotter {
    font-size: 1.4rem;
  }

  #fotter .ftr_note section {
    padding: calc(40 * (100vw / 375)) calc(20 * (100vw / 375));
    width: calc(335 * (100vw / 375));
    gap: calc(10 * (100vw / 375));
  }

  #fotter .ftr_company section {
    padding: calc(40 * (100vw / 375)) calc(20 * (100vw / 375));
    width: calc(335 * (100vw / 375));
    gap: calc(10 * (100vw / 375));
  }

  #fotter .ftr_copy {
    font-size: 1.2rem;
    padding: calc(5 * (100vw / 375)) 0;
  }

  footer .window {
    width: calc(22 * (100vw / 375));
    height: calc(22 * (100vw / 375));
  }
}

/*----------------------------------------
.anchor
----------------------------------------*/

#anchor01 {
  padding-top: 100px;
  margin-top: -100px;
}

/*for SP*/
@media screen and (max-width: 768px) {
  #anchor01 {
    padding-top: calc(60 * (100vw / 375));
    margin-top: calc(-60 * (100vw / 375));
  }
}
</pre></body></html>