/*#tokutoku {
	font-size: 14px;
}*/
/*#mainImg :before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
}
#mainImg ::after {
    content: "完売御礼！キャンペーンは終了しました。";
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 10%;
    color: rgb(255, 255, 255);
    font-size: 300%;
    text-align: center;
    line-height: 100%;
}*/
.basis130{    flex-basis: 55%;}
hr{
    margin: 20px 0 20px;
}
p.price.tex-white {
    text-align: left;
    text-align: center;
}
.center {
    text-align: center;
}
ul.flexbox{
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-around;
	padding:0;
}
ul.flexbox li ul{
	padding:0;
}
ul.flexbox li ul li img{
	width:100%;
}

ul.flexbox li{
	list-style:none;
	flex-basis:400px;
}

.shingo{font-family:"新ゴ B";font-feature-settings : "palt";line-height: 60px;}

.order-box {
    border: 5px solid #fe9a00;
    border-radius: 10px;
    padding: 2.5em 3em;
    margin: 1.5em 40px;
}
.f150 {
    font-size: 150%;
}
.f220 {
    font-size: 220%;
}
.f240 {
    font-size: 184%;
}
.f350 {
    font-size: 350%;
}

.line {
    text-decoration: line-through;
}
.f80 {
    font-size: 80%;
}
p {
    line-height: 1.8;
	margin-bottom: 24px;

}
.red {
    color: #d80011;
}
b, strong {
    font-weight: 700;
}
.video iframe{
	position:absolute;
	top:50px;
	left:50px;}
.video2 iframe{
	position:absolute;
	top:38px;
	left:50px;}

.btn1 , .btn2{
position: relative;
top: 0px;
margin: 0 auto;
    width: 38%;
    margin: 0px auto 0;
}
.btn1 a, .btn2 a{
	    max-width: 330px;
display: block;
cursor: pointer;
margin: 0 auto;
padding: 20px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #fe9c01;
border-radius: 5px;
box-shadow: 0 6px 0 #bb5900, 0 12px 0 rgba(0, 0, 0, 0.2);
-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.btn1 a:hover ,.btn2 a:hover{
    background-color: #ff7900;
    box-shadow: 0 3px 0 #bb5900, 0 6px 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.btn1 a:active , .btn2 a:active{
    color: #ddd;
    background-color: #bb5900;
    box-shadow: 0 0 0 #bb5900, 0 0 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    transition-duration: 0.1s;
}
span.kounyuu{
    font-size: 168%;
    line-height: 31px;
    font-weight: bold;
	}

.kotei img {
    width: 180px;
    bottom: 0px;
    position: fixed;
    right: 0;
	z-index:2000;
}
.kotei a img{
	transition: 0.4s ;}
.kotei a:hover img{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
body {
	margin:0;
    text-align: left;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.1em;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

p {
    line-height: 200%;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0;
}

.bold{font-weight:bold;}

.red{color:red;}

#fixedbox {
    background-color: #ff6;
    box-shadow: 0 10px 6px -6px #0000008f;
    font-size: 1.6em;
    font-weight: bold;
    height: auto;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
    line-height: 1;
}
#fixedbox p{
    margin: 0.6em;
    line-height: 1.5;
}
#tokutoku img {
	display: block;
	margin: 0 auto;
}
img#shaft-img {
    width: 740px;
    margin: -30px auto 0;
}
span.zeikomi {
    font-size: 160%;
    font-weight: normal;
    color: #000;
}
img#cta-img1 {
    display: initial;
    margin: 9px 9px -8px 0;
    max-width: 42px;
}
.cta_info{
    font-size:85%;display: table;text-align: justify;margin: 2em auto;max-width: 850px;line-height: 1.3;
}
.choose{font-size: 150%;
    font-weight: bold;
    margin: 0px 0 -3px;
    display: block;}
/*#mainImg :before{
	content:"";
	background-color: rgba(0, 0, 0, 0.7);
	position:absolute;
	z-index:1;
	left: 0;
    width: 100%;
    height: 100%;
}
#mainImg :after{
	content:"キャンペーンは終了しました。";
	position:absolute;
	z-index:2;
	left: 0;
	top:50%;
    width: 100%;
    height: 10%;
	color:#fff;
	font-size:300%;
	text-align:center;
	line-height:100%;
}
*/

#mainImg h1 {
	width: 1080px;
	margin: 0 auto;
}

.right{
    max-width: 350px;
    float: right;
    margin-left: 1em !important;
}
#tokutoku .pc{
	display:inherit;
}

