@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, picture,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  background: #fff;
  box-sizing: border-box;
  overflow-x: hidden;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul, ol {
  list-style: none;
}

picture {
  display: block;
}

.wrapper {
  width: 100%;
  margin: 0;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  font-weight: 500;
}

.wrapper .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  box-sizing: border-box;
}
.wrapper #header .inner {
  max-width: 1300px;
}
.pcView {
  display: block;
}
.spView {
  display: none;
}

@media screen and (max-width: 767px) {
  .wrapper .inner {
    padding: 0;
  }
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
}

.wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.ac_img {
  text-align: center;
}

.z-index_03 {
  z-index: 3;
}
.z-index_02 {
  z-index: 2;
  margin-top: -120px;
}
.z-index_01 {
  z-index: 1;
  margin-top: -130px;
}

@media screen and (max-width: 767px) {
  .z-index_01 {
    margin-top: -80px;
  }
  .z-index_02 {
    margin-top: -75px;
  }
}
@media screen and (max-width: 400px) {
  .z-index_02 {
    margin-top: -55px;
  }
}

.max-01 {
  max-width: 845px;
  margin: 0 auto;
  padding: 0 15px;
}
.max-02 {
  max-width: 500px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .max-02 {
    max-width: 300px;
    margin-top: 20px;
  }
}

/************************************************
deco
************************************************/
.wrapper .relative {
  position: relative;
}
.wrapper .absolute {
  position: absolute;
}
.wrapper .notes {
  font-size: min(max(8px, calc(0.5rem + ((1vw - 3.75px) * 0.5333))), 10px);
  min-height: 0vw;
  line-height: 1.5;
  color: #313131;
}
.wrapper .white {
  color: #fff;
}
.wrapper .red{
  color: #bc3656;
}
/************************************************
header
************************************************/
#header .notes{
  bottom: 3%;
  right: 5%;
  text-align: right;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #header {
    background: #f4fdff;
    overflow: hidden;
  }
  #header .notes{
    bottom: 2.5%;
    right: 2%;
    font-size: 8px;
  }
}
@media screen and (min-width: 960px) {
  #header .notes{
    bottom: 2.5%;
    right: -2%;
    font-size: min(max(8px, calc(0.5rem + ((1vw - 3.75px) * 0.5333))), 10px);
    min-height: 0vw;
  }
}

/************************************************
CV
************************************************/
.cv {
  padding-bottom: 10%;
}
.cv h2 {
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
.cv ul.notes {
  max-width: 320px;
  /* font-size: min(max(10px, calc(0.625rem + ((1vw - 3.75px) * 0.5333))), 12px); */
  font-size: min((18 / 768 * 100vw), 12px);
  min-height: 0vw;
  margin: 5% 0 0 auto;
}
@media screen and (min-width: 768px) {
  .cv {
    padding-bottom: 5em;
  }
  .cv a picture {
    transition: all .3s;
  }
  .cv a picture:hover {
    opacity: .7;
  }
  .cv .authority picture {
    margin: 0 -480px;
  }  
  .cv .saeko picture {
    margin: 0 -480px;
  }  
  
  .cv .head .item picture {
    margin: 0 -480px;
  }
  .cv-tel a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .cv-tel {
    width: calc(847/960 *100%);
    margin: 0 auto;
  }
  .cv ul.notes {
/*    max-width: 320px;*/
    max-width: 400px;
    font-size: min(max(10px, calc(0.625rem + ((1vw - 3.75px) * 0.5333))), 12px);
    min-height: 0vw;
    margin: 3% 0 0 auto;
  }
}

.cv .head .item {
    position: relative;
  }
.cv .head .item .position_text {
  position: absolute;
  bottom: 32%;
/*  bottom: 11%;*/
  left: 50%;
  content: '';
  width: 100%;
  transform: translateX(-50%) translateY(-10%);
}
.cv .head .item .notes.position_text {
  max-width: 680px;
}
.cv .head .item .notes.position_text li {
  position: relative;
  padding-left: 20px;
}
.cv .head .item .notes.position_text li span {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .cv .head .item .position_text {
    top: 50%;
    bottom: auto;
    transform: translateX(-50%) translateY(-12%);
  }
  .cv .head .item .notes.position_text {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .cv .head .item .notes.position_text li {
    padding-left: 10px;
  }
}

/************************************************
contents_01_area
************************************************/
.contents_01_area {
  position: relative;
}
.contents_01_area:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1300px;
  background-image: url(../../../../shopping/images/pub/skicle_o2/d_net01/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .contents_01_area:before {
    height: 800px;
  }
}

/************************************************
contents_last_area
************************************************/
.contents_last_area {
  background-image: -moz-linear-gradient( 0deg, rgb(247,124,50) 22%, rgb(248,156,72) 53%, rgb(242,103,34) 80%);
  background-image: -webkit-linear-gradient( 0deg, rgb(247,124,50) 22%, rgb(248,156,72) 53%, rgb(242,103,34) 80%);
  background-image: -ms-linear-gradient( 0deg, rgb(247,124,50) 22%, rgb(248,156,72) 53%, rgb(242,103,34) 80%);
  padding: 2.67%;
}

.contents_last_area .inner {
    background: #fff;
    padding-bottom: 8%;
}
.contents_last_area .notes {
    color: #fff;
}
.contents_last_area .notes .red {
    background: #fff;
    display: inline;
    padding: 1px;
}
.contents_last_area ul.notes {
    color: #ffffff;
    max-width: 960px;
    margin: 2% auto;
    text-align: right;
}


/************************************************
nayami
************************************************/
.nayami .head .notes {
  bottom: 6%;
  right: 5%;
  text-align: right;
}
.nayami .bottom .notes {
  bottom: 9.5%;
  right: 5%;
  text-align: right;
}
.btn_01 {
  max-width: 730px;
  margin: 0 auto;
}
.btn_01.mt {
  margin-top: 40px;
}
.btn_01.pb {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .nayami picture {
    margin: 0 -480px;
  }
  .nayami .head .notes {
    bottom: 7%;
    right: 15%;
  }
  .nayami .bottom .notes {
    bottom: 13%;
    right: 15%;
  }
  .nayami .max-01 picture {
    margin: 0;
  }
  .btn_01.mt {
    margin-top: 80px;
  }
  .btn_01.pb {
    padding-bottom: 80px;
  }
}

/************************************************
CV_short
************************************************/
.cv_short_ttl .notes {
  bottom: 28%;
  right: 6%;
}
.cv-btn-new.mt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .cv-btn-new.mt {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .cv_short_ttl .notes {
    bottom: 30%;
    right: 16%;
  }
}
.cv-btn-new {
  max-width: 780px;
  margin: 0 auto;
}
#cv_short h2 {
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  max-width: 750px;
}
#cv_short .cv-btn-new {
  background: none;
  position: absolute;
  width: 44%;
  margin: 34.5% 0 0;
  padding: 0;
  top: 0;
  left: 54.5%;
  right: 0;
}
@media screen and (min-width: 768px) {
  #cv_short .cv-btn-new {
    width: 33.126%;
    margin: 22.083% 0 0;
    left: 50.6%;
  }
  #cv_short a picture {
    transition: all .3s;
  }
  #cv_short a picture:hover {
    opacity: .7;
  }
  #cv_short h2 {
    width: calc(750/960*100%);
  }
}

