@charset "utf-8";

/*ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

    共通ファイルの記述上書き

ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ*/

#contents_area {
    background: #fff;
    min-width: 970px;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
}

#tottori {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.baseW {
    width: 75%;
    min-width: 970px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
}

.ilb {
    display: inline-block;
}

h1 {
	margin: 0 auto 25px;
	font-weight: bold;
	font-size: 1.8rem;
	max-width: 1120px;
}

.link_pagetop {
	max-width: 1130px;
	margin: 0 auto;
}

/*ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

    全体

ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.fadein {
    opacity : 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0s;
}

.fadein.active {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}


/*ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

    汎用

ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ*/


/*ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

    contents_area

ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ*/

.mv_wrap {
    min-width: 970px;
    position: relative;
}

.mv_slick li {
    outline: none;
}

.mv_slick li img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}

.main_ttl_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 67%;
    min-width: 760px;
    margin: auto;
    z-index: 2;
}

.main_ttl {
    width: 82.3%;
    margin: auto;
}

.campaign_links {
    display: flex;
    justify-content: space-between;
}

.campaign_links li {
    width: 48.2%;
}

.campaign_links li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
    transition: .2s;
}

.campaign_links li a::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 1px;
}

.campaign_links li a::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1px;
}

.campaign_links li .cpn_link {
    border-top: 1px solid rgba(130,29,0,1);
    border-bottom: 1px solid rgba(130,29,0,1);
    background-color: rgba(130,29,0,.6);
}

.campaign_links li .cpn_link::before,
.campaign_links li .cpn_link::after {
    background-color: rgba(130,29,0,1);
}

.campaign_links li .cpn_link:hover {
    background-color: rgba(130,29,0,1);
}

.campaign_links li .cpn_link img {
    width: 93.6%;
}

.campaign_links li .quiz_link {
    border-top: 1px solid rgba(3,35,81,1);
    border-bottom: 1px solid rgba(3,35,81,1);
    background-color: rgba(3,35,81,.6);
}

.campaign_links li .quiz_link::before,
.campaign_links li .quiz_link::after {
    background-color: rgba(3,35,81,1);
}

.campaign_links li .quiz_link:hover {
    background-color: rgba(3,35,81,1);
}

.campaign_links li .quiz_link img {
    width: 83%;
}

.period {
    min-width: 970px;
    padding: 15px 0;
    text-align: center;
    background-color: #003737;
}

.period_txt {
    position: relative;
}

.period_txt::before {
    content: "";
    position: absolute;
    top: -92px;
    bottom: 0;
    left: -292px;
    width: 300px;
    height: 245px;
    margin: auto;
    background: url(../images/img_crab01.png) no-repeat;
    background-size: contain;
    z-index: 3;
}

.period_txt::after {
    content: "";
    position: absolute;
    top: -92px;
    bottom: 0;
    right: -218px;
    width: 191px;
    height: 260px;
    margin: auto;
    background: url(../images/img_rice01.png) no-repeat;
    background-size: contain;
    z-index: 3;
}

@media screen and (max-width: 1400px) {
    .period_txt::before {
        content: none;
    }

    .period_txt::after {
        content: none;
    }
}

.summary {
    min-width: 970px;
    padding: 115px 0;
    background-color: #fbeee3;
}

.summary_catch {
    position: relative;
    margin-bottom: 42px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.summary_catch::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 59px;
    height: 86px;
    margin: auto;
    background: url(../images/bg_catch.png) no-repeat;
    background-size: contain;
}

.summary_catch::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 59px;
    height: 86px;
    margin: auto;
    background: url(../images/bg_catch.png) no-repeat;
    background-size: contain;
    transform: scale(-1,1);
}

.cpn_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.cpn_ttl {
    position: relative;
    width: 38%;
    padding: 1.5em 0;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.15;
}

.cpn_ttl::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 1px;
}

.cpn_ttl::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1px;
}

.shopping_summary .cpn_ttl {
    border-top: 2px solid rgba(130,29,0,1);
    border-bottom: 2px solid rgba(130,29,0,1);
    background-color: rgba(130,29,0,.6);
}

