@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.parallax_back {
  background-color: #1f62a0;
}

#kv {
  display: block;
}

#kv {
  width: 50%;
  position: relative;
  height: 100%;
}

#kv .section_inner .content .ttl {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.commod-box {
  background: #1f62a0;
  width: 50%;
  position: relative;
  height: 100vh;
}

.commod-box .title h1 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #kv {
    width: 100%;
  }
  .commod-box {
    background: #1f62a0;
    width: 100%;
    position: relative;
    height: 40%;
    overflow: hidden;
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  100% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}
#kv .ttl h1 img.circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: rotation 5s ease-in-out 0s infinite;
  -moz-animation: rotation 5s ease-in-out 0s infinite;
  animation: rotation 5s ease-in-out 0s infinite;
}

@media screen and (min-width: 768px) {
  .heroimage {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .heroimage img.mainitem {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right 20% top 0;
    scale: 1.1;
  }
  .heroimage .content .ttl h1 {
    position: relative;
    width: 70%;
    max-width: 400px;
    top: 50%;
    left: 7vw;
  }
  .heroimage .content .ttl img.circle {
    width: 100%;
  }
  .heroimage .content .ttl img.text {
    width: 100%;
  }
  #kv .ttl h2 {
    text-align: center;
    width: 70%;
    max-width: 400px;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-size: min(2.8vw, 28px);
    line-height: 1.6;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    font-weight: 500;
    margin-top: 1em;
    position: relative;
    left: 7vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .heroimage img.mainitem {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right 35% top 0;
    scale: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .heroimage {
    top: 0vw !important;
    -webkit-transform: unset;
    transform: unset;
    height: 100vh;
    display: flex;
    flex-direction: column-reverse;
  }
  div.commod-box img {
    object-fit: cover;
    height: 100%;
    scale: 1.36;
    object-position: center -1vh;
  }
  #kv {
    width: 100%;
    height: 60%;
    position: relative;
    padding: 1.5em 0 0.5em;
  }
  #kv .ttl h2 {
    text-align: center;
    width: 50%;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-size: min(4.8vw, 20px);
    line-height: 1.6;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    font-weight: 500;
    margin: 1em auto 0 auto;
  }
  .subtitle {
    text-align: center;
    width: 100%;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-size: min(3.2vw, 16px);
    line-height: 1.6;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .heroimage h1 span {
    margin-top: 5vh;
  }
  .subtitle {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-size: min(1.5vw, 16px);
    line-height: 1.6;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    font-weight: 500;
  }
  .heroimage p.info {
    position: absolute;
    z-index: 1;
    width: 35%;
    top: 40vw;
    left: 23vw;
    font-size: min(1vw, 12px);
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .heroimage p.write-rl span {
    position: relative;
    top: -8px;
  }
  .heroimage p.write-rl span.span3 {
    position: relative;
    top: 8px;
  }
  .arrow {
    position: absolute;
    top: -6vw;
    left: 4vw;
    width: 1.5vw;
    height: auto;
  }
  .contents01 .arrow-text-r {
    position: absolute;
    top: 11vw;
    left: 3%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    letter-spacing: 3px;
    font-size: min(1.5vw, 21px);
    color: #41547C;
  }
  .contents02 .arrow-text-r,
  .contents04 .arrow-text-r,
  .contents07 .arrow-text-r {
    position: absolute;
    top: 13vw;
    left: 3%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    letter-spacing: 3px;
    font-size: min(1.5vw, 21px);
    color: rgb(255, 255, 255);
  }
  .contents03 .arrow-text-r,
  .contents05 .arrow-text-r,
  .contents06 .arrow-text-r,
  .contents08 .arrow-text-r {
    position: absolute;
    top: 14vw;
    left: 3%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    letter-spacing: 3px;
    font-size: min(1.5vw, 21px);
    color: #41547C;
  }
  .contents09 .arrow-text-r {
    position: absolute;
    top: 18vw;
    left: 3%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    letter-spacing: 3px;
    font-size: min(1.5vw, 21px);
    color: rgb(255, 255, 255);
  }
}
@media screen and (max-width: 767px) {
  .arrow {
    position: absolute;
    top: -7vw;
    left: 4.5vw;
    width: 3vw;
    max-width: 20px;
  }
  .contents01 .arrow-text-r {
    position: absolute;
    top: 14vw;
    left: 2%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    letter-spacing: 3px;
    font-size: min(3vw, 16px);
    color: #41547C;
  }
  .contents02 .arrow-text-r,
  .contents04 .arrow-text-r,
  .contents07 .arrow-text-r {
    position: absolute;
    top: 14vw;
    left: 2%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    letter-spacing: 3px;
    font-size: min(3vw, 16px);
    color: rgb(255, 255, 255);
  }
  .contents03 .arrow-text-r,
  .contents05 .arrow-text-r,
  .contents06 .arrow-text-r,
  .contents08 .arrow-text-r {
    position: absolute;
    top: 14vw;
    left: 2%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    letter-spacing: 3px;
    font-size: min(3vw, 16px);
    color: #41547C;
  }
  .contents09 .arrow-text-r {
    position: absolute;
    top: 14vw;
    left: 2%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    letter-spacing: 3px;
    font-size: min(3vw, 16px);
    color: rgb(255, 255, 255);
  }
}
h1 {
  color: rgb(255, 255, 255);
}

#g-nav li:nth-child(1) picture {
  width: 40%;
  max-width: 140px;
  display: block;
  margin: 0 auto;
  padding: 20vw 0 10vw;
}

small {
  font-size: min(2vw, 16px);
}

small span {
  font-size: min(2vw, 16px);
}

body main h1 {
  color: rgb(0, 0, 0);
}

@media screen and (max-width: 767px) {
  .list-content li {
    margin-top: 1em;
  }
  .list-content li img {
    width: 100%;
    height: auto;
  }
  .list-content li h3 {
    font-size: min(6.6vw, 38px);
    line-height: 1.3;
    text-align: center;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
  }
  .list-content li h3 span {
    display: block;
  }
  .list-content li h3 span.merit-s {
    font-size: min(4.6vw, 21px);
    line-height: 1;
    margin-top: 2em;
    font-weight: 100;
  }
  .list-content li h3 span.merit-No {
    font-size: min(26.2vw, 120px);
    line-height: 1;
    color: #1f62a0;
    font-weight: bold;
    margin-bottom: 0.1em;
  }
  .list-content li p {
    font-size: min(4.1vw, 21px);
    line-height: 1.6;
    margin-top: 1em;
  }
  .list-content li div.teiki-example-box {
    width: 100%;
    padding: 1em;
    border: 1px solid #000000;
    margin-top: 1em;
    font-size: min(4.1vw, 21px) !important;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  .list-content li div.teiki-example-box div.regbox p {
    display: block !important;
    font-weight: normal !important;
    border: 1px solid #000000;
    border-width: 0 0 1px 0;
    padding: 0 0 1em 0;
    text-align: center;
  }
  .list-content li div.teiki-example-box div.regbox p span {
    text-decoration: line-through;
    text-decoration-color: red;
  }
  #sec01 {
    position: relative;
  }
  .contents01 {
    position: relative;
    padding: 0;
    background-color: #f4f4f4;
  }
  .line-btn {
    margin: 6vw 0;
  }
  .line-btn a {
    background-color: rgb(31, 98, 160);
    display: block;
    text-align: center;
    padding: 2vw 3vw;
    font-family: "lineseed";
    color: rgb(255, 255, 255);
    font-size: min(4.4vw, 19px);
    letter-spacing: 0.4vw;
    border-radius: 50vw;
  }
  .line-btn a::before {
    font-family: "Material Icons";
    content: "\e8cc";
    display: inline-block;
    vertical-align: middle;
    font-size: min(6.4vw, 26px);
    position: relative;
    top: -2px;
    margin-right: 0.4em;
  }
  .contents03 {
    position: relative;
    padding: 0vmin 0 50vmin 0;
    background-position: top center;
    z-index: 1;
    margin-top: -32vw;
  }
  .contents03 .inner .feature01 {
    position: relative;
  }
  .contents03 .inner .feature01 h2 {
    padding-top: 50vmin;
    font-size: min(7vw, 56px);
  }
  .contents03 .inner .feature01 img {
    position: absolute;
    top: 26vw;
    right: 0;
    z-index: -1;
    width: 82vw;
  }
  .contents03 .inner .feature01 .exp-anno-remarks {
    padding-top: 1vw;
    font-size: min(4vw, 23px);
    line-height: 1.8;
    padding: 47vw 5vw 0 32vw;
  }
  .contents03 .inner .feature02 {
    position: relative;
  }
  .contents03 .inner .feature02 h2 {
    padding-top: 27vmin;
    font-size: min(7vw, 56px);
    margin: 0 0 0 auto;
    width: 50%;
  }
  .contents03 .inner .feature02 img {
    position: absolute;
    top: 8vw;
    left: 0;
    z-index: -1;
    width: 70vw;
  }
  .contents03 .inner .feature02 .exp-anno-remarks {
    font-size: min(4vw, 23px);
    line-height: 1.8;
    padding: 29vw 29vw 0 5vw;
  }
  .contents03 .inner .feature03 {
    position: relative;
  }
  .contents03 .inner .feature03 h2 {
    padding-top: 37vmin;
    font-size: min(7vw, 56px);
    margin: 0 auto 0 0;
    width: 50%;
  }
  .contents03 .inner .feature03 img {
    position: absolute;
    top: 15vw;
    right: 0;
    z-index: -1;
    width: 78vw;
  }
  .contents03 .inner .feature03 .exp-anno-remarks {
    font-size: min(4vw, 23px);
    line-height: 1.8;
    padding: 12vw 5vw 0 17vw;
  }
  .contents03 .inner .feature04 {
    position: relative;
  }
  .contents03 .inner .feature04 h2 {
    padding-top: 37vmin;
    font-size: min(7vw, 56px);
    margin: 0 0 0 auto;
    width: 50%;
  }
  .contents03 .inner .feature04 img {
    position: absolute;
    top: 5vw;
    left: 0;
    z-index: -1;
    width: 98vw;
  }
  .contents03 .inner .feature04 .exp-anno-remarks {
    font-size: min(4vw, 23px);
    line-height: 1.8;
    padding: 6vw 5vw 0 50vw;
  }
  .underline {
    background-image: url(../image/common/fudeline.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 5px;
  }
  .htu-list {
    padding-top: 65vw;
  }
  .htu-list li {
    position: relative;
    background-color: rgb(105, 126, 157);
    display: block;
    text-align: left;
    padding: 5vw 5vw 5vw 18vw;
    color: rgb(255, 255, 255);
    max-width: 600px;
    margin: 0 auto 5vw;
    width: 90%;
    border-radius: 2vw;
    font-size: min(3.6vw, 24px);
    letter-spacing: 0vw;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    min-height: 24vw;
  }
  .htu-list li:nth-child(1):before {
    position: absolute;
    left: 5vw;
    top: 50%;
    margin-top: -5vw;
    content: "";
    width: 10vw;
    height: 10vw;
    display: inline-block;
    background-image: url(../image/no01.png);
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 2vw;
  }
  .htu-list li:nth-child(2):before {
    position: absolute;
    left: 5vw;
    top: 50%;
    margin-top: -5vw;
    content: "";
    width: 10vw;
    height: 10vw;
    display: inline-block;
    background-image: url(../image/no02.png);
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 2vw;
  }
  .htu-list li:nth-child(3):before {
    position: absolute;
    left: 5vw;
    top: 50%;
    margin-top: -5vw;
    content: "";
    width: 10vw;
    height: 10vw;
    display: inline-block;
    background-image: url(../image/no03.png);
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 2vw;
  }
  .htu-list li:nth-child(4):before {
    position: absolute;
    left: 5vw;
    top: 50%;
    margin-top: -5vw;
    content: "";
    width: 10vw;
    height: 10vw;
    display: inline-block;
    background-image: url(../image/no04.png);
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 2vw;
  }
  .htu-list li:nth-child(5):before {
    position: absolute;
    left: 5vw;
    top: 50%;
    margin-top: -5vw;
    content: "";
    width: 10vw;
    height: 10vw;
    display: inline-block;
    background-image: url(../image/no05.png);
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 2vw;
  }
  .contents05 .exp-anno-remarks {
    padding-top: 1vw;
    font-size: min(4vw, 18px);
    line-height: 1.6;
    padding: 4vw 8vw 0 8vw;
    color: rgb(105, 126, 157);
  }
  .cmd-list {
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    justify-content: space-between;
    width: 86%;
    margin: 0 auto;
    padding-top: 70vw;
  }
  .cmd-list li {
    width: 49%;
    margin-top: 2vw;
  }
  .insta-list {
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    justify-content: space-between;
    align-items: center;
    width: 86%;
    margin: 10vw auto 0 auto;
  }
  .insta-list li {
    width: 32.8%;
    margin-top: 1%;
  }
  .contents09 .bg-text {
    position: absolute;
    top: 41.5vw;
    left: 26vw;
    font-family: "Oswald", sans-serif;
    font-size: min(13vw, 92px) !important;
    color: rgb(255, 255, 255);
    line-height: 1.1 !important;
    font-weight: 400;
    letter-spacing: 1.4vw;
  }
}
.line-btn a:hover,
.line-btn a:visited {
  background-color: rgba(31, 98, 160, 0.7);
  color: rgb(255, 255, 255);
}

@media screen and (min-width: 768px) {
  #sec01 {
    position: relative;
  }
  .contents01 {
    position: relative;
    padding: 0;
    background-color: #f4f4f4;
  }
  .list-content ul {
    display: flex;
    flex-direction: column;
  }
  .list-content li:nth-child(odd) {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 4em 0;
    flex-wrap: wrap;
  }
  .list-content li img {
    width: 45%;
    height: fit-content;
  }
  .list-content li div.content {
    width: 45%;
  }
  .list-content li div.content h3 {
    font-size: min(3.6vw, 38px);
    line-height: 1.3;
    text-align: center;
    padding-bottom: 0.5em;
    font-weight: bold;
  }
  .list-content li div.content h3 span {
    display: block;
  }
  .list-content li div.content h3 span.merit-s {
    font-size: min(2.6vw, 21px);
    line-height: 1;
    font-weight: 100;
  }
  .list-content li div.content h3 span.merit-No {
    font-size: min(10.2vw, 120px);
    line-height: 1;
    color: #1f62a0;
    font-weight: bold;
    margin-bottom: 0.2em;
  }
  .list-content li div.content p {
    font-size: min(2.1vw, 21px);
    line-height: 1.6;
    color: rgb(60, 60, 60);
  }
  .list-content li:nth-child(even) {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  div.teiki-example-box {
    display: block;
    width: 100%;
    padding: 1em;
    border: 1px solid #000000;
    margin-top: 1em;
    font-size: min(4.1vw, 21px) !important;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  div.teiki-example-box div.regbox p {
    display: block !important;
    font-weight: normal !important;
    border: 1px solid #000000;
    border-width: 0 0 1px 0;
    padding: 0 0 1em 0;
    text-align: center;
  }
  div.teiki-example-box div.regbox p span {
    text-decoration: line-through;
    text-decoration-color: red;
  }
  .libtm-box {
    width: 100%;
    margin-top: 2em;
  }
  .libtm-box h4 {
    font-size: min(2.6vw, 21px);
    line-height: 2.1;
    background-color: #1f62a0;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1em;
    border-radius: 0.5em;
  }
  .libtm-box p {
    font-size: min(1.6vw, 16px);
    line-height: 1.8;
  }
  .postage {
    display: flex;
    align-items: stretch;
    width: 100%;
    font-size: min(2.6vw, 21px);
    margin-top: 1.5em;
  }
  .postage dl {
    display: flex;
    flex-direction: column;
    width: 50%;
    background-color: #ffffff;
    padding: 1px;
  }
  .postage dl dt {
    display: block;
    text-align: center;
    background-color: rgba(31, 98, 160, 0.5);
    font-size: min(1.8vw, 18px);
    color: #ffffff;
  }
  .postage dl dt p {
    font-size: min(1.6vw, 16px) !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .postage dl dd {
    display: block;
    font-size: min(1.6vw, 16px);
    padding: 1em 0;
  }
  .postage dl dd p {
    font-size: min(1.6vw, 16px) !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .postage dl dd p span {
    font-size: min(1.8vw, 18px) !important;
    font-weight: bold;
    color: #1f62a0;
  }
  div.example {
    width: 100%;
    margin-top: 1em;
  }
  div.example dl dt {
    width: 100%;
    line-height: 1.5;
    font-size: min(2.6vw, 21px);
  }
  div.example dl dd {
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 1;
    text-align: left;
    margin-top: 1em;
  }
  div.example dl dd h4 {
    font-size: min(1.6vw, 16px);
    line-height: 1.5;
    width: 40%;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 1em;
    border-radius: 4% 0 0 4%;
  }
  div.example dl dd p.reg-price {
    font-size: min(1.6vw, 16px);
    width: 45%;
    line-height: 1.5;
    letter-spacing: 0px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1em 0.5em;
    border-radius: 4% 0 0 4%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div.example dl dd div.arrow-box {
    width: 10%;
  }
  div.example dl dd div.arrow-box::before {
    display: block;
    content: "→";
    font-size: min(2.6vw, 21px);
    position: relative;
    top: 40%;
  }
  .dc-price {
    font-size: min(1.6vw, 16px);
    line-height: 1.5;
    color: #1f62a0;
    font-weight: bold;
    width: 50%;
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0);
    padding: 2em 0;
    border-radius: 0 4% 4% 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0 1px 0;
    align-items: center;
  }
  span.circle-dc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(10vw, 80px);
    height: min(10vw, 80px);
    line-height: 1.1;
    border-radius: 50%;
    background-color: #1f62a0;
    color: #f4f4f4;
    font-size: min(2.2vw, 28px);
    font-weight: normal;
  }
  .dc-price p {
    width: 58%;
    font-size: min(1.6vw, 16px) !important;
    line-height: 1.5;
    letter-spacing: 0px;
  }
  .contents02 {
    position: relative;
    background-color: rgb(105, 126, 157);
    padding: 0;
    z-index: 1;
  }
  .contents02 .arrow {
    top: -6vw;
  }
  .contents02 .arrow-text-r {
    top: 8vw;
  }
  .contents02 .inner {
    position: relative;
    width: 72%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 4em 0;
  }
  .contents02 .inner h2 {
    font-size: min(3.65vw, 60px);
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
  }
  .contents02 .inner ul {
    font-size: min(2.2vw, 21px);
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    margin: 2em 0;
  }
  .contents02 .inner ul li {
    display: flex;
    flex-direction: column;
    width: 23%;
    background-color: #ffffff;
    padding: 1em;
    text-align: center;
    border-radius: 0.5em;
  }
  .contents02 .inner ul li span {
    background-color: rgb(105, 126, 157);
    color: #ffffff;
    border-radius: 50vw;
    font-size: min(1.2vw, 12px);
    width: 70%;
    margin: 0 auto;
    padding: 0.4em 0;
  }
  .contents02 .inner ul li span.material-symbols-outlined {
    background-color: unset;
    color: rgb(105, 126, 157);
    font-size: min(5.4vw, 62px);
    width: 100%;
    padding: 0.2em 0;
  }
  .contents02 .inner ul li p {
    color: rgb(105, 126, 157);
    font-size: min(1.6vw, 16px);
  }
  .contents02 .inner p {
    font-size: min(2.6vw, 24px);
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
  }
  /*　販売停止中 */
  /*.line-btn a {
    pointer-events: none;
    background-color: $color-blk;
    display: block;
    text-align: center;
    padding: 1vw 2vw;
    font-family: "lineseed";
    color: $color-w;
    max-width: 455px;
    margin: 0 auto;
    width: 455px;
    font-size: min(3.4vw,19px);
    letter-spacing: 0.4vw;
    border-radius: 50vw;
  }*/
  /*　販売開始 */
  .line-btn a {
    background-color: #1f62a0;
    display: block;
    text-align: center;
    padding: 1vw 2vw;
    font-family: "lineseed";
    color: rgb(255, 255, 255);
    max-width: 455px;
    margin: 0 auto;
    width: 455px;
    font-size: min(3.4vw, 19px);
    letter-spacing: 0.4vw;
    border-radius: 50vw;
  }
  .line-btn a::before {
    font-family: "Material Icons";
    content: "\e8cc";
    font-size: min(4.4vw, 25px);
    display: inline-block;
    vertical-align: middle;
  }
  .contents05 {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 0;
    z-index: 1;
  }
  .contents05 .arrow {
    top: -6vw;
  }
  .contents05 .arrow-text-r {
    top: 8vw;
  }
  .contents05 .inner {
    position: relative;
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 4em 0;
    /*プラス*/
    /*アコーディオンが開いたらプラスをマイナスにする*/
  }
  .contents05 .inner h2 {
    font-size: min(3.65vw, 60px);
    color: #1f62a0;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
  }
  .contents05 .inner .wrap {
    max-width: 1280px;
    margin: 2em auto;
  }
  .contents05 .inner .wrap .toggle_title {
    position: relative;
    padding: 1em 1.5em 1em 1em;
    border-bottom: 1px solid #000;
    cursor: pointer;
    line-height: 1.5;
    font-size: min(2.8vw, 24px);
  }
  .contents05 .inner .wrap .toggle_title:hover {
    opacity: 0.7;
    transition: 0.2s;
  }
  .contents05 .inner .wrap .toggle_ans {
    margin: 0;
    padding: 20px;
    display: none;
    font-size: min(2.1vw, 18px);
    line-height: 1.5;
    color: rgb(60, 60, 60);
  }
  .contents05 .inner .plus {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
  }
  .contents05 .inner .plus:before,
  .contents05 .inner .plus:after {
    display: block;
    content: "";
    background-color: #1f62a0;
    position: absolute;
    width: 15px;
    height: 1px;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    transition: 0.2s;
  }
  .contents05 .inner .plus:before {
    width: 1px;
    height: 15px;
  }
  .contents05 .inner .toggle_title.selected .plus:before {
    transform: translate(50%, 50%) rotate(90deg);
  }
  .titlebox {
    position: relative;
  }
  .titlebox01 {
    display: block;
    width: max-content;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 0vw 2vw;
    line-height: 1.7;
  }
  .titlebox02 {
    display: block;
    clear: both;
    width: max-content;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 0vw 2vw;
    margin: 0.5vw 0 0 3.2vmax;
    line-height: 1.7;
  }
  .underline {
    background-image: url(../image/common/fudeline.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 2px;
  }
  .contents04 {
    position: relative;
    background-image: url(../image/cnts04-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0vmin 0 50vmin 0;
    background-position: top center;
    z-index: 1;
    margin-top: 17vmax;
    background-color: rgb(255, 255, 255);
  }
  .cnts-lr {
    width: 100%;
    display: flex;
    padding-top: 28vw;
    justify-content: center;
    align-items: center;
  }
  .cnts-lr p {
    width: 55%;
  }
  .cnts-lr img {
    width: 86%;
    padding-top: 7vw;
  }
  .htu-list {
    padding-top: 7vw;
  }
  .htu-list li {
    position: relative;
    background-color: rgb(105, 126, 157);
    display: block;
    text-align: left;
    padding: 1vw 5vw 1vw 13vw;
    color: rgb(255, 255, 255);
    margin: 0 auto 2vw;
    width: 58%;
    border-radius: 2vw;
    font-size: min(2.1vw, 21px);
    letter-spacing: 0vw;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    min-height: 12vw;
  }
  .htu-list li:nth-child(1):before {
    position: absolute;
    left: 5vw;
    top: 50%;
    margin-top: -3vw;
    content: "";
    width: 6vw;
    height: 6vw;
    display: inline-block;
    background-image: url(../image/no01.png);
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 2vw;
  }
  .htu-list li:nth-child(2):before {
    position: absolute;
    left: 5vw;
    top: 50%;
    margin-top: -3vw;
    content: "";
    width: 6vw;
    height: 6vw;
    display: inline-block;
    background-image: url(../image/no02.png);
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 2vw;
  }
  .htu-list li:nth-child(3):before {
    position: absolute;
    left: 5vw;
    top: 50%;
    margin-top: -3vw;
    content: "";
    width: 6vw;
    height: 6vw;
    display: inline-block;
    background-image: url(../image/no03.png);
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 2vw;
  }
  .htu-list li:nth-child(4):before {
    position: absolute;
    left: 5vw;
    top: 50%;
    margin-top: -3vw;
    content: "";
    width: 6vw;
    height: 6vw;
    display: inline-block;
    background-image: url(../image/no04.png);
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 2vw;
  }
  .htu-list li:nth-child(5):before {
    position: absolute;
    left: 5vw;
    top: 50%;
    margin-top: -3vw;
    content: "";
    width: 6vw;
    height: 6vw;
    display: inline-block;
    background-image: url(../image/no05.png);
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 2vw;
  }
  .contents05 .exp-anno-remarks {
    padding-top: 1vw;
    font-size: min(2.1vw, 21px);
    line-height: 1.8;
    padding: 4vw 8vw 0 8vw;
    color: rgb(105, 126, 157);
    text-align: center;
  }
  .cmd-list {
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    padding-top: 44vw;
  }
  .cmd-list li {
    width: 33%;
    margin-top: 2vw;
  }
  .contents07 .exp-anno-remarks {
    padding-top: 1vw;
    font-size: min(2.1vw, 21px);
    line-height: 1.2;
    padding: 1vw 1vw 0 1vw;
    color: rgb(255, 255, 255);
    text-align: left;
  }
  .insta-list {
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    justify-content: space-between;
    align-items: center;
    width: 60%;
    margin: 5vw auto 0 auto;
  }
  .insta-list li {
    width: 32.8%;
    margin-top: 1%;
  }
  .contents09 {
    position: relative;
    background-image: url(../image/cnts02-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0vmin 0 6em 0;
    background-position: top center;
    z-index: 2;
    background-color: #ffffff;
  }
  .contents09 .arrow {
    position: absolute;
    top: 0;
    left: 4vw;
    width: 1.5vw;
  }
  .contents09 .arrow-text-r {
    position: absolute;
    top: 16vw;
    left: 3%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    letter-spacing: 3px;
    font-size: min(1.5vw, 21px);
    color: rgb(255, 255, 255);
  }
  .contents09 .inner {
    position: relative;
    width: 72%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 36vw 0 0 0;
    display: flex;
    flex-direction: column;
  }
  .contents09 .inner p.bg-text {
    font-family: "Oswald", sans-serif;
    font-size: min(9vw, 200px) !important;
    color: rgb(255, 255, 255);
    line-height: 1.1 !important;
    font-weight: 400;
    letter-spacing: 1.4vw;
    position: relative;
    left: 16vw;
    top: -11vw;
  }
  .contents09 .inner p.brandinfo {
    position: relative;
    top: 13vw;
    text-align: center;
  }
  .contents09 .inner h2 {
    font-size: min(3.5vw, 21px);
    color: rgb(255, 255, 255);
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    width: 100%;
    text-align: center;
    margin: 16vw 0 1.5em;
  }
  .contents09 .inner p {
    font-size: min(1.4vw, 18px) !important;
    line-height: 2;
    font-weight: normal;
    color: rgb(255, 255, 255);
    width: 48vw;
    margin: 1.5em auto 0 auto;
    text-align: justify;
  }
  .contents10 {
    position: relative;
    background-color: rgb(105, 126, 157);
    padding: 1.5em 0 4em 0;
    z-index: 1;
    color: #ffffff;
  }
  .contents10 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .contents10 ul li {
    width: calc(30% - 0px);
  }
  .contents10 ul li a {
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
  }
  .contents10 ul li.lp0 figure {
    background-image: url(../image/official-image.png);
  }
  .contents10 ul li.lp1 figure {
    background-image: url(../image/reg-image.png);
  }
  .contents10 ul li .img {
    width: 100%;
    height: 0px;
    padding-bottom: 53.33%;
    position: relative;
  }
  .contents10 ul li .img figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contents10 ul li:nth-child(2n) {
    margin-left: 4em;
  }
  .contents10 .txt_inner p {
    text-align: center !important;
    line-height: 1;
    padding: 0.6em 0.4em;
    font-size: min(3vw, 16px);
    color: rgb(60, 60, 60);
  }
  .contents10 .txt_inner p span {
    font-size: min(1.6vw, 12px);
  }
}
@media screen and (min-width: 1024px) {
  .line-btn a {
    top: 97vw;
  }
}
@media screen and (min-width: 1336px) {
  .line-btn a {
    top: 95vw;
  }
}
@media screen and (min-width: 768px) {
  #sec01 {
    padding: 0;
  }
}
#sec01 .contents01 .inner {
  position: relative;
  width: 88%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4em 0;
}

@media screen and (max-width: 767px) {
  #sec01 .contents01 .inner h2 {
    font-size: min(6.8vw, 50px);
    color: #1f62a0;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
  }
  #sec01 .contents01 .inner {
    position: relative;
    width: 88%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 3em 0;
  }
  #sec01 .contents01 .inner p.exp-anno-remarks {
    font-size: min(3.5vw, 21px) !important;
    line-height: 2;
    font-weight: 600;
    padding-top: 9vw;
    color: #1f62a0;
  }
  .postage {
    display: flex;
    align-items: stretch;
    width: 100%;
    font-size: min(4.6vw, 21px);
    margin-top: 1.5em;
  }
  .postage dl {
    display: flex;
    flex-direction: column;
    width: 50%;
    background-color: #ffffff;
    padding: 1px;
  }
  .postage dl dt {
    display: block;
    text-align: center;
    background-color: rgba(31, 98, 160, 0.5);
    color: #ffffff;
  }
  .postage dl dt p {
    font-size: min(3.6vw, 16px) !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .postage dl dd {
    display: block;
    font-size: min(3.6vw, 16px);
    padding: 1em 0;
  }
  .postage dl dd p {
    font-size: min(3.6vw, 16px) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: unset;
  }
  .postage dl dd p span {
    font-size: min(3.8vw, 18px) !important;
    font-weight: bold;
    color: #1f62a0;
  }
  .contents02 {
    position: relative;
    background-color: rgb(105, 126, 157);
    padding: 0;
    z-index: 1;
  }
  .contents02 .arrow {
    top: -6vw;
  }
  .contents02 .arrow-text-r {
    top: 17vw;
  }
  .contents02 .inner {
    position: relative;
    width: 86%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 3em 0;
  }
  .contents02 .inner h2 {
    font-size: min(6.8vw, 50px);
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
  }
  .contents02 .inner ul {
    font-size: min(2.2vw, 21px);
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
    margin: 4em 0;
  }
  .contents02 .inner ul li {
    display: flex;
    flex-direction: column;
    width: 45%;
    background-color: #ffffff;
    padding: 1.5em 1em;
    text-align: center;
    border-radius: 0.5em;
    margin: 1em auto;
  }
  .contents02 .inner ul li span {
    background-color: rgb(105, 126, 157);
    color: #ffffff;
    border-radius: 50vw;
    font-size: min(3vw, 18px);
    width: 70%;
    margin: 0 auto;
    padding: 0.4em 0;
  }
  .contents02 .inner ul li span.material-symbols-outlined {
    background-color: unset;
    color: rgb(105, 126, 157);
    font-size: min(16.4vw, 62px);
    width: 100%;
    padding: 0.2em 0;
  }
  .contents02 .inner ul li p {
    color: rgb(105, 126, 157);
    font-size: min(3.6vw, 18px);
  }
  .contents02 .inner p {
    font-size: min(3.6vw, 18px);
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
  }
  div.example {
    width: 100%;
    margin-top: 1em;
  }
  div.example dl dt {
    width: 100%;
    line-height: 1.5;
    font-size: min(4.6vw, 21px);
  }
  div.example dl dd {
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 1;
    text-align: left;
    margin-top: 1em;
  }
  div.example dl dd h4 {
    font-size: min(3.6vw, 16px);
    line-height: 1.5;
    width: 40%;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 1em 0.6em;
    border-radius: 4% 0 0 4%;
  }
  div.example dl dd p.reg-price {
    font-size: min(3.6vw, 16px);
    width: 35%;
    line-height: 1.5;
    letter-spacing: 0px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1em 0.6em;
    border-radius: 4% 0 0 4%;
    margin-top: unset;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div.example dl dd div.arrow-box {
    width: 10%;
  }
  div.example dl dd div.arrow-box::before {
    display: block;
    content: "→";
    font-size: min(4.6vw, 21px);
    position: relative;
    top: 40%;
  }
  .dc-price {
    font-size: min(3.6vw, 16px);
    line-height: 1.5;
    color: #1f62a0;
    font-weight: bold;
    width: 55%;
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0);
    padding: 2em 0;
    border-radius: 0 4% 4% 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0 1px 0;
    align-items: center;
  }
  span.circle-dc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(15vw, 80px);
    height: min(15vw, 80px);
    line-height: 1.1;
    border-radius: 50%;
    background-color: #1f62a0;
    color: #f4f4f4;
    font-size: min(4.8vw, 21px);
    font-weight: normal;
  }
  .dc-price p {
    width: 63%;
    font-size: min(3.6vw, 16px) !important;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-top: unset !important;
  }
  .libtm-box {
    width: 100%;
    margin-top: 2em;
  }
  .libtm-box h4 {
    font-size: min(4.6vw, 21px);
    line-height: 2.4;
    background-color: #1f62a0;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1em;
    border-radius: 0.5em;
    padding-bottom: 0.1em;
  }
  .libtm-box p {
    font-size: min(3.6vw, 16px);
    line-height: 1.8;
  }
  .contents05 {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 0;
    z-index: 1;
  }
  .contents05 .arrow {
    top: -6vw;
  }
  .contents05 .arrow-text-r {
    top: 15vw;
  }
  .contents05 .inner {
    position: relative;
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 3em 0;
    /*プラス*/
    /*アコーディオンが開いたらプラスをマイナスにする*/
  }
  .contents05 .inner h2 {
    font-size: min(6.8vw, 36px);
    color: #1f62a0;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
  }
  .contents05 .inner .wrap {
    max-width: 1280px;
    margin: 1.8em auto;
  }
  .contents05 .inner .wrap .toggle_title {
    position: relative;
    border-bottom: 1px solid #000;
    cursor: pointer;
    font-size: min(4.6vw, 21px);
    line-height: 1.5;
    padding: 0 1.5em 1em 0;
    margin-bottom: 1em;
  }
  .contents05 .inner .wrap .toggle_title:hover {
    opacity: 0.7;
    transition: 0.2s;
  }
  .contents05 .inner .wrap .toggle_ans {
    margin: 0;
    padding: 0 0 2em 0;
    display: none;
    font-size: min(3.6vw, 18px);
    line-height: 1.5;
    color: rgb(60, 60, 60);
  }
  .contents05 .inner .plus {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
  }
  .contents05 .inner .plus:before,
  .contents05 .inner .plus:after {
    display: block;
    content: "";
    background-color: #1f62a0;
    position: absolute;
    width: 15px;
    height: 1px;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    transition: 0.2s;
  }
  .contents05 .inner .plus:before {
    width: 1px;
    height: 15px;
  }
  .contents05 .inner .toggle_title.selected .plus:before {
    transform: translate(50%, 50%) rotate(90deg);
  }
  .contents09 {
    position: relative;
    background-image: url(../image/cnts02-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 2;
    background-color: #ffffff;
    padding-bottom: 3em;
  }
  .contents09 .arrow {
    position: absolute;
    top: 0vw;
    left: 4vw;
    width: 3vw;
  }
  .contents09 .arrow-text-r {
    position: absolute;
    top: 21vw;
    left: 3%;
    font-family: Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    letter-spacing: 3px;
    font-size: min(3vw, 16px);
    color: rgb(255, 255, 255);
  }
  .contents09 .inner {
    position: relative;
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .contents09 .inner .bg-text {
    font-family: "Oswald", sans-serif;
    font-size: min(14vw, 52px) !important;
    color: rgb(255, 255, 255);
    line-height: 1.1 !important;
    font-weight: 400;
    letter-spacing: 1.4vw;
    position: relative;
    left: 16vw;
    top: 40vw;
  }
  .contents09 .inner p.brandinfo {
    font-size: min(2.6vw, 18px);
    color: rgb(255, 255, 255);
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    width: 100%;
    text-align: center;
    margin-top: 70vw;
  }
  .contents09 .inner h2 {
    font-size: min(3.6vw, 21px);
    color: rgb(255, 255, 255);
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    width: 100%;
    text-align: center;
    margin-top: 1em;
  }
  .contents09 .inner p {
    font-size: min(2.6vw, 18px) !important;
    line-height: 2;
    font-weight: normal;
    color: rgb(255, 255, 255);
    width: 48vw;
    margin: 0px auto;
    text-align: justify;
  }
  .contents10 {
    position: relative;
    background-color: rgb(105, 126, 157);
    padding: 0;
    z-index: 1;
    color: #ffffff;
  }
  .contents10 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
  }
  .contents10 ul li {
    width: calc(40% - 0px);
  }
  .contents10 ul li a {
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
  }
  .contents10 ul li.lp0 figure {
    background-image: url(../image/official-image.png);
  }
  .contents10 ul li.lp1 figure {
    background-image: url(../image/reg-image.png);
  }
  .contents10 ul li .img {
    width: 100%;
    height: 0px;
    padding-bottom: 53.33%;
    position: relative;
  }
  .contents10 ul li .img figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contents10 ul li:nth-child(2n) {
    margin-left: 1em;
  }
  .contents10 .txt_inner p {
    text-align: center !important;
    line-height: 1;
    padding: 0.6em 0.4em;
    font-size: min(3vw, 16px);
    color: rgb(60, 60, 60);
  }
  .contents10 .txt_inner p span {
    font-size: min(1.6vw, 12px);
  }
}
@media screen and (min-width: 768px) {
  #sec01 .contents01 .inner h2 {
    font-size: min(3.65vw, 60px);
    color: #1f62a0;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
  }
}
footer section {
  text-align: center;
  line-height: 1.5;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  footer section h2 {
    width: 26%;
    max-width: 140px;
    margin: 0 auto 18vw;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 768px) {
  footer section h2 {
    width: 26%;
    max-width: 240px;
    margin: 0 auto 8vw;
    letter-spacing: 2px;
  }
}
footer section h3 {
  letter-spacing: 1.8px;
  font-size: min(4.2vw, 20px);
}

footer section dt {
  font-weight: 300;
  font-size: min(3.6vw, 17px);
  margin-top: 26px;
  letter-spacing: 1.5px;
}

footer section dd {
  text-align: center;
  font-weight: normal;
  font-size: min(2.6vw, 14px);
  margin-top: 6px;
  letter-spacing: 1.3px;
}

footer .inner {
  border: 1px solid rgb(60, 60, 60);
  border-width: 1px 0;
  padding: 38px 0 30px 0;
  width: 90%;
  max-width: 494px;
  margin: 0 auto;
}

.contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
  position: relative;
  left: -0.5vw;
}

.contact-btn picture {
  max-width: 18px;
  margin-right: 1vw;
  position: relative;
  bottom: 11px;
}

.contact-btn span {
  font-size: min(4vw, 17px);
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  footer small.credit {
    text-align: center;
    display: block;
    padding: 30vw 0 20px;
  }
}
@media screen and (min-width: 768px) {
  footer small.credit {
    text-align: center;
    display: block;
    padding: 20vw 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .heroimage .title h1 {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 0 auto;
  }
  .heroimage .ttl h1 {
    position: relative;
    z-index: 1;
    width: 48%;
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 5vh auto 0 auto;
  }
  .title-lead {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .title-lead p {
    width: 67%;
  }
  .title-lead h2 {
    width: 15.5vw;
  }
  .title-img {
    display: flex;
    justify-content: space-between;
  }
  .title-img h2 {
    width: 65%;
  }
  .title-img picture {
    position: relative;
    width: 34%;
    max-width: 90px;
    right: -30px;
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    position: absolute;
    bottom: 30px;
    right: 4.6vw;
    width: 5vw;
    min-width: 30px;
  }
  footer {
    position: relative;
    line-height: 0;
    background-color: #f4f4f4;
    padding: 18vw 0;
  }
}
@media screen and (min-width: 768px) {
  .pagetop {
    position: absolute;
    bottom: 30px;
    right: 3vw;
    width: 5vw;
    max-width: 40px;
  }
  footer {
    position: relative;
    line-height: 0;
    background-color: #f4f4f4;
    padding-top: 9vw;
  }
}
#btn_floating_subscription {
  position: fixed;
  right: 1em;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  transform: translateY(100px);
  font-size: min(1.6vw, 18px);
  width: min(30vw, 360px);
  /*a.btn {
    pointer-events: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    border: 2px solid rgba(45, 42, 38, 0.95);
    -webkit-transition: background 0.5s ease 0s, transform 0.5s cubic-bezier(0.175, 0.885, 0.34, 1.36) 0s;
    transition: background 0.5s ease 0s, transform 0.5s cubic-bezier(0.175, 0.885, 0.34, 1.36) 0s;
    display: block;
    margin: auto;
    background: $color-blk;
    text-align: center;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.25));
    color: $color-w;
  }*/
}
#btn_floating_subscription a.btn:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  background: #fff;
  color: rgb(60, 60, 60);
}
#btn_floating_subscription a.btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: 2px solid rgba(45, 42, 38, 0.95);
  -webkit-transition: background 0.5s ease 0s, transform 0.5s cubic-bezier(0.175, 0.885, 0.34, 1.36) 0s;
  transition: background 0.5s ease 0s, transform 0.5s cubic-bezier(0.175, 0.885, 0.34, 1.36) 0s;
  display: block;
  margin: auto;
  background: rgba(45, 42, 38, 0.95);
  text-align: center;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.25));
  color: #ffffff;
}
#btn_floating_subscription a span.material-symbols-outlined {
  vertical-align: middle;
  margin-right: 0.2em;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 767px) {
  #btn_floating_subscription {
    font-size: max(2.4vw, 12px);
    width: 44vw;
    max-width: 320px;
    min-width: 230px;
    margin: 0 auto;
    right: 15%;
    left: 15%;
  }
}
/*　上に上がる動き　*/
div#btn_floating_subscription.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
div#btn_floating_subscription.DownMove {
  animation: DownAnime 0.8s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}
