@charset "euc-jp";

/* イベント用 */



/*------------------------------------------------------------

	リセット

------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
main,
header {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

body,
table,
input,
textarea,
select,
option {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1em;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}



*,
*:before,
*:after {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -o-box-sizing: border-box;

    -ms-box-sizing: border-box;

    box-sizing: border-box;

}

/* -------------------	pc　--------------------------- */

@media(min-width:769px) {



    /* 下記テーブル打ち消し用 */

    .y_footer table {

        margin-top: 0;

    }


    /* pcトップ用ヘッダー微調整 */

    .boxtop {

        margin-top: 10px;

    }



    header {

        overflow: hidden;

        background-color: #fff;

    }


    .top {

       background-color: #fff;

    }

    .box0 {
        margin-top: 20px;
        width: 890px;
        margin: 0 auto;
        padding-bottom: 10px;
    }


    #section1 {

        background: linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));

        padding-bottom: 30px;
        
    }



    #section2 {


        background: linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));

        padding-bottom: 30px;

    }




    #section3 {

        background: linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));


        padding-bottom: 30px;

    }


    #section4 {


        background: linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));
        padding-bottom: 30px;

    }



    #section5 {

        background: linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));


        padding-bottom: 30px;

    }



    #section6 {

        background: linear-gradient(rgba(230, 230, 230, 9), rgba(255, 255, 255, 0.5));

        background-repeat: repeat-x;

        margin-bottom: 0px;

        padding: 0px 0px 200px 0px;

    }



  main #section1 .sab-title p,
  main #section2 .sab-title p,
  main #section3 .sab-title p,
  main #section4 .sab-title p,
  main #section5 .sab-title p,
  main #section6 .sab-title p {

  padding-top: 60px;
  padding-bottom: 10px;

    }


    p.sectiontitle {

        margin: auto;

        text-align: center;

    }



    main {

        overflow: hidden;

    }



    footer {

        padding-top: 20px;

        padding-bottom: 100px;

        background-color: #fff;

    }



    a:hover {

        opacity: 0.8;

    }

    /* ラッピング画像、文言 */


    .wrapping {

        text-align: center;
		margin-top: 20px;
        margin-bottom:50px;
    }

    .wrapping p {

        margin-top: 20px;
		font-size: 1em;

    }


    /* ナビゲーションアイテム内見出し */

  
 
.event_nav {

        text-align: center;
		font-size: 1em;

    }

	
