@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*------------------------------------------
  サービス別レスポンシブ
------------------------------------------*/
/*youtube*/
.youtubeWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeWrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*------------------------------------------
  cmn
------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #0a1c38;
}

img {
  vertical-align: top;
}

sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.hoverBtn {
  transition: 0.3s;
}

.orange {
  color: #ef8700;
}

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
  body {
    min-width: inherit;
  }
}
@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
.sp {
  display: none;
}

.innerBox {
  width: 100%;
}
.innerBox p {
  margin-bottom: 50px;
}

.line {
  position: relative;
}
.line .head_logo_vandoren {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 150px;
}
.line span {
  display: block;
  height: 10px;
}
.line span.line_yellow {
  background-color: #fcc800;
}
.line span.line_purple {
  background-color: #902b8b;
}
.line span.line_white {
  background-color: #fff;
  height: 2px;
}

@media screen and (min-width: 768px) {
  .innerBox {
    margin: 0 auto;
  }
  .line .head_logo_vandoren {
    width: 200px;
  }
  .line span {
    height: 15px;
  }
  .line span.line_white {
    height: 3px;
  }
}
@media screen and (min-width: 1024px) {
  .innerBox {
    padding: 0 2%;
  }
  .line .head_logo_vandoren {
    width: 240px;
  }
}
@media screen and (min-width: 1025px) {
  .innerBox {
    width: 1000px;
    padding: 0;
  }
}
.comingsoon p {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  display: inline;
  width: 100%;
}
.comingsoon .text {
  display: inline-block;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  animation: text-animation 0.8s forwards;
  transform: rotateY(90deg);
  letter-spacing: -5px;
}
@keyframes text-animation {
  0% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

.bg_vol1 {
  background-color: #0a1c38;
  background-image: url(../img/bg_wave_top.webp), url(../img/bg_wave_btm.webp), url(../img/bg_dot_circle.webp), url(../img/bg_dot_square.webp);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 50%, 50%, 40%, 10%;
  background-position: top 22px right, bottom left, bottom 10% left, top 22% right 21%;
}
@media screen and (min-width: 712px) {
  .bg_vol1 {
    background-size: 60%, 80%, 40%, 8%;
  }
}
@media screen and (min-width: 1210px) {
  .bg_vol1 {
    background-size: 50%, 80%, 30%, 6%;
    background-position: top 22px right, bottom left, bottom 10% left 10%, top 30% right 20%;
  }
}

.bg_vol2 {
  background-color: #004b29;
}

.bg_vol3 {
  background-color: #a11f24;
}

/*------------------------------------------
mv
------------------------------------------*/
section.container {
  position: relative;
  min-height: 700px;
}
@media screen and (min-width: 576px) {
  section.container {
    min-height: 920px;
  }
}
@media screen and (min-width: 712px) {
  section.container {
    min-height: 1240px;
  }
}
@media screen and (min-width: 834px) {
  section.container {
    min-height: 1280px;
  }
}
@media screen and (min-width: 1024px) {
  section.container {
    min-height: 1360px;
  }
}
@media screen and (min-width: 1280px) {
  section.container {
    min-height: 1500px;
  }
}
section.container span.period {
  position: absolute;
  top: 5%;
  left: 3%;
  width: 140px;
  z-index: 1;
  animation-delay: 1s;
}
@media screen and (min-width: 576px) {
  section.container span.period {
    width: 180px;
  }
}
@media screen and (min-width: 712px) {
  section.container span.period {
    width: 220px;
  }
}
@media screen and (min-width: 834px) {
  section.container span.period {
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  section.container span.period {
    width: 320px;
  }
}
@media screen and (min-width: 1280px) {
  section.container span.period {
    width: 260px;
  }
}
section.container span.logo_vandoren {
  position: absolute;
  top: 7%;
  right: 3%;
  width: 160px;
  animation-delay: 2s;
}
@media screen and (min-width: 576px) {
  section.container span.logo_vandoren {
    width: 200px;
  }
}
@media screen and (min-width: 712px) {
  section.container span.logo_vandoren {
    width: 220px;
  }
}
@media screen and (min-width: 834px) {
  section.container span.logo_vandoren {
    top: 7%;
    width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  section.container span.logo_vandoren {
    top: 5%;
    width: 320px;
  }
}
@media screen and (min-width: 1280px) {
  section.container span.logo_vandoren {
    top: 5%;
    right: 3%;
    width: 320px;
  }
}
section.container .mv {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 340px;
}
@media screen and (min-width: 576px) {
  section.container .mv {
    width: 480px;
  }
}
@media screen and (min-width: 712px) {
  section.container .mv {
    top: 43%;
    width: 640px;
  }
}
@media screen and (min-width: 834px) {
  section.container .mv {
    top: 44%;
    width: 680px;
  }
}
@media screen and (min-width: 1024px) {
  section.container .mv {
    top: 40%;
    width: 740px;
  }
}
@media screen and (min-width: 1280px) {
  section.container .mv {
    top: 35%;
    width: 900px;
  }
}
section.container .mv h1 {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  position: relative;
  text-align: center;
}
section.container .mv h1 .mv_ttl {
  width: 100%;
  margin: 0 auto;
  z-index: 2147483647;
}
section.container .mv h1 span.img_socks {
  position: absolute;
  left: -3%;
  bottom: -60%;
  width: 40%;
  animation-delay: 1s;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 576px) {
  section.container .mv h1 span.img_socks {
    left: -10%;
    bottom: -57%;
    width: 40%;
  }
}
@media screen and (min-width: 712px) {
  section.container .mv h1 span.img_socks {
    left: -5%;
    bottom: -55%;
    width: 40%;
  }
}
@media screen and (min-width: 834px) {
  section.container .mv h1 span.img_socks {
    left: -10%;
    bottom: -52%;
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  section.container .mv h1 span.img_socks {
    left: -18%;
  }
}
@media screen and (min-width: 1280px) {
  section.container .mv h1 span.img_socks {
    left: -20%;
    bottom: -45%;
    width: 400px;
  }
}
section.container .mv h1 span.txt_socks {
  position: absolute;
  right: 1%;
  bottom: -50%;
  width: 60%;
  animation-delay: 1s;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 576px) {
  section.container .mv h1 span.txt_socks {
    right: -8%;
    bottom: -48%;
    width: 75%;
  }
}
@media screen and (min-width: 712px) {
  section.container .mv h1 span.txt_socks {
    right: -2%;
    bottom: -42%;
    width: 65%;
  }
}
@media screen and (min-width: 834px) {
  section.container .mv h1 span.txt_socks {
    bottom: -45%;
    right: -7%;
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  section.container .mv h1 span.txt_socks {
    right: -12%;
    bottom: -50%;
    width: 85%;
  }
}
@media screen and (min-width: 1280px) {
  section.container .mv h1 span.txt_socks {
    right: -15%;
    bottom: -45%;
    width: 800px;
  }
}
section.container .mv h1 span.txt_featured_products {
  position: absolute;
  right: 1%;
  bottom: -20%;
  width: 60%;
  border: 1px solid #fff;
  background-color: #0a1c38;
  padding: 10px;
  animation-delay: 1s;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}
@media screen and (min-width: 576px) {
  section.container .mv h1 span.txt_featured_products {
    width: 40%;
    right: -7%;
    left: 0;
    bottom: -12%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 712px) {
  section.container .mv h1 span.txt_featured_products {
    bottom: -12%;
    right: -10%;
    width: 35%;
  }
}
@media screen and (min-width: 834px) {
  section.container .mv h1 span.txt_featured_products {
    bottom: -10%;
    right: -8%;
  }
}
@media screen and (min-width: 1024px) {
  section.container .mv h1 span.txt_featured_products {
    width: 40%;
    right: 3%;
  }
}
@media screen and (min-width: 1280px) {
  section.container .mv h1 span.txt_featured_products {
    width: 40%;
    bottom: -7%;
    right: 12%;
    width: 300px;
  }
}

/*------------------------------------------
contents
------------------------------------------*/
section.content {
  background-color: #fff;
  padding: 20px 3%;
}
section.content h2 {
  background-color: #131945;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 10px 0 0;
  margin-bottom: 20px;
}
section.content h2 span {
  display: block;
  height: 6px;
}
section.content h2 span.line_yellow {
  background-color: #fcc800;
  margin-top: 10px;
}
section.content h2 span.line_purple {
  background-color: #902b8b;
}
section.content p.alert {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  section.content.content {
    padding: 50px 3%;
  }
  section.content h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
section.copy {
  padding: 20px;
  background-color: #3f2870;
}
section.copy .innerBox p {
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.6;
}
section.copy .innerBox figure {
  text-align: center;
  width: 90%;
  margin: 0 auto 20px auto;
  width: 100%;
  margin: 0 auto;
}
section.copy .innerBox figure img {
  margin-bottom: 10px;
  width: 70%;
}
section.copy .innerBox figure figcaption {
  font-size: 1rem;
  line-height: 1.8;
  color: white;
}
section.copy .innerBox figure figcaption span {
  display: block;
  text-decoration: underline;
  font-size: 0.85rem;
}
@media screen and (min-width: 768px) {
  section.copy .innerBox p {
    font-size: 1.6rem;
  }
  section.copy .innerBox figure {
    margin: 0 auto;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  section.copy .innerBox {
    display: flex;
    justify-content: space-between;
  }
  section.copy .innerBox p {
    width: 65%;
    margin: 0;
    text-align: left;
  }
  section.copy .innerBox figure {
    width: 35%;
    margin: 0;
  }
  section.copy .innerBox figure img {
    width: 100%;
  }
}
section.campaign_flow ol li {
  border: 4px solid #3f2870;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
section.campaign_flow ol li dl dt {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #3f2870;
  color: #fff;
  margin-bottom: 20px;
  padding: 5px 0 10px;
}
section.campaign_flow ol li dl dt span {
  font-size: 2rem;
}
section.campaign_flow ol li dl dd {
  text-align: center;
  padding: 0 20px 20px;
}
section.campaign_flow ol li dl dd figure {
  margin-bottom: 20px;
}
section.campaign_flow ol li dl dd figure img {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}
section.campaign_flow ol li dl dd p {
  margin-bottom: 20px;
}
section.campaign_flow ol li dl dd p a {
  text-decoration: underline;
}
section.campaign_flow ol li p.link_btn {
  margin: 0 20px 40px;
}
section.campaign_flow ol li p.link_btn a {
  display: inline-block;
  width: 100%;
  background-color: #902b8b;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  transition: all 0.3s ease;
}
section.campaign_flow ol li p.link_btn a:hover {
  background-color: #9443a0;
}
section.campaign_flow ol li p.link_btn a span {
  margin-left: 5px;
}
section.campaign_flow ol li p.link_btn a span img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  section.campaign_flow ol li dl dt {
    font-size: 2rem;
  }
  section.campaign_flow ol li dl dd {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  section.campaign_flow ol li dl dd figure {
    width: 45%;
  }
  section.campaign_flow ol li dl dd p {
    width: 50%;
    text-align: left;
  }
  section.campaign_flow ol li p {
    text-align: center;
  }
  section.campaign_flow ol li p.link_btn a {
    width: 480px;
    font-size: 1.2rem;
  }
  section.campaign_flow ol li p.link_btn a span {
    margin-left: 10px;
  }
  section.campaign_flow ol li p.link_btn a span img {
    width: 24px;
  }
}
@media screen and (min-width: 1024px) {
  section.campaign_flow ol {
    display: flex;
    justify-content: space-around;
  }
  section.campaign_flow ol li {
    width: 30%;
  }
  section.campaign_flow ol li dl dt {
    font-size: 2rem;
  }
  section.campaign_flow ol li dl dd {
    display: inherit;
  }
  section.campaign_flow ol li dl dd figure {
    width: 100%;
  }
  section.campaign_flow ol li dl dd p {
    width: 100%;
  }
  section.campaign_flow ol li p.link_btn a {
    width: 100%;
    font-size: 0.85rem;
    padding: 10px;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
  }
  section.campaign_flow ol li p.link_btn a span {
    margin-left: 10px;
  }
  section.campaign_flow ol li p.link_btn a span img {
    width: 18px;
  }
}
section.object ul.object_reeds {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
section.object ul.object_model {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
}
section.object ul.object_model li {
  list-style: disc;
  list-style-position: inside;
}
section.object ul.object_model + p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.object ul.object_reeds {
    display: flex;
    justify-content: space-around;
    font-size: 1.2rem;
  }
  section.object ul.object_reeds li {
    margin-bottom: 10px;
  }
  section.object ul.object_model {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px 20px 10px;
    display: flex;
    flex-wrap: wrap;
  }
  section.object ul.object_model li {
    margin: 0 10px 10px;
  }
  section.object ul.object_model + p {
    text-align: right;
  }
}
section.campaign_prize .campaign_prize_box h3 {
  margin: 50px 0 20px;
  text-align: center;
}
section.campaign_prize .campaign_prize_box h3 span {
  display: block;
  font-size: 1.2rem;
}
section.campaign_prize .campaign_prize_box h3 span.prize_lank {
  width: 50%;
  margin: 0 auto 10px;
  display: block;
}
section.campaign_prize .campaign_prize_box h3 span.alert {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px;
}
section.campaign_prize .campaign_prize_box h3 strong {
  display: block;
  font-size: 1.2rem;
}
section.campaign_prize h4 {
  margin: 0 0 20px 0;
  text-align: center;
  background-color: #f8e100;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}
section.campaign_prize .num_seal_people {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
}
section.campaign_prize .num_seal_people img {
  width: 50%;
  margin-bottom: 10px;
}
section.campaign_prize .num_seal_people p {
  margin-bottom: 0;
}
section.campaign_prize .num_seal_people p span {
  color: #c00;
  margin: 0 3px;
}
section.campaign_prize ul {
  margin-bottom: 50px;
}
section.campaign_prize ul li.reed_trial figure {
  margin-bottom: 20px;
}
section.campaign_prize ul li.frm {
  border: 4px solid #902b8b;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 0.9rem;
}
section.campaign_prize ul li.frm dl dt {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
section.campaign_prize ul li.frm dl dt span {
  display: block;
}
section.campaign_prize ul li.frm ul {
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
section.campaign_prize ul li.frm ul li {
  padding-left: 1em;
  list-style: none;
  position: relative;
}
section.campaign_prize ul li.frm ul li::before {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0%;
  translate: 0 -50%;
}
section.campaign_prize ul li.frm figure {
  text-align: center;
}
section.campaign_prize ul li.frm figure.socks img {
  width: 100%;
  margin-bottom: 10px;
}
section.campaign_prize ul li.frm figure.mp img {
  width: 50%;
  margin-bottom: 20px;
}
section.campaign_prize ul li.frm figure.reed img {
  width: 50%;
  margin-bottom: 20px;
}
section.campaign_prize ul li.frm figure figcaption {
  font-size: 1.2rem;
  font-weight: 700;
}
section.campaign_prize ul li.frm figure figcaption span {
  display: block;
}
section.campaign_prize ul li.frm p {
  text-align: center;
  margin-bottom: 0;
}
section.campaign_prize ul li.pen_stand_sample figure img {
  width: 80%;
}
section.campaign_prize ul li.nobrd {
  border: none;
  box-shadow: none;
}
section.campaign_prize ul li.nobrd figure img {
  margin-bottom: 30px;
}
section.campaign_prize ul li.nobrd figure figcaption {
  font-size: 0.85rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  section.campaign_prize .campaign_prize_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  section.campaign_prize .campaign_prize_box h3 {
    display: flex;
    align-items: center;
    text-align: left;
  }
  section.campaign_prize .campaign_prize_box h3 span {
    margin-right: 20px;
  }
  section.campaign_prize .campaign_prize_box h3 span.prize_lank {
    text-align: center;
    width: 140px;
    margin: 0 20px 0 0;
  }
  section.campaign_prize .campaign_prize_box .num_seal_people {
    margin: 0 0 0 20px;
    width: 240px;
  }
  section.campaign_prize .campaign_prize_box .num_seal_people img {
    width: 50%;
  }
  section.campaign_prize .campaign_prize_box .num_seal_people p span {
    font-size: 1.2em;
  }
  section.campaign_prize h4 {
    margin: 0 0 20px 0;
  }
  section.campaign_prize ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.campaign_prize ul li.reed_trial {
    width: 45%;
    margin: 0 15px 30px;
  }
  section.campaign_prize ul li.reed_trial figure {
    margin-bottom: 0;
  }
  section.campaign_prize ul li.frm {
    width: 45%;
    margin: 0 15px 30px;
  }
  section.campaign_prize ul li.img_sample {
    width: 45%;
    margin: 0 15px 30px;
  }
  section.campaign_prize ul li.img_sample figure {
    padding-top: 50px;
  }
  section.campaign_prize ul li.img_sample figure img {
    width: 80%;
  }
  section.campaign_prize ul li dl dd ul {
    flex-direction: column;
    justify-content: flex-start;
  }
  section.campaign_prize ul.reed_box li.frm {
    width: 45%;
    margin: 0 10px 20px;
  }
  section.campaign_prize ul.reed_box li.frm ul {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  section.campaign_prize .campaign_prize_box h3 {
    margin: 0;
  }
  section.campaign_prize .campaign_prize_box h3 strong {
    font-size: 1.8rem;
  }
  section.campaign_prize ul li.reed_trial {
    width: 30%;
  }
  section.campaign_prize ul li.frm {
    width: 30%;
  }
  section.campaign_prize ul li.img_sample {
    width: 30%;
    margin: 0 15px 30px;
    padding: 0;
  }
  section.campaign_prize ul li.img_sample figure {
    padding: 0;
  }
  section.campaign_prize ul li.img_sample figure img {
    width: 100%;
  }
  section.campaign_prize ul.reed_box li.frm {
    width: 22%;
  }
}
section.app_method p {
  margin-bottom: 20px;
}
section.app_method ul {
  margin-bottom: 50px;
}
section.app_method ul li {
  list-style: disc;
  list-style-position: outside;
  margin: 0 0 10px 1rem;
}
section.app_address address {
  font-style: normal;
  margin-bottom: 20px;
}
section.app_address address strong {
  font-size: 1.4rem;
  margin-top: 20px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  section.app_address address strong {
    font-size: 1.6rem;
  }
}
section.deadline_send ul {
  margin-bottom: 50px;
}
section.deadline_send ul.alert_list {
  list-style: disc;
  list-style-position: outside;
  margin-bottom: 0;
}
section.deadline_send ul.alert_list li {
  margin: 0 0 10px 1rem;
}
section.deadline_send ul li dl {
  color: #999;
}
section.deadline_send ul li dl dt {
  margin: 20px 0;
  text-align: center;
  background-color: #eee;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}
section.deadline_send ul li dl dd {
  margin-bottom: 10px;
}
section.deadline_send ul li dl dd span {
  font-size: 1.2rem;
  font-weight: 700;
}
section.deadline_send ul li dl.active {
  color: #000;
}
section.deadline_send ul li dl.active dt {
  margin: 20px 0;
  text-align: center;
  background-color: #f8e100;
  padding: 10px;
  font-weight: 700;
}
section.deadline_send ul li dl.active dd {
  margin-bottom: 10px;
}
section.deadline_send ul li dl.active dd span {
  color: #c00;
}
@media screen and (min-width: 768px) {
  section.deadline_send ul.deadline_send_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.deadline_send ul.deadline_send_box li {
    width: 45%;
    margin: 0 15px;
  }
}
section.qualification li {
  list-style: disc;
  list-style-position: outside;
  margin: 0 0 10px 1rem;
}
section.inquiry p {
  margin-bottom: 50px;
}
section.inquiry p.link_btn a {
  display: inline-block;
  width: 100%;
  background-color: #e46121;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  transition: all 0.3s ease;
}
section.inquiry p.link_btn a:hover {
  background-color: #f07336;
}
section.inquiry p.link_btn a span {
  margin-left: 10px;
}
section.inquiry p.link_btn a span img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  section.inquiry p.link_btn {
    text-align: center;
  }
  section.inquiry p.link_btn a {
    width: 480px;
  }
}
section.dl_envelope_sp p {
  margin-bottom: 50px;
}
section.covid {
  background-color: #131945;
  color: #fff;
}
section.covid figure {
  text-align: center;
  margin: 50px auto;
}
section.covid figure.logo_vandoren img {
  width: 70%;
}
section.covid figure img {
  border-radius: 10px;
}
section.covid h2 {
  color: #f8e100;
  background: none;
  font-size: 1.2rem;
}
section.covid p {
  margin-bottom: 20px;
}
section.covid p.renewal_seal {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
section.covid p.renewal_seal span {
  display: block;
}
section.covid .vandoren_fr {
  text-align: center;
  margin: 50px 0;
  font-weight: 700;
}
section.covid .vandoren_fr a {
  color: #fff;
  text-decoration: underline;
}
section.covid .videoBox {
  max-width: 600px;
  margin: 50px auto;
  background: rgba(0, 0, 0, 0.8);
}
section.covid .videoBox .youtubeWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
section.covid ul {
  margin-bottom: 50px;
}
section.covid ul.reed_package {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px;
}
section.covid ul li {
  list-style: disc;
  list-style-position: outside;
  margin: 0 0 10px 1rem;
}
@media screen and (min-width: 768px) {
  section.covid figure {
    margin: 50px auto;
  }
  section.covid figure.logo_vandoren img {
    width: 30%;
  }
  section.covid h2 {
    font-size: 1.8rem;
  }
  section.covid .sticker_box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  section.covid .sticker_box figure {
    width: 40%;
    margin: 0;
  }
  section.covid .sticker_box .sticker_txt {
    width: 50%;
  }
  section.covid .sticker_box .sticker_txt p.renewal_seal {
    text-align: left;
    font-size: 1.4rem;
  }
  section.covid .sticker_box .sticker_txt p.renewal_seal span {
    display: inline;
  }
  section.covid .vandoren_fr {
    font-size: 2rem;
  }
  section.covid .vandoren_fr a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  section .link_btn p.dl_envelope_sp {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
section .link_btn p a {
  display: inline-block;
  width: 100%;
  background-color: #902b8b;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
section .link_btn p a:hover {
  background-color: #9443a0;
  transition: all 0.3s ease;
}
section .link_btn p a span {
  margin-left: 10px;
}
section .link_btn p a span img {
  width: 26px;
}
@media screen and (min-width: 768px) {
  section .link_btn p {
    text-align: center;
  }
  section .link_btn p a {
    width: 480px !important;
    margin: 0 auto;
  }
}
section .dedic_app_envelope p a {
  display: inline-block;
  width: 100%;
  background-color: #902b8b;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
section .dedic_app_envelope p a:hover {
  background-color: #9443a0;
}
section .dedic_app_envelope p a span {
  margin-left: 5px;
}
section .dedic_app_envelope p a span img {
  width: 20px;
}
section .dedic_app_envelope p:first-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  section .dedic_app_envelope {
    display: flex;
    justify-content: center;
  }
  section .dedic_app_envelope p {
    margin: 0 20px;
    width: 480px;
  }
  section .dedic_app_envelope p a {
    font-size: 1.2rem;
  }
  section .dedic_app_envelope p a span {
    margin-left: 10px;
  }
  section .dedic_app_envelope p a span img {
    width: 24px;
  }
}
section .alert_box {
  display: inline-block;
  border: 3px solid #d71717;
  background: #f6f6f6;
  color: #c00;
  font-weight: 700;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
section .alert_box p {
  margin-bottom: 30px;
}
section .alert_box p strong {
  font-size: 1.2rem;
  margin: 0 5px;
}
section .alert_box p:last-child {
  margin-bottom: 0 !important;
}
section .alert_box p a {
  color: #c00;
  text-decoration: underline;
}
section .alert_box p a.link_btn {
  display: inline-block;
  width: 100%;
  background-color: #902b8b;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
section .alert_box p a.link_btn:hover {
  background-color: #9443a0;
}
section .alert_box p a span {
  margin-left: 10px;
}
section .alert_box p a span img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  section .alert_box p a.link_btn {
    width: 480px;
    font-size: 1.2rem;
  }
  section .alert_box p a.link_btn span {
    margin-left: 5px;
  }
  section .alert_box p a.link_btn span img {
    width: 24px;
  }
}
section .hologram_seal_box {
  border: 3px solid #d71717;
  background: #f6f6f6;
  color: #c00;
  font-weight: 700;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
section .hologram_seal_box .hologram_seal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section .hologram_seal_box .hologram_seal p.icon_inportant {
  width: 20%;
}
section .hologram_seal_box .hologram_seal p.txt_inportant {
  width: 75%;
  line-height: 1.8 !important;
}
section .hologram_seal_box figure img {
  border-radius: 7px;
}
@media screen and (min-width: 768px) {
  section .alert_box {
    text-align: center;
    width: 100%;
  }
  section .hologram_seal_inner {
    display: flex;
    align-items: center;
  }
  section .hologram_seal_inner .hologram_seal {
    justify-content: flex-start;
    align-items: center;
  }
  section .hologram_seal_inner .hologram_seal p {
    margin-bottom: 0;
  }
  section .hologram_seal_inner .hologram_seal p.icon_inportant {
    width: 10%;
    margin-right: 20px;
  }
  section .hologram_seal_inner .hologram_seal p.txt_inportant {
    width: 90%;
    margin-right: 20px;
  }
  section .hologram_seal_inner figure {
    width: 70%;
  }
}

.dl_envelope {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .dl_envelope {
    display: inherit !important;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #902b8b;
    text-align: center;
  }
  .dl_envelope a {
    color: #fff;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 20px 0 15px 0;
  }
  .dl_envelope a span {
    margin-left: 10px;
  }
  .dl_envelope a span img {
    width: 30px;
  }
  .dl_envelope a:hover {
    background-color: #9443a0;
    transition: all 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .dl_envelope_2clum {
    display: flex !important;
    width: 100%;
  }
}
.dl_envelope_2clum a {
  border: 1px solid #1b1b1b;
}

/*------------------------------------------
footer
------------------------------------------*/
footer {
  padding: 50px 3%;
  background-color: #1b1b1b;
  color: #fff;
}
footer .innerBox {
  margin: 0 auto;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
footer .innerBox small {
  font-size: 12px;
}
footer .innerBox .logoBox {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
footer .innerBox .logoBox a {
  display: block;
}
footer .innerBox .logoBox a:not(:first-child) {
  margin-left: 20px;
}
footer .innerBox .logoBox a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 3% 140px;
  }
  footer .innerBox {
    margin: 0 auto;
    display: -ms-flex;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .innerBox small {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 10px;
  }
  footer .innerBox .logoBox {
    width: 100%;
    margin: 0 auto 20px auto;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  footer .innerBox .logoBox a {
    display: block;
  }
  footer .innerBox .logoBox a:not(:first-child) {
    margin-left: 20px;
  }
  footer .innerBox .logoBox a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 50px 3%;
  }
  footer .innerBox {
    width: 100%;
    padding: 0;
  }
}

.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.fsS {
  font-size: 0.85rem;
}

.endBox {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 60%, transparent);
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.endBox > div {
  padding: 1rem;
}
.endBox > div p {
  font-size: 3vw;
  text-align: center;
  color: #fff;
}
.endBox div.campaignList {
  padding: 50px 0;
}
.endBox div.campaignList a.btnCamp {
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin: 0 auto;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  border-radius: 10px;
  background: #49AABF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

.fa-exclamation-triangle {
  color: #f8e100;
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */