/*==========================================================*


*==========================================================*/
@media screen and (min-width: 1030px) {
  html {
    font-size: 62.5%;
  }
  #under_mv {
    background: #f7f7f7 url(/brand/eyebon/img/why_title.png) no-repeat center;
    padding-bottom: 24px;
  }
  #under_mv:after {
    display: none;
  }
  section {
    text-align: center;
    position: relative;
  }
  section h3 {
    margin-bottom: 60px;
  }
  section h3 + p {
    font-size: 2rem;
    margin-top: -15px;
    margin-bottom: 54px;
  }
  .blue-bg {
    background-color: #d3f0f8;
    padding: 94px 0 80px;
  }
  .white-bg {
    padding: 70px 0 80px;
  }
  .white-bg:before {
    content: " ";
    position: absolute;
    background: url(/brand/eyebon/img/bg_wave01_bottom.png) repeat-x left bottom;
    height: 24px;
    width: 100%;
    left: 0;
    top: -24px;
  }
  .white-bg:after {
    content: " ";
    position: absolute;
    background: url(/brand/eyebon/img/bg_wave01_top.png) repeat-x left bottom;
    height: 24px;
    width: 100%;
    left: 0;
    bottom: -24px;
    z-index: 10;
  }
  .box {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contentsWrap {
    overflow-x: hidden;
  }
  #content01 {
    background: url(/brand/eyebon/img/why_1.png) repeat-x center;
    height: 660px;
    margin-top: -24px;
    z-index: 1;
  }
  #content01 .lead {
    width: 100%;
    display: block;
    font-size: 2.4rem;
    font-weight: normal;
    color: #2e6480;
    padding-top: 80px;
  }
  .medical_btn {
    margin-top: 30px;
    text-align: center;
  }
  .medical_btn a {
    position: relative;
    display: block;
    width: fit-content;
    height: 100%;
    margin: 0 auto;
    transition: opacity 0.15s ease-in;
  }
  .medical_btn a:hover {
    opacity: 0.6;
  }
  .medical_btn a b {
    position: absolute;
    top: 25px;
    right: 146px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.45;
    text-align: left;
    color: #2da3cb;
  }
  .medical_btn a:hover img {
    opacity: 1;
  }
  .medical_btn span {
    font-size: 1.4rem;
    color: #2e6480;
    background: url(/brand/eyebon/img/icon_blnak.png) no-repeat center right;
    padding-right: 8px;
    margin-top: 5px;
  }
  .doctor_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    text-align: center;
    transition: all 0.3s;
  }
  .doctor_btn:hover {
    opacity: 0.8;
  }
  .doctor_btn a {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #FFF;
    width: 620px;
    height: 80px;
    padding-top: 18px;
    background-image: url(/brand/eyebon/img/why_bnr_doctor.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .doctor_btn a span {
    font-size: 24px;
  }
  #content02 {
    margin-top: -24px;
    padding-bottom: 0;
  }
  #content02 h2 {
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    color: #005aad;
    padding: 5px;
    margin-bottom: 40px;
    background-image: url(/brand/eyebon/img/why_2-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #content02 .lead {
    margin-bottom: 50px;
  }
  #content02 .lead-text {
    font-size: 2.6rem;
    font-weight: 700;
    color: #005aad;
    margin-bottom: 15px;
  }
  #content02 .lead-text .lead-text__strong {
    font-size: 3.6rem;
    font-weight: 700;
    border-bottom: 4px dotted #005aad;
  }
  #content02 .lead-note {
    font-size: 1.2rem;
  }
  #content02 .box {
    width: 840px;
    margin-bottom: 40px;
    align-items: center;
  }
  #content02 .box p {
    width: 430px;
    text-align: left;
    font-size: 2rem;
    line-height: 1.75;
  }
  #content02 .content02-list {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  #content02 .content02-list h3 {
    position: relative;
    margin-bottom: 0;
  }
  #content02 .content02-list h3 span {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  #content02 .content02-list ul {
    position: absolute;
    top: 80px;
    left: 300px;
  }
  #content02 .content02-list ul li {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.25;
    text-align: left;
  }
  #content02 .content02-list ul li span {
    color: #005aad;
  }
  #content02 > img + img {
    margin-top: 20px;
  }
  #content02 .content02-problem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 1028px;
    height: 300px;
    margin: 0 auto;
    background-image: url(/brand/eyebon/img/why_2-4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #content02 .content02-problem p {
    font-size: 28px;
    font-weight: bold;
  }
  #content02 .content02-problem p span {
    padding: 9px;
    background-color: #edff57;
  }
  #content03 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    color: #005aad;
    height: 90px;
    margin-bottom: 60px;
    background-image: url(/brand/eyebon/img/why_3-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #content03 h2 + p {
    font-size: 2rem;
    margin-top: -15px;
    margin-bottom: 54px;
  }
  #content03 .content03-content {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  #content03 .content03-content p {
    position: absolute;
  }
  #content03 .content03-content__comment {
    top: 346px;
    right: 76px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
    color: #FFF;
    text-align: center;
  }
  #content03 .content03-content__caption {
    right: 0;
    bottom: 0;
    font-size: 16px;
    text-align: right;
    padding: 15px;
    border: 1px solid #aaaaaa;
  }
  #content03 .content03-content__caption span {
    font-size: 14px;
  }
  #content04 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    color: #005aad;
    height: 90px;
    margin-bottom: 60px;
    background-image: url(/brand/eyebon/img/why_4-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #content04 h2 + p {
    font-size: 2rem;
    margin-top: -15px;
    margin-bottom: 54px;
  }
  #content04 .box {
    width: 820px;
  }
  #content04 .box-wrapper {
    position: relative;
  }
  #content04 .box-wrapper--01 span {
    top: -14px;
    left: 55%;
  }
  #content04 .box-wrapper--02 {
    margin-top: 6px;
  }
  #content04 .box-wrapper--02 span {
    top: -18px;
    left: 57%;
  }
  #content04 .box-wrapper span {
    position: absolute;
    transform: translateX(-50%);
    font-size: 28px;
    font-weight: bold;
  }
  #content04 .box-wrapper span b {
    font-size: 36px;
  }
  #content04 .box p {
    font-size: 1.8rem;
    margin-top: 15px;
    line-height: 1.6;
  }
  #content05 {
    background: url(/brand/eyebon/img/why_5-1.png) repeat-x center top;
    margin-top: -24px;
    padding: 200px 0 120px;
  }
  #content05 h3 {
    font-size: 36px;
    color: #005aad;
    text-align: center;
  }
  #content05 h3 span {
    font-size: 52px;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-underline-offset: 16px;
  }
  #content05 h5 {
    margin-bottom: 0;
  }
  #content06 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    color: #005aad;
    width: 742px;
    height: 90px;
    padding: 10px 20px;
    margin: 0 auto 100px;
    background-image: url(/brand/eyebon/img/why_6-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #content06 ul {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #content06 li {
    width: 420px;
    background: url(/brand/eyebon/img/why_6-2-m.png) repeat-y;
    padding: 0 40px;
    position: relative;
    margin-bottom: 110px;
    display: flex;
    align-items: stretch;
  }
  #content06 li:before,
  #content06 li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
  }
  #content06 li:before {
    background: url(/brand/eyebon/img/why_6-2-t.png) no-repeat;
    top: -40px;
  }
  #content06 li:after {
    background: url(/brand/eyebon/img/why_6-2-b.png) no-repeat;
    bottom: -40px;
  }
  #content06 p {
    text-align: left;
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
  }
  #content06 p.t-r {
    text-align: right;
    margin-top: 5px;
    font-size: 1.6rem;
  }
  #content06 span {
    font-weight: bold;
    color: #99a912;
    position: relative;
    border-bottom: 2px solid #ddeb7b;
  }
  #content06 .inner {
    position: relative;
    margin-bottom: -70px;
  }
  #content06 .inner > img {
    position: absolute;
    top: -210px;
    right: 20px;
  }
  .accordion {
    margin: 20px auto 0;
  }
  #content07 {
    padding-bottom: 80px;
  }
  #content07 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    color: #005aad;
    width: 675px;
    height: 90px;
    margin: 0 auto 60px;
    background-image: url(/brand/eyebon/img/why_7-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #content07 .content07-content {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  #content07 .content07-content p {
    position: absolute;
  }
  #content07 .content07-content__comment {
    top: 114px;
    right: 30px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
    color: #FFF;
    text-align: center;
  }
  #content07 .content07-content__caption {
    right: 0;
    bottom: -26px;
    font-size: 16px;
    text-align: right;
    padding: 15px;
    border: 1px solid #aaaaaa;
  }
  #content07 .content07-content__caption span {
    font-size: 14px;
  }
  /* content08
  ---------------------------------------------*/
  #content08 {
    position: relative;
    background: rgb(91, 196, 182);
    background: linear-gradient(to right, rgb(91, 196, 182) 0%, rgb(33, 152, 212) 88%, rgb(33, 152, 212) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5bc4b6", endColorstr="#2198d4", GradientType=1 );
    padding: 24px 0;
  }
  #content08:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 24px;
    background: url(/brand/eyebon/img/bg_wave03_top.png) repeat-x left top;
    top: 0;
    left: 0;
  }
  #content08:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 24px;
    background: url(/brand/eyebon/img/bg_wave01_bottom.png) repeat-x left bottom;
    bottom: 0;
    left: 0;
  }
  #content08 .content08-ttl {
    font-size: 50px;
    font-weight: 100;
    line-height: 2;
    text-align: center;
    color: #FFF;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #content08 ul {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
  }
  #content08 ul li a {
    display: block;
    position: relative;
    padding: 0 20px;
  }
  #content08 ul li a span {
    z-index: 2;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: -0.05em;
    color: #2ca2cb;
    padding-left: 30px;
  }
  #content08 ul li a .content08-link--diff02 {
    bottom: 93px;
    left: 48%;
  }
  #content08 ul li a .content08-link--diff02 + picture img {
    display: block;
    margin-top: 12px;
  }
  .cart_btn {
    position: relative;
    margin: 80px auto 40px;
    width: 640px;
    text-align: center;
  }
  .cart_btn span {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #FFF;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1029px) {
  #under_mv {
    background: #f7f7f7 url(/brand/eyebon/img/sp/why_title.png) no-repeat center top;
    background-size: cover;
  }
  #under_mv:after {
    display: none;
  }
  section {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6%;
    padding-bottom: 7%;
    text-align: center;
  }
  section p {
    font-size: 3vw;
    line-height: 1.6;
  }
  section h3 + p {
    font-size: 3.2vw;
  }
  .blue-bg {
    background-color: #d3f0f8;
    padding-top: 9%;
    padding-bottom: 10%;
  }
  .w80 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .w90 {
    width: 90%;
    margin: 5% auto 0;
  }
  .mbn {
    margin-bottom: 0 !important;
  }
  #contentsWrap h3 {
    margin-bottom: 4%;
  }
  #content01 {
    background: url(/brand/eyebon/img/sp/why_1.png) repeat-x center;
    background-size: 100% 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    z-index: 1;
    margin-top: -4%;
  }
  #content01 .lead {
    font-size: 4.3vw;
    font-weight: normal;
    color: #2e6480;
  }
  .medical_btn {
    padding-top: 5%;
    margin: 0 10px;
  }
  .medical_btn a {
    position: relative;
    display: block;
    width: fit-content;
    height: 100%;
    margin: 0 auto;
  }
  .medical_btn a b {
    position: absolute;
    top: 3vw;
    right: 23vw;
    font-size: 3vw;
    font-weight: bold;
    line-height: 1.45;
    text-align: left;
    color: #2da3cb;
  }
  .medical_btn img {
    margin-bottom: 5px;
  }
  .medical_btn span {
    font-size: 3.5vw;
    color: #2e6480;
    background: url(/brand/eyebon/img/icon_blnak.png) no-repeat center right;
    background-size: 9px 9px;
    padding-right: 8px;
  }
  .doctor_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    text-align: center;
  }
  .doctor_btn a {
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #FFF;
    width: 100%;
    height: 13vw;
    padding-top: 3vw;
    background-image: url(/brand/eyebon/img/why_bnr_doctor_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .doctor_btn a span {
    font-size: 4vw;
  }
  #content02 {
    margin-top: -4%;
    padding: 9% 0 0;
  }
  #content02 h2 {
    font-size: 6.5vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    color: #005aad;
    margin-bottom: 3%;
    background-image: url(/brand/eyebon/img/why_2-1_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #content02 p {
    margin: 2% 0 6%;
  }
  #content02 .lead {
    margin-bottom: 4%;
  }
  #content02 .lead-text {
    font-size: 4.8vw;
    font-weight: 700;
    color: #005aad;
    margin-bottom: 2vw;
  }
  #content02 .lead-text .lead-text__strong {
    font-size: 6.6vw;
    font-weight: 700;
    border-bottom: 3px dotted #005aad;
    display: inline-block;
    margin-bottom: 5px;
  }
  #content02 .lead-note {
    font-size: 3.2vw;
  }
  #content02 .content02-list {
    position: relative;
    width: fit-content;
    margin: 0 auto 0 2%;
  }
  #content02 .content02-list h3 {
    position: relative;
  }
  #content02 .content02-list h3 span {
    position: absolute;
    top: -2vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    width: max-content;
  }
  #content02 .content02-list ul {
    position: absolute;
    top: 8vw;
    left: 11vw;
  }
  #content02 .content02-list ul li {
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 2.01;
    letter-spacing: -0.05em;
    text-align: left;
  }
  #content02 .content02-list ul li span {
    color: #005aad;
  }
  #content02 .content02-problem {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 75vw;
    margin: 0 auto;
    background-image: url(/brand/eyebon/img/why_2-4_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #content02 .content02-problem p {
    font-size: 4vw;
    font-weight: bold;
  }
  #content02 .content02-problem p span {
    padding: 1vw;
    background-color: #edff57;
  }
  #content03 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    color: #005aad;
    height: 11vw;
    margin-bottom: 4%;
    background-image: url(/brand/eyebon/img/why_3-1_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #content03 p {
    margin-bottom: 4%;
  }
  #content03 .content03-content {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  #content03 .content03-content p {
    position: absolute;
  }
  #content03 .content03-content__comment {
    bottom: 14vw;
    left: 13vw;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.4;
    color: #FFF;
    text-align: center;
  }
  #content03 .content03-content__caption {
    right: -1vw;
    bottom: 53vw;
    font-size: 3vw;
    text-align: left;
    padding: 1.5vw;
    border: 1px solid #aaaaaa;
  }
  #content03 .content03-content__caption span {
    display: block;
    font-size: 2vw;
    text-align: right;
  }
  #content04 {
    margin-bottom: -4%;
  }
  #content04 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    color: #005aad;
    height: 11vw;
    margin-bottom: 4%;
    background-image: url(/brand/eyebon/img/why_4-1_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #content04 p {
    font-size: 3.8vw;
    margin-bottom: 4%;
  }
  #content04 img {
    width: 80%;
  }
  #content04 > img + p {
    margin-top: 2%;
  }
  #content04 .box-wrapper {
    position: relative;
  }
  #content04 .box-wrapper--01 span {
    top: -2vw;
    left: 53%;
  }
  #content04 .box-wrapper--02 span {
    top: -2vw;
    left: 53%;
  }
  #content04 .box-wrapper span {
    position: absolute;
    transform: translateX(-50%);
    font-size: 4vw;
    font-weight: bold;
  }
  #content04 .box-wrapper span b {
    font-size: 5vw;
  }
  #content04 .box-wrapper p {
    margin-top: 2%;
  }
  #content05 {
    background: url(/brand/eyebon/img/sp/why_5-1.png) repeat-x center top;
    background-size: cover;
    margin-top: -4%;
    padding: 16% 0 6%;
  }
  #content05 h3 {
    font-size: 4vw;
    color: #005aad;
    text-align: center;
  }
  #content05 h3 span {
    font-size: 6vw;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-underline-offset: 16px;
  }
  #content05 h3 b {
    font-size: 8vw;
  }
  #content06 {
    padding-top: 6%;
  }
  #content06 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    color: #005aad;
    height: 11vw;
    margin: 0 auto 5%;
    background-image: url(/brand/eyebon/img/why_6-1_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #contentsWrap #content06 h3 {
    margin-bottom: 6%;
    margin-left: -3%;
    padding-right: 4%;
  }
  #content06 li {
    text-align: left;
    background: url(/brand/eyebon/img/sp/why_6-2-m.png) repeat-y;
    background-size: 100%;
    position: relative;
    padding: 6%;
    z-index: 1;
  }
  #content06 li + li {
    margin-top: 10px;
  }
  #content06 li:before,
  #content06 li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
  }
  #content06 li:before {
    background: url(/brand/eyebon/img/sp/why_6-2-t.png) no-repeat top;
    background-size: 100%;
    top: 0;
  }
  #content06 li:after {
    background: url(/brand/eyebon/img/sp/why_6-2-b.png) no-repeat bottom;
    background-size: 100%;
    bottom: 0;
  }
  #content06 p {
    position: relative;
    z-index: 1;
    font-size: 3.5vw;
  }
  #content06 p.t_r {
    text-align: right;
  }
  #content06 span {
    font-weight: bold;
    color: #99a912;
    position: relative;
    border-bottom: 2px solid #ddeb7b;
  }
  #content06 .inner > img {
    position: absolute;
    top: 1%;
    right: 3%;
    width: 15%;
    z-index: 0;
  }
  #content07 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    color: #005aad;
    height: 11vw;
    margin: 0 auto 5%;
    background-image: url(/brand/eyebon/img/why_7-1_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #content07 .content07-content {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  #content07 .content07-content p {
    position: absolute;
  }
  #content07 .content07-content__comment {
    bottom: 15vw;
    left: 14vw;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.4;
    color: #FFF;
    text-align: center;
  }
  #content07 .content07-content__caption {
    right: 0;
    bottom: 52vw;
    font-size: 3vw;
    text-align: left;
    padding: 1.5vw;
    border: 1px solid #aaaaaa;
  }
  #content07 .content07-content__caption span {
    display: block;
    font-size: 2vw;
    text-align: right;
  }
  /* content08
  ---------------------------------------------*/
  #content08 {
    position: relative;
    background: rgb(91, 196, 182);
    background: linear-gradient(to right, rgb(91, 196, 182) 0%, rgb(33, 152, 212) 88%, rgb(33, 152, 212) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5bc4b6", endColorstr="#2198d4", GradientType=1 );
    padding: 9% 5% 2% 5%;
  }
  #content08:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 24px;
    background: url(/brand/eyebon/img/sp/bg_wave03_top.png) repeat-x left top;
    background-size: 65%;
    top: 0;
    left: 0;
  }
  #content08:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 24px;
    background: url(/brand/eyebon/img/sp/bg_wave01_bottom.png) repeat-x left bottom;
    background-size: 65%;
    bottom: 0;
    left: 0;
  }
  #content08 h2 {
    font-size: 12vw;
    font-weight: 100;
    color: #FFF;
    text-align: center;
    margin-top: 50px;
    margin: 0 auto;
  }
  #content08 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
  }
  #content08 ul li {
    width: 48%;
    margin: 0 auto;
  }
  #content08 ul li a {
    display: block;
    position: relative;
    padding: 0 20px;
  }
  #content08 ul li a.content08-link--diff {
    padding: 0 10px;
    margin-top: 7px;
  }
  #content08 ul li a span {
    z-index: 2;
    position: absolute;
    bottom: 9vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.6vw;
    font-weight: bold;
    white-space: nowrap;
    color: #2ca2cb;
    padding-left: 5vw;
  }
  #content08 ul li a span.content08-link--diff02 {
    bottom: 8.6145vw;
    left: 46%;
    letter-spacing: -0.1em;
  }
  #content03 > img + img,
  #content07 > img + img {
    margin-top: 2%;
  }
  #content02:after,
  #content05:after {
    content: " ";
    position: absolute;
    background: url(/brand/eyebon/img/sp/bg_wave01_bottom.png) repeat-x left bottom;
    background-size: 65%;
    height: 24px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
  #content04:before,
  #content07:before {
    content: " ";
    position: absolute;
    background: url(/brand/eyebon/img/bg_wave01_top.png) repeat-x left top;
    background-size: 65%;
    height: 24px;
    width: 100%;
    left: 0;
    top: 0;
  }
  .cart_btn {
    position: relative;
    padding: 10% 5%;
    text-align: center;
  }
  .cart_btn span {
    z-index: 2;
    position: absolute;
    top: 15vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #FFF;
    padding-left: 12vw;
  }
}