@media screen and (min-width: 768px) {
  .header img.logo {
    position: relative;
    width: min(22vw, 200px);
    margin: 1em auto 0 0;
    left: 3vw;
    display: block;
    z-index: 99999;
  }
}
@media screen and (max-width: 767px) {
  .header img.logo {
    position: relative;
    width: min(36vw, 160px);
    margin: 0.4em auto 0;
    display: block;
    z-index: 99999;
  }
}

.menu #drawer_menu {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.menu a#btn_menu span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px !important;
}

.menu a#btn_menu span:nth-of-type(2) {
  display: none;
}

.menu a#btn_menu span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px !important;
}

.menu #bg_drawer {
  opacity: 0.3;
  pointer-events: auto;
}

#bg_drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  pointer-events: none;
  z-index: 9;
}

#drawer_menu {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  -webkit-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  -webkit-transform: translate3d(0, -120%, 0);
  transform: translate3d(0, -120%, 0);
  z-index: 9999;
}
#drawer_menu .drawer_inner {
  padding-top: 18vh;
  background: #f6f6f6;
  padding-bottom: 1px;
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#drawer_menu .nav_page {
  margin-bottom: 2.5em;
}
#drawer_menu .nav_page ul {
  text-align: center;
}
#drawer_menu .nav_page ul li {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #2d2a26;
  line-height: 1;
  margin-bottom: 2.6em;
  font-size: min(3.8vw, 21px);
}
#drawer_menu .nav_page ul li a {
  display: block;
  margin: auto;
}
@media screen and (max-width: 414px) {
  #drawer_menu .nav_page ul li {
    font-size: min(4.2vw, 26px);
  }
}
#drawer_menu .nav_lp {
  width: 84%;
  margin: auto;
  margin-bottom: 4em;
  font-size: min(3vw, 16px);
}
#drawer_menu .nav_lp ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#drawer_menu .nav_lp ul li {
  width: calc(50% - 100px);
  max-width: 360px;
}
#drawer_menu .nav_lp ul li a {
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
#drawer_menu .nav_lp ul li.lp0 figure {
  background-image: url(../image/official-image.png);
}
#drawer_menu .nav_lp ul li.lp1 figure {
  background-image: url(../image/reg-image.png);
}
#drawer_menu .nav_lp ul li .img {
  width: 100%;
  height: 0px;
  padding-bottom: 53.33%;
  position: relative;
}
#drawer_menu .nav_lp ul li .img figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#drawer_menu .nav_lp ul li:nth-child(2n) {
  margin-left: 3em;
}
#drawer_menu .nav_lp .txt_inner p {
  text-align: center !important;
  line-height: 1;
  padding: 0.6em 0.4em;
}
#drawer_menu .nav_lp .txt_inner p span {
  font-size: min(1.6vw, 12px);
}

@media screen and (max-width: 767px) {
  #drawer_menu .nav_lp ul li {
    width: calc(50% - 28px);
  }
}
a#btn_menu {
  width: 52px;
  height: 52px;
  position: fixed;
  right: 15px;
  display: block;
  z-index: 99999;
  top: 7px;
}
a#btn_menu .inr {
  width: 22px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -11px;
}
a#btn_menu .inr span:nth-of-type(1) {
  top: 0px;
}
a#btn_menu .inr span {
  width: 100%;
  height: 3px;
  background: #2d2a26;
  position: absolute;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
a#btn_menu .inr span:nth-of-type(2) {
  top: 7px;
}
a#btn_menu .inr span:nth-of-type(3) {
  top: 14px;
}

.menu a#btn_menu span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
}

/*# sourceMappingURL=style.css.map */