.shopping_summary .cpn_ttl::before,
.shopping_summary .cpn_ttl::after {
    background-color: rgba(130,29,0,1);
}

.web_summary .cpn_ttl {
    border-top: 2px solid rgba(3,35,81,1);
    border-bottom: 2px solid rgba(3,35,81,1);
    background-color: rgba(3,35,81,.6);
}

.web_summary .cpn_ttl::before,
.web_summary .cpn_ttl::after {
    background-color: rgba(3,35,81,1);
}

.cpn_txt {
    width: 56%;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.36;
}

.trioka {
    margin-bottom: 36px;
}

.shinbashi_ttl {
    margin-bottom: 1em;
    font-size: 37px;
    font-weight: bold;
    color: #443129;
    text-align: center;
}

.shinbashi_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shinbashi_txt {
    width: 46%;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
}

.shinbashi_box .shinbashi_link {
    position: relative;
    width: 51.8%;
    padding: .6em .8em .6em .6em;
    border: 4px solid #443129;
    border-radius: 9px;
    font-size: 36px;
    font-weight: bold;
    color: #443129;
    text-align: center;
    line-height: 1.4;
    background-color: #fff;
    transition: .3s;
}

.shinbashi_box .shinbashi_link::after {
    content: ">";
    position: absolute;
    height: 1em;
    top: -.5em;
    right: 8px;
    bottom: 0;
    margin: auto;
    font-weight: bold;
    color: #443129;
    transition: .3s;
}

.shinbashi_box .shinbashi_link:hover {
    color: #fff;
    background-color: #443129;
}

.shinbashi_box .shinbashi_link:hover::after {
    color: #fff;
}

.campaign {
    padding: 105px 0 0;
}

.campaign_ttl_wrap {
    min-width: 970px;
    text-align: center;
}

.campaign_ttl {
    display: inline-block;
    position: relative;
    max-width: 86%;
    margin-bottom: 1em;
    font-size: 59px;
    font-weight: bold;
}

.campaign_ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -.5em;
    width: 2px;
    height: 100%;
    background-color: #000;
    transform: rotate(-20deg);
}

.campaign_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -.5em;
    width: 2px;
    height: 100%;
    background-color: #000;
    transform: rotate(20deg);
}

.campaign_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 970px;
    margin-bottom: 80px;
}

.web_campaign_box {
    justify-content: flex-end;
}

.campaign_img {
    position: relative;
    width: 49%;
    min-width: 350px;
}

.campaign_crab_img {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 46%;
    z-index: 1;
}

.campaign_rice_img {
    position: absolute;
    bottom: 10px;
    left: -6px;
    width: 33.3%;
    z-index: 1;
}

.campaign_img_inner {
    width: 88%;
}

.web_campaign_box .campaign_img_inner {
    margin-left: auto;
}

.shopping_campaign_box .campaign_img {
    margin-right: 2%;
}

.campaign_txt_wrap {
    width: 30.8%;
    min-width: 585px;
}

.challenge_txt {
    width: 95%;
    padding: .2em 1em;
    border-radius: 40px;
    margin: 0 auto 18px;
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.shopping_campaign_box .challenge_txt {
    background-color: #821d00;
}

.web_campaign_box .challenge_txt {
    background-color: #032351;
}

.campaign_name {
    margin-bottom: 16px;
    text-align: center;
}

.campaign_summary_list {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.campaign_summary_list dt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 29px;
    font-weight: bold;
    color: #821d00;
    text-align: center;
    line-height: 1.1;
    background-color: #efe121;
}

.campaign_summary_list dt.komeari::before {
    content: "※";
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    font-weight: bold;
}

.campaign_summary_list dd {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
}

.campaign_point {
    margin-bottom: 10px;
    text-align: center;
}

.summary_note {
    margin-bottom: 10px;
    font-size: 16px;
    color: #821d00;
    text-align: center;
}

.wchance {
    width: 80%;
    border-radius: 10px;
    padding: .2em 2em;
    margin: 0 auto 22px;
    font-size: 39px;
    font-weight: bold;
    color: #821d00;
    text-align: center;
    background-color: #efe121;
}

.hit_txt {
    margin-bottom: 8px;
    font-size: 39px;
    font-weight: bold;
    color: #821d00;
    line-height: 1.4;
}

.hit_txt small {
    font-size: .62em;
    vertical-align: middle;
}

.quiz_txt {
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 20px;
}

#tottori .campaign_txt_link {
    display: block;
    position: relative;
    width: 14em;
    border-radius: 10px;
    margin: auto;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    transition: .3s;
}

