@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
}
#mainContents {
    background-color: #f4f4f4;
    color: #222;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents em {
    background-color: rgba(188,223,237,1);
    font-style: normal;
}
#mainContents .note {
    margin-top: 1rem;
    line-height: 1.8;
    font-size: .8rem;
}
.pc {
    display: none;
}
p a {
    color: #31afff !important;
    text-decoration: underline;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    padding-bottom: 3rem;
    background-color: #111;
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 100%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_galaxyultra/sp_h1.webp) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle .btnWrap {
    margin: 3rem 2rem 0;
}
.lead {
    line-height: 2.0;
    margin: 2rem 2rem 0;
    color: #fff;
    font-size: 1.2rem;
}
/*==============================================
 .btn
============================================= */
.btn {
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, rgba(46,183,173,1) 0%, rgba(46,135,239,1) 100%);
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover,
a .btn02, a .btn02:visited, a .btn02:hover {
    display: block;
    color: #fff;
    font-weight: bold;
}
.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);
}
/* .mainTitle & .bnrInr */
.mainTitle .btn,
.paragraph .btn {
    margin: 0 auto;
}
/* .mainTitle */
.mainTitle .btn {
    margin: 0 auto 0;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 1.8rem;
    font-size: 1.1rem;
}
.mainTitle .btn::after {
    right: 1.5rem;
    width: .5rem;
    height: .5rem;
}
/* .bnr */
.paragraph .bnr {
    margin: 0 -2rem 0;
}
.paragraph .bnr a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 42.6%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_galaxyultra/new_sp_bnr.jpg) no-repeat center top;
    background-size: 100%;
}
.paragraph .btn {
    display: none;
}
/* .productBox */
.productBox .btn {
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 1.8rem;
    font-size: 1.1rem;
}
.productBox .btn::after {
    right: 1.5rem;
    width: .4rem;
    height: .4rem;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px solid #ddd;
    background-color: #fff;
    transition: .2s;
}
.paragraph#matome {
     border-bottom: 1px solid #ddd;
}
.spAccordion {
    display: none;
    padding: 0 2rem;
}
.paragraphIn {
    padding-bottom: 3rem;
}
.paragraph p, .paragraph h2 {
    line-height: 2.0;
    letter-spacing: 0.07em;
    font-feature-settings: "palt"1;
}
.paragraph h2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 2.3rem 2rem 2rem 2.5rem;
}
.paragraph h2 > span {
    display: block;
    padding-left: 2.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    line-height: 1;
    padding: .6em 2em;
    border: 1px solid #222;
    border-radius: 1.3em;
    color: #222;
    font-size: 1.0rem;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 1.0rem;
    font-size: 1.8rem;
    font-weight: bold;
}
.paragraph h2:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 2rem;
    width: 0.8rem;
    height: 0.8rem;
    margin: auto;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    border-bottom: 2px solid #31afff;
    border-right: 2px solid #31afff;
}
.paragraph.active h2:after {
    top: 3px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.paragraph .paragraphIn > h3 {
    display: inline-block;
    position: relative;
    line-height: 1.6;
    margin-top: 4rem;
    padding-left: 1.8em;
    font-size: 1.4rem;
    font-weight: bold;
}
.paragraph .paragraphIn > h3::before {
    position: absolute;
    display: block;
    content: "";
    top: .6em;
    left: 0;
    width: 1em;
    height: 3px;
    background: linear-gradient(90deg, rgba(46,183,173,1) 0%, rgba(46,135,239,1) 100%);
}
.paragraph h4 {
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold; 
}
.paragraph p {
    margin-top: 3rem;
    font-size: 1.2rem;
    font-weight: 500;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
.paragraph p + p {
    margin-top: 1.5rem;
}
.paragraph h3 + p {
    margin-top: 1.0rem;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin: 3rem 2rem 0;
}
.imgBox:first-child {
    margin-top: 0;
}
.imgBox h4 {
    width: auto;
    margin-bottom: 1.5rem;
}
.imgBox h5 {
    margin-bottom: 1rem;
}
.imgBox div + div {
    margin-top: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img,
.imgBox video,
.imgBox iframe {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
.imgBox .cap .raw {
    display: block;
    margin-top: .5rem;
    font-weight: bold;
}
.imgBox .cap .raw a {
    cursor: pointer;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 1rem;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .two div,
.imgBox .two a {
    margin-top: 0;
}
.imgBox .two div:first-child,
.imgBox .two a:first-child,
.imgBox .two video:first-child {
    margin-right: 1.0rem;
}
.imgBox .two + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
/*==============================================
.productBox
============================================= */
.productBox {
    padding: 3rem 2rem 0;
}
.productBoxIn h2 {
    line-height: 1.4;
    margin-top: 1rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}
.productBoxIn a {
    display: block;
    padding: 3rem 2rem 2rem;
    background-color: #fff;
    box-shadow: 0px 0px 15px 16px rgba(153,153,153,0.08);
    border-radius: 20px;
    overflow: hidden;
}
.productBoxIn a + a {
    margin-top: 2rem;
}
.productBoxIn .img {
    width: 70%;
    margin: 0 auto; 
}
.productBoxIn .img img {
    width: 100%;
    height: 100%;
}
.productBox .btn {
    margin-top: 1rem;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    padding: 1rem 2rem 3rem;
    border-bottom: 1px solid #ddd;
    text-align: left;
    color: #222;
    font-size: 0.85rem;
}

/*==============================================
2025/04 add
============================================= */
.mainTitle .couponCode {
color: #ff9333;
	text-align: center;
	padding-top: 13px;
}
.mainTitle .couponCode span {
display: block;
font-size: 1.2rem;
}
.mainTitle .couponCode strong {
display: block;
font-size: 1.6rem;
}
.txtLinkLead {
display: none;
}

/*---- bnr ----*/
.bnr strong {
background: #fb7600;
color: #fff;
display: block;
text-align: center;
font-size: 1.2rem;
line-height: 1.5;
padding: 12px 0 10px;
}
.campaignBnr a {
border-radius:  30px !important;
    margin: 0 auto 0;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.1rem;
}
.btn02 {
border-radius: 30px;
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, rgba(46,183,173,1) 0%, rgba(46,135,239,1) 100%);
	margin-top: 10px;
}
.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: 40px;
}

.campaignMaineTitle {
color: #fb7600;
text-align: center;
font-size: 1rem;
line-height: 1.5;
font-weight: bold;
padding: 25px 0 15px;
}
.campaignMaineTitle span {
color: #313131;
display: block;
font-size: 1.25rem;
}
.campaignMaineTitle strong {
display: block;
font-size: 2rem;
margin-bottom: 2px;
}

.campaignTitle {
background: #fb7600 url(https://img1.kakaku.k-img.com/images/article/tieup/25/02_galaxyultra/campaign_topbg.png) left top no-repeat;
background-size: 20%;
box-sizing: border-box;
text-align: center;
width: 90%;
margin: 0 auto;
color: #fff;
}
.campaignTitle h4 {
font-size: 1.5rem;
line-height: 1.4 !important;
font-weight: bold;
padding: 15px 0 8px;
}
.campaignBox {
background: #fff;
border: solid #fb7600 3px;
box-sizing: border-box;
width: 90%;
margin: 0 auto;
padding: 10px 20px 20px;
}
.campaignTitleS {
background: #ebebeb;
text-align: center;
margin: 20px 0 13px;
padding: 8px 0 5px;
}
.campaignTitleS strong {
color: #1e1e1e;
font-size: 1.3rem;
line-height: 1;
}
.campaignBox p {
text-align: center;
font-size: 1.3rem;
line-height: 1.5;
}
.campaignBox p span {
display: block;
font-size: 1rem;
margin-top: 7px;
}
.couponBox {
background: #cc1d00;
color: #fff;
display: block;
width: 100%;
font-size: 1.4rem;
margin: 15px auto 0;
padding: 10px 0;
}

/*---- .plusBox ----*/
.plusBox {
color: #8f8f8f;
margin: 8px 0 13px;
text-align: center;
font-size: 4rem;
line-height: 1;
font-weight: bold;
}

/*---- .productBoxIn ----*/
.txt strong {
color: #fb7600;
display: block;
text-align: center;
font-size: 1.3rem;
line-height: 1.4;
margin-top: 5px;
}