@charset "utf-8";

/*==============================
INITIALIZE
===============================*/
html {
  overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
p,
address,
a,
img {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img {
  border: 0;
}

p {
  line-height: 1.8;

  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

hr {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  _font-size: 100%;
}

li {
  list-style-type: disc;
  margin-left: 10px;
}

h1 {
  margin-bottom: 30px;
}
h2 {
  margin-bottom: 30px;
}

#leed {
  margin-bottom: 20px;
}
#sponsor {
  margin-bottom: 30px;
}

#logo {
  text-align: center;
  margin: 30px 0;
}
#logo a {
  margin: 0 30px;
}
.txtcenter {
  text-align: center;
}

#credit {
  text-align: center;
}

/*==============================
LINK
===============================*/
a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*==============================
DEFAULT
===============================*/

/*==============================
STYLE
===============================*/
body {
  text-align: center;
  width: 100%;
  font-size: 100%;
  color: #231815;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#wrap {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
  text-align: left;
  background: #fff;
}

#wrap p.yol {
  text-align: right;
  font-size: 0.8rem;
  background: rgb(255, 255, 255);
  padding: 8px 8px 0px 0px;
}

#wrap .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#wrap img.arrow {
  display: block;
  width: auto;
  height: 30px;
  margin: 10px auto;
}

/*--------------------------
top
---------------------------*/
#ad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
}
#ad.flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  display: none;
}
#ad.flex p.plan {
  width: auto;
  font-size: 0.9rem;
  font-weight: 400;
}
#ad.flex span.ad {
  display: inline-block;
  border: solid 1px #000;
  width: auto;
  text-align: center;
  font-size: 100%;
  padding: 2px 16px;
  margin-right: 8px;
}
#ad.flex img.logo {
  width: auto;
  display: block;
  height: 20px;
}

/*--------------------------
key
---------------------------*/
#key {
  position: relative;
  background-image: url(../img/mainvisual_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  aspect-ratio: 5/3;
}
#key .TextArea {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#key .TextArea img.tittle {
  width: 100%;
}
#key .TextArea p {
  width: 80%;
  font-size: 1.3vw;
  margin: 5vw auto 0;
}

/*--------------------------
contents
---------------------------*/
#contents {
  width: 100%;
}
#contents .inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

#contents .inner img {
  max-width: 100%;
}

#contents .inner .flex {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 160px;
  gap: 0%;
}
#contents .inner .flex.secC {
  margin: 80px auto 40px;
}
#contents .inner .flex img.photo {
  width: 50%;
}
#contents .inner .flex .doc_area {
  width: 40%;
}
#contents .inner .flex .doc_area .doc_inner {
  width: 90%;
  margin: 0 auto 0 0;
}
#contents .inner .flex .doc_area .doc_inner.right {
  margin: 0 0 0 auto;
}

#contents .inner .flex h3 {
  width: 80%;
  margin-bottom: 48px;
}
#contents .inner .flex p {
  line-height: 200%;
  font-size: 1rem;
}
#contents .inner .flex .ill {
  width: 70%;
  display: block;
  margin: 80px auto 0;
}
#contents .inner .flex.secB .ill {
  width: 120%;
  max-width: 120%;
  margin: 80px auto 0;
}
#contents .inner .flex.secC .ill {
  width: 90%;
  margin: 80px auto 0;
}

#contents section img.full {
  width: 100%;
  max-width: 1080px;
  display: block;
  margin: 0 auto;
}

#contents .inner.Pmin {
  padding: 00px 0 80px;
}

#wrap .inner a.linkBtn {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 11px 2px rgba(0, 0, 0, 0.2);
  display: block;
  box-sizing: inherit;
  padding: 16px 0;
  transition: 0.3s;
  top: 0;
}
#wrap .inner a.linkBtn.blue {
  background: #d8eeef;
}
#wrap .inner a.linkBtn:hover {
  opacity: 0.8;
  transition: 0.3s;
  top: 4px;
}
#wrap .inner a.linkBtn p {
  text-align: center;
  color: #231815;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrap .inner a.linkBtn p::after {
  content: "";
  background: #ee87b4;
  height: calc(tan(68deg) * 16px / 2);
  width: 16px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 16px;
}

/*--------------------------
bottom
---------------------------*/
#bottom {
  width: 100%;
}
#bottom .inner {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 80px;
}
#bottom .inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 40px auto 48px;
  gap: 0%;
}
#bottom .inner .flex img.side {
  width: 40%;
}
#bottom .inner .flex img.photo {
  width: 55%;
}

