
/* resetcss */

/*
     FILE ARCHIVED ON 12:53:52 11 27, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:46:25 3 8, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "utf-8";

/* //////////////////////////////////////////////////////////////////////////////////
CSS Information
edit:11/05/11
styleinfo:browser-defaultreset
////////////////////////////////////////////////////////////////////////////////// */

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p{
	font-size: 100%;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
  width: 1000px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:100%;
}

th,td {
	font-weight:normal;
}

object,embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

img,abbr,acronym,fieldset {
	border: 0;
}
img{
	vertical-align: bottom;
}


li {
	list-style-type: none;
	vertical-align:bottom;
}

br {
	letter-spacing: 0;
}

/* -------------------------------
box float clear hack
------------------------------- */
/*old
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	min-height: 1%;
	display: inline-table;
}
*/
.clearfix {width:100%;}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;
}
/* Hides from MacIE5 \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* end MacIE5 */


/* resetcssここまで */



@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}



a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

a {
  color: #202020;
  text-decoration: none;
}


body {
  -webkit-overflow-scrolling: touch;
  color: #202020;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
}


/*ie11の文字ズレ対策*/

@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ",Meiryo,"Noto Sans",sans-serif;
  }
}

/*ie11の文字ズレ対策*/



html {
  -webkit-overflow-scrolling: touch;
  /*font-family: 'Noto Sans CJK JP', serif;*/
  font-size: 62.5%;
  line-height: 1.5;
  overflow-x: hidden;
}



h1, h2, h3, h4, h5, ul, p, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-weight: 400;
}


div {
  display: block;
}


/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}



/* 共通CSSここから */

