* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    width: 375px;
    margin: 0 auto;
}

@media screen and (max-width: 520px) {
    body {
        width: 100%;
    }
}
.align_center {
    text-align: center;
}
a {
    text-decoration: none;
}
.line_break::after {
    content: "\A";
    white-space: pre;
}
.icon-arw-r-g{
    width: 8px;
    height: 12px;
    margin-left: 10px;
}
.fc_FF0001{
    color: #FF0001 !important;
}

.txt-left{text-align: left!important;}
.mgt20{margin-top: 20px;}

/* Header Modules
======================================*/
.header_outer {
    border-bottom: 1px solid #131516;
}
.header_outer .header_inner {
    width: 100%;
    padding: 20px 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_inner > a.logo{
    max-width: 364px;
    width: 72%;
    margin-right: 10px;
}
.header_inner > a.logo img{
    width: 100%;
}
.header_inner > a.login{
    max-width: 90px;
    width: 19%;
    text-align: center;
}
.header_inner > a.login img{
    width: 20px;
}
.header_inner > a p {
    font-size: 10px;
    line-height: 1.3;
    color: #333;
}

/* main Modules
======================================*/
/* section */
.section_content {
    max-width: 627px;
    width: 100%;
    margin: 60px auto 0;
    padding: 0 24px;
}
.section_content.first_section {
    margin-top: 0;
}
.section_head {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
/* kv */
.kv {
    width: 100%;
    margin-bottom: 30px;
}
.kv > img {
    width: 100%;
    display: block;
}
/* recommend */
.section_content.recommend {
    padding: 60px 24px;
    background-image: url(../img/bg/recommend_bg.png);
    background-position: center; 
    background-size: cover;
}
.recommend_head{
    margin-bottom: 30px;
}
.recommend_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
    background-color: #fff;
    border: solid 2px ##449eea;
}
.recommend_content:last-of-type {
    margin-bottom: 0;
}
.recommend_content_head{
    width: 100%;
    padding: 15px 27px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    background-color: #449eea;
}
.recommend_content_txt{
    font-weight: 400;
    font-size: 16px;
    padding: 20px 20px 0 20px;
    text-align: center;
}
.recommend_content_item_info{
    width: 180px;
    font-size: 14px;
    color: #333;
    margin: 0 auto;
}
.recommend_content_item img{
    width: 180px;
    margin: 15px auto;
}
.recommend_content_item p{
   margin-bottom: 10px;
}
.recommend_content_item p.brand{
    font-weight: 700;
}
.recommend_content_item p.price{
    margin-bottom: 0;
}
.recommend_content_box{
    width: 80%;
    padding: 10px;
    margin: 20px 0;
    text-align: center;
    color: #333;
    background-color: #fdc417;
}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel_items {
    width: 100%;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.carousel_items .slick-center {
    opacity: 1;
}
.carousel_items .slick-slide:not(.slick-center) {
    opacity: 0.3;
}
.carousel_button {
    position: absolute;
    top:33%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}
.carousel_button img {
    width: 30px;
    height: auto;
    padding: 10px;
}
.carousel_button.left {
    left: 45px;
}
.carousel_button.right {
    right: 45px;
}
/* campaign */
.txt_campaign p {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    vertical-align: bottom;
}
.txt_campaign_strong {
    font-size: 22px;
    color: #e83820;
    text-decoration: underline 1px;
    text-underline-offset: 6px;
}
.number_strong {
    font-size: 30px;
}
.campaign_content {
    width: 100%;
    padding: 30px 20px;
    margin-top: 30px;
    background-color: #FCE4B5;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.campaign_content_head {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.campaign_content_items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.campaign_content_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.campaign_content_item img {
    width: 50px;
    height: auto;
}
.campaign_content_txt {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.campaign_content_txt_strong {
    color: #e83820;
    font-weight: 700;
}
.campaign_note {
    margin-top: 20px; 
}
.campaign_note p {
    color: #333;
    font-weight: 400;
    font-size: 12px;
    margin-left: 1em; 
    text-indent: -1em;
}
.campaign_note p::before {
    content: "※";
}
/* bonus_point */
.bonus_point_content {
    width: 100%;
    padding: 10px 20px;
    margin-top: 30px;
    background-color: #b9e8fb;
    text-align: center;
}
.bonus_point_content_head {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}
.bonus_point_content .bonus_point_content_head .point_note{
    font-weight: 400;
    font-size: 12px;
}
.bonus_bottom_content {
    width: 100%;
    padding: 10px 20px 15px;
    background-color: #2350C1;
    text-align: center;
}
.bonus_bottom_content_txt {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bonus_txt{
    font-weight: 700;
    font-size: 36px;
}
.bonus_txt_small{
    font-weight: 400;
    font-size: 12px;
    text-align: left;  
    padding-left:0.5em; 
}
.bonus_point_note {
    text-align:center;
}

.bonus_point_note p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin-left: 1em;
    text-indent: -1em;
}
.bonus_point_note p::before {
    content: "※";
}

.bonus_bottom_content .link_btn{
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 300px;
    padding: 8px 10px;
    margin: 20px auto 10px;
    text-align: center;
    background-color: #fff;
}
.bonus_bottom_content .link_btn span{
    flex-grow: 1;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #2350C1;
}
.bonus_bottom_content .link_btn a:link, .bonus_bottom_content .link_btn a:visited, .bonus_bottom_content .link_btn a:hover{
    color: #2350C1;
    text-decoration: none;    
}
.bonus_bottom_content .link_btn:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -3px 0 0 5px;
  background: url("../img/icon/icon-arw-r-blu.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 360px) {
    .bonus_bottom_content .link_btn span {
     font-size: 3.2vw;       
    }
}
/* category */
.category_content_head {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 30px 0 20px;
}
.category_content_various {
    width: 100%;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: center;
}
.category_content_various_item {
    width: 160px;
    height: 140px;
    background-color: #EEE5FF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
}
.category_content_various_item > img {
    width: 40px;
    height: auto;
    margin-bottom: 8px;
}
.category_content_various_item > p {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.category_content_comprehensive {
    width: 100%;
    height: 140px;
    background-color: #DBF6D5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
}
.category_content_comprehensive > img {
    width: 40px;
    height: auto;
    margin-bottom: 8px;
}
.category_content_comprehensive > p {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

/* net point */
.net_point .section_head {
    margin-bottom: 40px;
}
.section_content.net_point {
    background-image: url(../img/bg/recommend_bg.png);
    background-size: cover;
    padding: 30px 0;
    width: 100%;
    max-width: initial;
}
.net_point_inner {
    max-width: 920px;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 0;
    margin: 0 24px;
}
.net_point_content {
    gap: 60px;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 auto;
}
.net_point_content.first {
    padding-top: 0;
}
.net_point_content.last {
    border-bottom: none;
    padding-bottom: 0;
}
.net_point_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.net_point_item > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}
.net_point_item > p a {
    text-decoration: underline;
}

.net_point_item > img {
    width: 222px;
}
.net_point_button {
    background-color: #fdc417;
    width: 80%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
}
.net_point_button > p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #333;
}
.net_point_button > img {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: auto;
}

/* footer Modules
======================================*/

.top-fmenu {
    border-right: solid 1px #d6d6d6;
    box-sizing: border-box;
}
.top-fmenu:last-child {
border: none;
}
.top-fmenu.guide dd {
display: flex;
}
.top-fmenu dt {
display: block;
position: relative;
padding: 0.5rem 5% 0.5rem 3%;
border: none;
border-bottom: 1px solid #c9c9c9;
background: #333;
background-position: right bottom;
background-size: auto 100%;
background-repeat: no-repeat;
color: #fff;
font-weight: bold;
font-size: 15px;
word-break: break-all;
}
.top-fmenu dt:after{
position: absolute;
top: 35%;
right: 8px;
width: 15px;
height: 15px;
background: transparent  url(../img/icon/icon-arw-down-lg.png) no-repeat 45% center;
content: '';
}
.top-fmenu dt.on:after{
position: absolute;
top: 35%;
right: 8px;
width: 15px;
height: 15px;
background: transparent  url(../img/icon/icon-arw-up-lg.png) no-repeat 45% center;
content: '';
}
.top-fmenu dd,
.top-fmenu ul {
width: 100%;
margin: 0;
padding: 0;
}
.top-fmenu li {
border-bottom: solid 1px #ddd;
font-size: 12px;
line-height: 1.5;
}
.top-fmenu li.shl {
font-size: 14px;
line-height: 1.5;
width: 100%;
padding: 0.7rem 7% 0.7rem 3% !important;
font-weight: bold;
background-color: #dcdcdc;
border-bottom: 1px solid #666;
}
.lineLink,.lineLink2{
display: block;
position: relative;
padding: 0.7rem 5% 0.7rem 3%;
border: 1px solid #DFDFDF;
background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfd 0%, #e9e9e9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fdfdfd 0%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background-position: right bottom;
background-size: auto 100%;
background-repeat: no-repeat;
font-size: 1.0rem;
word-break: break-all;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}
p.lineLink2{padding: 0;}

p.lineLink2 a{
display: block;
width: 100%;
padding: 0.7rem 5% 0.7rem 3%;
font-size: 0.9rem;
word-break: break-all;
}
.lineLink:after{
position: absolute;
top: 35%;
right: 8px;
width: 15px;
height: 15px;
background: transparent url('../../../images/smartphone/icon/close3.png') no-repeat center center;
content: '';
}
.lineLink.on:after{
position: absolute;
top: 35%;
right: 8px;
width: 15px;
height: 15px;
background: transparent url('../../../images/smartphone/icon/open2.png') no-repeat center center;
content: '';
}
.lineLink2:after{
position:absolute;
top: 30%;
right:8px;
width:12px;
height:20px; background:url('../img/icon/btn-next.png') no-repeat center center;
background-size:contain; content:" ";
}

.line-link li{
display: block;
position: relative;
border-right: 1px solid #DFDFDF;
border-bottom: 1px solid #DFDFDF;
border-left: 1px solid #DFDFDF;
}
.line-link li:after{
position:absolute;
top: 30%;
right:8px;
width:12px;
height:20px; background:url('../img/icon/btn-next.png') no-repeat center center;
background-size:contain; content:" ";
}

.line-link li:last-child{
border-bottom: none;
}
.line-link.lineBnone li:last-child{
border-bottom: none;
}
.line-link li a{
display: block;
width: 100%;
padding: 0.7rem 7% 0.7rem 3% !important;
background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background-position: right bottom;
background-size: auto 100%;
background-repeat: no-repeat;
font-size: 0.9rem;
word-break: break-all;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
.line-link li:after {
background: none;
}
.top-fmenu li:last-child {
border-bottom: none;
}
.top-fmenu li a {
border-bottom: solid 1px #666;
background: #dcdcdc url('../img/icon/icon-arw-r-g.png') no-repeat 97% center;
background-size: 8px auto;
color: #080808!important;
}
#d_footer_tax_info {
padding: 5% 5% 0;
color: #626262;
font-size: 12px;
line-height: 1.5;
text-align: center;
}
.txt_copyright {
padding: 20px 9px;
background-color: #fff;
color: #999;
font-weight: bold;
font-size: 10px;
text-align: center;
}
