/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.howto .footer {
  margin-top: 120px; }

.howto .howto-container {
  max-width: 1110px;
  padding: 0 20px;
  margin: auto; }

.howto .mv {
  position: relative; }
  @media (min-width: 1024px) {
    .howto .mv {
      padding-bottom: 80px; }
      .howto .mv::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 140px;
        background: #F5F5F5; } }
  @media (max-width: 1023px) {
    .howto .mv.fix {
      padding-bottom: 140px; } }
  .howto .mv .howto-container {
    position: relative; }
    @media (max-width: 1023px) {
      .howto .mv .howto-container {
        padding: 0; } }
  .howto .mv .txtbox {
    max-width: 455px;
    left: auto;
    right: 85px; }
    @media (max-width: 1023px) {
      .howto .mv .txtbox {
        background: #fff;
        background: -moz-linear-gradient(135deg, white 0%, #f4f4f4 100%);
        background: -webkit-linear-gradient(135deg, white 0%, #f4f4f4 100%);
        background: linear-gradient(135deg, white 0%, #f4f4f4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f4f4f4",GradientType=1);
        position: static;
        max-width: none;
        padding: 30px 25px 35px; } }

.howto .c-mainbox .txtbox .ttl {
  text-align: left;
  position: relative; }
  .howto .c-mainbox .txtbox .ttl::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 218px;
    height: 95px;
    background: url("/digital-paper/gen2/images/special/howto/mv_small-txt.svg") center/218px 95px no-repeat; }
    @media (max-width: 1023px) {
      .howto .c-mainbox .txtbox .ttl::before {
        background: url("/digital-paper/gen2/images/special/howto/mv_small-txt_sp.svg") center/146px 67px no-repeat;
        width: 146px;
        height: 67px; } }

.howto .c-mainbox .txtbox .ttl .txtjp {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  color: #222; }
  @media (max-width: 1023px) {
    .howto .c-mainbox .txtbox .ttl .txtjp {
      font-size: 20px;
      line-height: 33px;
      margin-top: 5px; } }

@media (max-width: 1023px) {
  .howto .c-mainbox .txtbox .txt {
    padding: 0 20px; } }

.howto .c-mainbox .img {
  text-align: center; }
  @media (max-width: 1023px) {
    .howto .c-mainbox .img img {
      width: 283px; } }

.alv-cont {
  font-family: "Noto Sans JP", sans-serif; }

.alv-cont .italic {
  font-family: 'Nothing You Could Do', cursive; }

.alv-cont .inner {
  width: calc(100% - 140px);
  max-width: 1180px;
  margin: auto; }

.alv-cont .inner.mv-inner {
  max-width: 1070px; }

@media only screen and (max-width: 1000px) {
  .alv-cont .inner {
    width: calc(100% - 40px); } }

.alv-cont #index-list {
  padding: 65px 0 60px;
  margin-bottom: 70px;
  background-color: #F5F5F5; }

@media only screen and (max-width: 1000px) {
  .alv-cont #index-list {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    width: 100%;
    background-color: white;
    padding: 15px 0;
    margin-top: 55px; } }

.alv-cont #index-list.fix {
  position: fixed;
  top: 0px;
  left: auto;
  right: auto;
  z-index: 3;
  border-bottom: none; }

.alv-cont #index-list.fix .inner .italic {
  display: none; }

.alv-cont #index-list .inner {
  background-color: #fff;
  padding: 47px 43px 30px;
  position: relative; }

@media only screen and (max-width: 1119px) {
  .alv-cont #index-list .inner {
    padding: 47px 20px 30px; } }

@media only screen and (max-width: 1000px) {
  .alv-cont #index-list .inner {
    width: calc(100% - 70px);
    height: 100%;
    background-color: transparent;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; } }

.alv-cont #index-list .inner .italic {
  position: absolute;
  top: -22px;
  left: 0px;
  width: 100%;
  font-size: 42px;
  text-align: center; }

@media only screen and (max-width: 1000px) {
  .alv-cont #index-list .inner .italic {
    font-size: 24px;
    top: -30px;
    left: 0;
    right: 0;
    text-align: center; } }

.alv-cont #index-list .inner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.alv-cont #index-list .inner ul li {
  width: 23.97%;
  height: 49px;
  margin-bottom: 10px; }

.alv-cont #index-list .inner ul li a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  border: 1px solid #807560;
  border-radius: 25px;
  font-size: 13px;
  color: #333333;
  position: relative;
  padding: 4px 40px;
  text-align: center;
  line-height: 1.2em;
  transition: .3s; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .alv-cont #index-list .inner ul li a {
      padding: 4px 40px 2px; } }