.btn {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 1.1rem 3rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.btn.large {
  font-size: 2.4rem;
  padding: 2.8rem 3rem;
}

.btn.red {
  background-color: #eb2256;
  color: white;
}

.btn.blue {
  background-color: #228feb;
  color: white;
}

.lead {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.lead small {
  font-size: 1.1rem;
}


.inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}


.heading {
  font-size: 2.8rem;
  text-align: center;
}
.heading b {
  color: #eb2256;
  font-weight: 400;
}


.section {
  padding: 8rem 0;
}
.section.gray {
  background-color: #efefef;
}


.left{
  float: left;
}

/* 共通CSSここまで */


/* ヘッダーここから */


.header {
  background-color: transparent;
  height: 80px;
  position: fixed;
  width: 100vw;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  z-index: 5;
}
.header.red {
  background-color: #eb2256;
}
.header.red .gnav_item:hover {
  background-color: transparent;
  color: #202020 !important;
}
.header_inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_title {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-image: url("../img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  height: 33px;
  width: 192px;
}
.header_title > a {
  display: block;
  height: 100%;
  width: 100%;
}
.header_btn {
  border-radius: 3rem;
  border: 0.2rem solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white !important;
  font-size: 1.4rem;
  padding: 0.8rem 0;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: all;
  transition-property: all;
  width: 100px;
}
.header_btn:hover {
  border-color: #eb2256;
  background-color: #eb2256;
}
.header.red .header_btn:hover {
  border-color: #202020;
  color: #202020 !important;
}

.gnav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gnav_item {
  border-radius: 3rem;
  color: white !important;
  font-size: 1.4rem;
  margin-right: .6rem;
  padding: 0.65rem 1.4rem;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .25s, .25s;
          transition-duration: .25s, .25s;
}
.gnav_item:hover {
  background-color: #eb2256;
}

/* ヘッダーここまで */


.main{
	height: 5000px;
}


/* トップここから */

.hero {
  background-image: url("../img/header_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.hero_heading {
  color: white;
  font-size: 4.8rem;
  font-weight: normal;
  margin-bottom: 3rem;
}
.hero_lead {
  color: white;
  margin-bottom: 4.4rem;
}
.hero_btn {
  margin: 0 auto;
}


.hero_holder{
  position: relative;
}

.ballon{
  position: absolute;
  top: -85px;
  left: 115px;
}

.raku{
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 72px;
  position: absolute;
  top: -70px;
  left: 125px;
  transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
}

/* トップここまで */


/* おすすめここから */

.feature_heading {
  margin-bottom: 30px;
}
.feature_lead {
  margin-bottom: 2.8rem;
}
/*.feature_lead:last-of-type {
  margin-bottom: 0;
}*/
.feature_tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feature_tile img {
  max-width: 19.2rem;
}
.feature_btn {
  margin: 0 auto;
  width: 50%;
}
.feature_btn a {
  width: 100%;
}


.tile_item {
  background-color: white;
  border-radius: 100%;
  border: 0.3rem solid #202020;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-bottom: 2%;
  text-align: center;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .5s, .5s;
          transition-duration: .5s, .5s;
  width: 32%;
  position: relative;
}
.tile_item:hover {
  background-color: #eb2256;
  color: white;
}
.tile_item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.tile_item > * {
  height: 70%;
  margin: auto;
  width: 70%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.tile_heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.tile_lead {
  font-size: 1.4rem;
}


/* おすすめここまで */


/* 特徴ここから */


.random{
  height: 1000px;
}

.quality{
  width: 500px
}

.quality-pic{
  width: 220px;
  height: 228px;
}

.quality-text{
  width: 220px;
  height: 228px;
  color: #202020;
  /*font-weight: bold;*/
}


.height{
  height: 1415px;
}

.quality_lead {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

/* 特徴ここまで */


/* 対象範囲ここから */

.marign-bottom{
  margin-bottom: 45px;
}

.cell1{
  width: 240px;
  height: 60px;
  padding-left: 20px;
  background-color: #eeeeee;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  text-align: left;
}

.cell2{
  width: 760px;
  height: 60px;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}

.last{
  border-bottom: 1px solid #bbbbbb;
}

/* 対象範囲ここまで */


/* よくある質問ここから */

.qa{
  width: 100%;
  background-color: #efefef;
}

.qa-h2{
  color: #228feb;
  font-size: 2.8rem;
  letter-spacing: 3px;
  text-align: center;
}

.qa-text{
  margin-top: 20px;
  margin-bottom: 30px;
  color: #202020;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}


  /* アコーディオンここから */

/*#acMenu dt{
    display:block;
    width:960px;
    height:60px;
    padding-top: 5px;
    padding-left: 28px;
    color: #228feb;
    font-size: 16px;
    font-weight: bold;
    line-height:48px;
    cursor:pointer;
    background-color: #ffffff;
    }

#acMenu dd{
    background:#fdfddc;
    width:960px;
    height:150px;
    padding-top: 20px;
    padding-left: 28px;
    font-size: 16px;
    line-height:36px;
    display:none;
    }

#acMenu dt:hover {
    padding-bottom: 10px;
    background:#fdfddc;
    text-decoration: underline;
}
*/


.accordion{
  margin: 0 auto;
}

.accordion_head{
    display:block;
    width:1000px;
    height:55px;
    padding-top: 5px;
    padding-left: 28px;
    color: #228feb;
    font-size: 16px;
    line-height:48px;
    cursor:pointer;
    background-color: #ffffff;
}

.fast{
  height: 65px;
  padding-top: 15px;
}

/*.last{
  height: 65px;
  padding-bottom: 15px;
}*/

.accordion p{
    /*background:#fdfddc;*/
    width:1000px;
    height:135px;
    padding-top: 5px;
    padding-left: 28px;
    font-size: 16px;
    line-height:36px;
    display:none;
}

.accordion h3:hover {
    padding-bottom: 10px;
    background:#fdfddc;
    text-decoration: underline;
}


.selected {
    background:#fdfddc !important;
}
.selected + * {
    background:#fdfddc !important;;
}



  /* アコーディオンここまで */


/* よくある質問ここまで */


/* ご納品までの流れここから */

.delivery{
  margin-bottom: 30px;
}

.step{
  width: 1000px;
  height: 157px;
  padding-top: 28px;
  padding-left: 48px;
  background-color: #ff5682;
  position: relative;
}

.circle{
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
}

.circle-text1{
  padding-top: 10px;
  color: #ff5682;
  font-size: 18px;
  text-align: center;
}


.circle-text2{
  padding-top: 15px;
  color: #ff5682;
  font-size: 48px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}


.step-text{
  width: 650px;
  height: 100px;
  padding-top: 10px;
  padding-left: 65px;
  color: #ffffff;
}

.padding-top0{
  padding-top: 0;
}

.step-text h3{
  font-size: 20px;
  line-height: 30px;
}

.step-text p{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.step-pic{
  width: 120px;
  height: 120px;
  margin-top: 10px;
  margin-left: 60px;
}

.bg_purple{
  background-color: #e156ff;
}

.purple{
  color: #e156ff;
}

.margin-left47{
  margin-left: 47px;
}

.bg_bule{
  background: #566eff;
}

.blue{
  color: #566eff;
}

.bg_liteblue{
  background-color: #56b9ff;
}

.liteblue{
  color: #56b9ff;
}

.bg_green{
  background-color: #3be747;
}

.green{
  color: #3be747;
}

.bg_orange{
  background-color: #ffb556;
}

.orange{
  color: #ffb556;
}

.arrow{
  width: 0;
  height: 0;
  border-top: 35px solid #ff5682;
  border-left: 55px solid transparent;   /* topと隣接している   */
  border-right: 55px solid transparent;  /* topと隣接している   */
  border-bottom: 35px solid transparent; /* コード自体無くてもok */
  position: absolute;
  top: -9px;
  left: 45px;
}

.border_purple{
    border-top: 35px solid #e156ff;
}

.border_blue{
    border-top: 35px solid #566eff;
}

.border_liteblue{
    border-top: 35px solid #56b9ff;
}

.border_green{
    border-top: 35px solid #3be747;
}


/* ご納品までの流れここまで */



/* ご利用料金ここから */

.margin20{
  margin-bottom: 20px;
}

.price_bg{
  width: 100%;
  background-color: #efefef;
  padding-bottom: 60px;
}



.price{
  width: 1000px;
  height: 143px;
  background-color: #ffffff;
  margin:0 auto;
  margin-top: 25px;
  position: relative;
  border:1px solid #000000;

}


.price .price-text{
  color: #202020;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.price .thirty{
  color: #eb2256;
  font-family: 'Noto Sans CJK JP', serif;
  font-size: 72px;
  line-height: 48px;
  position: absolute;
  top: 30px;
  left: 335px;
}

.price .first{
  color: #eb2256;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 48px;  
  position: absolute;
  top:35px;
  left: 605px;
}

.price .yen{
  color: #eb2256;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 48px;  
  position: absolute;
  top:55px;
  left: 605px;
}

.price .five{
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 48px;  
  position: absolute;
  top:88px;
  left: 365px;
}

.header_price{
  margin:0 0 15px 0;
  color: #FFF;
}
.price-text2{
  color: #FFF;
  font-size: 1.4rem;
}
.price2{
  width: 1000px;
  height: 143px;
  margin:0 auto;
  margin-bottom: 3.0rem;
  position: relative;
  color:#FFF;

}

.price2 .price-text{
  color: #202020;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.price2 .thirty{
  color: #eb2256;
  font-family: 'Noto Sans CJK JP', serif;
  font-size: 72px;
  line-height: 48px;
  position: absolute;
  top: 30px;
  left: 335px;
}

.price2 .first{
  color: #eb2256;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 48px;  
  position: absolute;
  top:35px;
  left: 605px;
}

.price2 .yen{
  color: #eb2256;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 48px;  
  position: absolute;
  top:55px;
  left: 605px;
}

.price2 .five{
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 48px;  
  position: absolute;
  top:88px;
  left: 365px;
}



/* ご利用料金ここまで */


/* お申し込みはここから */

.contact-text{
  margin-bottom: 25px;
  color: #202020;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.contact_btn {
  margin: 0 auto;
  width: 50%;
}
.contact_btn a {
  width: 100%;
}
.contact_btn a:first-of-type {
  margin-bottom: 2rem;
}


/* お申し込みはここまで */


/* フッターここから */

.footer {
  background-color: #202020;
  padding: 7.2rem 0;
}
.footer_inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_title {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-image: url("../img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  height: 3.6rem;
  width: 19.2rem;
}
.footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
}
.footer_nav:first-of-type {
  margin-bottom: 1.6rem;
}
.footer_nav:first-of-type .footer_nav_link {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 1.6rem;
}
.footer_nav_link {
  color: white;
  font-size: 1.4rem;
  margin-right: 1.4rem;
}
.footer_nav_link:hover {
  text-decoration: underline;
}
.footer_nav_link:last-of-type {
  margin-right: 0 !important;
}

/* フッターここまで */