@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;500;600;700&family=Shippori+Mincho:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital@1&display=swap");
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, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.boxshadow-bl {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-gray {
  background-color: #F7F7F7;
}

.bg-blue {
  background-color: #EBF7FF;
}

.gold-txt {
  color: #998054;
}

.f-bodoni {
  font-family: "Bodoni Moda", serif;
}

.big-txt01 {
  font-size: 200%;
}

.pink-txt {
  color: #d98b82;
}

@media screen and (min-width: 768px) {
  .fs-pc14 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .fs-pc18 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .fs-pc20 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fs-sp20 {
    font-size: calc(20/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .fs-sp24 {
    font-size: calc(24/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .fs-sp26 {
    font-size: calc(26/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .fs-sp28 {
    font-size: calc(28/750 * 100vw);
  }
}

.w1000 {
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .w1000 {
    width: 100%;
  }
}

.w1024 {
  width: 1024px;
}
@media screen and (max-width: 767px) {
  .w1024 {
    width: 100%;
  }
}

.w1080 {
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .w1080 {
    width: 100%;
  }
}

.w1100 {
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .w1100 {
    width: 100%;
  }
}

.w1200 {
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .w1200 {
    width: 100%;
  }
}

.w1300 {
  width: 1300px;
}
@media screen and (max-width: 767px) {
  .w1300 {
    width: 100%;
  }
}

.w1400 {
  width: 1400px;
}
@media screen and (max-width: 767px) {
  .w1400 {
    width: 100%;
  }
}

.w1600 {
  width: 1600px;
}
@media screen and (max-width: 767px) {
  .w1600 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .w-pc45per {
    width: 45%;
  }
}

@media screen and (min-width: 768px) {
  .w-pc50per {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .w-pc100per {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp45per {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp50per {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp85per {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .w-sp100per {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .h-pc50 {
    height: 50px;
  }
}

@media screen and (min-width: 768px) {
  .h-pc100 {
    height: 100px;
  }
}

@media screen and (min-width: 768px) {
  .pt-pc10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp10 {
    padding-top: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp20 {
    padding-top: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp30 {
    padding-top: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp40 {
    padding-top: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp50 {
    padding-top: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp60 {
    padding-top: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp70 {
    padding-top: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp80 {
    padding-top: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp90 {
    padding-top: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc100 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp100 {
    padding-top: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc110 {
    padding-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp110 {
    padding-top: calc(110/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc120 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp120 {
    padding-top: calc(120/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc130 {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp130 {
    padding-top: calc(130/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc140 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp140 {
    padding-top: calc(140/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc150 {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp150 {
    padding-top: calc(150/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc160 {
    padding-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp160 {
    padding-top: calc(160/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc170 {
    padding-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp170 {
    padding-top: calc(170/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc180 {
    padding-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp180 {
    padding-top: calc(180/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc190 {
    padding-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp190 {
    padding-top: calc(190/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pt-pc200 {
    padding-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pt-sp200 {
    padding-top: calc(200/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp10 {
    padding-bottom: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp20 {
    padding-bottom: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp30 {
    padding-bottom: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp40 {
    padding-bottom: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp50 {
    padding-bottom: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp60 {
    padding-bottom: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp70 {
    padding-bottom: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp80 {
    padding-bottom: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp90 {
    padding-bottom: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc100 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp100 {
    padding-bottom: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc110 {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp110 {
    padding-bottom: calc(110/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc120 {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp120 {
    padding-bottom: calc(120/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc130 {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp130 {
    padding-bottom: calc(130/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc140 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp140 {
    padding-bottom: calc(140/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc150 {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp150 {
    padding-bottom: calc(150/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc160 {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp160 {
    padding-bottom: calc(160/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc170 {
    padding-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp170 {
    padding-bottom: calc(170/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc180 {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp180 {
    padding-bottom: calc(180/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc190 {
    padding-bottom: 190px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp190 {
    padding-bottom: calc(190/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pb-pc200 {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .pb-sp200 {
    padding-bottom: calc(200/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc10 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp10 {
    padding-left: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc20 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp20 {
    padding-left: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc30 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp30 {
    padding-left: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc40 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp40 {
    padding-left: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc50 {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp50 {
    padding-left: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc60 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp60 {
    padding-left: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc70 {
    padding-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp70 {
    padding-left: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc80 {
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp80 {
    padding-left: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc90 {
    padding-left: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp90 {
    padding-left: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pl-pc100 {
    padding-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pl-sp100 {
    padding-left: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc10 {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp10 {
    padding-right: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc20 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp20 {
    padding-right: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc30 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp30 {
    padding-right: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc40 {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp40 {
    padding-right: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc50 {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp50 {
    padding-right: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc60 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp60 {
    padding-right: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc70 {
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp70 {
    padding-right: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc80 {
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp80 {
    padding-right: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc90 {
    padding-right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp90 {
    padding-right: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pr-pc100 {
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .pr-sp100 {
    padding-right: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp10 {
    padding-top: calc(10/750 * 100vw);
    padding-bottom: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp20 {
    padding-top: calc(20/750 * 100vw);
    padding-bottom: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ptb-pc30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ptb-sp30 {
    padding-top: calc(30/750 * 100vw);
    padding-bottom: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .plr-pc10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .plr-pc20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .plr-pc30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .plr-sp10 {
    padding-left: calc(10/750 * 100vw);
    padding-right: calc(10/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .plr-sp20 {
    padding-left: calc(20/750 * 100vw);
    padding-right: calc(20/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .plr-sp30 {
    padding-left: calc(30/750 * 100vw);
    padding-right: calc(30/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-sp10 {
    padding: calc(10/750 * 100vw);
  }
}

.m0a {
  margin: 0 auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.mta {
  margin-top: auto;
}

.mta {
  margin-bottom: auto;
}

@media screen and (min-width: 768px) {
  .mt-pc10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp10 {
    margin-top: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp20 {
    margin-top: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp30 {
    margin-top: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp40 {
    margin-top: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp50 {
    margin-top: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp60 {
    margin-top: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp70 {
    margin-top: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp80 {
    margin-top: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp90 {
    margin-top: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp100 {
    margin-top: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc110 {
    margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp110 {
    margin-top: calc(110/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc120 {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp120 {
    margin-top: calc(120/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc130 {
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp130 {
    margin-top: calc(130/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc140 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp140 {
    margin-top: calc(140/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc150 {
    margin-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp150 {
    margin-top: calc(150/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc160 {
    margin-top: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp160 {
    margin-top: calc(160/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc170 {
    margin-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp170 {
    margin-top: calc(170/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc180 {
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp180 {
    margin-top: calc(180/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc190 {
    margin-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp190 {
    margin-top: calc(190/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mt-pc200 {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp200 {
    margin-top: calc(200/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp10 {
    margin-bottom: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp20 {
    margin-bottom: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp30 {
    margin-bottom: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp40 {
    margin-bottom: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp50 {
    margin-bottom: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp60 {
    margin-bottom: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp70 {
    margin-bottom: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp80 {
    margin-bottom: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp90 {
    margin-bottom: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc100 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp100 {
    margin-bottom: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc110 {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp110 {
    margin-bottom: calc(110/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc120 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp120 {
    margin-bottom: calc(120/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc130 {
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp130 {
    margin-bottom: calc(130/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc140 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp140 {
    margin-bottom: calc(140/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc150 {
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp150 {
    margin-bottom: calc(150/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc160 {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp160 {
    margin-bottom: calc(160/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc170 {
    margin-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp170 {
    margin-bottom: calc(170/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc180 {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp180 {
    margin-bottom: calc(180/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc190 {
    margin-bottom: 190px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp190 {
    margin-bottom: calc(190/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mb-pc200 {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp200 {
    margin-bottom: calc(200/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc10 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp10 {
    margin-left: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc20 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp20 {
    margin-left: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc30 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp30 {
    margin-left: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc40 {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp40 {
    margin-left: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc50 {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp50 {
    margin-left: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc60 {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp60 {
    margin-left: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc70 {
    margin-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp70 {
    margin-left: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc80 {
    margin-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp80 {
    margin-left: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc90 {
    margin-left: 90px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp90 {
    margin-left: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .ml-pc100 {
    margin-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .ml-sp100 {
    margin-left: calc(100/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc10 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp10 {
    margin-right: calc(10/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc20 {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp20 {
    margin-right: calc(20/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc30 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp30 {
    margin-right: calc(30/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc40 {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp40 {
    margin-right: calc(40/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc50 {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp50 {
    margin-right: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc60 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp60 {
    margin-right: calc(60/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc70 {
    margin-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp70 {
    margin-right: calc(70/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc80 {
    margin-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp80 {
    margin-right: calc(80/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc90 {
    margin-right: 90px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp90 {
    margin-right: calc(90/750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .mr-pc100 {
    margin-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mr-sp100 {
    margin-right: calc(100/750 * 100vw);
  }
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: auto;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "游ゴシック", "Yu Gothic", "Yu Gothic bold", "游ゴシック medium", "Yu Gothic", "游ゴシック bold", "Yu Gothic", "游ゴシック Heavy", "Yu Gothic", Arial, "Yu Gothic Heavy", sans-serif;
  color: #000;
  font-weight: 400;
  min-width: 100%;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(28/750 * 100vw);
  }
}

div {
  font-size: 16px;
}

li {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

.pc-in {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* selection
--------------------------------------------------------- */
.selection-wrap {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .selection-wrap {
    padding-top: calc(100 / 750 * 100vw);
  }
}

.selection-ttl {
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-size: 60px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .selection-ttl {
    font-size: calc(60 / 750 * 100vw);
    padding-bottom: calc(10 / 750 * 100vw);
  }
}

.selection-ttl-catch {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .selection-ttl-catch {
    font-size: calc(24 / 750 * 100vw);
  }
}

.selection-point-list-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .selection-point-list-wrap {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.selection-point-list-item-txt-box-ttl {
  font-size: 36px;
  padding-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .selection-point-list-item-txt-box-ttl {
    font-size: calc(36 / 750 * 100vw);
    padding-bottom: calc(20 / 750 * 100vw);
  }
}
.selection-point-list-item-txt-box-ttl .f-bodoni {
  font-weight: 400;
}

.selection-point-list-item-txt-box-txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .selection-point-list-item-txt-box-txt {
    font-size: calc(28 / 750 * 100vw);
    font-weight: 500;
    padding-bottom: calc(20 / 750 * 100vw);
  }
}

.selection-point-list-item-txt-box-notes {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .selection-point-list-item-txt-box-notes {
    font-size: calc(22 / 750 * 100vw);
  }
}

/* ============================
slider
===================================================*/
.slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
}

.slider-item {
  width: 184px;
  margin-left: 20px;
}

.slider-item-img {
  width: 184px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .slider-item {
    width: calc(184/750 * 100vw);
    margin-left: calc(20/750 * 100vw);
  }

  .slider-item-img {
    width: calc(184/750 * 100vw);
    height: auto;
  }
}
/* ============================
  main-visual
=============================*/
.main-visual {
  position: relative;
  margin: 0 auto 40px;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .main-visual {
    height: calc(904 / 750 * 100vw);
    margin: 0 auto calc(58/750 * 100vw);
    border-bottom: #000 solid calc(4/750 * 100vw);
  }
}

.main-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .main-visual__bg {
    height: calc(900 / 750 * 100vw);
  }
}

.hide {
  overflow: hidden;
  text-indent: 100%;
  opacity: 0;
}

.main-visual__bg.__01 {
  -webkit-animation: bgAnime_01 15s infinite;
          animation: bgAnime_01 15s infinite;
  background: url(../../../../img/usr/feature/fea_adnursewear/mv01.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .main-visual__bg.__01 {
    background: url(../../../../img/usr/feature/fea_adnursewear/mv01_sp.jpg) center top/100% auto no-repeat;
  }
}

.main-visual__bg.__02 {
  -webkit-animation: bgAnime_02 15s infinite;
          animation: bgAnime_02 15s infinite;
  background: url(../../../../img/usr/feature/fea_adnursewear/mv02.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .main-visual__bg.__02 {
    background: url(../../../../img/usr/feature/fea_adnursewear/mv02_sp.jpg) center top/100% auto no-repeat;
  }
}

.main-visual__bg.__03 {
  -webkit-animation: bgAnime_03 15s infinite;
          animation: bgAnime_03 15s infinite;
  background: url(../../../../img/usr/feature/fea_adnursewear/mv03.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .main-visual__bg.__03 {
    background: url(../../../../img/usr/feature/fea_adnursewear/mv03_sp.jpg) center top/100% auto no-repeat;
  }
}

.main-visual__bg.__04 {
  -webkit-animation: bgAnime_04 15s infinite;
          animation: bgAnime_04 15s infinite;
  background: url(../../../../img/usr/feature/fea_adnursewear/mv04.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .main-visual__bg.__04 {
    background: url(../../../../img/usr/feature/fea_adnursewear/mv04_sp.jpg) center top/100% auto no-repeat;
  }
}

@-webkit-keyframes bgAnime_01 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgAnime_01 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bgAnime_02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAnime_02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bgAnime_03 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAnime_03 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bgAnime_04 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAnime_04 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ============================
  nav
=============================*/
.nav-list {
  width: 806px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .nav-list {
    width: calc(708 / 750 * 100vw);
    margin: 0 auto calc(60 / 750 * 100vw);
  }
}

.nav-list-item {
  position: relative;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .nav-list-item {
    margin-left: calc(32 / 750 * 100vw);
  }
}

.nav-list-item a {
  padding: 0px;
  text-align: center;
  width: 160px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .nav-list-item a {
    width: calc(138 / 750 * 100vw);
  }
}
.nav-list-item a:hover {
  opacity: 0.5;
}

.nav-list-item-txt {
  font-family: "游ゴシック", "Yu Gothic", "Yu Gothic bold", "游ゴシック medium", "Yu Gothic", "游ゴシック bold", "Yu Gothic", "游ゴシック Heavy", "Yu Gothic", Arial, "Yu Gothic Heavy", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .nav-list-item-txt {
    font-size: calc(24 / 750 * 100vw);
    padding-bottom: calc(10 / 750 * 100vw);
  }
}

.nav-list-item-arrow {
  width: 19px;
  height: 14px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .nav-list-item-arrow {
    width: calc(19 / 750 * 100vw);
    height: calc(14 / 750 * 100vw);
  }
}

.nav-list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -54px;
  display: inline-block;
  width: 76px;
  height: 2px;
  background-color: #cccccc;
  -webkit-transform: rotate(113deg);
          transform: rotate(113deg);
}
@media screen and (max-width: 767px) {
  .nav-list-item:before {
    width: calc(76 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    left: calc(-54 / 750 * 100vw);
  }
}

.nav-list-item:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -54px;
  display: inline-block;
  width: 76px;
  height: 2px;
  background-color: #cccccc;
  -webkit-transform: rotate(113deg);
          transform: rotate(113deg);
}
@media screen and (max-width: 767px) {
  .nav-list-item:last-child::after {
    width: calc(76 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    right: calc(-54 / 750 * 100vw);
  }
}

/* ============================
  selection main ttl
=============================*/
.selection-main_ttl-wrap {
  width: 100%;
  padding: 40px 0 50px;
  background: url(../../../../img/usr/feature/fea_adnursewear/section01_ttl_bg.jpg) center top/9px repeat;
}
@media screen and (max-width: 767px) {
  .selection-main_ttl-wrap {
    padding: calc(40 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
    background: url(../../../../img/usr/feature/fea_adnursewear/section01_ttl_bg.jpg) center top/calc(9 / 750 * 100vw) repeat;
  }
}

.selection-main_ttl {
  width: 890px;
  margin: 0 auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection-main_ttl {
    width: calc(650 / 750 * 100vw);
  }
}

/* ============================
  selection01-top
=============================*/
.selection01-wrap {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .selection01-wrap {
    padding-top: calc(80 / 750 * 100vw);
  }
}

.selection02-wrap {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .selection02-wrap {
    padding-top: calc(80 / 750 * 100vw);
  }
}

.selection03-wrap {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .selection03-wrap {
    padding-top: calc(80 / 750 * 100vw);
  }
}

.selection01-top,
.selection02-top,
.selection03-top {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-top: 136px;
}
@media screen and (max-width: 767px) {
  .selection01-top,
.selection02-top,
.selection03-top {
    width: 100%;
    padding-top: calc(217 / 750 * 100vw);
  }
}

.selection01-ttl,
.selection02-ttl,
.selection03-ttl {
  position: absolute;
  left: -34px;
  top: 0;
  font-size: 0;
  width: 652px;
  height: 156px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .selection01-ttl,
.selection02-ttl,
.selection03-ttl {
    left: calc(45 / 750 * 100vw);
    width: calc(632 / 750 * 100vw);
    height: calc(158 / 750 * 100vw);
  }
}

.selection01-top-box,
.selection02-top-box,
.selection03-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .selection01-top-box,
.selection02-top-box,
.selection03-top-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.selection01-top-box-main-img-list,
.selection02-top-box-main-img-list,
.selection03-top-box-main-img-list {
  position: relative;
  width: 480px;
  height: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .selection01-top-box-main-img-list,
.selection02-top-box-main-img-list,
.selection03-top-box-main-img-list {
    width: calc(630 / 750 * 100vw);
    height: calc(630 / 750 * 100vw);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.selection01-top-box-main-img-list::before,
.selection02-top-box-main-img-list::before,
.selection03-top-box-main-img-list::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .selection01-top-box-main-img-list::before,
.selection02-top-box-main-img-list::before,
.selection03-top-box-main-img-list::before {
    content: "";
    height: 100%;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    width: calc(10 / 750 * 100vw);
    right: calc(-30 / 750 * 100vw);
  }
}

.selection01-top-box-main-img-list li,
.selection02-top-box-main-img-list li,
.selection03-top-box-main-img-list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 480px;
  height: 480px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .selection01-top-box-main-img-list li,
.selection02-top-box-main-img-list li,
.selection03-top-box-main-img-list li {
    width: calc(630 / 750 * 100vw);
    height: calc(630 / 750 * 100vw);
  }
}
.selection01-top-box-main-img-list li img,
.selection02-top-box-main-img-list li img,
.selection03-top-box-main-img-list li img {
  width: 100%;
  height: 100%;
}
.selection01-top-box-main-img-list li.is-active,
.selection02-top-box-main-img-list li.is-active,
.selection03-top-box-main-img-list li.is-active {
  opacity: 1;
}

.selection01-top-box-thum_img-list-box,
.selection02-top-box-thum_img-list-box,
.selection03-top-box-thum_img-list-box {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .selection01-top-box-thum_img-list-box,
.selection02-top-box-thum_img-list-box,
.selection03-top-box-thum_img-list-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(630 / 750 * 100vw);
  }
}

.selection01-top-box-thum_img-list,
.selection02-top-box-thum_img-list,
.selection03-top-box-thum_img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 630px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .selection01-top-box-thum_img-list,
.selection02-top-box-thum_img-list,
.selection03-top-box-thum_img-list {
    width: calc(630 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto calc(60 / 750 * 100vw);
  }
}

.selection01-top-box-thum_img-list li,
.selection02-top-box-thum_img-list li,
.selection03-top-box-thum_img-list li {
  width: 135px;
  height: 135px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .selection01-top-box-thum_img-list li,
.selection02-top-box-thum_img-list li,
.selection03-top-box-thum_img-list li {
    width: calc(135 / 750 * 100vw);
    height: calc(135 / 750 * 100vw);
  }
}
.selection01-top-box-thum_img-list li img,
.selection02-top-box-thum_img-list li img,
.selection03-top-box-thum_img-list li img {
  width: 100%;
  height: 100%;
}
.selection01-top-box-thum_img-list li.is-active,
.selection02-top-box-thum_img-list li.is-active,
.selection03-top-box-thum_img-list li.is-active {
  opacity: 1;
}
.selection01-top-box-thum_img-list li:hover,
.selection02-top-box-thum_img-list li:hover,
.selection03-top-box-thum_img-list li:hover {
  opacity: 1;
}

.selection01-top-box-txt,
.selection02-top-box-txt,
.selection03-top-box-txt {
  position: relative;
  width: 520px;
}
@media screen and (max-width: 767px) {
  .selection01-top-box-txt,
.selection02-top-box-txt,
.selection03-top-box-txt {
    margin: 0 auto;
    width: calc(710 / 750 * 100vw);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.selection01-top-box-txt::before,
.selection02-top-box-txt::before,
.selection03-top-box-txt::before {
  content: "";
  width: 6px;
  height: 100%;
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .selection01-top-box-txt::before,
.selection02-top-box-txt::before,
.selection03-top-box-txt::before {
    width: calc(10 / 750 * 100vw);
    left: calc(30 / 750 * 100vw);
  }
}

.selection01-top-box-txt-catch-wrap,
.selection02-top-box-txt-catch-wrap,
.selection03-top-box-txt-catch-wrap {
  border-bottom: #000 solid 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 278px;
}
@media screen and (max-width: 767px) {
  .selection01-top-box-txt-catch-wrap,
.selection02-top-box-txt-catch-wrap,
.selection03-top-box-txt-catch-wrap {
    border-bottom: #000 solid calc(2 / 750 * 100vw);
    height: auto;
  }
}

.selection01-top-box-txt-catch,
.selection02-top-box-txt-catch,
.selection03-top-box-txt-catch {
  padding-left: 77px;
  vertical-align: bottom;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 34px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .selection01-top-box-txt-catch,
.selection02-top-box-txt-catch,
.selection03-top-box-txt-catch {
    font-weight: 600;
    padding-left: calc(80 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
    padding-bottom: calc(20 / 750 * 100vw);
  }
}

.selection01-top-box-txt-list-wrap,
.selection02-top-box-txt-list-wrap,
.selection03-top-box-txt-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 202px;
}
@media screen and (max-width: 767px) {
  .selection01-top-box-txt-list-wrap,
.selection02-top-box-txt-list-wrap,
.selection03-top-box-txt-list-wrap {
    height: auto;
  }
}

.selection01-top-box-txt-list,
.selection02-top-box-txt-list,
.selection03-top-box-txt-list {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .selection01-top-box-txt-list,
.selection02-top-box-txt-list,
.selection03-top-box-txt-list {
    padding-left: calc(80 / 750 * 100vw);
    padding-top: calc(60 / 750 * 100vw);
  }
}

.selection01-top-box-txt-list-item,
.selection02-top-box-txt-list-item,
.selection03-top-box-txt-list-item {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
}
.selection01-top-box-txt-list-item span,
.selection02-top-box-txt-list-item span,
.selection03-top-box-txt-list-item span {
  padding-right: 9px;
}
@media screen and (max-width: 767px) {
  .selection01-top-box-txt-list-item span,
.selection02-top-box-txt-list-item span,
.selection03-top-box-txt-list-item span {
    padding-right: calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .selection01-top-box-txt-list-item,
.selection02-top-box-txt-list-item,
.selection03-top-box-txt-list-item {
    font-size: calc(28 / 750 * 100vw);
    padding-bottom: calc(12 / 750 * 100vw);
  }
}
.selection01-top-box-txt-list-item:last-child,
.selection02-top-box-txt-list-item:last-child,
.selection03-top-box-txt-list-item:last-child {
  padding-bottom: 0;
}

/* ============================
  selection01-color
=============================*/
.selection01-color-box,
.selection02-color-box {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 340px;
  background: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .selection01-color-box,
.selection02-color-box {
    height: calc(486 / 750 * 100vw);
  }
}

.selection03-color-box {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 320px;
  background: none;
  z-index: 2;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .selection03-color-box {
    height: calc(280 / 750 * 100vw);
    margin-bottom: calc(500 / 750 * 100vw);
  }
}
.selection03-color-box:before {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .selection03-color-box:before {
    background: none;
  }
}

.s-white-navy {
  background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-navy.jpg) center bottom/8px 200px repeat-x;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-white-navy {
    background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-navy.jpg) center/calc(8 / 750 * 100vw) calc(200 / 750 * 100vw) repeat-x;
  }
}

.s-white {
  background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white.jpg) center bottom/8px 200px repeat-x;
}
@media screen and (max-width: 767px) {
  .s-white {
    background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white.jpg) center/calc(8 / 750 * 100vw) calc(200 / 750 * 100vw) repeat-x;
  }
}

.s-pink-pink {
  background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_pink.jpg) center bottom/8px 200px repeat-x;
}
@media screen and (max-width: 767px) {
  .s-pink-pink {
    background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_pink.jpg) center/calc(8 / 750 * 100vw) calc(200 / 750 * 100vw) repeat-x;
  }
}

.s-navy-navy {
  background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_navy.jpg) center bottom/8px 200px repeat-x;
}
@media screen and (max-width: 767px) {
  .s-navy-navy {
    background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_navy.jpg) center/calc(8 / 750 * 100vw) calc(200 / 750 * 100vw) repeat-x;
  }
}

.s-white-berrypink {
  background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-berrypink.jpg) center bottom/8px 200px repeat-x;
}
@media screen and (max-width: 767px) {
  .s-white-berrypink {
    background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-berrypink.jpg) center/calc(8 / 750 * 100vw) calc(200 / 750 * 100vw) repeat-x;
  }
}

.s-white-lavender {
  background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-lavender.jpg) center bottom/8px 200px repeat-x;
}
@media screen and (max-width: 767px) {
  .s-white-lavender {
    background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-lavender.jpg) center/calc(8 / 750 * 100vw) calc(200 / 750 * 100vw) repeat-x;
  }
}

.s-white-blue {
  background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-blue.jpg) center bottom/8px 200px repeat-x;
}
@media screen and (max-width: 767px) {
  .s-white-blue {
    background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-blue.jpg) center/calc(8 / 750 * 100vw) calc(200 / 750 * 100vw) repeat-x;
  }
}

.s-white-burgundy {
  background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-burgundy.jpg) center bottom/8px 200px repeat-x;
}
@media screen and (max-width: 767px) {
  .s-white-burgundy {
    background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-burgundy.jpg) center/calc(8 / 750 * 100vw) calc(200 / 750 * 100vw) repeat-x;
  }
}

.s-white-gray {
  background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-gray.jpg) center bottom/8px 200px repeat-x;
}
@media screen and (max-width: 767px) {
  .s-white-gray {
    background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-gray.jpg) center/calc(8 / 750 * 100vw) calc(200 / 750 * 100vw) repeat-x;
  }
}

.s-white-turquoisegreen {
  background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-turquoisegreen.jpg) center bottom/8px 200px repeat-x;
}
@media screen and (max-width: 767px) {
  .s-white-turquoisegreen {
    background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-turquoisegreen.jpg) center/calc(8 / 750 * 100vw) calc(200 / 750 * 100vw) repeat-x;
  }
}

.s-white-pink {
  background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-pink.jpg) center bottom/8px 200px repeat-x;
}
@media screen and (max-width: 767px) {
  .s-white-pink {
    background: url(../../../../img/usr/feature/fea_adnursewear/s_bg_white-pink.jpg) center/calc(8 / 750 * 100vw) calc(200 / 750 * 100vw) repeat-x;
  }
}

.p-burgundy {
  background: -webkit-gradient(linear, left top, right top, from(#7f1f2b), color-stop(50%, #7f1f2b), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #7f1f2b 0%, #7f1f2b 50%, #ffffff 51%, #ffffff 100%);
  z-index: 1;
}

.p-navy {
  background: -webkit-gradient(linear, left top, right top, from(#052e4b), color-stop(50%, #052e4b), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #052e4b 0%, #052e4b 50%, #ffffff 51%, #ffffff 100%);
  z-index: 1;
}

.Coral_white {
  background: -webkit-gradient(linear, left top, right top, from(#f08381), color-stop(50%, #f08381), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #f08381 0%, #f08381 50%, #ffffff 51%, #ffffff 100%);
  z-index: 1;
}

.navy_shockingpink, .navy_white {
  background: -webkit-gradient(linear, left top, right top, from(#052e4b), color-stop(50%, #052e4b), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #052e4b 0%, #052e4b 50%, #ffffff 51%, #ffffff 100%);
}

.p-white, .white_navy {
  background: -webkit-gradient(linear, left top, right top, from(#fafbfc), color-stop(50%, #fafbfc), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #fafbfc 0%, #fafbfc 50%, #ffffff 51%, #ffffff 100%);
}

.turquoise_navy {
  background: -webkit-gradient(linear, left top, right top, from(#00a9d4), color-stop(50%, #00a9d4), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #00a9d4 0%, #00a9d4 50%, #ffffff 51%, #ffffff 100%);
}

.lilac_white {
  background: -webkit-gradient(linear, left top, right top, from(#b6caea), color-stop(50%, #b6caea), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #b6caea 0%, #b6caea 50%, #ffffff 51%, #ffffff 100%);
}

.mint_white {
  background: -webkit-gradient(linear, left top, right top, from(#a8e0d4), color-stop(50%, #a8e0d4), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #a8e0d4 0%, #a8e0d4 50%, #ffffff 51%, #ffffff 100%);
}

.lemonyellow_white {
  background: -webkit-gradient(linear, left top, right top, from(#f5f093), color-stop(50%, #f5f093), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #f5f093 0%, #f5f093 50%, #ffffff 51%, #ffffff 100%);
}

.lavender_white {
  background: -webkit-gradient(linear, left top, right top, from(#bbafd5), color-stop(50%, #bbafd5), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #bbafd5 0%, #bbafd5 50%, #ffffff 51%, #ffffff 100%);
}

.pink_white {
  background: -webkit-gradient(linear, left top, right top, from(#f7c9c4), color-stop(50%, #f7c9c4), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #f7c9c4 0%, #f7c9c4 50%, #ffffff 51%, #ffffff 100%);
}

.shockingpink_navy {
  background: -webkit-gradient(linear, left top, right top, from(#df4a76), color-stop(50%, #df4a76), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #df4a76 0%, #df4a76 50%, #ffffff 51%, #ffffff 100%);
}

.burgundy_navy {
  background: -webkit-gradient(linear, left top, right top, from(#7f1f2b), color-stop(50%, #7f1f2b), color-stop(51%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #7f1f2b 0%, #7f1f2b 50%, #ffffff 51%, #ffffff 100%);
}

.selection01-color-box-inner {
  background: #fff;
  height: 340px;
  width: 846px;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .selection01-color-box-inner {
    width: calc(650 / 750 * 100vw);
    height: calc(486 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) 0 0 auto;
  }
}

.selection02-color-box-inner {
  background: #fff;
  height: 340px;
  width: 820px;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .selection02-color-box-inner {
    width: calc(620 / 750 * 100vw);
    height: calc(486 / 750 * 100vw);
    margin: calc(160 / 750 * 100vw) 0 0 auto;
  }
}

.selection03-color-box-inner {
  background: #fff;
  height: 340px;
  width: 846px;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .selection03-color-box-inner {
    width: calc(270 / 750 * 100vw);
    height: calc(280 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) 0 0 auto;
  }
}

.Coral_white .selection01-color-box-inner,
.navy_white .selection01-color-box-inner,
.lilac_white .selection01-color-box-inner,
.mint_white .selection01-color-box-inner,
.lemonyellow_white .selection01-color-box-inner,
.lavender_white .selection01-color-box-inner,
.pink_white .selection01-color-box-inner {
  border-left: #fafbfc solid 30px;
}
@media screen and (max-width: 767px) {
  .Coral_white .selection01-color-box-inner,
.navy_white .selection01-color-box-inner,
.lilac_white .selection01-color-box-inner,
.mint_white .selection01-color-box-inner,
.lemonyellow_white .selection01-color-box-inner,
.lavender_white .selection01-color-box-inner,
.pink_white .selection01-color-box-inner {
    border-left: #fafbfc solid calc(30 / 750 * 100vw);
  }
}

.white_navy .selection01-color-box-inner,
.turquoise_navy .selection01-color-box-inner,
.shockingpink_navy .selection01-color-box-inner,
.burgundy_navy .selection01-color-box-inner {
  border-left: #052e4b solid 30px;
}
@media screen and (max-width: 767px) {
  .white_navy .selection01-color-box-inner,
.turquoise_navy .selection01-color-box-inner,
.shockingpink_navy .selection01-color-box-inner,
.burgundy_navy .selection01-color-box-inner {
    border-left: #052e4b solid calc(30 / 750 * 100vw);
  }
}

.navy_shockingpink .selection01-color-box-inner {
  border-left: #df4a76 solid 30px;
}
@media screen and (max-width: 767px) {
  .navy_shockingpink .selection01-color-box-inner {
    border-left: #df4a76 solid calc(30 / 750 * 100vw);
  }
}

.selection01-color-box-product,
.selection02-color-box-product,
.selection03-color-box-product {
  position: absolute;
  display: block;
  z-index: 2;
  left: 44px;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .selection01-color-box-product,
.selection02-color-box-product,
.selection03-color-box-product {
    left: calc(30 / 750 * 100vw);
  }
}

.selection02-color-box-product {
  left: 203px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  .selection02-color-box-product {
    left: calc(120 / 750 * 100vw);
  }
}

.selection03-color-box-product {
  left: 71px;
  top: auto;
  bottom: -10px;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
@media screen and (max-width: 767px) {
  .selection03-color-box-product {
    left: calc(-316 / 750 * 100vw);
    top: auto;
    bottom: calc(-230 / 750 * 100vw);
  }
}

.s-white-navy .selection03-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/shoes_white-navy.png);
  width: 338px;
  height: 272px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-white-navy .selection03-color-box-product {
    width: calc(422 / 750 * 100vw);
    height: calc(340 / 750 * 100vw);
  }
}

.s-white .selection03-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/shoes_white.png);
  width: 338px;
  height: 272px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-white .selection03-color-box-product {
    width: calc(422 / 750 * 100vw);
    height: calc(340 / 750 * 100vw);
  }
}

.s-pink-pink .selection03-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/shoes_pink-pink.png);
  width: 338px;
  height: 272px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-pink-pink .selection03-color-box-product {
    width: calc(422 / 750 * 100vw);
    height: calc(340 / 750 * 100vw);
  }
}

.s-navy-navy .selection03-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/shoes_navy-navy.png);
  width: 338px;
  height: 272px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-navy-navy .selection03-color-box-product {
    width: calc(422 / 750 * 100vw);
    height: calc(340 / 750 * 100vw);
  }
}

.s-white-berrypink .selection03-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/shoes_white-berrypink.png);
  width: 338px;
  height: 272px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-white-berrypink .selection03-color-box-product {
    width: calc(422 / 750 * 100vw);
    height: calc(340 / 750 * 100vw);
  }
}

.s-white-lavender .selection03-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/shoes_white-lavender.png);
  width: 338px;
  height: 272px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-white-lavender .selection03-color-box-product {
    width: calc(422 / 750 * 100vw);
    height: calc(340 / 750 * 100vw);
  }
}

.s-white-blue .selection03-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/shoes_white-blue.png);
  width: 338px;
  height: 272px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-white-blue .selection03-color-box-product {
    width: calc(422 / 750 * 100vw);
    height: calc(340 / 750 * 100vw);
  }
}

.s-white-burgundy .selection03-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/shoes_white-burgundy.png);
  width: 338px;
  height: 272px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-white-burgundy .selection03-color-box-product {
    width: calc(422 / 750 * 100vw);
    height: calc(340 / 750 * 100vw);
  }
}

.s-white-gray .selection03-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/shoes_white-gray.png);
  width: 338px;
  height: 272px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-white-gray .selection03-color-box-product {
    width: calc(422 / 750 * 100vw);
    height: calc(340 / 750 * 100vw);
  }
}

.s-white-turquoisegreen .selection03-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/shoes_white-turquoisegreen.png);
  width: 338px;
  height: 272px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-white-turquoisegreen .selection03-color-box-product {
    width: calc(422 / 750 * 100vw);
    height: calc(340 / 750 * 100vw);
  }
}

.s-white-pink .selection03-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/shoes_white-pink.png);
  width: 338px;
  height: 272px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-white-pink .selection03-color-box-product {
    width: calc(422 / 750 * 100vw);
    height: calc(340 / 750 * 100vw);
  }
}

.p-burgundy .selection02-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/pants_burgundy.png);
  width: 117px;
  height: 339px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-burgundy .selection02-color-box-product {
    width: calc(248 / 750 * 100vw);
    height: calc(715 / 750 * 100vw);
  }
}

.p-navy .selection02-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/pants_navy.png);
  width: 117px;
  height: 339px;
}
@media screen and (max-width: 767px) {
  .p-navy .selection02-color-box-product {
    width: calc(248 / 750 * 100vw);
    height: calc(715 / 750 * 100vw);
  }
}

.p-white .selection02-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/pants_white.png);
  width: 117px;
  height: 339px;
}
@media screen and (max-width: 767px) {
  .p-white .selection02-color-box-product {
    width: calc(248 / 750 * 100vw);
    height: calc(715 / 750 * 100vw);
  }
}

.Coral_white .selection01-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/scrub_coral-white.png);
  width: 287px;
  height: 333px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .Coral_white .selection01-color-box-product {
    width: calc(413 / 750 * 100vw);
    height: calc(481 / 750 * 100vw);
  }
}

.navy_shockingpink .selection01-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/scrub_navy-shockingpink.png);
  width: 296px;
  height: 335px;
}
@media screen and (max-width: 767px) {
  .navy_shockingpink .selection01-color-box-product {
    width: calc(426 / 750 * 100vw);
    height: calc(484 / 750 * 100vw);
  }
}

.navy_white .selection01-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/scrub_navy-white.png);
  width: 285px;
  height: 333px;
}
@media screen and (max-width: 767px) {
  .navy_white .selection01-color-box-product {
    width: calc(411 / 750 * 100vw);
    height: calc(480 / 750 * 100vw);
  }
}

.white_navy .selection01-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/scrub_white-navy.png);
  width: 289px;
  height: 334px;
}
@media screen and (max-width: 767px) {
  .white_navy .selection01-color-box-product {
    width: calc(417 / 750 * 100vw);
    height: calc(482 / 750 * 100vw);
  }
}

.turquoise_navy .selection01-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/scrub_turquoise-navy.png);
  width: 289px;
  height: 336px;
}
@media screen and (max-width: 767px) {
  .turquoise_navy .selection01-color-box-product {
    width: calc(418 / 750 * 100vw);
    height: calc(485 / 750 * 100vw);
  }
}

.lilac_white .selection01-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/scrub_lilac-white.png);
  width: 291px;
  height: 334px;
}
@media screen and (max-width: 767px) {
  .lilac_white .selection01-color-box-product {
    width: calc(419 / 750 * 100vw);
    height: calc(482 / 750 * 100vw);
  }
}

.mint_white .selection01-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/scrub_mint-white.png);
  width: 300px;
  height: 335px;
}
@media screen and (max-width: 767px) {
  .mint_white .selection01-color-box-product {
    width: calc(433 / 750 * 100vw);
    height: calc(484 / 750 * 100vw);
  }
}

.lemonyellow_white .selection01-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/scrub_lemonyellow-white.png);
  width: 286px;
  height: 331px;
}
@media screen and (max-width: 767px) {
  .lemonyellow_white .selection01-color-box-product {
    width: calc(414 / 750 * 100vw);
    height: calc(479 / 750 * 100vw);
  }
}

.lavender_white .selection01-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/scrub_lavender-white.png);
  width: 287px;
  height: 336px;
}
@media screen and (max-width: 767px) {
  .lavender_white .selection01-color-box-product {
    width: calc(414 / 750 * 100vw);
    height: calc(484 / 750 * 100vw);
  }
}

.pink_white .selection01-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/scrub_pink-white.png);
  width: 300px;
  height: 335px;
}
@media screen and (max-width: 767px) {
  .pink_white .selection01-color-box-product {
    width: calc(414 / 750 * 100vw);
    height: calc(476 / 750 * 100vw);
  }
}

.shockingpink_navy .selection01-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/scrub_shockingpink-navy.png);
  width: 289px;
  height: 334px;
}
@media screen and (max-width: 767px) {
  .shockingpink_navy .selection01-color-box-product {
    width: calc(417 / 750 * 100vw);
    height: calc(483 / 750 * 100vw);
  }
}

.burgundy_navy .selection01-color-box-product {
  background-image: url(../../../../img/usr/feature/fea_adnursewear/scrub_burgundy-navy.png);
  width: 291px;
  height: 338px;
}
@media screen and (max-width: 767px) {
  .burgundy_navy .selection01-color-box-product {
    width: calc(421 / 750 * 100vw);
    height: calc(488 / 750 * 100vw);
  }
}

.selection01-color-box-product-txt,
.selection02-color-box-product-txt,
.selection03-color-box-product-txt {
  z-index: 0;
  position: absolute;
  width: 190px;
  height: 190px;
  top: 125px;
  left: 261px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: #000 solid 5px;
  border-top: #000 solid 5px;
  border-right: #000 solid 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .selection01-color-box-product-txt,
.selection02-color-box-product-txt,
.selection03-color-box-product-txt {
    width: calc(272 / 750 * 100vw);
    height: calc(272 / 750 * 100vw);
    top: calc(180 / 750 * 100vw);
    left: auto;
    right: 0;
    border-bottom: #000 solid calc(4 / 750 * 100vw);
    border-top: #000 solid calc(4 / 750 * 100vw);
    border-right: none;
  }
}
.selection01-color-box-product-txt p,
.selection02-color-box-product-txt p,
.selection03-color-box-product-txt p {
  padding-left: 10px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .selection01-color-box-product-txt p,
.selection02-color-box-product-txt p,
.selection03-color-box-product-txt p {
    padding-left: 0;
    font-size: calc(28 / 750 * 100vw);
  }
}

.selection02-color-box-product-txt {
  top: 35px;
  left: 420px;
  border-left: #000 solid 5px;
}
@media screen and (max-width: 767px) {
  .selection02-color-box-product-txt {
    top: calc(268 / 750 * 100vw);
    left: auto;
    right: 0;
  }
}

.selection03-color-box-product-txt {
  top: auto;
  bottom: 0;
  left: 382px;
  border-left: #000 solid 5px;
}
@media screen and (max-width: 767px) {
  .selection03-color-box-product-txt {
    border-left: #000 solid calc(5 / 750 * 100vw);
    top: 0;
    left: auto;
    right: 0;
  }
}

.selection01-color-list,
.selection02-color-list,
.selection03-color-list {
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 176px;
  left: 494px;
}
@media screen and (max-width: 767px) {
  .selection01-color-list,
.selection02-color-list,
.selection03-color-list {
    width: calc(580 / 750 * 100vw);
    top: auto;
    bottom: calc(-60 / 750 * 100vw);
    left: calc(-45 / 750 * 100vw);
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
  }
}

.selection02-color-list {
  width: 140px;
  top: 260px;
  left: 450px;
}
@media screen and (max-width: 767px) {
  .selection02-color-list {
    width: calc(280 / 750 * 100vw);
    top: auto;
    bottom: calc(-165 / 750 * 100vw);
    left: calc(108 / 750 * 100vw);
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
  }
}

.selection03-color-list {
  width: 292px;
  top: 170px;
  left: 620px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .selection03-color-list {
    width: calc(590 / 750 * 100vw);
    top: auto;
    bottom: calc(-290 / 750 * 100vw);
    left: calc(-400 / 750 * 100vw);
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
  }
}

.selection01-color-list-item,
.selection02-color-list-item,
.selection03-color-list-item {
  width: 40px;
  height: 40px;
  font-size: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .selection01-color-list-item,
.selection02-color-list-item,
.selection03-color-list-item {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.selection01-color-list-item:last-child,
.selection02-color-list-item:last-child,
.selection03-color-list-item:last-child {
  margin-right: 0;
}
.selection01-color-list-item:nth-child(6n),
.selection02-color-list-item:nth-child(6n),
.selection03-color-list-item:nth-child(6n) {
  margin-right: 0;
}

.selection03-point-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .selection03-point-box-wrap {
    margin-bottom: calc(120 / 750 * 100vw);
  }
}

.selection03-point-box {
  position: relative;
  background: #000;
  padding: 4px;
  width: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .selection03-point-box {
    width: calc(630 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw);
  }
}

.selection03-point-box-inner {
  background: #dce0df;
  border-radius: 30px;
}

.selection03-point-box-ttl {
  width: 482px;
  height: 40px;
  background: #000;
  top: 0%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .selection03-point-box-ttl {
    width: calc(482 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
  }
}
.selection03-point-box-ttl p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .selection03-point-box-ttl p {
    font-size: calc(36 / 750 * 100vw);
  }
}

.selection03-point-box-txt {
  text-align: center;
  font-size: 16px;
  padding: 50px 0 40px;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .selection03-point-box-txt {
    font-size: calc(28 / 750 * 100vw);
  }
}

.selection03-point-list-item01-txt-box-notes {
  font-size: 12px;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item01-txt-box-notes {
    font-size: calc(22 / 750 * 100vw);
    text-align: left;
    margin-left: calc(60 / 750 * 100vw);
    padding-top: calc(30 / 750 * 100vw);
  }
}

.selection-color-angle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.selection-color-angle-list-item {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .selection-color-angle-list-item {
    margin-top: calc(310 / 750 * 100vw);
  }
}
.selection-color-angle-list-item img {
  width: 150px;
  height: 200px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection-color-angle-list-item img {
    width: calc(150 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
  }
}
.selection-color-angle-list-item p {
  font-size: 14px;
  padding-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .selection-color-angle-list-item p {
    font-size: calc(22 / 750 * 100vw);
    padding-top: calc(10 / 750 * 100vw);
  }
}

.selection02-color-angle-list-item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .selection02-color-angle-list-item {
    margin-top: calc(345 / 750 * 100vw);
  }
}
.selection02-color-angle-list-item img {
  width: 150px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .selection02-color-angle-list-item img {
    width: calc(150 / 750 * 100vw);
    height: calc(300 / 750 * 100vw);
  }
}

.selection01-name-service {
  width: 567px;
  font-size: 0;
  margin: 160px auto 0;
}
@media screen and (max-width: 767px) {
  .selection01-name-service {
    width: calc(673 / 750 * 100vw);
    margin: calc(120 / 750 * 100vw) auto 0;
  }
}

/* ============================
  selection01-point-list
=============================*/
.selection01-point-list-item,
.selection02-point-list-item,
.selection03-point-list-item {
  width: 880px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-item,
.selection02-point-list-item,
.selection03-point-list-item {
    width: calc(630 / 750 * 100vw);
  }
}

.selection03-point-list-item {
  width: 880px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item {
    width: calc(637 / 750 * 100vw);
    margin: 0 calc(53 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}

.selection01-point-list-item01 {
  padding-right: 215px;
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-item01 {
    padding-left: 0;
    margin-bottom: calc(456 / 750 * 100vw);
  }
}

.selection02-point-list-item01 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .selection02-point-list-item01 {
    margin-bottom: calc(300 / 750 * 100vw);
  }
}

.selection03-point-list-item01 {
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item01 {
    margin-bottom: calc(360 / 750 * 100vw);
  }
}

.selection01-point-list-item02 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-item02 {
    padding-left: 0;
    margin-bottom: calc(390 / 750 * 100vw);
  }
}

.selection02-point-list-item02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .selection02-point-list-item02 {
    margin-bottom: calc(310 / 750 * 100vw);
  }
}

.selection03-point-list-item02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item02 {
    margin-bottom: calc(130 / 750 * 100vw);
  }
}

.selection01-point-list-item03 {
  margin-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-item03 {
    margin-bottom: calc(320 / 750 * 100vw);
  }
}

.selection02-point-list-item03 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .selection02-point-list-item03 {
    margin-bottom: calc(328 / 750 * 100vw);
  }
}

.selection03-point-list-item03 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item03 {
    margin-bottom: calc(300 / 750 * 100vw);
  }
}

.selection01-point-list-item04 {
  margin-bottom: 224px;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-item04 {
    margin-bottom: calc(210 / 750 * 100vw);
  }
}

.selection02-point-list-item04 {
  margin-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .selection02-point-list-item04 {
    margin-bottom: calc(206 / 750 * 100vw);
  }
}

.selection03-point-list-item04 {
  margin-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item04 {
    margin-bottom: calc(250 / 750 * 100vw);
  }
}

.selection03-point-list-item05 {
  margin-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item05 {
    margin-bottom: calc(120 / 750 * 100vw);
  }
}

.selection03-point-list-item06 {
  margin-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item06 {
    margin-bottom: calc(220 / 750 * 100vw);
  }
}

.selection01-point-list-item01-main-img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-item01-main-img {
    width: calc(540 / 750 * 100vw);
  }
}

.selection01-point-list-item02-main-img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-item02-main-img {
    width: calc(552 / 750 * 100vw);
  }
}

.selection01-point-list-item03-main-img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-item03-main-img {
    width: calc(630 / 750 * 100vw);
  }
}

.selection01-point-list-item04-main-img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-item04-main-img {
    width: calc(541 / 750 * 100vw);
  }
}

.selection02-point-list-item01-main-img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection02-point-list-item01-main-img {
    width: calc(630 / 750 * 100vw);
  }
}

.selection02-point-list-item02-main-img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection02-point-list-item02-main-img {
    width: calc(541 / 750 * 100vw);
  }
}

.selection02-point-list-item03-main-img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection02-point-list-item03-main-img {
    width: calc(540 / 750 * 100vw);
  }
}

.selection02-point-list-item04-main-img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection02-point-list-item04-main-img {
    width: calc(540 / 750 * 100vw);
  }
}

.selection03-point-list-item01-main-img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item01-main-img {
    width: calc(541 / 750 * 100vw);
  }
}

.selection03-point-list-item02-main-img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item02-main-img {
    width: calc(540 / 750 * 100vw);
  }
}

.selection03-point-list-item03-main-img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item03-main-img {
    width: calc(630 / 750 * 100vw);
  }
}

.selection03-point-list-item04-main-img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item04-main-img {
    width: calc(637 / 750 * 100vw);
  }
}

.selection03-point-list-item05-main-img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item05-main-img {
    width: calc(540 / 750 * 100vw);
  }
}

.selection03-point-list-item06-main-img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item06-main-img {
    width: calc(540 / 750 * 100vw);
  }
}

.selection01-point-list-item01-txt-box {
  top: 340px;
  left: 0;
  font-size: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-item01-txt-box {
    top: calc(730 / 750 * 100vw);
  }
}

.selection02-point-list-item01-txt-box {
  top: 735px;
  left: 0;
  font-size: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection02-point-list-item01-txt-box {
    top: calc(738 / 750 * 100vw);
  }
}

.selection03-point-list-item01-txt-box {
  top: 520px;
  left: 0;
  font-size: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item01-txt-box {
    top: calc(660 / 750 * 100vw);
  }
}

.selection01-point-list-item02-txt-box {
  top: 425px;
  right: 0;
  text-align: right;
  font-size: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-item02-txt-box {
    top: calc(738 / 750 * 100vw);
    left: auto;
  }
}

.selection02-point-list-item02-txt-box {
  top: 530px;
  right: 0;
  text-align: right;
  font-size: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection02-point-list-item02-txt-box {
    top: calc(740 / 750 * 100vw);
  }
}

.selection03-point-list-item02-txt-box {
  top: 576px;
  right: 0;
  text-align: right;
  font-size: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item02-txt-box {
    top: calc(740 / 750 * 100vw);
  }
}

.selection01-point-list-item03-txt-box {
  top: 730px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-item03-txt-box {
    top: calc(730 / 750 * 100vw);
  }
}

.selection02-point-list-item03-txt-box {
  top: 380px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection02-point-list-item03-txt-box {
    top: calc(740 / 750 * 100vw);
  }
}

.selection03-point-list-item03-txt-box {
  top: 360px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item03-txt-box {
    top: calc( 720/ 750 * 100vw);
  }
}

.selection02-point-list-item03-txt-box-notes {
  top: 585px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection02-point-list-item03-txt-box-notes {
    top: calc(980 / 750 * 100vw);
  }
}

.selection01-point-list-item04-txt-box {
  top: 740px;
  right: 0;
  text-align: right;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-item04-txt-box {
    top: calc(740 / 750 * 100vw);
  }
}

.selection02-point-list-item04-txt-box {
  top: 740px;
  right: 0;
  text-align: right;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection02-point-list-item04-txt-box {
    top: calc(740 / 750 * 100vw);
  }
}

.selection03-point-list-item04-txt-box {
  top: 740px;
  right: 0;
  text-align: right;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item04-txt-box {
    top: calc(740 / 750 * 100vw);
  }
}

.selection03-point-list-item05-txt-box {
  top: 650px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item05-txt-box {
    top: calc(660 / 750 * 100vw);
  }
}

.selection03-point-list-item06-txt-box {
  top: 740px;
  right: 0;
  text-align: right;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-item06-txt-box {
    top: calc(740 / 750 * 100vw);
  }
}

.selection01-point-list-item01-img02 {
  width: 269px;
  height: 246px;
  top: 597px;
  left: 0;
  font-size: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-item01-img02 {
    width: calc(283 / 750 * 100vw);
    height: calc(258 / 750 * 100vw);
    top: calc(730 / 750 * 100vw);
    left: auto;
    right: calc(-30 / 750 * 100vw);
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

.selection01-point-list-detail {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .selection01-point-list-detail {
    margin-bottom: calc(120 / 750 * 100vw);
  }
}

.selection02-point-list-detail {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .selection02-point-list-detail {
    margin-bottom: calc(120 / 750 * 100vw);
  }
}

.selection03-point-list-detail {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .selection03-point-list-detail {
    margin-bottom: calc(120 / 750 * 100vw);
  }
}

.selection01-point-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .selection01-point-detail-list {
    width: calc(630 / 750 * 100vw);
  }
}

.selection02-point-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .selection02-point-detail-list {
    width: calc(480 / 750 * 100vw);
  }
}

.selection03-point-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .selection03-point-detail-list {
    width: calc(480 / 750 * 100vw);
  }
}

.selection01-point-detail-list-item {
  width: 190px;
  margin-right: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .selection01-point-detail-list-item {
    width: calc(190 / 750 * 100vw);
    margin-right: calc(30 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.selection01-point-detail-list-item:nth-child(3n) {
  margin-right: 0;
}
.selection01-point-detail-list-item img {
  width: 100%;
  height: auto;
  font-size: 0;
}

.selection02-point-detail-list-item {
  width: 410px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .selection02-point-detail-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(223 / 750 * 100vw);
    margin-right: calc(30 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.selection02-point-detail-list-item:nth-child(2n) {
  margin-right: 0;
}
.selection02-point-detail-list-item img {
  width: 223px;
  height: 223px;
  height: auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .selection02-point-detail-list-item img {
    width: calc(223 / 750 * 100vw);
    height: calc(223 / 750 * 100vw);
  }
}

.selection03-point-detail-list-item {
  width: 223px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .selection03-point-detail-list-item {
    width: calc(223 / 750 * 100vw);
    margin-right: calc(30 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.selection03-point-detail-list-item:nth-child(2n) {
  margin-right: 0;
}
.selection03-point-detail-list-item img {
  width: 100%;
  height: auto;
  font-size: 0;
}

.selection01-point-detail-list-item-ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .selection01-point-detail-list-item-ttl {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(15 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
}

.selection02-point-detail-list-item-ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .selection02-point-detail-list-item-ttl {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(15 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
}

.selection01-point-detail-list-item-txt,
.selection02-point-detail-list-item-txt {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .selection01-point-detail-list-item-txt,
.selection02-point-detail-list-item-txt {
    font-size: calc(24 / 750 * 100vw);
  }
}

.selection02-point-detail-list-item-txt {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .selection02-point-detail-list-item-txt {
    padding: 0;
  }
}

.selection03-point-detail-list-item-txt {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .selection03-point-detail-list-item-txt {
    font-size: calc(24 / 750 * 100vw);
    padding-top: calc(20 / 750 * 100vw);
  }
}

.selection01-point-list-item04-txt-box-ttl {
  line-height: 1.2;
}

.selection02-point-list-item04-txt-box-ttl {
  line-height: 1.2;
}

/* ============================
  voice
=============================*/
.selection-voice-wrap {
  background: #b39f7d;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .selection-voice-wrap {
    padding-top: calc(120 / 750 * 100vw);
  }
}
.selection-voice-wrap .selection-ttl {
  color: #fff;
}
.selection-voice-wrap .selection-ttl .gold-txt {
  color: #f2e0c2;
}
.selection-voice-wrap .selection-ttl-catch {
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .selection-voice-wrap .selection-ttl-catch {
    font-size: calc(24 / 750 * 100vw);
  }
}

.voice-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 880px;
  padding-bottom: 90px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .voice-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(710 / 750 * 100vw);
    padding-bottom: calc(80 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto 0;
  }
}

.voice-list-item {
  background: #fff;
  width: 426px;
  margin-right: 28px;
  margin-bottom: 30px;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.voice-list-item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .voice-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: calc(40 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.voice-list-item-ttl {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .voice-list-item-ttl {
    font-size: calc(36 / 750 * 100vw);
  }
}

.voice-list-item-ster-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .voice-list-item-ster-box {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.voice-list-item-ster {
  width: 106px;
}
@media screen and (max-width: 767px) {
  .voice-list-item-ster {
    width: calc(179 / 750 * 100vw);
  }
}

.voice-list-item-user {
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #808080;
}
@media screen and (max-width: 767px) {
  .voice-list-item-user {
    font-size: calc(20 / 750 * 100vw);
  }
}

.voice-list-item-user-info {
  color: #808080;
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .voice-list-item-user-info {
    font-size: calc(20 / 750 * 100vw);
    padding-bottom: calc(30 / 750 * 100vw);
  }
}

.voice-list-item-txt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .voice-list-item-txt {
    font-size: calc(28 / 750 * 100vw);
  }
}

.more {
  text-align: right;
  text-decoration: underline;
  color: #7c95bf;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.more img {
  width: 11px;
  height: 15px;
  margin-left: 6px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .more img {
    width: calc(15/750 * 100vw);
    height: calc(20/750 * 100vw);
  }
}
.more:hover {
  opacity: 0.7;
}

.other-link-box:first-child {
  padding: calc(36/750 * 100vw) 0 calc(36/750 * 100vw) 0px;
  width: 100%;
  background-image: none;
  display: inline-block;
}

/* ============================
  scrub
=============================*/
.product-link-wrap {
  width: 100%;
}

.scrub-link-wrap {
  background: url(../../../../img/usr/feature/fea_adnursewear/scrub_link_bg_pc.jpg) center top/1050px auto no-repeat, #eaeaec;
}
@media screen and (max-width: 767px) {
  .scrub-link-wrap {
    background: url(../../../../img/usr/feature/fea_adnursewear/scrub_link_bg_sp.jpg) center top/calc(750 / 750 * 100vw) auto no-repeat;
  }
}

.pants-link-wrap {
  background: url(../../../../img/usr/feature/fea_adnursewear/pants_link_bg_pc.jpg) center top/1920px auto no-repeat, #eaeaec;
}
@media screen and (max-width: 767px) {
  .pants-link-wrap {
    background: url(../../../../img/usr/feature/fea_adnursewear/pants_link_bg_sp.jpg) center top/calc(750 / 750 * 100vw) auto no-repeat;
  }
}

.shoes-link-wrap {
  background: url(../../../../img/usr/feature/fea_adnursewear/shoes_link_bg_pc.jpg) center top/1920px auto no-repeat, #eaeaec;
}
@media screen and (max-width: 767px) {
  .shoes-link-wrap {
    background: url(../../../../img/usr/feature/fea_adnursewear/shoes_link_bg_sp.jpg) center top/calc(750 / 750 * 100vw) auto no-repeat;
  }
}

.product-link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 288px;
}
@media screen and (max-width: 767px) {
  .product-link-inner {
    height: calc(427/750 * 100vw);
  }
}

.product-link-btn a {
  width: 560px;
  height: 70px;
  background: #000;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .product-link-btn a {
    padding: 0 calc(40/750 * 100vw);
    width: calc(670/750 * 100vw);
    height: calc(127/750 * 100vw);
  }
}
.product-link-btn a p {
  color: #ffffff;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product-link-btn a p {
    font-size: calc(28/750 * 100vw);
  }
}
.product-link-btn a img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
  width: 13px;
  height: 22px;
  font-size: 0;
}
.product-link-btn a:hover {
  opacity: 0.6;
}

.product-link-other {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .product-link-other {
    padding-top: calc(40/750 * 100vw);
  }
}
.product-link-other a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-link-other a:hover {
  opacity: 0.8;
}
.product-link-other a p {
  text-decoration: underline;
  color: #7c95bf;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .product-link-other a p {
    font-size: calc(24/750 * 100vw);
  }
}

/* ============================
  Special
=============================*/
.special-wrap {
  padding-top: 110px;
  z-index: 0;
  background: url(../../../../img/usr/feature/fea_adnursewear/Special.png) center top 78px/416px auto no-repeat, #1a1a1a;
}
@media screen and (max-width: 767px) {
  .special-wrap {
    padding-top: calc(90/750 * 100vw);
    background: url(../../../../img/usr/feature/fea_adnursewear/Special.png) center top calc(44/750 * 100vw)/calc(658/750 * 100vw) auto no-repeat, #1a1a1a;
  }
}

.special-inner {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .special-inner {
    width: 100%;
  }
}

.special-ttl {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .special-ttl {
    font-size: calc(60/750 * 100vw);
  }
}
.special-ttl span {
  font-size: 80%;
}

.special-list {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .special-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(90/750 * 100vw);
  }
}

.special-list-item {
  width: 430px;
  background: #e0d0af;
  border-left: #b29f7d 10px solid;
  padding: 35px 40px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.special-list-item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .special-list-item {
    margin-right: 0;
    margin-bottom: 0;
    border-left: none;
    width: 100%;
    padding: calc(60/750 * 100vw) calc(60/750 * 100vw) 0;
  }
}

.special-list-item100 {
  width: 100%;
  margin-right: 0;
  padding: 35px 0px 0 0px;
}
@media screen and (max-width: 767px) {
  .special-list-item100 {
    padding: calc(60/750 * 100vw) calc(60/750 * 100vw) 0;
  }
}

.special-list-item100-txt {
  width: 415px;
}
@media screen and (max-width: 767px) {
  .special-list-item100-txt {
    width: auto;
  }
}

.special-list-num {
  font-family: "Bodoni Moda", serif;
  font-size: 110px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: absolute;
  bottom: 0;
  right: 0;
  color: #998445;
  z-index: 0;
  opacity: 0.3;
  font-style: italic;
  line-height: 0.7;
}
@media screen and (max-width: 767px) {
  .special-list-num {
    font-size: calc(130/750 * 100vw);
    line-height: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .special-list-item:nth-child(2n) .special-list-num {
    right: auto;
    left: 0;
  }
}

.special-list-item-inner {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .special-list-item-inner {
    border-bottom: 2px #000 solid;
    padding-bottom: calc(60/750 * 100vw);
  }
}

.special-list-item100 .special-list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .special-list-item100 .special-list-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.special-list-item-ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .special-list-item-ttl-box {
    margin-bottom: calc(40/750 * 100vw);
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    margin-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.special-list-item100 .special-list-item-ttl-box {
  margin-bottom: 0px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .special-list-item100 .special-list-item-ttl-box {
    margin-bottom: calc(40/750 * 100vw);
    margin-top: 0;
  }
}

.special-list-item-ttl {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .special-list-item-ttl {
    font-size: calc(28/750 * 100vw);
    line-height: 1;
  }
}

.special-list-item-ttl-box-icon01 {
  width: 60px;
  font-size: 0;
  margin-right: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .special-list-item-ttl-box-icon01 {
    width: calc(84/750 * 100vw);
    margin-right: calc(30/750 * 100vw);
    margin-bottom: 0;
  }
}

.special-list-item-ttl-box-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .special-list-item-ttl-box-txt {
    text-align: left;
  }
}

.special-list-item-ttl02 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .special-list-item-ttl02 {
    font-size: calc(48/750 * 100vw);
    line-height: 1;
  }
}

.special-list-item-txt {
  background: url(../../../../img/usr/feature/fea_adnursewear/dot-line.png) center top/346px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .special-list-item-txt {
    background: none;
  }
}
.special-list-item-txt p {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .special-list-item-txt p {
    padding-top: 0;
    font-size: calc(28/750 * 100vw);
  }
}

.special-list-item100 .special-list-item-txt {
  width: 430px;
  background: none;
}
.special-list-item100 .special-list-item-txt p {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .special-list-item100 .special-list-item-txt {
    width: auto;
  }
}

.special-list-under-txt {
  padding: 50px 0;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .special-list-under-txt {
    padding: calc(70/750 * 100vw) 0;
    background: #e0d0af;
    font-size: calc(24/750 * 100vw);
    color: #000;
  }
}

/* ============================
  bnr
=============================*/
.bnr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .bnr-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: calc(80/750 * 100vw) calc(0/750 * 100vw);
  }
}

.bnr01 {
  width: 490px;
  margin-right: 20px;
  font-size: 0;
}
.bnr01 a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bnr01 a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .bnr01 {
    width: calc(671/750 * 100vw);
    margin: 0 auto calc(40/750 * 100vw);
  }
}

.bnr02 {
  width: 490px;
  font-size: 0;
}
.bnr02 a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bnr02 a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .bnr02 {
    width: calc(671/750 * 100vw);
    margin: 0 auto;
  }
}

/* ============================
  item
=============================*/
.item-ttl {
  width: 100%;
  height: 391px;
  background: url(../../../../img/usr/feature/fea_adnursewear/ttl.png) center top/1920px auto no-repeat;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .item-ttl {
    background: url(../../../../img/usr/feature/fea_adnursewear/ttl_sp.png) center top/calc(750/750 * 100vw) auto no-repeat;
    height: calc(424/750 * 100vw);
  }
}
.item-ttl h2 {
  text-indent: -9999px;
}

.item-inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-inner {
    width: calc(630/750 * 100vw);
  }
}

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .item-list {
    padding-top: calc(90/750 * 100vw);
  }
}

.item-list-item {
  width: 280px;
  margin-bottom: 80px;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .item-list-item {
    width: calc(300/750 * 100vw);
    margin-bottom: calc(80/750 * 100vw);
    margin-right: calc(30/750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .item-list-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .item-list-item:nth-child(2n) {
    margin-right: 0;
  }
}

.item-list-img {
  width: 250px;
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .item-list-img {
    width: calc(295/750 * 100vw);
    height: calc(295/750 * 100vw);
    margin: 0 auto calc(40/750 * 100vw);
  }
}
.item-list-img img {
  width: 236px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .item-list-img img {
    width: calc(260/750 * 100vw);
  }
}

.item-list-item:nth-child(5) .item-list-img img,
.item-list-item:nth-child(8) .item-list-img img,
.item-list-item:nth-child(9) .item-list-img img {
  width: 186px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .item-list-item:nth-child(5) .item-list-img img,
.item-list-item:nth-child(8) .item-list-img img,
.item-list-item:nth-child(9) .item-list-img img {
    width: calc(180/750 * 100vw);
  }
}

.item-list-ttl {
  font-family: "Bodoni Moda", serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .item-list-ttl {
    font-size: calc(36/750 * 100vw);
    margin-bottom: calc(10/750 * 100vw);
  }
}

.item-list-sub-ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .item-list-sub-ttl {
    font-size: calc(24/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
  }
}

.item-list-txt {
  padding-bottom: 25px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .item-list-txt {
    font-size: calc(28/750 * 100vw);
    padding-bottom: calc(40/750 * 100vw);
  }
}

.item-list-link {
  text-align: right;
  font-size: 16px;
  color: #7c95bf;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.item-list-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .item-list-link {
    font-size: calc(28/750 * 100vw);
  }
}
.item-list-link img {
  width: 12px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .item-list-link img {
    width: calc(19/750 * 100vw);
  }
}

/*F
******************************************************/
.footer {
  background: #ed4e9e;
  padding: 30px 0;
  text-align: center;
}
.footer .logo {
  width: 180px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .footer .logo {
    width: calc(280/750 * 100vw);
  }
}
.footer p {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer p {
    font-size: calc(20/750 * 100vw);
  }
}

/*Floating
******************************************************/
.floating {
  position: fixed;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: 999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(72, 72, 72, 0.2);
          box-shadow: 0px 0px 5px rgba(72, 72, 72, 0.2);
}

.floating.show {
  height: auto;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.floating-container {
  margin: 0 auto;
  width: 1000px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .floating-container {
    width: 100%;
    padding: 10px 0;
    height: calc(140/750 * 100vw);
  }
}

.flo-list {
  margin: 0 auto;
  width: 740px;
}
@media screen and (max-width: 767px) {
  .flo-list {
    display: none;
  }
}

.flo-list li {
  width: 130px;
}
.flo-list li a {
  width: 130px;
}

.flo-list li:first-child:before,
.flo-list li:last-child:after {
  content: none;
}

.flo-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #cccccc;
  -webkit-transform: rotate(113deg);
  transform: rotate(113deg);
}

.flo-list .nav-list-item-txt {
  padding: 0 0;
}
.flo-list .nav-list-item-txt img {
  margin-right: 10px;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .flo-list .nav-list-item-txt img {
    width: 28px;
  }
}

.flo-logo {
  width: 172px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.flo-logo p {
  color: #676767;
  font-size: 10px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  padding-top: 4px;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .flo-logo p {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    font-size: calc(20/750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .flo-logo {
    width: calc(360/750 * 100vw);
    margin-left: calc(40/750 * 100vw);
  }
}
.flo-logo img {
  width: 100%;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .flo-logo img {
    padding-right: calc(90/750 * 100vw);
  }
}
.flo-logo:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .hamburger-menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(125/750 * 100vw);
    width: calc(140/750 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span,
.floating02-menu-btn span:before,
.floating02-menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: calc(50/750 * 100vw);
    border-radius: 3px;
    background-color: #000;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span:before {
    bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .floating02-menu-btn span:after {
    top: 8px;
  }
}

@media (max-width: 767px) {
  .floating02-menu-btn.is-show span {
    background-color: transparent;
  }

  .floating02-menu-btn.is-show span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .floating02-menu-btn.is-show span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .floating02-menu-content ul {
    padding: calc(160/750 * 100vw) 0 0;
  }

  .floating02-menu-content ul li {
    list-style: none;
  }

  .floating02-menu-content ul li a {
    display: block;
    font-size: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: calc(90/750 * 100vw) 0 0 calc(150/750 * 100vw);
  }

  .floating02-menu-content ul li:first-child a {
    width: calc(403/750 * 100vw);
  }

  .floating02-menu-content ul li:nth-child(2) a {
    width: calc(399/750 * 100vw);
  }

  .floating02-menu-content ul li:nth-child(3) a {
    width: calc(402/750 * 100vw);
  }

  .floating02-menu-content ul li:last-child a {
    width: calc(450/750 * 100vw);
  }

  .floating02-menu-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: -100vh;
    z-index: 80;
    background: url(../../../../img/usr/feature/fea_adnursewear/section01_ttl_bg.jpg) top left/calc(9/750 * 100vw) auto repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*アニメーション設定*/
  }

  .floating02-menu-content.is-show {
    top: 0;
    /*メニューを画面内へ*/
  }
}
.hum-txt {
  font-size: calc(20/750 * 100vw);
  position: absolute;
  bottom: calc(0/750 * 100vw);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body .floating02-wrap.is-start {
    opacity: 0 !important;
    -webkit-animation: Slidenone 0 forwards;
            animation: Slidenone 0 forwards;
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-cart {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-cart a {
    margin-left: auto;
    position: absolute;
    text-align: center;
    width: calc(90/750 * 100vw);
    top: 0px;
    right: calc(140/750 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: calc(140/750 * 100vw);
    width: calc(140/750 * 100vw);
    text-align: center;
    flex-direction: column;
    font-size: calc(20/750 * 100vw);
  }
  .sp-cart a img {
    width: calc(62/750 * 100vw);
    margin-bottom: 1px;
    margin-right: 4px;
  }
  .sp-cart a p {
    padding: calc(0/750 * 100vw) 0 calc(15/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #anc-selection01,
#anc-selection02,
#anc-selection03 {
    padding-top: calc(220/750 * 100vw);
    margin-top: calc(-140/750 * 100vw);
  }
}

/*--------------------------------------------------
スクロールで出現
--------------------------------------------------*/
.sa {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}