@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-image: url(../img/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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;
  }
}
.content_comingsoon {
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 0 100px 0;
}
.content_comingsoon p {
  color: #0d2050;
  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%;
}
.content_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);
  }
}
@media screen and (max-width: 576px) {
  .content_comingsoon {
    padding: 0 0 30px 0;
  }
}

.content {
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 0 100px 0;
}
@media screen and (max-width: 576px) {
  .content {
    padding: 0 0 30px 0;
  }
}

header {
  display: flex;
  justify-content: space-between;
  padding: 50px 50px 20px;
  margin-bottom: 20px;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 834px) {
  header {
    padding: 20px 15px 0;
  }
}
header::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_triangle.svg);
  background-repeat: no-repeat;
  background-size: 800px;
  transform: scaleX(-1);
}
@media screen and (max-width: 834px) {
  header::before {
    top: 40px;
    background-size: 70%;
  }
}
header figure {
  width: 300px;
  z-index: 1;
}
header p {
  width: 800px;
  z-index: 1;
}

h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  h1 {
    padding: 15px;
    margin-bottom: 20px;
  }
}

.mpBox {
  border: 10px solid #93328e;
  border-radius: 40px;
  background-color: #fff;
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 834px) {
  .mpBox {
    margin: 0 15px;
    border: 7px solid #93328e;
    border-radius: 20px;
    margin-bottom: 100px;
  }
}
.mpBox p.txt_asax {
  background-color: #93328e;
  padding: 10px 40px 20px;
  margin-bottom: 0;
  border-radius: 22px 2px 0 0;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .mpBox p.txt_asax {
    padding: 15px 20px 20px;
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 440px) {
  .mpBox p.txt_asax {
    padding: 10px 10px 15px;
  }
}
.mpBox p.txt_asax img {
  width: 80%;
}
@media screen and (max-width: 576px) {
  .mpBox p.txt_asax img {
    width: 100%;
  }
}
.mpBox .mpBox_inner {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .mpBox .mpBox_inner {
    flex-direction: column;
  }
}
.mpBox .mpBox_inner .mpBox_inner_l,
.mpBox .mpBox_inner .mpBox_inner_r {
  display: flex;
  width: 48%;
}
@media screen and (max-width: 576px) {
  .mpBox .mpBox_inner .mpBox_inner_l,
  .mpBox .mpBox_inner .mpBox_inner_r {
    width: 100%;
  }
}
@media screen and (max-width: 393px) {
  .mpBox .mpBox_inner .mpBox_inner_l,
  .mpBox .mpBox_inner .mpBox_inner_r {
    flex-direction: column;
  }
}
.mpBox .mpBox_inner .mpBox_inner_l figure,
.mpBox .mpBox_inner .mpBox_inner_r figure {
  margin-right: 30px;
}
@media screen and (max-width: 393px) {
  .mpBox .mpBox_inner .mpBox_inner_l figure,
  .mpBox .mpBox_inner .mpBox_inner_r figure {
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
  }
  .mpBox .mpBox_inner .mpBox_inner_l figure img,
  .mpBox .mpBox_inner .mpBox_inner_r figure img {
    width: 60%;
  }
}
.mpBox .mpBox_inner .mpBox_inner_l dl dt,
.mpBox .mpBox_inner .mpBox_inner_r dl dt {
  margin-bottom: 10px;
}
.mpBox .mpBox_inner .mpBox_inner_l dl dt img,
.mpBox .mpBox_inner .mpBox_inner_r dl dt img {
  margin-bottom: 10px;
}
.mpBox .mpBox_inner .mpBox_inner_l dl dt span,
.mpBox .mpBox_inner .mpBox_inner_r dl dt span {
  display: block;
  background-color: #0d2050;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .mpBox .mpBox_inner .mpBox_inner_l dl dt span,
  .mpBox .mpBox_inner .mpBox_inner_r dl dt span {
    font-size: 15px;
    padding: 10px;
  }
}
@media screen and (max-width: 576px) {
  .mpBox .mpBox_inner .mpBox_inner_l dl dt span,
  .mpBox .mpBox_inner .mpBox_inner_r dl dt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 440px) {
  .mpBox .mpBox_inner .mpBox_inner_l dl dt span,
  .mpBox .mpBox_inner .mpBox_inner_r dl dt span {
    font-size: 16px;
  }
}
.mpBox .mpBox_inner .mpBox_inner_l dl dd,
.mpBox .mpBox_inner .mpBox_inner_r dl dd {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mpBox .mpBox_inner .mpBox_inner_l dl dd,
  .mpBox .mpBox_inner .mpBox_inner_r dl dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .mpBox .mpBox_inner .mpBox_inner_l dl dd,
  .mpBox .mpBox_inner .mpBox_inner_r dl dd {
    font-size: 28px;
  }
}
@media screen and (max-width: 440px) {
  .mpBox .mpBox_inner .mpBox_inner_l dl dd,
  .mpBox .mpBox_inner .mpBox_inner_r dl dd {
    font-size: 24px;
  }
}
.mpBox p.txt_taisho {
  text-align: center;
  margin-bottom: 20px;
}
.mpBox p.txt_taisho img {
  width: 80%;
}
@media screen and (max-width: 576px) {
  .mpBox p.txt_taisho img {
    width: 90%;
  }
}
.mpBox p.txt_sonobade {
  width: 640px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -215px;
}
@media screen and (max-width: 834px) {
  .mpBox p.txt_sonobade {
    width: 380px;
    bottom: -150px;
  }
}
@media screen and (max-width: 440px) {
  .mpBox p.txt_sonobade {
    width: 290px;
    bottom: -125px;
  }
}

.presentBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 20px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .presentBox {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 576px) {
  .presentBox {
    flex-direction: column;
  }
}
.presentBox figure {
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .presentBox figure {
    width: 100%;
  }
}
.presentBox .txt_present {
  width: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .presentBox .txt_present {
    width: 100%;
  }
}
.presentBox p {
  margin-bottom: 30px;
}
.presentBox p.imadake {
  position: absolute;
  width: 220px;
  top: -120px;
  left: -20px;
}
@media screen and (max-width: 834px) {
  .presentBox p.imadake {
    width: 160px;
    top: -90px;
    left: 10px;
  }
}
@media screen and (max-width: 576px) {
  .presentBox p.imadake {
    width: 120px;
    top: -80px;
  }
}
.presentBox p.shurui {
  position: absolute;
  width: 160px;
  top: -240px;
  right: -50px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .presentBox p.shurui {
    width: 120px;
    top: -170px;
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  .presentBox p.shurui {
    width: 110px;
    top: -140px;
    right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .presentBox p.shurui {
    width: 90px;
    top: inherit;
    bottom: 50px;
    right: 15px;
  }
}
@media screen and (max-width: 440px) {
  .presentBox p.shurui {
    width: 80px;
    bottom: 10px;
  }
}
.presentBox p.goukei {
  position: absolute;
  width: 200px;
  top: -100px;
  right: -30px;
}
@media screen and (max-width: 1024px) {
  .presentBox p.goukei {
    width: 160px;
    top: -80px;
    right: 15px;
  }
}
@media screen and (max-width: 834px) {
  .presentBox p.goukei {
    width: 140px;
    top: -60px;
  }
}
@media screen and (max-width: 576px) {
  .presentBox p.goukei {
    width: 120px;
    top: inherit;
    bottom: -40px;
    right: 35px;
  }
}
@media screen and (max-width: 440px) {
  .presentBox p.goukei {
    width: 100px;
    top: inherit;
    bottom: -70px;
    right: 15px;
  }
}

.scheduleBox {
  background-image: url(../img/bg_triangle.svg);
  background-repeat: no-repeat;
  background-size: 800px;
  background-position: left top;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
@media screen and (max-width: 834px) {
  .scheduleBox {
    background-size: 90%;
    background-position: left top;
  }
}
@media screen and (max-width: 440px) {
  .scheduleBox {
    background-position: left center;
  }
}
.scheduleBox .scheduleBox_inner {
  width: 1000px;
}
@media screen and (max-width: 834px) {
  .scheduleBox .scheduleBox_inner {
    padding: 0 15px;
  }
}
.scheduleBox .scheduleBox_inner p.alert {
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px 10px;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 834px) {
  .scheduleBox .scheduleBox_inner p.alert {
    font-size: 18px;
    padding: 5px;
  }
}
@media screen and (max-width: 440px) {
  .scheduleBox .scheduleBox_inner p.alert {
    font-size: 13px;
  }
}
.scheduleBox .scheduleBox_inner picture {
  display: inline-block;
  width: 100%;
}

.summaryBox {
  margin: 100px 0 0;
}
@media screen and (max-width: 834px) {
  .summaryBox {
    padding: 0 15px;
  }
}
.summaryBox h2 {
  background-color: #131945;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .summaryBox h2 {
    font-size: 24px;
  }
}
.summaryBox .line span {
  width: 100%;
}
.summaryBox .line span.line_yellow {
  background-color: #fcc800;
  height: 5px;
}
.summaryBox .line span.line_purple {
  background-color: #902b8b;
  height: 5px;
}
.summaryBox .summaryBox_inner {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 834px) {
  .summaryBox .summaryBox_inner {
    width: 100%;
  }
}
.summaryBox .summaryBox_inner .box {
  margin-bottom: 50px;
}
.summaryBox .summaryBox_inner .box h3 {
  color: #222;
  font-size: 24px;
  margin-bottom: 15px;
  border-left: 5px solid #000;
  padding-left: 10px;
}
.summaryBox .summaryBox_inner .box p {
  margin-bottom: 30px;
}
.summaryBox .summaryBox_inner .box p.schedule {
  font-size: 32px;
  color: #9b0011;
}
@media screen and (max-width: 834px) {
  .summaryBox .summaryBox_inner .box p.schedule {
    font-size: 28px;
  }
}
.summaryBox .summaryBox_inner .box p.schedule span {
  display: block;
  color: #000;
  font-size: 16px;
  margin-top: 10px;
}
.summaryBox .summaryBox_inner .box p a {
  font-size: 18px;
  border: 1px solid #000;
  padding: 7px 10px;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
}
.summaryBox .summaryBox_inner .box p a::after {
  content: "➔";
  margin-left: 10px;
}
.summaryBox .summaryBox_inner .box ul {
  margin-bottom: 30px;
  line-height: 1.8;
}
.summaryBox .summaryBox_inner .box ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 12px;
}

.linkBox {
  text-align: center;
}
.linkBox a {
  margin: 0 auto;
  display: inline-block;
  width: 80%;
  font-size: 16px;
  font-weight: 400;
  border: 3px solid #93328e;
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 5px;
  color: #93328e;
  box-shadow: 2px 2px #93328e;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 440px) {
  .linkBox a {
    width: 90%;
  }
}
.linkBox a.inquiry {
  width: 40%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .linkBox a.inquiry {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .linkBox a.inquiry {
    width: 80%;
  }
}
.linkBox a:hover {
  transform: translateY(1px);
  box-shadow: 0 0 #93328e;
}

/*------------------------------------------
偽造リードについて
------------------------------------------*/
.forgery {
  background-color: #131945;
  color: #fff;
  padding: 50px 0;
}
.forgery .innerBox {
  padding: 0 15px;
}
.forgery figure {
  text-align: center;
  margin: 0 auto;
}
.forgery figure.logo_vandoren img {
  width: 70%;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .forgery figure.logo_vandoren img {
    width: 30%;
  }
}
.forgery figure img {
  border-radius: 10px;
}
.forgery h2 {
  font-size: 1.8rem;
  color: #f8e100;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .forgery h2 {
    font-size: 1.2rem;
  }
}
.forgery p {
  margin-bottom: 40px;
  line-height: 1.8;
}
.forgery p.renewal_seal {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.forgery p.renewal_seal span {
  display: block;
}
.forgery .vandoren_fr {
  text-align: center;
  margin: 50px 0;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 576px) {
  .forgery .vandoren_fr {
    font-size: 1rem;
  }
}
.forgery .vandoren_fr a {
  color: #fff;
  text-decoration: underline;
}
.forgery .videoBox {
  max-width: 600px;
  margin: 50px auto;
  background: rgba(0, 0, 0, 0.8);
}
.forgery .videoBox .youtubeWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.forgery ul {
  margin-bottom: 50px;
}
.forgery ul.reed_package {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px;
}
.forgery ul li {
  list-style: disc;
  list-style-position: outside;
  margin: 0 0 10px 1rem;
}
.forgery .sticker_box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .forgery .sticker_box {
    flex-direction: column;
  }
}
.forgery .sticker_box figure {
  width: 40%;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .forgery .sticker_box figure {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.forgery .sticker_box .sticker_txt {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .forgery .sticker_box .sticker_txt {
    width: 100%;
  }
}
.forgery .sticker_box .sticker_txt p {
  margin-bottom: 20px;
}
.forgery .sticker_box .sticker_txt p.renewal_seal {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .forgery .sticker_box .sticker_txt p.renewal_seal {
    text-align: center;
    font-size: 1.2rem;
  }
}
.forgery .sticker_box .sticker_txt p.renewal_seal span {
  display: inline;
}

/*------------------------------------------
footer
------------------------------------------*/
footer {
  padding: 50px 3%;
  background-color: #1b1b1b;
  color: #fff;
}
footer .innerBox {
  margin: 0 auto;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  footer .innerBox {
    flex-direction: column;
  }
}
footer .innerBox small {
  font-size: 12px;
}
footer .innerBox .logoBox {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  footer .innerBox .logoBox {
    margin: 0 auto 20px auto;
  }
}
footer .innerBox .logoBox a {
  display: block;
}
footer .innerBox .logoBox a:not(:first-child) {
  margin-left: 20px;
}
footer .innerBox .logoBox a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */