@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #f4f4f4;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #222;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    vertical-align: top;
    position: relative;
    top: .2em;
    font-size: 50%;
}
#mainContents .note {
    margin-top: 10px;
    font-size: 10px;
}
.sp {
    display: none !important;
}
#mainContents p a.leadTxt {
    color: #31afff !important;
    text-decoration: underline;
}
#mainContents p a.leadTxt:hover {
    color: #31afff !important;
    text-decoration: none;
}
/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: normal;
}
/* medium
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}*/
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: #111 url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_galaxyultra/h1_bg.webp) no-repeat center top;
}
.mainTitle {
    position: relative;
    width: 1000px;
    height: 560px;
    margin: 0 auto;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 110px;
    left: 35px;
    width: 420px;
    height: 203px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_galaxyultra/h1.svg) no-repeat center top;
    font-size: 0;
}
.mainTitle .btnWrap {
    position: absolute;
    bottom: 145px;
    left: 85px;
}

/*---- .lead ----*/
.leadBox {
    padding: 60px 0 40px;
    background-color: #222;
}
.lead {
    margin: 0 auto;
    width: 830px;
    line-height: 2.0;
    color: #fff;
    font-size: 16px;
}

/*==============================================
 .btn
============================================= */

.btn02,
.btn {
    border-radius: 40px;
    display: block;
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, rgba(46,183,173,1) 0%, rgba(46,135,239,1) 100%);
    transition: .2s;
}
a:hover .btn02,
.btn:hover,
a:hover .btn {
    opacity: 0.7;
}
a .btn02, a .btn02:visited, a .btn02:hover,
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
    font-weight: 700;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.btn span {
    position: relative;
    z-index: 1;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/* .btnWrap */
.mainTitle .btn,
.paragraph .btn,
.productBox .btn {
    margin: 0 auto;
}
/* .mainTitle */
.mainTitle .btn {
    width: 320px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 14px;
}
.mainTitle .btn::after {
    right: 25px;
    width: 8px;
    height: 8px;
}
/* .bnr */
.bnr {
    margin-top: 100px;
    width: 100%;
    background: #111 url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_galaxyultra/new_bnr_bg.webp) no-repeat center bottom;
}
.bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 230px;
    margin: 0 auto;
    transition: .2s;
}
.bnr a:hover {
    opacity: .9;
}
.bnr a::before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    right: -20px;
    width: 360px;
    height: 83px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_galaxyultra/logo_w.svg) no-repeat center top;
}
/* .btn */
.paragraph .btn,
.productBox .btn {
    width: 320px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 14px;
}
.paragraph .btn::after,
.productBox .btn::after {
    right: 20px;
    width: 6px;
    height: 6px;
}
.paragraph .bnr .btn {
    position: absolute;
    right: 0;
    bottom: 40px;
}