.event_nav_images h3 {

        padding-bottom: 30px;

    }

	/* 注意文言 */


    .attention {

        text-align: center;
		margin-top: 0px;
        margin-bottom:30px;
    }

    .attention p {

        margin-top: 20px;
		font-size: 1em;

    }
	
	.attention img {

        width: 90%;

    }
	
    /* イベントバナー */

    h2.midashi {

  text-align: center;

    }



    /* 見出しフェードイン */

    .effect img {

        transition: 1.0s;

    }



    /* メインアイテム */

    header .main_item {

        margin: auto;

        text-align: center;


    }





    /* サブアイテム */

    .sub_item {

        background-color: #fff;

        overflow: hidden;

        margin: auto;

        width: 80%;

        clear: both;

        padding-bottom: 50px;



    }



    .sub_item h3 {

        padding-top: 10px;

        text-align: center;

    }





    /* rightナビ */

    .right_nav {

        position: fixed;

        bottom: 5%;

        right: 5%;

        border-radius: 9px;

        padding: 8px;

        background-color: #f3981c;

        text-align: center;

        line-height: 1em;

    }



    .right_nav a {

        color: #fff;

        text-decoration: none;

        font-size: 0.6em;

    }



    .right_nav a:hover {

        color: #fff;

        opacity: 0.8;

    }



    .right_nav a:visited {

        color: #fff;

    }



    /* footer */
    .y_footer {

        margin: auto;

        width: 90%;

    }


    .y_footer table {

        margin-bottom: 100px;

        margin-top: 30px;

    }


    .y_footer th {

        background-color: #ff7777;

        font-weight: normal;

        text-align: left;

        color: #fff;

        padding: 10px;

    }


    .y_footer td {

        padding: 10px;

        color: #393939;

        font-size: 0.8em;

        line-height: 120%;

    }



    /* モバイル用フローティングバナー削除 */

    div#header {

        display: none;

    }



    div#upper_nav {

        display: none;

    }




    /* 上部ナビゲーション  */

    ul.page_nav {

        display: none;

    }


    /*  */

    section.cate {

        display: none;

    }


    section.price {

        display: none;

    }



    /* モバイル用フッターナビ削除 */

    footer div.footer_nav {

        display: none;

    }



    /* 背景 */

    body {

        background-size: contain;
    }


    /* グローバルナビゲーション */

    #pc_g_nav {

        background-color: #fff;

    }


    /* トップ画像下テキスト */
    header h2.midashi .text {
        margin: 0 auto;
        text-align: center;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.7;
        color: #393939;
    }




    header h2.midashi .text b {
        margin: 0 auto;
        text-align: center;
        font-weight: 800;
        font-size: 1.6rem;
        line-height: 2;
        color: #393939;
    }


    #titleandnav {

        margin: 0 auto;
		text-align: center;

    }
	
	#titleandnav img {

        padding-top: 80px;

		padding-bottom: 0px;
    }

	
    /* ナビゲーション */

    .event_nav ul{
text-align: center;
padding-top: 0px;
padding-bottom: 50px;

    }

.event_nav ul li {

        display: inline-block;

        padding: 10px;

    }