/************************************************
brand
************************************************/
.brand {
  margin-bottom: 13%;
}
@media screen and (min-width: 768px) {
  .brand {
    margin-bottom: 6em;
  }
}
.brand .notes {
  text-align: right;
  padding-right: 5%;
}

/************************************************
contents
************************************************/
.contents .notes {
  text-align: right;
}
.contents_01 .notes {
  bottom: 2.5%;
  right: 8%;
}
.contents_02 .notes {
  bottom: 21%;
  right: 8%;
}
.contents_03 .notes {
  bottom: 18%;
  right: 10%;
}
.contents_04 .fuki {
  margin: 0 auto;
  top: -2.3%;
  left: 0;
  right: 0;
  width: calc(192/750*100%);
}
.contents_04 .notes {
  bottom: 16%;
  right: 5%;
}
.contents_05 .notes {
  bottom: 7%;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .contents {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden; 
  }
  .contents_01 {
    background-image: url(../../../../shopping/images/pub/ds_hf/d_net03/pc_contents_01_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .contents_01 .notes {
    bottom: 16.5%;
    right: 3%;
  }
  .contents_02,
  .contents_04 {
    background-image: url(../../../../shopping/images/pub/ds_hf/d_net03/pc_contents_02_bg.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .contents_02 .notes {
    bottom: 19%;
    right: 20%;
  }
  .contents_03 picture {
    margin: 0 -480px;
  }
  .contents_03 .notes {
    bottom: 16%;
    right: 16%;
  }
  .contents_04 .notes {
    bottom: 24%;
    right: 20%;
  }
  .contents_04 .fuki {
    width: 156px;
  }
  .contents_05 picture {
    margin: 0 -330px;
  }
  .contents_05 .notes {
    bottom: 8%;
    right: 22%;
  }
}
@media screen and (min-width: 960px) {
  .contents_05 picture {
    margin: 0 -480px;
  }
}

/************************************************
imagevisual01
************************************************/
.imagevisual01 p.notes{
  bottom: 3%;
  right: 5%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .imagevisual01 {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden; 
    background: #dad9ed;
  }
  .imagevisual01 .inner {
    overflow: visible;
    max-width: 1320px;
  }
  .imagevisual01 p.notes{
    bottom: 2.5%;
    right: 13.5%;
  }
}
@media screen and (min-width: 768px) {
  .imagevisual01 .notes {
    font-size: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .imagevisual01 .notes {
    font-size: min(max(8px, calc(0.5rem + ((1vw - 3.75px) * 0.5333))), 10px);
    min-height: 0vw;
  }
}

/************************************************
feature
************************************************/
.feature_02 .notes {
  margin: 0 auto;
  bottom: 13%;
  right: 5%;
  text-align: right;
}
@media screen and (min-width: 768px) {
    .feature {
      max-width: 1920px;
      margin: 0 auto;
      overflow: hidden; 
    }
  .feature_01 {
    background-image: url(../../../../shopping/images/pub/ds_hf/d_net03/pc_feature_bg.png);
    background-position: top;
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
  .feature_02 .notes {
    margin: 0 auto;
    bottom: 14%;
    right: 17%;
  }
}

/************************************************
step
************************************************/
.step {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .step {
    overflow: hidden;
  }
  .step .inner {
    overflow: visible;
  }
  .step .inner picture {
    margin: 0 -480px;
  }
}

/************************************************
aloma
************************************************/
.aloma {
  position: relative;
}
.aloma .arrow {
  width: 30.2666666667%;
  margin: -2.6666666667% auto 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
}
.aloma .main .notes {
  bottom: 15%;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .aloma {
  }
  .aloma .arrow {
    width: 23.6458333333%;
    margin: -20px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .aloma .main picture {
    margin: 0 -480px;
  }
  .aloma .main .notes {
    bottom: 15%;
    right: 17%;
  }
}

/************************************************
imagevisual02
************************************************/
@media screen and (min-width: 768px) {
  .imagevisual02 .inner picture {
    margin: 0 -300px;
  }
}
@media screen and (min-width: 960px) {
  .imagevisual02 .inner picture {
    margin: 0 -480px;
  }
}

/************************************************
imagevisual03
************************************************/
.imagevisual03 .notes {
  bottom: 4%;
  right: 5%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .imagevisual03 .inner picture {
    margin: 0 -480px;
  }
  .imagevisual03 .notes {
    bottom: 8%;
    right: 2%;
    font-size: 8px;
  }
}
@media screen and (min-width: 960px) {
  .imagevisual03 .notes {
    right: 0%;
    font-size: min(max(8px, calc(0.5rem + ((1vw - 3.75px) * 0.5333))), 10px);
    min-height: 0vw;
  }
}


/************************************************
guide
************************************************/
.guide {
    padding-bottom: 10%;
}
.guide .notes {
  padding: 2% 4% 0;
}
@media screen and (min-width: 768px) {
  .guide {
      padding-bottom: 7em;
  }
  .guide .sp {
    display: none;
  }
}

/************************************************
footer
************************************************/
#footer {
  background-color: #091749;
  padding: 5% 0;
}
#footer ul {
  list-style: none;
  text-align: center;
}
#footer ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  border-right: 1px solid #fff;
  line-height: 1.1;
}
#footer ul li:nth-child(2n) {
  border: 0;
}
#footer ul li a {
  font-size: 13px;
  line-height: 1.1;
  text-decoration: none;
  color: #fff;
}
#footer p {
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 1.1;
  margin-top: 10px;
}
@media screen and (max-width: 360px) {
  #footer ul li {
    display: block;
    border: 0;
  }
}
@media screen and (min-width: 460px) {
  #footer ul li:nth-child(2n) {
    border-right: 1px solid #fff;
  }
  #footer ul li:last-child {
    border: 0;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 6em 0;
  }
  #footer ul li a,
  #footer p {
    font-size: 15px;
  }
}

