@charset "utf-8";

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}



/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family:'Noto Sans JP', 'Noto Sans JP', Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
}

html, body {
  height: 100%;
}

li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter: brightness(110%) contrast(90%);
}
a:hover img {
  /*opacity: 0.8;*/
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter: brightness(110%) contrast(90%);
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

@media (max-width: 768px) {
   body {
    font-size: 1.4rem;
  } 
}

/*****************/
.l_container {
  width: min(1070px,89.1vw);
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .l_container {
  width: 93.3vw;
  }
}

[class^=col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}


/* anime */
.inview,
.inv,
.fadein,
.fadeinD,
.fadeinL,
.fiL,
.fiR,
.bgRLextendAnime{
  opacity: 0;
}
.inv{
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}

/*****************
header
*****************/
.header {
  background: #000;
}
.inner-header{
  width: min(1080px,100vw);
  margin: auto;
  padding: 18px 26px 15px;
}
.logo{
  display: inline-block;
}
.logo_tv{
  width: 100%;
  max-width: 239px;
}

@media (max-width: 768px) {
  .header {
    border-bottom: none;
  }
  .inner-header{
    max-width: 100%;
    padding: 3vw 2.6vw calc(3vw - 1px);
  }
  .logo_tv{
    width: 45.3vw;
    max-width: auto;
  }
  .logo_tv img{
    display: block;
  }
}


/*****************
grid
*****************/
.l_wrap{
  display: grid;
  grid-template: 
  "main-top main-top main-top" 1fr
  ". . ." 30px
  ". main-content ." auto
  ". . ." 83px
  / 1fr minmax(auto,800px) 1fr;
}
.main-top {
  grid-area: main-top;
}
.main-content{
  grid-area: main-content;
  justify-self: center;
}

@media (max-width: 768px) {
  .l_wrap{
    display: grid;
    grid-template: 
    "main-top main-top main-top" 1fr
    ". . ." 4.3vw
    ". main-content ." auto
    ". . ." 9.3vw
    / 1fr 79.3vw 1fr;
  }
}

/*****************
main
*****************/
.loading{
  font-family: 'Noto Sans JP', "hiragino-kaku-gothic-pron", "Hiragino Sans",  Meiryo, sans-serif;
  background: #fef6df;
}
.main-content{
  font-family: 'Noto Sans JP', "hiragino-kaku-gothic-pron", "Hiragino Sans",  Meiryo, sans-serif;

}
.dp_sp{
  display: none;
}
.dp_pc{
  display: block;
}

.main-top {
  width: 100%;
  padding-top: 27px;
  margin: auto;
  background: url(../img/bg_main_pc.png) top center  no-repeat #000;
  background-size: auto;
  border-top: 1px solid #4d4d4d;
}
.main-top .img{
  width: min(705px,88.125vw);
  margin: auto;
  transform: translateX(2px);
}
.main-top .img img{
  width: 100%;
}
.l_lead{
  width: min(654px,81.75vw);
  margin: 43px auto 72px;
}
.l_used_contents{
  width: min(87vw,696px);
  margin-inline: auto;
}
.l_used_ttl{
  width: 625px;
  margin-inline: auto;
  margin-bottom: 24px;
}
.l_used_btn{
  display: flex;
  gap: 26px;
  margin-bottom: 50px;
}
.l_used_btn li{
  width: calc((100% - 26px) / 2);
}
.l_used_atten{
  color: #fff;
  margin-left: 8px;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 1.73;
}
.el_redbold{
  color: #ff3300;
  font-weight: 600;
}
.l_used_atten a{
  color: #3399ff;
  text-decoration: underline;
  &:hover{
    text-decoration: none;  
  }
}
.l_used_atten > ul,.l_used_atten > p{
  margin-bottom: 25px;
}
 .l_used_confirm_txt{
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center; 
}
.l_used_regist{
  display: block;
  width: min(60vw,487px);
  margin-inline: auto;
}

@media (max-width: 768px) {
  .loading img{
    width: 100%;
  }
  .dp_sp{
    display: block;
  }
  .dp_pc{
    display: none;
  }
  .main-top {
    padding-top: 4.93vw;
    background: url(../img/bg_main_sp.png) top center  no-repeat #000;
    background-size: 100%;
  }
  .main-top .img{
    width: 94vw;
    transform: translateX(0);
  }
  .l_lead{
    width: 78.4vw;
    margin: 8vw auto 6.6vw;
    transform: translateX(-3px);
  }
  .l_used_ttl{
    width: 83.2vw;
    margin-bottom: 8.9vw;
  }
  .l_used_btn{
    flex-direction: column;
    align-items: center;
    gap: 6.5vw;
    margin-bottom: 9vw;
  }
  .l_used_btn li{
    width: 79.7vw;
  }
  .l_used_atten{
    width: 82vw;
    margin-inline: auto;
    margin-bottom: 9vw;
    font-size: 2.9vw;
    line-height: 1.63;
  }
  .l_used_atten > ul,.l_used_atten > p{
    margin-bottom: 4.9vw;
  }
  .l_used_confirm_txt{
    margin-bottom: 8vw;
    font-size: 3.2vw;
    line-height: 1.66;
  }
  .l_used_regist{
    width: 79.7vw;
  }
}

/*****************
main-content
*****************/
.main-content{
  width: min(87vw,696px);
  margin-inline: auto;
}
.l_used_recom{
  width: min(85.75vw,696px);
  margin-inline: auto;
}
.l_used_recom_ttl{
  width: min(21.8vw,175px);
  margin-inline: auto;
  margin-bottom: 30px;
  text-align: center;
}
.l_used_recom_li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l_used_recom_li li{
  width: min(25vw,200px);
  display: flex;
}
.l_used_recom_li li a{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 50px;
}
.l_used_recom_img{
  width: min(25vw,200px);
  height: min(25vw,200px);
  object-fit: cover;
}
.l_used_recom_img img{
  height: 100%;
  object-fit: cover;
}
.l_used_recom_txt{
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.l_used_recom_txt p:not(:last-child){
  padding-bottom: 12px;
}
.l_used_recom_txt span{
  font-size: 65%;
}
.l_product_ttl{
  line-height: 1.4;
  flex: 1;
}
.l_sale_price{
  color: #ff3300;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .main-content{
    width: 79.7vw;
  }
  .l_used_recom{
    width: 79.7vw;
  }
  .l_used_recom_ttl{
    width: 26.6vw;
    margin-bottom: 6.6vw;
  }
  .l_used_recom_li li{
    width: 37.3vw;
  }
  .l_used_recom_li li a{
    gap: 4vw;
    margin-bottom: 6.6vw;
  }
  .l_used_recom_img{
    width: 37.3vw;
    height: 37.3vw;;
  }
  .l_used_recom_txt{
    font-size: 2.6vw;
  }
  .l_used_recom_txt p:not(:last-child){
    padding-bottom: 2vw;
  }
  .l_used_recom_txt span{
    font-size: 65%;
  }
  .l_sale_price{
    font-size: 4vw;
  }
}

/*****************
footer 追加
*****************/
.footer{
  background: #000;
  position: relative;
  z-index: 3;
}
.inner-footer{
  width: min(97.5vw,1170px);
  margin: auto;
  padding: 17px 29px 19px 52px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}
.el_license{
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
  text-align: right;
}
.el_footerLogo img {
    width: 160px;
}


@media (max-width: 768px) {
  .inner-footer{
    max-width: 100%;
    padding: 3.6vw 4.6vw 4.5vw;
  }
  .el_footerLogo{
    width: 35.6vw;
  }

  .el_license{
    font-size: 0.9rem;
    padding-top: 5px;
  }
}

/*****************
footer 既存
*****************/
.copyright {
  line-height: 18px;
}

.copyright a, .copyright span {
  color: #999999;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: normal;
}

.copyright a:hover, .copyright span:hover {
  text-decoration: none;
}

.footer {
  /*margin-top: 180px;*/
}

.footer .license {
  background-color: #000000;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  z-index: 999;
  cursor: pointer;
  display: none;
}

#back-to-top img {
  width: 100%;
}

#page-top_img {
  position: fixed;
  bottom: 50px;
  right: 5vw;
  font-weight: 700;
  z-index: 2;

  opacity: 0;
  width: 178px;

  padding-bottom: 40px;
}


/*　上に上がる動き　*/
#page-top_img.UpMove{
animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
from {
  opacity: 0;
transform: translateY(100px);
}
to {
  opacity: 1;
transform: translateY(0);
}
}

/*　下に下がる動き　*/
#page-top_img.DownMove{
animation: DownAnime 0.15s forwards;
}
@keyframes DownAnime{
from {
  opacity: 1;
transform: translateY(0);
}
to {
  opacity: 1;
transform: translateY(100px);
}
}

@media (max-width: 768px) {
#page-top_img {
  position: fixed;
  bottom: 18.6vw;
  right: 2.6vw;
  z-index: 2;

  opacity: 0;
  width: 36vw;
  padding-bottom: 25px;
}
}

body.loading .wrap-loading {
  display: block;
}

.wrap-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073983;
  z-index: 9999;
  display: none;
}

.wrap-loading .loading-icon {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrap-loading .loading-icon:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}
