@charset "UTF-8";
/* CSS Document */

/********************************************

Common CSS

********************************************/

html {
  	font-size: 62.5%;/*フォントの基準を10pxに*/
}

body {
	color: #484848;
    background: #fff;
    font-size: 1rem;
	width: 100%;
	margin: 0;
	font-family: "Noto Sans JP", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: hidden;
	font-feature-settings: "palt" 1;/*文字詰め*/
}

*, *::before, *::after {
 	box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
.hidden {
  	display: none;
}
.txt_under{
	text-decoration:underline;
}

img {
	vertical-align: top;
}
/*テキストを選択した時の装飾*/
::selection {
    background: #537895;
    color: #fff;
}
::-moz-selection {
    background: #537895;
    color: #fff;
}
li {
    list-style-type: none;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    color: white;
    display: none;
    font-family: 'source_sans_proregular';
    line-height: 25px;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

/*********************************

Font

**********************************/
.bold_400{
	font-weight: 400!important;
}
.bold_600{
	font-weight: 600!important;
}
.bold_700{
	font-weight: 700!important;
}
.bold_800{
	font-weight: 800!important;
}
.bold_900{
	font-weight: 900!important;
}
.txt_08em{
	font-size: 0.8em!important;
}
.txt_12em{
	font-size: 1.2em!important;
}

.txt_15em{
	font-size: 1.5em!important;
}
.txt_20em{
	font-size: 2em!important;
}
.color_r_red{
	color: #BF0000!important;
}
.color_yel{
	color: #FBF91B!important;
}
.color_blue{
	color: #406DD1!important;
}
.color_white{
	color: #fff!important;
}
.txt_line{
	text-decoration: line-through!important;
}
.bg_yel{
	background: #fcf91c;
}
.bg_bk{
	background-color: #000!important;
}
.bg_r_red{
	background-color: #BE0000!important;
}
.bg_yel_txt{
	background:#FBF91B!important;
	color: #333!important;
	font-weight: 900;
}
.dot{
	position: relative;
}
.dot::after{
	position: absolute;
	content: "";
	background-image: url("../images/dot.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.1rem;
	height: 1.1rem;
	top: -3%;
	left: 50%;
	transform: translateX(-50%);
}
.under_line{
	text-decoration: underline!important;
}
/*********************************
PC/MOBILE 
**********************************/
.pc{
	display: none;
}
.mb{
	display: block;
}
/*********************************

main/resp_wrapper

**********************************/
main{
	width: 100%;
	background-color: #000;
}
.resp_wrapper{
	width: 100%;
}

/*********************************

header

**********************************/
header{
	background: linear-gradient(to right, #000000 0%,#111111 50%,#111111 65%, #000000 100%);
    padding: 2rem 1rem;
    text-align: center;
    color: #fff;
    position: fixed;
    box-shadow: 0 0 6px #555;
    overflow: hidden;
    display: block;
    width: 100%;
	height: 132.59px;
    top: 0;
    z-index: 999999;
}
header .header{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
#header-box{
	position: relative;
	width: 100%;
	height: 100%;
}
#header-box h4{
	position: absolute;
	width: 100%;
	display: block;
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	transform: translate(-50%,-50%);
}
header .header img{
	position: absolute;
	width: 20%;
}
header .header img:nth-child(1){
	left: -20px;
    top: -15px;
	width: 50%;
}
header .header img:nth-child(2){
	right: -30px;
    bottom: -25px;
    width: 80%;
}
header .header .head{
	position: relative;
	font-size: 2.4rem;
	font-weight: 900;
	color: #fff;
	z-index: 99;
	margin: 0 auto;
	text-shadow: 0.06rem 0 0.06rem #ea36af, -0.125rem 0 0.06rem #75fa69;
	letter-spacing: 0.125em;
	animation-duration: 0.01s;
    animation-name: textflicker;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes textflicker {
  from {
    text-shadow: 1px 0 0 #ea36af, -2px 0 0 #75fa69;
  }
  to {
    text-shadow: 2px 0.5px 2px #ea36af, -1px -0.5px 2px #75fa69;
  }
}

header .header .timer{
	font-size: 2rem;
    font-weight: 900;
    z-index: 999;
    position: relative;
    margin: 0 auto;
	line-height: 1.2;
}
header .header .timer #day,
header .header .timer #hour,
header .header .timer #min,
header .header .timer #sec{
	font-family: 'Anton';
	font-size: 2.4em;
	background: -webkit-linear-gradient(90deg,#f3e18e 0%,#cc9e48 35%,#f9f9f9 55%,#f3e18e 70%); /* 背景色にグラデーションを指定 */
	-webkit-background-clip: text; /* テキストで切り抜く */
	-webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
	width: 15%;
    display: inline-block;
	letter-spacing: .05em;
}


.shake{
    animation: shake .8s infinite;
}
@keyframes shake {
  0% { transform: skewX(-5deg); }
  5% { transform: skewX(5deg); }
  10% { transform: skewX(-5deg); }
  15% { transform: skewX(5deg); }
  20% { transform: skewX(0deg); }
  100% { transform: skewX(0deg); }  
}
/*********************************

Key Visual

**********************************/

.kv{
	width: 100%;
	position: relative;
    margin-top: 132.59px;
}
.kv img{
	width: 100%;
}
.mt_0{
	margin-top: 0!important;
}
.slide-items {
	position: relative;
    width: 100%;
    height: 941px;
    overflow: hidden;
	padding: 0;
}
.kv .slide-items .main{
	width: 100%;
	height: auto;
}
/*Next,Prevボタン*/
.slick-prev,
.slick-next{
    position:absolute;/*絶対位置で指定する*/
    top:35%; /*この値は各コンテンツに併せて調整*/
    cursor:pointer; /*マウスカーソルを指マークに変更*/
    outline:none; /*クリックしたら出てくる枠線を消す*/
    height:15px; /*縦:横15pxの正方形を作成して、trasform:rotateプロパティを使って45degと-135deg回転*/
    width:15px;
	z-index: 3;
}

.slick-prev{
    left:0;
}
.slick-prev::before{
	content: url("../images/prev.png");
	transform: scale(0.25);
	display: block;
}

.slick-next{
    right:3.6rem;
}
.slick-next::after {
    content: url("../images/next.png");
    transform: scale(0.25);
    display: block;
}

.slide-items .wrapper{
	position: relative;
}

.kv .main img{
	width: 100%;
}

.kv .main .logo{
	position: absolute;
    top: 0rem;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
}

.kv .main .ttl-box{
	position: absolute;
	top: 21.5%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.kv .main .ttl-box .headline{
	width: 75%;
	margin: 0 auto;
	display: block;
}
.kv .main .ttl-box .money-ttl{
	width: 92%;
    margin: 0 auto;
    display: block;
    transform: translate(7%,-20%);
}
.kv .main .ttl-box .ex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
    transform: translateY(-225%);
}
.kv .main .ttl-box .ex .txt{
	width: 65%;
	font-size: 1rem;
	color: #fff;
	text-align: left;
	line-height: 1.2;
}
.kv .main .ttl-box .ex .jpy{
	width: 35%;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 1;
	background: -webkit-linear-gradient(90deg,#f3e18e 0%,#cc9e48 35%,#f9f9f9 55%,#f3e18e 70%); /* 背景色にグラデーションを指定 */
	-webkit-background-clip: text; /* テキストで切り抜く */
	-webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
}
.kv .main .ex_txt{
	width: 100%;
	line-height: 1;
}
.kv .main .ex_txt .head{
	width: 80%;
    margin: 0 auto;
    background: url(../images/bet_bg.png) no-repeat center center;
    background-size: contain;
    color: #fff;
    padding: 1em;
    font-size: 1.4rem;
	line-height: 1.1;
    transform: translateY(-75%);
}
.kv .main .ex_txt .txt-ttl{
	width: 75%;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
    margin: 0 auto;
    color: #fff;
    font-size: 1.2rem;
	line-height: 1.2;
    transform: translateY(-155%);
}
.kv .main .ex_txt .txt-ttl span:nth-child(1){
	width: 65%;
}
.kv .main .ex_txt ul{
	width: 78%;
    margin: 0 auto;
    text-align: left;
    list-style-position: inside;
    list-style-type: circle;
    color: #fff;
    transform: translateY(-65%);
    border: 1px dotted #fff;
    padding: 0.5em 0.5em;
}
.kv .main .ex_txt ul li{
	font-size: .9rem;
	line-height: 1.3;
}
.kv .main .stars{
	width: 100%;
}
.kv .main .stars .star1,
.kv .main .stars .star2,
.kv .main .stars .star3{
	position: absolute;
}
.kv .main .stars .star1{
	width: 5%;
	right: 5%;
	top: 10%;
}
.kv .main .stars .star1 {
    width: 20%;
    right: 6%;
    top: 28%;
}
.kv .main .stars .star2 {
    width: 26%;
    right: 19%;
    top: 20%;
}
.kv .main .stars .star3 {
    width: 50%;
    left: -7%;
    top: 22%;
}

.elm {
   	animation: tikatika 1s step-end infinite;
}
.elm2 {
   	animation: tikatika .9s step-end infinite;
	animation-delay: 1s
	
}
.elm3{
	animation: tikatika .9s step-end infinite;
	animation-delay: 1.5s
}
.cta_btn {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: block;
}
.cta_btn img{
	width: 100%;
}
.transY_adj{
	position: absolute!important;
    /* margin-bottom: 0%!important; */
    bottom: 7%!important;
    left: 50%; 
    transform: translateX(-50%);
}
.cta_btn._shiny {
    overflow: hidden;
	transition: 300ms;
}
.cta_btn._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

.cta_btn._shiny:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.yureru-s {
    animation: yureru-s 2s infinite;
}
@keyframes yureru-s {
    0% {
        transform: translate(5px, 0px);
    }
    5% {
        transform: translate(-5px, 0px);
    }
    10% {
        transform: translate(5px, 0px);
    }
    15% {
        transform: translate(-5px, 0px);
    }
    20% {
        transform: translate(5px, 0px);
    }
    25% {
        transform: translate(-5px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}
@keyframes tikatika {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.dokidoki {
    animation: dokidoki 1.5s infinite;
}
@keyframes dokidoki {
    0% {
        transform: scale(1.1)
    }
    5% {
        transform: scale(1)
    }
    95% {
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.1)
    }
}

/*********************************

summary

**********************************/

.summary{
	width: 100%;
}
.wrapper{
	width: 100%;
	position: relative;
	background: #000;
}
.summary .wrapper .bg{
	width: 100%;
}
.summary .wrapper .box{
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
}
.summary .wrapper .box h2{
	margin: 0 auto 1em;
	text-align: center;
	font-size: 1.6rem;
}
.summary .wrapper .box .row{
	width: 80%;
	margin: 0 auto .5em;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.summary .wrapper .box .row .col:nth-child(1),
.summary .wrapper .box .row .col:nth-child(2){
	width: 40%;
	margin: 0 auto .5em;
	font-size: 1.3rem;
	line-height: 1.3;
	text-align: left;
	border-left: 3px solid #fff;
	padding-left: 0.5em;
}
.summary .wrapper .box .row .col:nth-child(2){
	width: 60%;
}
.summary .wrapper .box .ex{
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: left;
	width: 80%;
	margin: 0 auto .5em;
}
.summary .wrapper .box table{
	width: 80%;
	border: 1px solid #fff;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.2;
    max-width: 100%;
    text-align: left;
	margin: 0 auto 1em;
}
.summary .wrapper .box table td{
	padding: 0.5em 0.3em;	
}
.summary .wrapper .box .border{
	width: 80%;
	margin: 0 auto 1em;
	display: block;
}
.summary .wrapper .box .rule_ttl{
	width: 40%;
	margin: 0 auto 1em;
	display: block;
}
.summary .wrapper .box .rule_head{
	width: 80%;
	margin: 0 auto .5em;
	font-size: 1.1rem;
	font-weight: bold;
	display: block;
	text-align: center;
	background-color: #dbc66b;
	padding: .3em .5em;
	color: #333;
}
.summary .wrapper .box .rule{
	width: 80%;
	margin: 0 auto;
	list-style-type: square;
	color: #fff;
	padding-left: 1em;
}
.summary .wrapper .box .rule li{
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: .5em;
	list-style-type: square!important;
}
/*********************************

CTA

**********************************/

#cta{
	position: relative;
	width: 100%;
	background-color: #000;
}
#cta .ttl{
	text-align: center;
    font-size: 2.8em;
    background: -webkit-linear-gradient(90deg,#f3e18e 0%,#cc9e48 35%,#f9f9f9 55%,#f3e18e 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    display: inline-block;
    letter-spacing: .05em;
}
.box_con02{
	width: 100%;
	padding-bottom: 5rem;
}
.formTable{
	margin: 0 auto;
	width: 90%;
}
.formTable #ex_customer{
	position: relative;
}
.formTable tr{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 2rem;
}
.formTable th{
	width: 100%;
	color: #fff;
	padding: .8em 1em;
	font-size: 1.4rem;
	text-align: left;
	font-weight: 400;
	background-color: #b00000;
	border-radius: 5px 5px 0 0;
}
.formTable td{
	width: 100%;
    padding: 1.2em 1em;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: column;
}
.formTable td .box_br input {
    width: 6%;
}
.formTable td .box_br:nth-child(1){
	margin-bottom: .5em;	
}
.formTable td input,
.formTable td select{
	width: 100%;
    padding: .5em 1em;
    font-size: 1.6rem;
    border: 1px solid #999;
}
.formTable td p{
	width: 100%;
	margin: 0 auto 1em;
    font-size: 1.3rem;
	line-height: 1.3;
}
.btn{
	width: 90%;
	margin: 0 auto;
	display: block;
	background: #000;
    border: none;
}
.cta_btn2{
	width: 100%;
	display: block;
	background-image: url("../images/cta_btn.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto 1rem;
}

/*********************************

友達紹介

**********************************/

.friend{
	width: 100%;
	position: relative;
}
.friends_bg{
	position: relative;
	width: 100%;
}
.friend .txt{
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	position: absolute;
	top: 37%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
}
.txtbg_gold{
	background-color: #BF0000!important;
    padding: 0.05em 0.2em;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .003em;
}
.stepbar {
	position: absolute;
	margin: 0 auto;
    width: 95%;
    top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

.stepbar .stepbarwrap {
	margin: 3em 0;
	position: relative;
}

.stepbar .stepbarwrap .steptitle {
	display: inline-flex;
	align-items: flex-start;
}
.align-center{
	align-items: center!important;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
	display: inline-block;
	width: 6.2em;
	height: 6.2em;
	content: "";
	border-radius: 50%;
	background-color: #fff;
	color: #222;
	text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
    display: inline-block;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
	margin: 0.5em 0 0.5em 0.5em;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0 0 3px #333;
}

.stepbar .stepbarwrap .steptxt {
  	padding-left: 3.5em;
    display: block;
    position: absolute;
    top: 55%;
    left: 14%;
    width: 80%;
    text-align: left;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 1.4rem;
	text-align: left;
}

.stepbar .stepbarwrap .stepline {
  	width: 1px;
  	height: calc(100% + 1em);
  	background-color: #fff;
  	position: absolute;
  	top: 5em;
    left: 3.1em;
  	z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

.share {
    position: relative;
    width: 100%;
    margin: 0 auto;
    bottom: 0%;
    text-align: center;
    margin-bottom: 1rem;
    overflow: hidden;
    z-index: 1;
    transform: translateY(-40px);
    background-color: #000;
    padding-top: 3rem;
}
.share .bg{
	width: 30%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 3;
}
.share h3{
	font-size: 2.4rem;
	position: relative;
	font-weight: bold;
	color: transparent;
	margin-bottom: 2rem;
	margin-top: 0;
	z-index: 9;
	display: inline-block;
	background-image: linear-gradient(135deg, #ffec61, #f321d7);
	-webkit-background-clip: text;
}
.icon {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    z-index: 99;
}
.icon a {
    width: 18%;
    height: auto;
    margin-right: 2em;
}
.icon a img{
	width: 100%;
	position: relative;
    z-index: 99;
}
footer{
	width: 100%;
	margin: 0 auto;
	padding: .8em 1em;
	text-align: center;
	background-color: #b00000;
}
footer p{
	width: 100%;
	margin: 0 auto;
	font-size: 1.2rem;
	color: #fff;
}

/*ディスプレイ幅が768px(タブレット)より大きい端末のみへの記述*/
@media only screen and (min-width: 767px){
	.resp_wrapper {
		max-width: 760px;
		margin: 0 auto;
		box-shadow: 0 0 13px #555;
	}
	header{
		height: 166.59px;
	}
	#header-box h4 {
		font-size: 3.4rem;
	}
	header .header .head {
		position: relative;
		font-size: 3.2rem;
	}
	header .header .timer {
		font-size: 2.8rem;
		width: 75%;
	}
	header .header img:nth-child(2) {
		right: -30px;
		bottom: -45px;
		width: 60%;
	}
	.slick-prev::before{
		transform: scale(0.35);
	}

	
	.slick-next::after {
		transform: scale(0.35);
	}
	.slick-next {
		right: 5.2rem;
	}

	.kv {
		margin-top: 166.59px;
	}
	.slide-items {
		height: 1663px;
	}
	.kv .main .ttl-box .ex {
		transform: translateY(-255%);
		width: 75%;
	}
	.kv .main .ttl-box .ex .txt {
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.kv .main .ttl-box .ex .jpy {
		font-size: 2.4rem;
	}
	.kv .main .ex_txt {
		width: 90%;
		margin: 0 auto;
		line-height: 1.3;
	}
	.kv .main .ex_txt .head {
		width: 85%;
		padding: 2em;
		font-size: 1.6rem;
		line-height: 1.4;
		transform: translateY(-75%);
	}
	.kv .main .ex_txt .txt-ttl {
		width: 75%;
		font-size: 1.6rem;
		transform: translateY(-215%);
	}
	.kv .main .ex_txt ul {
		width: 80%;
		transform: translateY(-65%);
		padding: 1em
	}
	.kv .main .ex_txt ul li {
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.summary .wrapper .box h2 {
		font-size: 2.4rem;
	}
	.summary .wrapper .box .row .col:nth-child(1),
	.summary .wrapper .box .row .col:nth-child(2) {
		width: 42%;
		margin: 0 auto 1em;
		font-size: 1.6rem;
		line-height: 1.3;
		text-align: left;
		border-left: 3px solid #fff;
		padding-left: 0.6em;
	}
	.summary .wrapper .box .ex {
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: left;
		width: 80%;
		margin: 0 auto 1.5em;
	}
	
	.summary .wrapper .box table {
		line-height: 2;
		font-size: 1.4rem;
	}
	.summary .wrapper .box .border {
		width: 80%;
		margin: 2em auto 4em;
		display: block;
	}
	.summary .wrapper .box .rule_ttl {
		width: 40%;
		margin: 0 auto 4em;
	}
	.summary .wrapper .box .rule_head {
		width: 80%;
		margin: 0 auto 1em;
		font-size: 1.6rem;
	}
	.summary .wrapper .box .rule li {
		font-size: 1.4rem;
		line-height: 1.2;
		margin-bottom: 0.8em;
	}
	#cta .ttl {
		text-align: center;
		font-size: 3.8em;
	}
	.formTable {
		margin: 0 auto;
		width: 80%;
	}
	.formTable th {
		padding: 0.8em 1em;
		font-size: 1.6rem;
	}
	.formTable tr {
		margin-bottom: 3rem;
	}
	.formTable td {
		padding: 1.5em 1em;
		font-size: 1.6rem;
	}
	.cta_btn {
		width: 80%;
	}
	.cta_btn2 {
		width: 80%;
	}
	.friend .txt {
		font-size: 1.8rem;
		line-height: 2;
		top: 35%;
	}
	.stepbar {
		width: 85%;
		top: 45%;
	}
	.stepbar .stepbarwrap {
		margin: 5em 0;
		position: relative;
	}
	.stepbar .stepbarwrap .steptitle .stepcircle {
		width: 10rem;
		height: 10rem;
	}
	.stepbar .stepbarwrap .steptitle .stepcircle span {
		line-height: 1.5;
		font-size: 2rem;
		top: 0.9em;
	}
	.stepbar .stepbarwrap .steptitle .title {
		margin: 0.5em;
		font-size: 2rem;
	}
	.stepbar .stepbarwrap .steptxt .txt {
		font-size: 1.6rem;
		text-align: left;
	}
	.stepbar .stepbarwrap .stepline {
		width: 1px;
		left: 5em;
	}
	.friend {
		margin-bottom: 5%;
	}
	.share h3{
		font-size: 2.8rem;
		margin-bottom: 4rem;
	}
	.icon {
		width: 70%;
	}
	.icon a {
		width: 10%;
		height: auto;
	}
	.share {
	}
}
/*ディスプレイ幅が390pxより小さい端末のみへの記述*/
@media only screen and (max-width: 390px){
	.slide-items {
    	height: auto;
	}
	.summary .wrapper .bg {
		width: 100%;
		transform: scale(1.1);
		transform-origin: top;
	}
	.summary .wrapper .box {
		width: 100%;
		transform: translate(-50%,-45%);
	}
}

