@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    list-style: none;
}

img{
    vertical-align:bottom;
    border: 0;
}

body {
    color: #595959;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
    text-decoration: none;
    color: #004AA3;
}

a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a img:hover {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0.7;
}

img.w94 {width: 94%;}
img.w100 {width: 100%;}

.mg10 {margin: 10px !important;}
.mg15 {margin: 15px !important;}
.pad10 {padding: 10px !important;}
.padt10 {padding: 10px 0 0!important;}
.pad15 {padding: 15px !important;}
.pdh30 {padding: 0 0 30px 0 !important;}
.pdh50 {padding: 50px 0 !important;}
.txtcent {text-align: center !important;}

.imgcent {
    display: block;
    margin: 10px auto 0px;
}

#topcontrol {
    z-index: 100;
}

table.headsearch {
    height: 45px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td.keywords {
    padding: 0px 0 0;
}

td.btn_sr {
    padding: 0px 0 0;
    text-align: center;
    width: 80px;
}

input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FFFFFF;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    width: 100%;
    box-sizing: border-box;
    height: 27px;
    line-height: 27px;
    padding: 5px;
    margin: 0 10px 0 5px;
}
td.btn_sr input {
    font-family: "ＭＳ Ｐゴシック",'MS PGothic', "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic ProN', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    line-height: 1.2;
    display: block;
    padding: 10px;
}


li.fullwide,
li.fullwide img {
    width: 100% !important;
}


#main_full {
    margin: 204px 0 0 !important;
}

#main {
    margin: 204px 0 0 !important;
}


h2.tabs,
h2.tabsf,
h2.tabs img,
h2.tabsf img {
    width: 100%;
}
h2.tabs {
    margin: 15px 0;
}
h2.tabsf {
    margin: 0;
}

ul.index-catlist {
    font-size: 0px;
    text-align: left;
    width: 100%;
    overflow: hidden;
}
ul.index-catlist li {
    width: 25%;
    padding: 0 0 10px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
}
ul.index-catlist li img {
    width: 90%;
}

ul.index-topicslist {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
}
ul.index-topicslist li {
    width: 100%;
    padding: 15px;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
}
ul.index-topicslist li img {
    width: 100px;
    display: block;
    float: left;
    padding: 0 15px 0 0;
}
ul.index-topicslist li span {
    color: #E30000;
}
ul.index-topicslist li h3 {
    font-size: 14px;
}

div.season-list {
    width: 100%;
    overflow: hidden;
}
div.season-list img {
    width: 100%;
    padding: 0 0 10px;
}

div.common-cntobj {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

ul.index-recommendlist {
    font-size: 0px;
    text-align: left;
    width: 100%;
    overflow: hidden;
}
ul.index-recommendlist li {
    width: 33%;
    padding: 0 0 10px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
}
ul.index-recommendlist li img {
    width: 90%;
}






/* delate default items */
.FS2_Search,
.FS2_Utility1_container,
.FS2_Utility2_container {
    display: none !important;
}

/* --------- add 20191031 -- */

p.temp-info {
    text-align: left;
    padding: 15px;
    margin: 15px auto;
    border: 5px solid #ff0000;
    width: 100%;
    box-sizing: border-box;
}

ul.tyled-bnr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 0 8vh;
}
ul.tyled-bnr li{
    width: 49%;
}
ul.tyled-bnr li img{
    width: 100%;
}



img.lazy{
    min-width: 100px;
    min-height: 200px;
}


.sp_only {
  display: block;
}
.pc_only {
  display: none;
}


/* --- swiper --- */

.swiper-container,
.swiper-subcontainer {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 14px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
    /*xheight: 68vh;*/
    height: 80vh;
    object-fit: contain;
    margin: 0 0 8vh;
}


/**************************
 bread list
**************************/
#breadList {
    clear:both;
    font-size:12px;
    color:#333;
    padding:0px;
    display:block;
    overflow:hidden;
    margin: 20px auto 0 auto;
}

#breadListInner ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px .5em 30px .5em;
}
.subpmain h2 img{
    width: 100%;
}



p.cbasic {
    margin: 60px 0 30px 0;
    padding: 0 10px 0 10px;
}
p.cbasic img {
    width: 100%;
}


/* ------- */

div.section_tab {
    border-bottom: 3px solid #000;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 10px;
}

div.section_tab h3 {
    border-bottom: 1px solid #000;
    font-size: 20px;
    display: block;
    margin-bottom: 4px;
}

ul.seen_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 7px;
}

ul.seen_list li {
    width: 23%;
}

ul.seen_list li a p {
    color: #000;
    text-align: center;
    /*background-image: url(./img/gift_list_0.png);*/
    background-repeat: no-repeat;
    /*text-indent: 1em;*/
    background-size: 12%;
    background-position: left 0 top 3px;
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
    margin-top: 5px;
}

ul.about_endo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 7px;
}

ul.about_endo li{
    width: 48%;
    margin-bottom: 7px;
}

ul.about_endo li a img {
    width: 100%;
}

/**************************
privacypolicy_202203
**************************/
h3.Definition {
    padding: 0px;
    margin: 1em 0 10px;
    border-bottom: 2px dotted #DDDDDD;
    border-bottom-color: rgb(221, 221, 221);
    border-color: #FFB400;
    }

ol.pp--ollist {
    margin: 0.5em 0 0.5em 2.0em;
    list-style-type: decimal !important;
    box-sizing: border-box;
    }
ol.pp--ollist li{
    list-style-type: decimal !important;
    }
ul.pp--ullist,
ul.pp--ullist--second {
    margin: 0.5em 0 0.5em 1.0em;
    box-sizing: border-box;
    width: calc(100% - 1em);
    }
ul.pp--ullist li,
ul.pp--ullist--second li {
    list-style-type: square !important;
    }
