* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    min-width: 1060px;
    margin: 0 auto;
}
.align_center {
    text-align: center;
}
a {
    text-decoration: none;
    transition: all 0.3s;
}
a:hover {
    opacity: 0.7;
}
ul {
    list-style: none;
}
.line_break::after {
    content: "\A";
    white-space: pre;
}
.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_inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 22px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.header_login {
    position: absolute;
    width: 120px;
    height: 60px;
    top: calc(50% - 30px);
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
a.header_login img {
    width: 30px;
}
a.header_login p {
    font-size: 11px;
    margin-top: 8px;
    line-height: 1.3;
    color: #333;
}

/* main Modules
======================================*/
/* section */
.section_content {
    max-width: 920px;
    width: 100%;
    margin: 80px auto 0;
}
.section_content.first_section {
    margin-top: 46px;
}
.section_head {
    color: #333;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
/* kv */
.kv {
    width: 100%;
    margin-bottom: 30px;
}
.kv > img {
    width: 100%;
    display: block;
}
/* campaign */
.txt_campaign p {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    vertical-align: bottom;
}
.txt_campaign_strong {
    font-size: 24px;
    color: #e83820;
    text-decoration: underline 1px;
    text-underline-offset: 6px;
}
.number_strong {
    font-size: 35px;
}
.campaign_content {
    max-width: 920px;
    width: 100%;
    margin-top: 46px;
    padding: 36px 50px;
    background-color: #fcf5a6;
}
.campaign_content_head {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.campaign_content_items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    vertical-align: top;
}
.campaign_content_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 400px;
}
.campaign_content_txt_strong {
    color: #e83820;
    font-weight: 700;
}
.campaign_content_item img {
    width: 80px;
    height: auto;
}
.campaign_content_txt {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
}
.campaign_note {
    margin-top: 20px;
}
.campaign_note p {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    margin-left: 1em; 
    text-indent: -1em;
}
.campaign_note p::before {
    content: "※";
}
/* bonus_point */
.bonus_point_content {
    max-width: 920px;
    width: 100%;
    margin-top: 30px;
    padding: 20px 27px;
    background-color: #b9e8fb;
}
.bonus_point_content_head {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.bonus_point_content .bonus_point_content_head .point_note{
    font-weight: 400;
    font-size: 14px;
}
.bonus_bottom_content {
    max-width: 920px;
    width: 100%;
    padding: 15px 50px 20px;
    background-color: #2350C1;
}
.bonus_bottom_content_txt {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    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: 14px;
    margin-left: 1em;
    text-indent: -1em;
}
.bonus_point_note p::before {
    content: "※";
}
.bonus_bottom_content .link_btn{
    display: flex;
    align-items: center;
    width: 430px;
    padding: 10px 15px;
    margin: 20px auto 10px;
    text-align: center;
    background-color: #fff;
}
.bonus_bottom_content .link_btn span{
    flex-grow: 1;
    font-size: 15px;
    font-weight: 600;
    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: 5px;
  height: 13px;
  background: url("../img/icon/icon-arw-r-blu.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* recommend */
.section_content.recommend {
    background-image: url(../img/bg/recommend_bg_pc.png);
    padding: 80px 0;
    width: 100%;
    max-width: initial;
}
.recommend_inner {
    max-width: 920px;
    margin: 0 auto;
}
.recommend .section_head {
    margin-bottom: 40px;
}
.recommend_content {
    border: solid 2px #449eea;
    margin-top: 40px;
}
.recommend_content.first {
    margin-top: 0;
}
.recommend_content_head {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 16px;
    background-color: #449eea;
}
.recommend_content_main {
    background-color: #fff;
    padding: 24px 70PX;
}
.recommend_content_txt {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-bottom: 24px;
}
.recommend_content_items {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 24px 0;
}
.recommend_content_items.first {
    margin-top: 0;
}
.recommend_content_item {
    width: 220px;
}
.recommend_content_item img {
    width: 100%;
    height: auto;
}
.recommend_content_item .brand {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.recommend_content_item .name,
.recommend_content_item .price {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.recommend_content_item .name {
    margin-bottom: 10px;
}
.recommend_content_box {
    width: 280px;
    padding: 10px;
    text-align: center;
    color: #333;
    background-color: #fdc417;
    position: relative;
    margin: 0 auto;
}
.recommend_content_box {
    font-weight: 400;
    font-size: 16px;
    color: #333;
}
.recommend_content_box img {
    width: 5px;
    height: auto;
    margin-left: 10px;
}
/* category */
.category_content_head {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 40px 0 0;
}
.category_content_various {
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.category_content_various_item {
    width: 160px;
    height: 140px;
    background-color: #EEE5FF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.category_content_various_item > img {
    width: 50px;
    height: auto;
    margin-bottom: 8px;
}
.category_content_various_item > p {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 0 17px;
}

.category_content_comprehensive {
    width: 100%;
    height: 100px;
    background-color: #DBF6D5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}
.category_content_comprehensive > img {
    width: 50px;
    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);
    padding: 80px 0;
    width: 100%;
    max-width: initial;
}
.net_point_inner {
    max-width: 920px;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 0;
}
.net_point_content {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    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: 1;
    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_button {
    background-color: #fdc417;
    width: 350px;
    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
======================================*/
/* footer menu */
#top-footer-wrap {
    margin: 0 auto 30px;
    padding: 50px 0;
    background: #333333;
    color: #fff;
    text-align: left;
}
#top-footer {
    display: flex;
    width: 1060px;
    margin: 0 auto;
    font-size: 13px;
}
.top-fmenu {
    width: 220px;
    padding: 0 30px;
    border-right: solid 1px #d6d6d6;
    box-sizing: border-box;
}
.top-fmenu dt {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 14px;
}
.top-fmenu li {
    margin-bottom: 10px;
    padding-left: 12px;
    font-size: 12px;
    line-height: 1.5;
    text-indent: -12px;
}
.top-fmenu li:before {
    content: "・";
}
.top-fmenu li.shl:before {
    content: "";
}
.top-fmenu li ul li:before {
    content: "";
}
.top-fmenu li a {
    color: #ccc;
}
.top-fmenu.guide {
    width: 470px;
    padding-left: 45px;
}
.top-fmenu.guide dd {
    display: flex;
}
.top-fmenu.guide ul {
    width: 197px;
}
.top-fmenu.links {
    width: 370px;
    padding-left: 45px;
    border-right: none;
}
/* copyright */
#copyright-wrap {
    padding: 0 0 30px;
    font-size: 11px;
    text-align: left;
}
#copyright-wrap #d_footer_tax_info {
    width: 1060px;
    margin: 0 auto;
    padding-bottom: 15px;
}
#copyright-wrap .copyright {
    width: 1060px;
    margin: 0 auto;
}

