﻿@charset "UFT-8";/*全体設定*/#first_visit_page{width: 100%;margin: 0 auto;}#first_visit_page .contents{margin: 0 calc(50% - 50vw);width: 100vw;}#first_visit_page .contents_inside{width: 1260px;box-sizing: border-box;margin: 0 auto;padding: 50px 0 100px 0;}#first_visit_page .contents_inside h2{text-align: center;font-size: 36px;font-weight: bold;margin-bottom: 0.5em;padding-top: 50px;}#first_visit_page .contents_inside p.h2text{text-align: center;margin-bottom: 50px;}/*ぶち抜き背景色ベージュ*/#first_visit_page .privilege, #first_visit_page .online, #first_visit_page .app{background: #F9F0E5;}/*2カラム基本設定*/#first_visit_page .column2_cont{display: flex;flex-wrap: wrap;justify-content: space-between;margin: 50px;}#first_visit_page .column2_cont .cont{width: 48%;background: #fff;display: flex;justify-content: space-between;box-shadow: 5px 5px 10px rgba(0,0,0,0.2);border-radius: 10px;margin-bottom: 40px;padding: 25px 40px;box-sizing: border-box;position: relative;border: solid 1px #eee;}#first_visit_page .column2_cont .cont ._txt{width: 50%;margin-top: 20px;}/*2023.0602▼*/#first_visit_page ._txt p{margin-bottom: 1em;}#first_visit_page ._txt b {position: relative;margin-left: 1em;}#first_visit_page ._txt b:before {content: "";position: absolute;width: 0;height: 0;margin-top: 0.3em;left: -1em;border-left: 5px solid #006699;border-top: 5px solid transparent;border-bottom: 5px solid transparent;}/*2023.0602▲*/#first_visit_page .column2_cont .cont ._txt h3{font-weight: bold;font-size: 20px;margin-bottom: 1em;}#first_visit_page .column2_cont .cont p._img{width: 50%;padding: 10px;box-sizing: border-box;}/*TOP*/#first_visit_page .top_info .top_2co{display: flex;}/*追加*//*TOPの２カラム*/#first_visit_page .top_info .top_2co{display: flex;justify-content: space-between;}/*TOPの上部白い左エリア↓*/#first_visit_page .top_info .top_2co .topcont_left{background: #fff;padding: 30px;box-sizing: border-box;width: 600px;border-radius: 20px;}#first_visit_page .top_info .top_2co .topcont_left h1{font-weight: bold;font-size: 40px;margin: 20px 0;letter-spacing: -2px;line-height: 50px;}#first_visit_page .top_info .top_2co .topcont_left p{font-size: 18px;margin-bottom: 20px;}#first_visit_page .top_info .top_2co .topcont_left b{margin: 1em 0;}#first_visit_page .top_info .top_2co .topcont_left p img{width: auto;margin-right: 10px;}/*TOPの上部白い左エリア↑*//*TOPの右エリア↓*/#first_visit_page .top_info .top_2co .topcont_right {width: 600px;}#first_visit_page .top_info .top_2co .topcont_right .appeal {display: flex;justify-content: space-between;}#first_visit_page .top_info .top_2co .topcont_right .appeal ._circle{border-radius: 50%;width: 290px;height: 290px;background: #fff;position: relative;box-shadow: 5px 5px 0 0 rgba(255, 204, 204, 0.5);}#first_visit_page .top_info .top_2co .topcont_right .appeal ._circle p {font-size: 50px;text-align: center;padding: 20px;box-sizing: border-box;line-height: 55px;position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);width: 290px;font-weight: bold;}#first_visit_page .top_info .top_2co .topcont_right .appeal ._circle p span{background: linear-gradient(transparent 50%, #ffcccc 50%);font-size: 25px;}#first_visit_page .top_info .top_2co .topcont_right a.top_entrybtn{display: block;text-decoration: none;background: #fb0000;color: #fff;font-weight: bold;text-align: center;width: auto;margin: 2em 0 1em 0;padding: 0.5em;border-radius: 10px;font-size: 25px;}/*TOPの右エリア↑*/#first_visit_page a.entrybtn_big{display: block;box-sizing: border-box;background: #fb0000;color: #fff;font-weight: bold;text-align: center;width: 100%;margin: 2em 0 1em 0;padding: 0.5em;border-radius: 10px;font-size: 25px;position: relative;}#first_visit_page a.entrybtn_big:hover{text-decoration: none;}#first_visit_page .top_info a.entrybtn_big:before {content: "";position: absolute;right: 0;bottom: 20px;left: 0;width: 0px;height: 50px;margin: auto;border-style: solid;border-color: #000 transparent transparent transparent;border-width: 20px 10px 0 10px;}/*シモジマオンラインとは？*//*内部リンクメニュー*/#first_visit_page .linkmenu{background: #333333;}#first_visit_page .linkmenu .menu_list{width: 1260px;display: flex;background: #333;margin: 0 auto;}#first_visit_page .linkmenu .menu_list li{color: #fff;text-align: center;position: relative;border-left: solid 1px #fff;width: 20%;padding: 1.5em;}#first_visit_page .linkmenu .menu_list li a{display: block;color: #fff;font-weight: bold;text-decoration: none;font-size: 18px;}#first_visit_page .linkmenu .menu_list li:after{content: "";position: absolute;right: 0;bottom: 5px;left: 0;width: 0px;height: 0px;margin: auto;border-style: solid;border-color: #fff transparent transparent transparent;border-width: 5px 5px 0 5px;}#first_visit_page .linkmenu .menu_list li:last-child{border-right: solid 1px #fff;}/*数字関連*/#first_visit_page .column2_cont.num1 .cont {margin-bottom: 60px;}#first_visit_page .column2_cont .cont:before{position: absolute;font-size: 100px;top: -75px;left: 30px;font-weight: bold;color: #ff7e7b;}#first_visit_page .one:before{content: '01';}#first_visit_page .two:before{content: '02';}#first_visit_page .three:before{content: '03';}#first_visit_page .cont.four:before{content: '04';}#first_visit_page .cont.five:before{content: '05';}#first_visit_page .cont.six:before{content: '06';}#first_visit_page .cont.seven:before{content: '07';}#first_visit_page .cont.eight:before{content: '08';}/*新規会員登録ボタン*/#first_visit_page .entrybtn{display: block;background: #fb0000;color: #fff;font-weight: bold;text-align: center;width: 80%;margin: 0 auto;padding: 0.5em;border-radius: 10px;font-size: 25px;transition: .5s;}#first_visit_page .entrybtn:hover {transform: scale(1.1,1.1);text-decoration: none;}/*カテゴリー*/#first_visit_page .contents_inside .cate{display: flex;flex-wrap: wrap;width: 90%;margin: 0 auto;}#first_visit_page .contents_inside .cate .cate_link{display: block;width: 25%;text-align: center;font-size: 20px;font-weight: bold;padding: 1em;box-sizing: border-box;color: #333;}#first_visit_page .contents_inside .cate .cate_link:hover {text-decoration: none;}#first_visit_page .contents_inside .cate .cate_link img{width: 70%;}/**/#first_visit_page .contents_inside .column3_cont{display: flex;justify-content: space-between;}#first_visit_page .contents_inside .column3_cont .sm_cont{background: #fff;border-radius: 10px;width: 30%;text-align: center;box-sizing: border-box;padding: 30px;position: relative;margin-top: 30px;}#first_visit_page .contents_inside .column3_cont .sm_cont:before{position: absolute;font-size: 100px;top: -75px;font-weight: bold;color: #ff7e7b;left: 0;right: 0;}#first_visit_page .contents_inside .column3_cont .sm_cont p{margin-top: 20px;font-size: 20px;line-height: 1.3em;}#first_visit_page .contents_inside .app_dl{font-weight: bold;font-size: 30px;margin-top: 50px;text-align: center;}#first_visit_page .contents_inside .app_dl_btn{text-align: center;margin-bottom: 30px;display: flex;align-items: center;justify-content: center;}#first_visit_page .contents_inside .app_dl_btn a{display: block;}/*新規入会キャンペーン用変更記述202504*/#first_visit_page .top_info {background: #fff6d2;}#first_visit_page .contents.top {background: #e60013;}#first_visit_page .contents.top .contents_inside {padding: 10px;}#first_visit_page .contents.top h1 {text-align: center;color: #fff;font-weight: 900;font-size: 2em;}/**/#first_visit_page .contents_inside .campaigninfo h2 {background: #000;color: #fff;padding: 10px;margin-bottom: 0;}#first_visit_page .contents_inside .campaigninfo .campaign_detail {background: #fff200;display: flex;padding: 50px 30px 30px 30px;justify-content: space-between;align-items: center;}#first_visit_page .contents_inside .campaigninfo .campaign_detail .campaign_online,#first_visit_page .contents_inside .campaigninfo .campaign_detail .campaign_app {background: #fff;width: 500px;position: relative;padding: 20px;}#first_visit_page .contents_inside .campaigninfo .campaign_detail  span.cpbg_red {position: absolute;background: #ff0000;font-weight: 900;font-size: 1.5em;padding: 0.2em 1em;color: #fff;top: -10px;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);}#first_visit_page .contents_inside .campaigninfo .campaign_detail p.cpbg_yellow {background: #fff200;text-align: center;font-weight: 900;font-size: 1.5em;border-radius: 30px;padding: 0.2em;}#first_visit_page .contents_inside .campaigninfo .campaign_detail p.discount {color: #ff0000;font-size: 3em;text-align: center;font-weight: 900;line-height: 1.2;}#first_visit_page .contents_inside .campaigninfo .campaign_detail p.discount span {font-size: 3em;font-family: fantasy;font-weight: normal;}#first_visit_page .contents_inside .campaigninfo .campaign_detail p.bk_txt {text-align: center;font-weight: 900;font-size: 2em;margin-top: -0.5em;}#first_visit_page .top_campaigninfo .entrybtn {margin-top: 20px;width: 100%;box-sizing: border-box;}#first_visit_page .contents_inside .campaigninfo .dli-plus {display: inline-block;vertical-align: middle;color: #333;line-height: ;width: 3em;height: 0.5em;background: currentColor;border-radius: 0.1em;position: relative;}#first_visit_page .contents_inside .campaigninfo .dli-plus::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: inherit;border-radius: inherit;transform: rotate(90deg);}/**/#first_visit_page .top_info .top_features .shimojima_info .w_area {background: #fff;padding: 30px;border-radius: 20px;}#first_visit_page .top_info .top_features .shimojima_info .w_area .shimo_toha {display: flex;padding: 30px;justify-content: space-around;font-size: 1.5em;align-items: center;}#first_visit_page .top_info .top_features .shimojima_info .w_area .shimo_toha > p {border-left: solid 1px #000;width: 45%;padding-left: 4%;}#first_visit_page .top_info .top_features .shimojima_info .w_area .shimo_toha > div {text-align: center;}#first_visit_page .top_info .top_features .shimojima_info .w_area .shimo_toha > div p {font-weight: bold;}#first_visit_page .top_info .top_features .shimojima_info .w_area .shimo_toha > div p span {font-size: 1.5em;display: block;}#first_visit_page .top_info .top_features .shimojima_info .w_area  .orange_area {background: #fde255;display: flex;border-radius: 20px;}#first_visit_page .top_info .top_features .shimojima_info .w_area .orange_area .m_check {display: flex;width: 49%;padding: 20px 30px;align-items: center;}#first_visit_page .top_info .top_features .shimojima_info .w_area .orange_area .m_check span {background: #fff;border-radius: 50%;margin-right: 20px;}#first_visit_page .top_info .top_features .shimojima_info .w_area .orange_area .m_check span img {width: 100px;}#first_visit_page .top_info .top_features .shimojima_info .w_area .orange_area .m_check p {font-weight: bold;font-size: 1.2em;}#first_visit_page .top_info .top_features .shimojima_info .w_area .shimo_toha p:first-child {text-align: center;width: 40%;}#first_visit_page .top_info .top_features ._bland {background: #fff;margin-top: 30px;padding: 30px;display: flex;align-items: center;border-radius: 20px;}#first_visit_page .top_info .top_features ._bland p {font-weight: bold;font-size: 1.2em;margin-right: 20px;}#first_visit_page .top_info .top_features ._bland p img {margin-left: 20px;}#first_visit_page .top_info .top_features ._bland p img:first-child {margin-left: 50px;}/*広告用商品記述*/#first_visit_page .item-list h2 {background: #000;color: #fff;padding: 10px;text-align: center;font-weight: bold;margin-bottom: 10px;font-size:1.2em;}#first_visit_page .item-list {width: 1260px;margin: 0 auto;}#first_visit_page .item-list ul {display: flex;flex-wrap: wrap;justify-content: space-between;}#first_visit_page .item-list ul li {width: 19%;margin-bottom: 1%;}@media screen and (max-width: 768px) {#first_visit_page .top_info{margin: 0 10px;}#first_visit_page .top_info .top_2co{display: block;}#first_visit_page .top_info .top_2co .topcont_left{width: auto;}#first_visit_page .top_info .top_2co .topcont_left h1{font-size: 24px;line-height: 30px;margin: 10px 0;}#first_visit_page .top_info .top_2co .topcont_left p{font-size: inherit;}#first_visit_page .top_info .top_2co .topcont_left .brandlogo{display: flex;}#first_visit_page .top_info .top_2co .topcont_left .brandlogo img{width: 30%;}#first_visit_page .top_info .top_2co .topcont_right{width: auto;margin: 20px 10px;}#first_visit_page .top_info .top_2co .topcont_right .appeal{display: block;}#first_visit_page .top_info .top_2co .topcont_right .appeal ._circle{border-radius: 10px;margin-bottom: 20px;width: auto;height: auto;box-shadow: none;}#first_visit_page .top_info .top_2co .topcont_right .appeal ._circle p{position: relative;font-size: 28px;width: max-content;margin:0 auto;line-height: inherit;top: 0;left: 0;transform: none;}#first_visit_page .top_info .top_2co .topcont_right .appeal ._circle p br{display: none;}#first_visit_page .top_info .top_2co .topcont_right .appeal ._circle p span{display: block;font-size: 20px;background: none;}#first_visit_page a.entrybtn_big{margin:1.5em 0 1em 0;box-shadow: 4px 4px 1px rgba(0,0,0,0.2);}#first_visit_page .top_info a.entrybtn_big:before{border-width: 15px 7px 0 7px;}#first_visit_page .top_info .top_2co .topcont_right a.top_entrybtn{margin: 1em 0;box-shadow: 4px 4px 1px rgba(0,0,0,0.2);}/*シモジマオンラインとは？*/#first_visit_page .contents{margin: 0;width: 100%;}#first_visit_page .linkmenu .menu_list{width: 100%;display: block;}#first_visit_page .linkmenu .menu_list li{width: 100%;border-left: none;border-bottom: solid 1px #fff;padding: 1em 0;}#first_visit_page .contents_inside{width: 100%;padding:10px;}#first_visit_page .contents_inside h2{font-size: 20px;}#first_visit_page .column2_cont{display: block;margin: 0 10px;}#first_visit_page .column2_cont .cont{width: 100%;padding: 0 10px;justify-content: start;flex-direction: column-reverse;text-align: center;border: solid 1px #ccc;box-shadow: none;}#first_visit_page .column2_cont .cont ._txt{width: 100%;margin-top: 5px;padding: 0 10px 1em 10px;box-sizing: border-box;}#first_visit_page .column2_cont .cont p._img{width: 50%;margin: 0 auto;}#first_visit_page .column2_cont .cont ._txt h3{font-size: 15px;margin-bottom: 0.5em;}#first_visit_page .column2_cont .cont ._txt p{font-size: 14px;text-align: left;}#first_visit_page .column2_cont.num1{margin-top: 40px;}#first_visit_page .column2_cont.num1 .cont{margin-bottom: 40px;padding-top: 30px;}#first_visit_page .column2_cont .cont:before{font-size: 60px;top: -40px;left: 0;right: 0;}#first_visit_page .entrybtn{width: 85%;font-size: 20px;box-shadow: 4px 4px 1px rgba(0,0,0,0.2);margin-bottom: 1em;}#first_visit_page .contents_inside p.h2text{margin-bottom: 30px;}#first_visit_page .contents_inside .cate{width: 100%;}#first_visit_page .contents_inside .cate .cate_link{width: 33%;padding: 0.5em;font-size: 14px;}#first_visit_page .contents_inside .column3_cont .sm_cont{padding: 20px 10px 10px 10px;width: 32%;}#first_visit_page .contents_inside .column3_cont .sm_cont:before{top: -30px;font-size: 40px;}#first_visit_page .contents_inside .column3_cont .sm_cont p{font-size: 14px;margin-top: 10px;}#first_visit_page .contents_inside .column3_cont .sm_cont p img{width: 75%;}#first_visit_page .contents_inside .app_dl{font-size: 16px;}#first_visit_page .contents_inside .app_dl_btn{display: block;}/*新規入会キャンペーン用変更記述202504*/#first_visit_page .contents_inside .campaigninfo .campaign_detail {width: 100%;display: block;box-sizing: border-box;padding: 50px 15px 15px 15px;text-align: center;}#first_visit_page .contents_inside .campaigninfo .campaign_detail .campaign_online, #first_visit_page .contents_inside .campaigninfo .campaign_detail .campaign_app {width: 100%;box-sizing: border-box;}#first_visit_page .contents_inside .campaigninfo .campaign_detail .campaign_online {margin-bottom: 30px;}#first_visit_page .contents_inside .campaigninfo .campaign_detail .campaign_app {margin-top: 60px;}#first_visit_page .contents_inside .campaigninfo .campaign_detail span.cpbg_red {width: 70%;}#first_visit_page .contents_inside .campaigninfo .campaign_detail p.cpbg_yellow {font-size: 1.3em;}#first_visit_page .contents_inside .campaigninfo .campaign_detail p.discount {font-size: 2.5em;}#first_visit_page .contents.top h1 {font-size: 1.5em;}/**/#first_visit_page .top_info .top_features .shimojima_info .w_area .shimo_toha {display: block;font-size: 1.2em;}#first_visit_page .top_info .top_features .shimojima_info .w_area .shimo_toha > p {width: 100%;border: none;padding: 0;}#first_visit_page .top_info .top_features .shimojima_info .w_area {padding: 15px;}#first_visit_page .top_info .top_features .shimojima_info .w_area .orange_area {display: block;padding: 15px;}#first_visit_page .top_info .top_features .shimojima_info .w_area .orange_area .m_check {width: 100%;box-sizing: border-box;display: block;padding: 15px;}#first_visit_page .top_info .top_features .shimojima_info .w_area .orange_area .m_check span {display: block;width: 60px;margin: 0 auto;}#first_visit_page .top_info .top_features .shimojima_info .w_area .orange_area .m_check p {text-align: center;}#first_visit_page .top_info .top_features ._bland {display: block;text-align: center;}#first_visit_page .top_info .top_features ._bland p {margin-right: 0;}#first_visit_page .top_info .top_features ._bland p img:first-child {margin-left: 0;}#first_visit_page .top_info .top_features ._bland p img {margin-left: 0;padding: 5px;}#first_visit_page .contents_inside .campaigninfo .campaign_detail p.discount span {font-size: 3em;font-family: 'DIN Condensed', sans-serif;font-weight: normal;}#first_visit_page .item-list {width: auto;padding: 0 10px;box-sizing: border-box;}#first_visit_page .item-list ul li {width: 49%;margin-bottom: 1%;}}