/************************************************
yda用
************************************************/
.notes.yda {
  max-width: 750px;
  margin: 0 auto;
  text-align: right;
  padding: 1.5em 1em 5em;
}
@media screen and (min-width: 768px) {
  .notes.yda {
    padding: 1.5em 0 9em;
  }
}

/************************************************
IE対応
************************************************/
_:-ms-lang(x)::-ms-backdrop, .wrapper .inner {
  min-width: 768px;
  padding: 0;
}

/************************************************
contents03_03
************************************************/
.contents03_03_img {
  max-width: 730px;
  margin: 130px auto 0;
}

@media screen and (max-width: 767px) {
  .contents03_03_img {
    margin-top: 40px;
  }
}

/************************************************
cap_right
************************************************/
.cap_right {
  margin-bottom: 130px;
  padding-top: 40px;
  padding-right: 15px;
  text-align: right;
  font-size: min(max(10px, calc(0.625rem + ((1vw - 3.75px) * 0.5333))), 12px);
}
.cap_left {
  padding-top: 20px;
  font-size: min(max(10px, calc(0.625rem + ((1vw - 3.75px) * 0.5333))), 12px);
}

@media screen and (max-width: 767px) {
  .cap_right {
    padding-top: 20px;
    margin-bottom: 40px;
  }
}

/************************************************
list_img
************************************************/
.list_img_02 {
  margin-top: -50px;
}
.list_img_03 {
  margin-top: -70px;
}

@media screen and (max-width: 767px) {
  .list_img_02 {
    margin-top: -30px;
  }
  .list_img_03 {
    margin-top: -30px;
  }
}
.contents07_03 {
  position: relative;
}
.contents07_03 .gif {
  position: absolute;
  top: 448px;
  left: 0%;
  border: solid 1px #d9c6c6;
  width: 427px;
}
@media screen and (max-width: 978px) {
  .contents07_03 .gif {
    top: 41.5%;
    left: auto;
    right: 55.3%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contents07_03 .gif {
    margin: 0 auto;
    top: 27.4%;
    left: 0;
    right: 0;
    width: calc(438/767*100%);
  }
}