.event_nav ul li img {

width: 100%;
margin-top: -30px;
margin-bottom: 0px;
}

    .hvr-sink {

        display: inline-block;

        vertical-align: middle;

        -webkit-transform: translateZ(0);

        transform: translateZ(0);

        box-shadow: 0 0 1px rgba(0, 0, 0, 0);

        -webkit-backface-visibility: hidden;

        backface-visibility: hidden;

        -moz-osx-font-smoothing: grayscale;

        -webkit-transition-duration: 0.3s;

        transition-duration: 0.3s;

        -webkit-transition-property: transform;

        transition-property: transform;

        -webkit-transition-timing-function: ease-out;

        transition-timing-function: ease-out;

    }


    .hvr-sink:hover,
    .hvr-sink:focus,
    .hvr-sink:active {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }



    /* イベントバナー */

    h2.midashi {

        width: 840px;

        margin: auto;

        margin-bottom: -50px;

        margin-top: 50px;

    }



    h2.midashi p img {

        margin-top: 20px;

        margin-bottom: 20px;

        width: 100%;

    }



    .event_nav ul {

        width: 900px;

        margin: auto;

        text-align: center;

    }



    /* sectionごと 上　スペース */


    main #section1 p {

        padding-top: 70px;

    }

    main #section2 p {

        padding-top: 70px;

    }

    main #section3 p {

        padding-top: 70px;

    }

    main #section4 p {

        padding-top: 70px;

    }

    main #section5 p {

        padding-top: 70px;

    }

    main #section6 p {

        padding-top: 70px;

    }

    /* メインアイテム */

    .main_item {

        margin: auto;

        text-align: center;

        padding-bottom: 80px;

    }


    header .main_item {

        margin: auto;

        text-align: center;


    }



    .main_item p img {

        text-align: center;

    }



    .main_item .box1 {

        width: 920px;

        margin: 0 auto;

    }



    .main_item .box1 .riSDAdWrap {

        box-sizing: border-box;

        width: 890px;

        padding: 40px 20px;

        margin: 15px;

        background: #fff;

        border: #c9bdaf 1px solid;

    }



    .box1 img {

        position: relative;

        float: left;

        width: 470px;

        margin-right: 20px;

    }



    .box1 .detail {

        float: right;

        width: 350px;

    }



    .box1 .detail img {

        float: left;

        width: 70px;

        margin-right: 10px;

    }



    .box1 .detail .name {

        position: relative;

        top: 5px;

        margin-bottom: 20px;

        text-align: left;

        font-size: 1.5rem;

        line-height: 1.2;

    }



    .box1 .detail .text {

        width: 100%;

        color: #393939;

        margin-bottom: 130px;

        padding: 0px 0px 13px 0px;

        text-align: left;

    }


    .box1 .detail .couponuse {

        width: 100%;

        color: #393939;

        margin-bottom: 3px;

        padding: 0;

        text-align: left;

        font-weight: 600;

    }



    .box1 .detail .couponuse:after {

        content: "\f101";

        position: relative;

        font-family: 'FontAwesome';

        font-size: 1rem;

        margin-left: 3px;

    }



    .box1 .sell {

        float: right;

        font-size: 2.6rem;

    }



    .box1 .sell .en {

        font-size: 0.8rem;

    }



    .box1 .riSDAdWrap .free {

        position: relative;

        float: left;

        width: 130px;

        height: 38px;

        box-sizing: border-box;

        text-align: left;

        padding-top: 3px;

        padding-left: 15px;

        margin-top: 10px;

        margin-bottom: 5px;

        background-color: #A01E2F;

        font-size: 1.3rem;

        color: #fff;

    }



    .box1 .riSDAdWrap .free:after {

        content: '';

        position: absolute;

        top: 0;

        right: 0;

        z-index: 2;

        border-width: 19px 20px;

        border-style: solid;

        border-color: transparent;

        border-right-color: #fff;

    }





    .main_item .box2 {

        width: 920px;

        margin: 0 auto;

    }



    .main_item .box2 .riSDAdWrap {

        float: left;

        box-sizing: border-box;

        width: 450px;

        padding: 40px 10px 40px;

        margin: 20px 5px 20px;

        background: #fff;

        border: #c9bdaf 1px solid;

    }



    .box2 .detail img {

        float: left;

        width: 60px;

        margin-right: 8px;

    }




    .box2 .detail .name {

        font-size: 24px;

        font-size: 1.5rem;

        line-height: 1.2;

        margin-bottom: 15px;

    }



    .box2 .detail .couponuse {

        width: 100%;

        color: #393939;

        margin-bottom: 1px;

        padding: 0;

        text-align: left;

        font-weight: 600;

        font-size: 0.9rem;

    }



    .box2 .detail .couponuse:after {

        content: "\f101";

        position: relative;

        font-family: 'FontAwesome';

        font-size: 1rem;

        margin-left: 3px;

    }



    a:link,
    a:visited {

        color: #000000;

        text-decoration: none;

        display: inline-block;

    }



    .box2 .sell {

        float: right;

        font-size: 2.3rem;

    }



    .sell {

        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;

        color: #A01E2F;

        font-weight: bold;
        
        font-size: 16px;

    }



    .box2 .sell .en {

        font-size: 0.9rem;

    }



    .box2 .riSDAdWrap .free {

        position: relative;

        float: left;

        width: 130px;

        height: 38px;

        box-sizing: border-box;

        text-align: left;

        padding-top: 3px;

        padding-left: 15px;

        margin-top: 10px;

        margin-bottom: 5px;

        background-color: #A01E2F;

        font-size: 1.3rem;

        color: #fff;

    }



    .box2 .riSDAdWrap .free:after {

        content: '';

        position: absolute;

        top: 0;

        right: 0;

        z-index: 2;

        border-width: 19px 20px;

        border-style: solid;

        border-color: transparent;

        border-right-color: #fff;

    }



    .riSDAdWrap .detail::after {

        content: "ご注文はコチラ　""\f054";

        display: block;

        font-family: 'FontAwesome';

        width: 100%;

        color: rgb(255, 255, 255);

        background: #0362a4;

        border-radius: 5px;

        padding: 10px 0px;



    }


    .main_item .motto a {

        font-weight: 400;

        float: right;

        color: #393939;

        font-size: 24px;

        margin-right: 100px;

    }



    .main_item .motto a:after {

        content: "\f105";

        position: relative;

        font-family: 'FontAwesome';

        font-size: 32px;

        font-size: 3rem;

        margin-left: 15px;

        top: 4px;

    }





    a:link,
    a:visited {

        color: #000000;

        text-decoration: none;

        display: inline-block;

    }



    /* サブアイテム内見出し */

    .sub_item h3 {

        font-size: 180%;

        font-weight: 100;

        text-align: center;

    }



    /* サブアイテム */

    .sub_item {

        box-sizing: border-box;

        width: 990px;

        padding: 20px;

        margin: 60px auto 0;

        border: #c9bdaf 1px solid;

    }



    .box3 {

        margin-top: 20px;

        width: 890px;

        margin: 0 auto;

        padding-bottom: 20px;


    }





    .box3 .item {

        position: relative;

        float: left;

        width: 290px;

        height: 400px;

        padding: 50px 30px;

    }





    .box3 .item .detail .name {

        font-size: 1.1rem;

        line-height: 1.3;

        margin-bottom: 60px;

    }



    .detail .name {

        width: 100%;

        text-align: left;

        font-weight: 500;

    }



    .box3 .item .free {

        position: relative;

        width: 100px;

        text-align: left;

        padding: 8px 0;

        padding-left: 8px;

        background-color: #A01E2F;

        font-size: 1.0rem;

        color: #fff;

        margin-top: -40px
    }



    .box3 .detail .free:after {

        content: '';

        position: absolute;

        top: 0;

        right: 0;

        z-index: 2;

        border-width: 20px 10px;

        border-style: solid;

        border-color: transparent;

        border-right-color: #fff;

    }



    #section7 .sub_item .box3 .item .sell {

        float: right;

        margin-top: -35px;

        font-size: 33px;

        font-size: 1.8rem;

    }



    #section7 .sub_item .box3 .item .sell .en {

        font-size: 19px;

        font-size: 1.2rem;

    }



    .box2:after,
    .box3:after,
    .box4:after,
    .detail:after,
    .boxp2:after {

        content: "";

        display: block;

        clear: both;

    }

    /* 令和元年カード付き */

    .whitebox {
        margin: -20px 160px 8px auto;
        width: 840px;
        color: #575757;
        font-weight: 600;
        font-size: 100%;
    }


    /* rightバナー */

    .right_banner {

        position: fixed;

        bottom: 50px;

        right: -20px;



    }



    .right_banner:hover {

        right: 0px;

    }



    /* rightナビ */

    .right_nav {

        position: fixed;

        bottom: 3%;

        right: 3%;

        border-radius: 10px;

        padding: 10px;

        background-color: #0362a4;

        text-align: center;

        line-height: 1em;

        color: #fff;

    }


    .right_nav a {

        color: #fff;

        text-decoration: none;

        font-size: 0.8em;

    }


    .right_nav a:hover {

        color: #fff;

        opacity: 0.8;

    }


    .right_nav a:visited {

        color: #fff;

    }

    /* 右バナー */


    #right_navi {

        position: fixed;

        z-index: 999;

        bottom: 250px;

        right: 0%;

        width: 150px;

    }


    #right_navi .ttl a:hover {

        color: #fff;

        opacity: 0.8;

    }

}

/* コピーボタン */
.copy_btn {
  width:700px!important;
  padding: 12px 0;
  margin-left: auto!important;
  margin-right: auto!important;
  color:#ffffff;
  font-weight:bold;
  background: #0362a4;
  border: solid 2px #0362a4;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
}
 
.copy_btn:hover {
  background: #ffffff;
  color: #0362a4;
}
.copy_btn:hover {
	cursor: pointer;
}