@media only screen and (max-width: 1119px) {
  .alv-cont #index-list .inner ul li a {
    padding: 4px 30px;
    font-size: 12px; } }

.alv-cont #index-list .inner ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-top: 5px solid #807560;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: auto;
  right: 26px;
  margin: auto; }

@media only screen and (max-width: 1119px) {
  .alv-cont #index-list .inner ul li a:after {
    right: 18px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #index-list .inner ul li a:hover {
    opacity: 0.6; } }

.alv-cont #index-list .inner .select-box {
  position: relative;
  width: 100%;
  border: #E8E8E8 solid 1px;
  border-radius: 5px; }

.alv-cont #index-list .inner .select-box:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-top: 5px solid #807560;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: auto;
  right: 18px;
  margin: auto;
  z-index: 1;
  pointer-events: none; }

.alv-cont #index-list .inner .select-box select#s1 {
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 49px;
  font-size: 16px;
  transform: scale(calc(13 / 16));
  border: none;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  padding-left: 10px; }

@media screen and (max-width: 374px) {
  .alv-cont #index-list .inner .select-box select#s1 {
    padding-left: 0px;
    font-size: 16px;
    transform: scale(calc(12 / 16)); } }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo {
    margin-bottom: 48px; }
  .alv-cont .katsuyo:last-child {
    margin-bottom: 0; } }

.alv-cont .katsuyo .inner {
  position: relative;
  padding-top: 31px; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner {
    padding-top: 20px; } }

.alv-cont .katsuyo .inner .contents {
  z-index: 1;
  background-color: #F5F5F5;
  box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
  position: relative;
  padding: 42px 34px 52px 45px; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents {
    padding: 43px 12px 53px; } }

.alv-cont .katsuyo .inner .contents.left {
  margin: 0 auto 0 0; }

.alv-cont .katsuyo .inner .contents.right {
  margin: 0 0 0 auto; }

.alv-cont .katsuyo .inner .contents .fukidashi {
  background-color: #E3DFDC;
  height: 45px;
  min-width: 175px;
  padding: 0px 40px;
  display: inline-block;
  text-align: center;
  position: absolute;
  font-size: 18px;
  line-height: 45px;
  font-weight: bold;
  border-radius: 22.5px;
  top: -31px;
  left: 25px; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .fukidashi {
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    min-width: 163px;
    left: 10px;
    top: -20px;
    padding: 0 25px; } }

