@charset "UTF-8";

/*------------------------------------------------------------
  このファイルに定義されている内容はすべて編集可能です。
  header,footerに関してはできるだけ定義内容を遵守してください。
------------------------------------------------------------*/

/* body
----------------------------------------------------*/
body {
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #333333;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media screen and (max-width: 767px) {
body {
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #333333;
	-webkit-text-size-adjust: 100%;
    }
}

/* responsive
----------------------------------------------------*/
._pc {
    display: block;
}
._sp {
    display: none;
}

@media screen and (max-width: 767px) {
._pc {
    display: none;
    }
._sp {
    display: block;
    }
}

/* main_img_area
----------------------------------------------------*/
.main_img_area {
	width: 100%;
    margin-bottom: 60px;
    text-align: center;
	background: url(/serv/giftee/images/pc/main_bg.png) repeat center top;
}
.main_img_area li.main_img picture {
	width: 100%;
    max-width: 1200px;
}
.main_img_area li.main_img img {
	width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
.main_img_area {
    margin-bottom: 6%;
    }
.main_img_area li.main_img {
    max-width: 100%;
	}
}

/* main_ttl
----------------------------------------------------*/
.main_ttl {
    position: relative;
	width: auto;
    margin: 0 auto;
    margin-bottom: 85px;
    text-align: center;
    box-sizing: border-box;
}
.main_ttl p {
    padding-bottom: 12px;
    font-size: 40px;
    font-weight: 600;
    line-height: ;
    color: #e06a3b;
}
.main_ttl p:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;/*線の上下位置*/
    display: inline-block;
    width: 660px;/*線の長さ*/
    height: 4px;/*線の太さ*/
    -webkit-transform: translateX(-51.5%);
    transform: translateX(-51.5%);/*位置調整*/
    background-color: #e06a3b;/*線の色*/
    border-radius: 2px;/*線の丸み*/
}

@media screen and (max-width: 767px) {
.main_ttl {
    margin-bottom: 8%;
}
.main_ttl p {
    padding-bottom: 2.5%;
    font-size: 7VW;
    line-height: 1.2em;
    }
.main_ttl p:before {
    width: 47%;/*線の長さ*/
    height: 0.8vmin;/*線の太さ*/
    -webkit-transform: translateX(-52%);
    transform: translateX(-52%);/*位置調整*/
    border-radius: 3px;/*線の丸み*/
    }
}

/* btn
----------------------------------------------------*/
.btn {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 70px;
    text-align: center;
    box-sizing: border-box;
}
.btn p {
    margin-bottom: 35px;
    font-size: 36px;
    font-weight: 500;
    line-height: ;
}
.btn ul {
    width: 100%;
    display: inline-block;
}
.btn li {
	width: 29%;
    margin: 0 2%;
    box-sizing: border-box;
    float: left;
}
.btn li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 11px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: ;
    color: #1e98b9;
    letter-spacing: ;
    border: 2px solid #1e98b9;
    border-radius: 30px;
    box-sizing: border-box;
}
.btn li a::before {
     position: absolute;
     content: '';
     width: 8px;
     height: 8px;
     border-right: solid 3px #1e98b9;
     border-bottom: solid 3px #1e98b9;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 32%;
     left: 6%;
}
.btn li a:hover {
    color: #ffffff;
    background: #6bbed5;
    text-decoration: none;
}
.btn li a:hover::before {
     border-right: solid 3px #ffffff;
     border-bottom: solid 3px #ffffff;
}

@media screen and (max-width: 767px) {
.btn {
    width: 100%;
    margin-bottom: 10%;
    }
.btn p {
    position: relative;
    margin-bottom: 8%;
    padding: 3.4% 0;
    font-size: 5.8VW;
    color: #ffffff;
    background: #6bbed5;
}
.btn p:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -26px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #6bbed5 transparent transparent transparent;
    border-width: 26px 26px 0 26px;
}
.btn li {
	width: 80%;
    margin: 0 auto;
    margin-bottom: 3.4%;
    float: none;
    }
.btn li a {
    padding: 2% 0;
    font-size: 4.6VW;
    border: 3px solid #1e98b9;
    border-radius: 50px;
    }
.btn li a::before {
     width: 12px;
     height: 12px;
     top: 11%;
    }
.btn li a:hover {
    color: #1e98b9;
    background: #ffffff;
    }
.btn li a:hover::before {
     border-right: solid 4px #1e98b9;
     border-bottom: solid 4px #1e98b9;
    }
}