/*==============================================
 .lnav
============================================= */
.lnavWrap {
    background-color: #111;
}
.lnav {
	display: flex;
	align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 60px 85px;
    box-sizing: border-box;
}
.lnav .contents {
	position: relative;
	width: 150px;
	margin-right: 20px;
	padding-left: 27px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
	box-sizing: border-box;
}
.lnav .contents::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 0;
	width: 13px;
	height: 8px;
	margin: auto 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_galaxyultra/contents.svg) no-repeat center top;
}
.lnav ul li + li {
    margin-top: 12px;
}
.lnav ul li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 15px;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #31afff;
}
.lnav ul li a span {
    display: inline-block;
    width: 130px;
    line-height: 24px;
    margin-right: 15px;
    border: 1px solid #fff;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    transition: .2s;
}
.lnav ul li a:hover span {
    border: 1px solid #31afff;
    color: #31afff;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 100px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.spAccordion {
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    width: 150px;
    line-height: 36px;
    margin: 0 auto;
    border: 1px solid #222;
    border-radius: 18px;
    font-weight: bold;
    color: #222;
    font-size: 15px;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.4;
    margin-top: 20px;
    font-size: 36px;
    font-weight: bold;
}
.paragraph .paragraphIn > h3 {
    position: relative;
    line-height: 1.6;
    margin-top: 80px;
    padding-left: 1.8em;
    font-size: 22px;
    font-weight: 700;
}
.paragraph .paragraphIn > h3::before {
    position: absolute;
    display: block;
    content: "";
    top: .8em;
    left: 0;
    width: 20px;
    height: 4px;
    background: linear-gradient(90deg, rgba(46,183,173,1) 0%, rgba(46,135,239,1) 100%);
}
.paragraph h4 {
    text-align: left;
    font-size: 16px;
    font-weight: 700; 
}
.paragraph p {
    line-height: 2.0;
    margin-top: 80px;
    text-align: left;
    font-size: 16px;
}
.paragraph p:first-child {
    margin-top: 60px;
}
.paragraph p + p {
    margin-top: 30px;
}
.paragraph h3 + p {
    margin-top: 30px;
}
.paragraph h4 + p,
.paragraph h4 + .imgBox {
    margin-top: 20px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 660px;
    margin: 80px auto 0;
}
.imgBox h4 {
    margin: 0 0 30px;
}
.imgBox div {
    width: 405px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imgBox video {
}
.imgBox .cap {
    line-height: 2.0;
    width: 235px;
    margin: 0;
    font-size: 13px;
}
.imgBox .cap .raw {
    display: block;
    margin-top: 10px;
    font-weight: 500;
}
.imgBox .cap .raw a {
    cursor: pointer;
}
/* .one */
.imgBox .one {
    width: 660px;
}
.imgBox .one.vertical img {
    width: auto;
    height: 100%;
}
.imgBox .one a {
    margin: 0 auto;
    text-align: center;
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
.imgBox .one video {
    width: 660px;
    margin: 0 auto;
    outline: none;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 660px;
}
.imgBox .two a,
.imgBox .two div,
.imgBox .two video {
    width: 320px;
    margin-top: 0;
    outline: none;
}
.imgBox .two a:first-of-type,
.imgBox .two video:first-of-type {
    margin-right: 20px;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .capture */
.imgBox .capture a,
.imgBox .capture video {
    display: block;
    width: 235px;
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin-top: 100px;
}
.productBoxIn {
    width: 830px;
    margin: 0 auto;
}
.productBoxIn a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 40px 50px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 16px rgba(153,153,153,0.08);
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
}
.productBoxIn .img {
    width: 40%;
    margin-right: 30px;
}
.productBoxIn .img img {
    width: 100%;
    height: auto;
}
.productBoxIn .txt {
    
}
.productBoxIn h2 {
    line-height: 1.4;
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
}
.productBox .btn {
    margin-top: 25px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 20px auto 0;
    padding-bottom: 60px;
    text-align: right;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}

/*==============================================
2025/04 add
============================================= */
.mainTitle .couponCode {
color: #ff9333;
    position: absolute;
    width: 420px;
	text-align: center;
    bottom: 70px;
    left: 38px;
}
.mainTitle .couponCode span {
display: block;
font-size: 16px;
}
.mainTitle .couponCode strong {
display: block;
font-size: 25px;
}

/* Anchorlink */
.txtLinkLead {
display: block;
text-align: center;
margin-top: 25px;
}
.txtLinkLead strong {
display: block;
font-size: 25px;
text-align: center;
}
.txtLinkLead a {
    color: #ff9333 !important;
font-size: 18px;
line-height: 1.5;
    text-decoration: underline;
}
.txtLinkLead a:hover {
    color: #ffbb7f !important;
    text-decoration: none;
}

/*---- bnr ----*/
.bnr strong {
background: #fb7600;
color: #fff;
display: block;
text-align: center;
font-size: 20px;
margin: 0 auto 20px;
padding: 13px 0;
}
.campaignBnr a {
display: block;
    width: 320px;
    height: 50px;
    line-height: 50px;
    margin: 15px auto 0;
    font-size: 14px;
}
.btn02::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/*---- #campaignArea ----*/
#campaignArea {
background: #fff;
width: 100%;
padding-bottom: 80px;
}

.campaignMaineTitle {
color: #fb7600;
text-align: center;
font-size: 25px;
font-weight: bold;
padding: 60px 0 40px;
}
.campaignMaineTitle span {
color: #313131;
display: block;
font-size: 18px;
}
.campaignMaineTitle strong {
display: block;
font-size: 35px;
}

.campaignTitle {
background: #fb7600 url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_galaxyultra/campaign_topbg.png) left top no-repeat;
box-sizing: border-box;
text-align: center;
width: 830px;
margin: 0 auto;
color: #fff;
}
.campaignBox {
background: #fff;
border: solid #fb7600 5px;
box-sizing: border-box;
width: 830px;
margin: 0 auto;
padding: 5px 40px 40px;
}
.campaignTitle h4 {
font-size: 28px;
line-height: 1.4 !important;
font-weight: bold;
padding: 20px 0 16px;
}
.campaignTitleS {
background: #ebebeb;
text-align: center;
margin: 40px 0 13px;
padding: 6px 0;
}
.campaignTitleS strong {
color: #1e1e1e;
font-size: 16px;
}
.campaignBox p {
text-align: center;
font-size: 20px;
line-height: 1.7;
}
.campaignBox p span {
display: block;
font-size: 14px;
margin-top: 7px;
}
.couponBox {
background: #cc1d00;
color: #fff;
display: block;
width: 400px;
margin: 15px auto 0;
padding: 10px 0;
}

/*---- .plusBox ----*/
.plusBox {
color: #8f8f8f;
margin: 10px 0;
text-align: center;
font-size: 70px;
line-height: 1;
font-weight: bold;
}

/*---- .productBoxIn ----*/
.txt strong {
color: #fb7600;
font-size: 18px;
}