#tokutoku .sp{
	display:none;
}
.vimeo_tokucho {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50.25%, -55%);
    -webkit-transform: translate(-50.25%, -55%);
    -ms-transform: translate(-50.25%, -55%);
}
#contents01,#contents03 {
	width: 100%;
	background: url("https://golflive.s3.ap-northeast-1.amazonaws.com/product/docus/2108/gray.jpg") no-repeat;
	background-position: center top;
	background-size:cover;
	background-attachment:fixed;
}
#contents02 {
	width: 100%;
	background: url("https://golflive.s3.ap-northeast-1.amazonaws.com/product/docus/2108/gold.jpg") no-repeat;
	background-position: center top;
	background-size:cover;
	background-attachment:fixed;
}
.flame{
    width: 100%;
    height: auto;
    background: url(https://golflive.s3.ap-northeast-1.amazonaws.com/product/docus/reloaded-iron/flame.jpg) top center repeat-y;
	padding: 0 0 0px 0;
}
.wrap {
	width: 1080px;
	margin: 0 auto;
}
.wrap p.paragraph{
    padding: 4em 80px;
    line-height: 2;
    font-size: 1.3em;
}
.btn {
    position: absolute;
    top: 590px;
    left: 287px;
    margin: 0 auto;
}
.btn a {
    display: block;
    cursor: pointer;
    width: 460px;
    height: 50px;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    /*background: url(https://golflive.s3.ap-northeast-1.amazonaws.com/product/docus/2108/btn.png);*/
    border-radius: 12px;
    box-shadow: 0 6px 0 #7e4d13, 0 12px 0 rgba(0,0,0,0.2);
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.btn a:hover {
    background-color: #ff7900;
    box-shadow: 0 3px 0 #7e4d13, 0 6px 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.btn a:active {
    color: #ddd;
    background-color: #bb5900;
    box-shadow: 0 0 0 #7e4d13, 0 0 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    transition-duration: 0.1s;
}
.relative{position:relative;}
.review{padding:0 4%;}
.reviewbox img{
	display:inline!important;
}
/* footer */

footer {
    background: #292929;
    color: #909090;
    margin: -20px auto -28px;
}
.box {
    max-width: 999px;
    margin: 0 auto;
}
.nvfooter {
    padding: 20px;
    margin: 0;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}
.ftmenu {
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 89%;
}
.ftmenu li:first-child {
    border-left: none;
    padding-left: 0;
}
.ftmenu li {
    font-size: 12px;
    padding: 0 18px 0 18px;
    display: inline;
    line-height: 1;
    border-right: 1px solid #555;
}
footer a {
    color: #909090!important;
}
.back {
    float: right;
}
.pt20 {
    padding-top: 20px;
}
.logo {
    background: url(https://golflive.s3.ap-northeast-1.amazonaws.com/product/docus/2108/Golf-Live_logo_w.png) no-repeat;
    background-size: 120px;
    width: 125px;
	height: 35px;
    text-indent: -9999px;
    margin: 57px auto 0;
}
address {
    font-size: 10px;
    text-align: center;
    font-style: normal;
    padding: 25px 0;
}
/*===============================
	客の声
=================================*/
h4 {
    font-size: 25px;
}
.p0 {
    padding: 0;
    margin: 0;
}
.memo1 {
    background: url(https://s3-ap-northeast-1.amazonaws.com/golflive/product/common/memo_inner.png) repeat-y;
    max-width: 70.5%;
    background-size: contain;
    padding: 20px;
    font-size: 18px;
    margin: auto;
}
/*チェック*/
.check1 li {
    background: url(https://s3-ap-northeast-1.amazonaws.com/golflive/product/obara_magneting/green_check.png) no-repeat left 2px;
    padding-left: 40px;
    background-size: 23px;
    list-type-position: inside;
    margin-top: 12px;
}
.check1 li:first-child {
    margin-top: 0;
}
.check1 {
    list-style-type: none;
    color: green;
    font-weight: bold;
    font-size: 20px;
    max-width: 860px;
    margin: auto;
    margin: 0px auto 30px;
}
.check2 li {
    background: url(https://golflive.s3.amazonaws.com/elsl/wp-content/uploads/2020/12/batu.png) no-repeat left 2px;
    padding-left: 40px;
    background-size: 23px;
    list-type-position: inside;
    margin-top: 12px;
}
.check2 li:first-child {
    margin-top: 0;
}
.check2 {
    list-style-type: none;
    color:#8B272C;
    font-weight: bold;
    font-size: 20px;
max-width: 860px;
    margin: auto;
    margin: 30px auto 30px;
}
/*質問*/
.box_qa {
    margin: 0 auto 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
    max-width: 85%;
}
.box_qa .box-qa-title {
    font-size: 2.0em;
    background: #b31d22;
    padding: 20px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box-qa-title dt {
    font-size: 1.5rem;
    position: relative;
    padding-left: 40px;
}
.box-qa-title dt:before {
    content: "Q.";
    position: absolute;
    left: 0px;
    top: -5px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.box_qa dd {
    padding: 22px 10px 22px 60px;
    margin: 0 0 29px 0;
    font-weight: normal;
    position: relative;
    font-size: 18px;
}
.f200 {
    font-size: 200%;
    font-weight: bold;
}
h2.zero,p.zero {
    margin:0;
    padding:0
}
.box_qa dd:before {
    content: "A.";
    position: absolute;
    left: 20px;
    top: 26px;
    font-size: 30px;
    font-weight: bold;
    color: #292929;
}

@media screen and (max-width: 480px) {
.order-box {
    border: 5px solid #fe9a00;
    border-radius: 10px;
    padding: 1em;
    margin: 1.5em 0px;
        font-size: 75%;
}
.f350{
	font-size: 300%;
}
.price{
	line-height: 3em;
}
.shingo{
	line-height: 50px;
}
ul.flexbox{
	flex-direction:column;
}
ul.flexbox li {
    flex-basis: 0px;
}

#mainImg :after{
	font-size:100%;
}


.kotei img {
    width: 30%;
    bottom: 0px;
    position: fixed;
    right: 0;
	z-index:2000;
}

.video iframe {
    position: absolute;
    top: 8%;
    left: 14%;
    width: 70%;
    height: auto;
}
.video2 iframe {
    position: absolute;
    top: 11%;
    left: 15%;
    width: 70%;
    height: auto;
}
#tokutoku img {
    width: 100%;
    height: auto;
}
.btn1 ,.btn2 {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0 auto 5%;
}
.btn1 a, .btn2 a{
display: block;
cursor: pointer;
width: 90%;
margin: 10px auto 0;
padding: 10px 0;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #fe9c01;
border-radius: 5px;
box-shadow: 0 6px 0 #bb5900, 0 12px 0 rgba(0, 0, 0, 0.2);
-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
box-sizing: border-box;
}
.btn1 a:hover ,.btn2 a:hover {
    background-color: #ff7900;
    box-shadow: 0 3px 0 #bb5900, 0 6px 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.btn1 a:active ,.btn2 a:active {
    color: #ddd;
    background-color: #bb5900;
    box-shadow: 0 0 0 #bb5900, 0 0 0px rgba(0,0,0,0.2);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    transition-duration: 0.1s;
}
#mainImg {
	background: url("https://golflive.s3.ap-northeast-1.amazonaws.com/product/docus/2108/sp/main_sp.jpg") no-repeat;
	background-size: 100%;
	margin-top: 0px;
}
#mainImg h1 {
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
}
.wrap { width: 100%;}

#tokutoku .pc{
	display:none;
}

#tokutoku  .sp{
	display:inherit;
}
.reviewbox img{
	width:100px!important;
}
/* footer */
footer {
    background: #292929;
    color: #fff;
    padding-top: 20px;
    margin: 0 auto -28px;
}
.box {
    width: 100%;
    margin: 0 auto;
}
.nvfooter {
    padding: 0;
    margin: 0;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}
.nvfooter {
    display: inherit;
	overflow: hidden;
}
.ftmenu {
    margin: 0;
    font-size: 89%;
    height: auto;
    float: none;
    padding: 0;
}
.ftmenu li:first-child {
    border-left: none;
	padding-left: 20px;
}
.ftmenu li {
    text-align: center;
    font-size: 12px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #505050;
	border-right: none;
}
footer a {
    padding: 18px;
    display: block;
}
.ftmenu li a{
	display:block;
　　background-color: #292929;
    text-decoration: none;
}

.ftmenu li a:hover{
　　background-color: #ff0000;
    text-decoration: none;
}


}
.yflame{
width:1080px;
height:610px;
}

.cta_price{
    width: 100%;
line-height: 18px;
margin: 29px 0 0;
}

.flex {
    display: flex;
    justify-content: space-around;
    margin: 14px 0 0;
}
.tex-white{
text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}


@media screen and (max-width: 640px){
.yflame{
width:100%;
height:auto;
}

.flex{
    display: block;
    margin-left: 0;
}

.cta_price{
margin-right: 0;
line-height: 18px;
    margin-bottom: 0px;
}
}

@media screen and (min-width: 641px){
.cre {
    width: 390px;
}
}