/* gift
----------------------------------------------------*/
.gift {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: -15px;
    margin-bottom: 70px;
    padding-top: 15px;
    text-align: center;
    box-sizing: border-box;
}
.gift p {
    margin-bottom: 12px;
    padding: 0 15px;
    font-size: 22px;
    font-weight: 600;
    color: #1e98b9;
    background: #ffffff;
    display: inline-block;
}
.gift .line {
    border-top: 2px solid #1e98b9;
    margin-bottom: -11px;
}
.gift span {
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.gift ul {
    width: 100%;
    padding: 2%;
    background: #f5f5f5;
    display: inline-block;
    box-sizing: border-box;
}
.gift ul li {
    position: relative;
    width: 30%;
    margin-left: 4.66%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
    text-align: left;
    float: left;
}
.gift ul li.top {
    margin-left: 0;
}
.gift ul li.top img,
.gift ul li.look img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.gift ul li.gift_item {
    width: 30%;
}
.gift ul li.gift_item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.gift ul li.wide {
    clear: both;
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.gift ul li:after {
     position: absolute;
     content: '';
     width: 7px;
     height: 7px;
     border-top: solid 3px #1e98b9;
     border-right: solid 3px #1e98b9;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 130px;
     right: -10%;
}
.gift_spec ul li.gift_img:after,
.gift_spec ul li.gift_txt:after,
.gift ul li.gift_item:after,
.gift ul li.wide:after {
    display: none;
}
li.look img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.gift_spec {
    width: 100%;
}
.gift_spec li.gift_img {
    width: 100%;
    margin-left: 0;
}
.gift_spec li.gift_txt {
    width: 100%;
    margin-left: 0;
}

@media screen and (max-width: 767px) {
.gift {
    width: 90%;
    margin-top: -3%;
    margin-bottom: 10%;
    padding-top: 3%;
    }
.gift p {
    font-size: 5.4vw;
    }
.gift .line {
    border-top: 4px solid #1e98b9;
    margin-bottom: -3.5%;
    }
.gift span {
    font-size: 4.2vw;
    line-height: 1.3em;
    }
.gift ul {
    padding: 0.5% 1.5%;
    }
.gift ul li {
    position: relative;
    width: 100%;
    margin-left: 0%;
    padding-top: 3.2%;
    font-size: 4vw;
    line-height: 1.5em;
    }
.gift ul li.top,
.gift ul li.wide {
    padding-top: 0%;
    }
.gift ul li.gift_item {
    width: 100%;
    }
.gift ul li.gift_item img {
    margin-bottom: 0;
    }
.gift ul li:after {
     width: 14px;
     height: 14px;
     border-top: none;
     border-right: solid 3px #1e98b9;
     border-bottom: solid 3px #1e98b9;
     top: -10%;
     right: 50%;
    }
.gift ul li.top:after,
.gift_spec ul li.gift_img:after,
.gift_spec ul li.gift_txt:after,
.gift ul li.wide:after {
    display: none;
    }
.gift ul li.gift_item:after {
    display: block;
    }
li.look img {
    margin-top: 6px;
    margin-bottom: 0;
    }
.gift_spec {
    width: 100%;
    }
.gift_spec li.gift_img {
    width: 35%;
    margin-left: 0;
    }
.gift_spec li.gift_txt {
    width: 60%;
    margin-left: 0;
    float: right;
    }
.gift ul li.top .gift_spec li.gift_txt {
    padding-top: 13%;
    }
}

/* btn-square
----------------------------------------------------*/
a.btn-square {
    display: inline-block;
    width: 470px;
    margin-top: 20px;
    padding: 14px 0;
    text-decoration: none;
    background: #e06a3b;/*ボタン色*/
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    border-bottom: solid 4px #c05b33;
    border-radius: 10px;
}
a.btn-square:hover {
    background: #e59778;/*ボタン色*/
    border-bottom: solid 4px #e06a3b;
}

@media screen and (max-width: 767px) {
a.btn-square {
    width: 90%;
    margin-top: 6%;
    margin-bottom: 6%;
    padding: 4% 0;
    font-size: 5vw;
    }
a.btn-square:hover {
    background: #e06a3b;/*ボタン色*/
    border-bottom: solid 4px #c05b33;
    }
}

/* notes
----------------------------------------------------*/
.notes {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 80px;
    text-align: center;
    box-sizing: border-box;
}
.notes span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.8em;
}
.notes p {
    margin-top: 10px;
    padding-left: 1.0em;
    text-indent: -1.0em;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
    text-align: left;
}

@media screen and (max-width: 767px) {
.notes {
    width: 100%;
    margin-top: -8px;
    margin-bottom: 15%;
    }
.notes span {
    display: block;
    margin-bottom: -10px;
    padding: 0.8% 0;
    font-size: 4vw;
    background: #eeeeee;
    }
.notes p {
    width: 90%;
    margin: 0 auto;
    margin-top: 2.8%;
    font-size: 3.8vw;
    line-height: 1.4em;
}
}

/* back-to-top
----------------------------------------------------*/
#back-to-top {
	position: fixed;
    width: 50px;
    height: 50px;
	right: 20px;
	bottom: 20px;
	z-index: 10000;
}

@media screen and (max-width: 767px) {
#back-to-top {
    width: 10%;
    height: auto;
	right: 10px;
	bottom: 10px;
    }
}