.alv-cont .katsuyo .inner .contents .fukidashi:after {
  content: "";
  width: 23px;
  height: 40px;
  background-image: url("../../images/special/howto/tri.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 34px;
  bottom: auto;
  left: 43px;
  right: auto;
  margin: auto; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .fukidashi:after {
    width: 12px;
    height: 20px;
    top: 38px; } }

.alv-cont .katsuyo .inner .contents .title-box {
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.alv-cont .katsuyo .inner .contents .title-box.al-center {
  -ms-flex-align: center;
  align-items: center; }

.alv-cont .katsuyo .inner .contents .title-box .num {
  color: #E3DFDC;
  line-height: 1;
  font-size: 100px;
  font-weight: 900;
  margin-right: 30px;
  width: 130px; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .title-box .num {
    position: absolute;
    font-size: 52px;
    top: -70px;
    right: 0px;
    margin-right: 0;
    width: auto; } }

.alv-cont .katsuyo .inner .contents .title-box h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  width: calc(100% - 130px - 30px);
  padding-top: 10px; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .title-box h2 {
    width: auto;
    font-size: 24px; } }

.alv-cont .katsuyo .inner .contents .box {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .box {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 5px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont .katsuyo .inner .contents .box.brake {
    -ms-flex-direction: column;
    flex-direction: column; }
  .alv-cont .katsuyo .inner .contents .box.brake .image-box {
    width: 100%;
    margin-top: 0; }
  .alv-cont .katsuyo .inner .contents .box.brake .image-box .img-item p {
    max-width: calc(100% - 2em); }
  .alv-cont .katsuyo .inner .contents .box.brake .text-box {
    width: 100%;
    margin-top: 40px; } }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .box.brake {
    -ms-flex-direction: column;
    flex-direction: column; }
  .alv-cont .katsuyo .inner .contents .box.brake .text-box {
    margin-top: 25px; } }

.alv-cont .katsuyo .inner .contents .box .image-box {
  width: calc(100% - 47% - 50px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 0%; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .box .image-box {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont .katsuyo .inner .contents .box .image-box.col {
    width: calc(100% - 47% - 26px);
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .alv-cont .katsuyo .inner .contents .box .image-box.col .img-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 65px;
    width: 100%; }
  .alv-cont .katsuyo .inner .contents .box .image-box.col .img-item:last-child {
    margin-bottom: 0; }
  .alv-cont .katsuyo .inner .contents .box .image-box.col .img-item p {
    max-width: 150px; }
  .alv-cont .katsuyo .inner .contents .box .image-box.col .img-item p:before {
    content: "\02190"; } }

.alv-cont .katsuyo .inner .contents .box .image-box .img-item {
  width: 48%;
  min-height: 0%; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .box .image-box .img-item {
    width: 100%; }
  .alv-cont .katsuyo .inner .contents .box .image-box .img-item:last-child {
    margin-bottom: 0;
    margin-top: 35px; } }

.alv-cont .katsuyo .inner .contents .box .image-box .img-item figure {
  max-width: 175px;
  margin: auto;
  position: relative; }

.alv-cont .katsuyo .inner .contents .box .image-box .img-item p {
  max-width: 145px;
  margin: 15px auto 0;
  font-size: 12px;
  line-height: 20px; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .box .image-box .img-item p {
    max-width: none;
    padding: 0 2em; } }

.alv-cont .katsuyo .inner .contents .box .image-box .img-item p small {
  font-size: 11px; }

.alv-cont .katsuyo .inner .contents .box .image-box .img-item p a {
  text-decoration: underline; }

.alv-cont .katsuyo .inner .contents .box .image-box .img-item p a:hover {
  text-decoration: none; }

.alv-cont .katsuyo .inner .contents .box .image-box .img-item p:before {
  content: "\02191"; }

.alv-cont .katsuyo .inner .contents .box .text-box {
  width: 47%;
  min-height: 0%; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .box .text-box {
    width: 100%;
    margin-top: 0; } }

.alv-cont .katsuyo .inner .contents .box .text-box p {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 1em; }

.alv-cont .katsuyo .inner .contents .box .text-box p:last-child {
  margin-bottom: 0; }

.alv-cont .katsuyo .inner .contents .box .text-box p small {
  font-size: 12px; }

.alv-cont .katsuyo .inner .contents .box .text-box p a {
  text-decoration: underline; }

.alv-cont .katsuyo .inner .contents .box .text-box p a:hover {
  text-decoration: none; }

.alv-cont .katsuyo .inner .contents .prof-box {
  margin-top: 42px;
  padding-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .prof-box {
    margin-top: 60px;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.alv-cont .katsuyo .inner .contents .prof-box .text-cont {
  width: calc(100% - 150px - 24px);
  padding-top: 5px; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .prof-box .text-cont {
    width: 100%;
    padding-top: 0;
    margin-top: 15px; } }

.alv-cont .katsuyo .inner .contents .prof-box .text-cont h3 {
  font-size: 16px;
  font-weight: bold; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .prof-box .text-cont h3 {
    font-size: 14px;
    text-align: center;
    line-height: 2.4em; } }

.alv-cont .katsuyo .inner .contents .prof-box .text-cont h3 span {
  font-size: 28px;
  margin-left: 10px;
  font-weight: 500; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .prof-box .text-cont h3 span {
    font-size: 24px; } }

.alv-cont .katsuyo .inner .contents .prof-box .text-cont h3 small {
  font-size: 15px;
  margin-left: 10px; }

.alv-cont .katsuyo .inner .contents .prof-box .text-cont .prof-text {
  font-size: 13px;
  line-height: 1.84615em;
  margin-top: 20px;
  padding-right: 20px; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .prof-box .text-cont .prof-text {
    margin-top: 10px;
    padding: 0 2em; } }

.alv-cont .katsuyo .inner .contents .prof-box .profimg {
  width: 150px;
  border-radius: 50%;
  overflow: hidden; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .contents .prof-box .profimg {
    width: 135px;
    margin: 0 auto; } }

.alv-cont .katsuyo .inner .illust {
  position: absolute;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
  z-index: 0; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo .inner .illust {
    position: relative;
    z-index: 2;
    width: 244px;
    margin: -30px -5px 0 auto; } }

.alv-cont .katsuyo:nth-child(even) .inner .contents {
  background-color: white;
  border: 1px solid #EBEBEB; }

@media only screen and (max-width: 1000px) {
  .alv-cont .katsuyo:nth-child(even) .inner .contents .title-box .num {
    padding: 0 5px;
    background-color: white; } }

.alv-cont .katsuyo:last-child {
  margin-bottom: 109px; }

@media only screen and (max-width: 1000px) {
  .alv-cont #item1 {
    margin-top: 40px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item1 .inner .contents {
    max-width: 790px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item1 .inner .contents .box .image-box {
    margin-left: -24px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item1 .inner .contents .box .text-box {
    width: calc(47% + 24px); } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item1 .inner .illust {
    width: 377px;
    right: 0;
    top: 0; } }

@media only screen and (min-width: 1001px) and (max-width: 1300px) {
  .alv-cont #item1 .inner .illust {
    width: 25vw;
    top: -50px;
    right: -60px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item2 {
    margin-top: -50px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item2 .inner .contents {
    max-width: 880px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item3 {
    margin-top: -55px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item3 .inner .contents {
    max-width: 600px; } }

@media only screen and (min-width: 1001px) and (max-width: 1340px) {
  .alv-cont #item3 .inner .contents {
    max-width: 880px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item4 {
    margin-top: -630px; } }

@media only screen and (min-width: 1001px) and (max-width: 1340px) {
  .alv-cont #item4 {
    margin-top: -40px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item4 .inner .contents {
    max-width: 600px; } }

@media only screen and (min-width: 1001px) and (max-width: 1340px) {
  .alv-cont #item4 .inner .contents {
    max-width: 700px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item4 .inner .illust {
    width: 314px;
    bottom: -120px;
    left: 28px; } }

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  .alv-cont #item4 .inner .illust {
    width: 25vw;
    bottom: -60px;
    left: -50px; } }

@media only screen and (max-width: 1000px) {
  .alv-cont #item4 .inner .illust {
    margin-top: 10px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item5 {
    margin-top: 170px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item5 .inner .contents {
    max-width: 1000px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item5 .inner .contents .box .image-box {
    width: calc(100% - 52% - 50px); } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item5 .inner .contents .box .text-box {
    width: 52%; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item6 {
    margin-top: -65px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item6 .inner .contents {
    max-width: 880px;
    padding-bottom: 100px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item7 {
    margin-top: -80px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item7 .inner .contents {
    max-width: 880px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item7 .inner .illust {
    width: 360px;
    right: 0;
    bottom: -630px; } }

@media only screen and (min-width: 1001px) and (max-width: 1280px) {
  .alv-cont #item7 .inner .illust {
    width: 20vw;
    bottom: -400px;
    right: -50px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item8 {
    margin-top: -62px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item8 .inner .contents {
    max-width: 790px;
    padding-bottom: 80px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item8 .inner .contents .box .image-box {
    margin-left: -24px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item8 .inner .contents .box .text-box {
    width: calc(47% + 24px); } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item9 {
    margin-top: -65px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item9 .inner .contents {
    max-width: 600px; } }

@media only screen and (min-width: 1001px) and (max-width: 1340px) {
  .alv-cont #item9 .inner .contents {
    max-width: 880px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item10 {
    margin-top: -690px; } }

@media only screen and (min-width: 1001px) and (max-width: 1340px) {
  .alv-cont #item10 {
    margin-top: -40px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item10 .inner .contents {
    max-width: 600px; } }

@media only screen and (min-width: 1001px) and (max-width: 1340px) {
  .alv-cont #item10 .inner .contents {
    max-width: 700px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item10 .inner .illust {
    width: 403px;
    right: 47px;
    bottom: -200px; } }

@media only screen and (min-width: 1001px) and (max-width: 1280px) {
  .alv-cont #item10 .inner .illust {
    width: 30vw;
    right: -50px; } }

@media only screen and (max-width: 1000px) {
  .alv-cont #item10 .inner .illust {
    margin-top: 10px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item11 {
    margin-top: 185px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item11 .inner .contents {
    max-width: 880px;
    padding-bottom: 86px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item12 {
    margin-top: -46px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item12 .inner .contents {
    max-width: 880px;
    padding-bottom: 60px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item13 {
    margin-top: -75px; } }
  @media only screen and (min-width: 1001px) and (-ms-high-contrast: active), only screen and (min-width: 1001px) and (-ms-high-contrast: none) {
    .alv-cont #item13 .js_modal {
      padding-right: 10px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item13 .inner .contents {
    max-width: 790px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item13 .inner .contents .box .image-box {
    margin-left: -24px; } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item13 .inner .contents .box .text-box {
    width: calc(47% + 24px); } }

@media only screen and (min-width: 1001px) {
  .alv-cont #item13 .inner .illust {
    width: 384px;
    right: 0;
    bottom: 100px; } }

@media only screen and (min-width: 1001px) and (max-width: 1300px) {
  .alv-cont #item13 .inner .illust {
    width: 25vw;
    right: -50px; } }

.alv-cont .js_modal {
  cursor: pointer; }

.modal {
  position: relative; }

@media (min-width: 801px) {
  .modal {
    width: calc(100% - 116px);
    height: calc(100% - 116px); } }

@media (max-width: 800px) {
  .modal {
    width: 90%;
    height: 60%; } }