.orderL {
  order: 2;
}
.orderR {
  order: 1;
}

/********フェード**********/
.sa {
  opacity: 0;
  transition: all 1s ease;
  width: 100%;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(0.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}
/********フェード**********/

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

@media only screen and (min-width: 500px) and (max-width: 1000px) {
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  /*--------------------------
top
---------------------------*/
  #ad {
    padding: 16px;
  }
  #ad.flex {
    align-items: center;
  }
  #ad.flex p.plan {
    font-size: 70%;
  }
  #ad.flex span.ad {
    font-size: 90%;
    padding: 1px 4px;
  }
  #ad.flex img.logo {
    height: 12px;
    margin-top: 0px;
  }

  /*--------------------------
key
---------------------------*/
  #key {
    background-image: url(../img/mainvisual_sp.jpg);
    aspect-ratio: 3/3.7;
  }

  /*--------------------------
lead
---------------------------*/
  #lead p {
    width: 100%;
    font-size: 0.9rem;
    margin: 0 auto;
    text-align: justify;
  }
  #lead .inner {
    padding: 40px 0 0 !important;
  }

  /*--------------------------
contents
---------------------------*/
  #contents {
    width: 100%;
  }
  #contents .inner {
    width: 90%;
    padding: 80px 0;
  }
  #contents .inner .flex {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0px auto 80px;
  }
  #contents .inner .flex img.photo {
    width: 80%;
    margin: 40px auto 0;
    order: 2;
  }
  #contents .inner .flex .doc_area {
    width: 90%;
  }
  #contents .inner .flex .doc_area .doc_inner {
    width: 100%;
  }
  #contents .inner .flex .doc_area .doc_inner.right {
    margin: 0 0 0 auto;
  }

  #contents .inner .flex h3 {
    width: 80%;
    margin-bottom: 24px;
  }
  #contents .inner .flex p {
    width: 100%;
    line-height: 200%;
    font-size: 3.4vw;
  }
  #contents .inner .flex .ill {
    width: 50%;
    margin: 24px auto 0;
  }
  #contents .inner .flex.secB .ill {
    width: 100%;
    max-width: 120%;
    margin: 24px auto 0;
  }
  #contents .inner .flex.secC .ill {
    width: 70%;
    margin: 24px auto 0;
  }

  #contents section img.full {
    width: 100%;
    max-width: 1080px;
    display: block;
    margin: 0 auto;
  }

  #contents .inner.Pmin {
    padding: 0px 0 80px;
    box-sizing: border-box;
  }

  #wrap .inner a.linkBtn {
    position: relative;
    width: 95%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 11px 2px rgba(0, 0, 0, 0.2);
    display: block;
    box-sizing: border-box;
    padding: 24px 12px;
    transition: 0.3s;
    top: 0;
    margin: 0 auto;
  }
  #wrap .inner a.linkBtn.blue {
    background: #d8eeef;
  }
  #wrap .inner a.linkBtn:hover {
    opacity: 0.8;
    transition: 0.3s;
    top: 4px;
  }
  #wrap .inner a.linkBtn p {
    text-align: center;
    color: #231815;
    letter-spacing: 0.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
  }
  #wrap .inner a.linkBtn p::after {
    content: "";
    background: #ee87b4;
    height: calc(tan(68deg) * 16px / 2);
    width: 16px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin-left: 16px;
  }

  /*--------------------------
bottom
---------------------------*/
  #bottom {
    width: 100%;
  }
  #bottom .inner {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 80px;
  }
  #bottom .inner .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 40px auto 48px;
    gap: 0%;
  }
  #bottom .inner .flex img.side {
    width: 40%;
  }
  #bottom .inner .flex img.photo {
    width: 55%;
  }

  .orderL {
    order: 2;
  }
  .orderR {
    order: 1;
  }
  /*--------------------------
bottom
---------------------------*/
  #bottom {
    width: 100%;
  }
  #bottom .inner {
    width: 90%;
    padding: 0px 0 40px;
  }
  #bottom .inner .flex {
    display: flex;
    margin: 24px auto 24px;
    gap: 0%;
  }
  #bottom .inner .flex img.side {
    width: 80%;
    margin: 0 auto 24px;
  }
  #bottom .inner .flex img.photo {
    width: 100%;
  }
}