#tottori .campaign_txt_link::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 10px;
    height: 10px;
    margin: auto;
    transform: rotate(45deg);
    transition: .3s;
}

#tottori .shopping_campaign_box .campaign_txt_link {
    border: 5px solid #821d00;
    color: #821d00;
}

#tottori .shopping_campaign_box .campaign_txt_link::after {
    border-top: 2px solid #821d00;
    border-right: 2px solid #821d00;
}

#tottori .shopping_campaign_box .campaign_txt_link:hover {
    color: #fff;
    background-color: #821d00;
}

#tottori .shopping_campaign_box .campaign_txt_link:hover::after {
    border-color: #fff;
}

#tottori .web_campaign_box .campaign_txt_link {
    border: 5px solid #032351;
    color: #032351;
}

#tottori .web_campaign_box .campaign_txt_link::after {
    border-top: 2px solid #032351;
    border-right: 2px solid #032351;
}

#tottori .web_campaign_box .campaign_txt_link:hover {
    color: #fff;
    background-color: #032351;
}

#tottori .web_campaign_box .campaign_txt_link:hover::after {
    border-color: #fff;
}

.recommend {
    min-width: 970px;
    padding: 205px 0 135px;
    margin-bottom: 80px;
    background-color: #d1d5d8;
}

.recommend_ttl_wrap {
    position: relative;
    text-align: center;
}

.recommend_ttl_wrap::before {
    content: "";
    position: absolute;
    top: -96px;
    right: 0;
    left: 0;
    width: 166px;
    height: 80px;
    margin: auto;
    background: url(../images/bg_recommend_ttl.png) no-repeat;
    background-size: contain;
}

.recommend_ttl {
    display: inline-block;
    position: relative;
    margin-bottom: 60px;
    font-size: 48px;
    font-weight: bold;
    color: #534741;
}

.recommend_ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -.5em;
    width: 2px;
    height: 100%;
    background-color: #534741;
    transform: rotate(-20deg);
}

.recommend_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -.5em;
    width: 2px;
    height: 100%;
    background-color: #534741;
    transform: rotate(20deg);
}

.recommend_list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #443129;
    margin: 0 -2% 72px;
}

@media screen and (max-width: 1100px) {
    .recommend_list {
        margin: 0 auto 72px;
    }
}
.recommend_list li {
    width: 29.3%;
    margin: 0 2% 74px;
}


.recommend_spot_img {
    margin-bottom: 8px;
}

.recommend_spot {
    font-size: 24px;
    font-weight: bold;
}

.recommend_spot_txt {
    font-size: 18px;
}

.more_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 79%;
    margin: auto;
}

.more_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 243px;
    min-width: 243px;
    height: 243px;
    min-height: 243px;
    border: 5px solid #e2233f;
    border-radius: 50%;
    margin-right: 30px;
    font-size: 29px;
    font-weight: bold;
    color: #e2233f;
    line-height: 1.2;
    background-color: #fff;
}

.more_link_ttl {
    margin-bottom: 26px;
}

#tottori .more_link {
    display: block;
    position: relative;
    width: 14em;
    border-radius: 10px;
    border: 5px solid #821d00;
    margin: auto;
    font-size: 26px;
    font-weight: bold;
    color: #821d00;
    text-align: center;
    background-color: #fff;
}

#tottori .more_link::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #821d00;
    border-right: 2px solid #821d00;
    margin: auto;
    transform: rotate(45deg);
}

#tottori .more_link:hover {
    color: #fff;
    background-color: #821d00;
}

#tottori .more_link:hover::after {
    border-color: #fff;
}
