@charset "utf-8";

/* clearfix */
.cf {
    zoom: 1;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.cf:after {
    clear: both;
}


html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通とPC向け 960px以上　1024px以上は固定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


a {
    text-decoration: none;
    /*color: #FFF;*/
}

/* パソコンでは"pc"のclassがついた画像が表示 */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}



/* パソコンでは"pc-br"のclassがついた改行が効く */
.pc-br {
    display: block !important;
}

.sp-br {
    display: none !important;
}




body {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    /*font-feature-settings: "palt";*/
    /*font-weight: 400;*/
    /*font-family: 'Cinzel','Noto Serif JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    background-color: #efefed;
    /*background-color: #fff6e9;*/
    color: #000;
}

.texts {
    font-size: 0.7em;
}

/*
.text-en {
    font-family:"Yu Mincho","YuMincho" !important;
}*/


/* Inview */
.fadein {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s;
}

.fadein.inview {
    opacity: 1;
    transform: translateY(0);
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~
ナビ

nav .container {
    border: 0px solid red;
    height:55px;
}

nav .header-left img{
    width: 250px;
    float: left;
}

nav .header-right {
    float: right;
    margin-right: 50px;
    line-height: 55px;
    font-weight: bold;
    font-size: 1.2em;
    
}
*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~
    header
~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*🔻ハンバーガーメニュー*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


a {
    color: #333333;
    text-decoration: none;
    /*display: block;*/
}

ul li {
    list-style: none;
    width: 100px;
    border: 1px solid yellow;
}

.menu {
    display: block;
    line-height: 45px;
    padding-left: 10px;
    border: 0px solid red;
    font-size: 1.1rem;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
}


.goodsmenu {
    display: block;
    line-height: 40px;
    padding-left: 10px;
    border: 0px solid yellow;
}


header nav {
    position: fixed;
    width: 350px;
    top: 0;
    right: -350px;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    padding-top: 60px;
    z-index: 100;
}

header nav ul li {
    width: 100%;
    border: 0px solid red;
}

header nav ul li a {
    color: #FFF;
    padding-left: 20px;
}


header nav ul li a:hover {
    /*color:red;*/
    color: darkgray;
}

header .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 103;
    cursor: pointer;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

header .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #939598;
    /*三本線の色*/
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

header .btn-gnavi span:nth-child(1) {
    top: 0;
}

header .btn-gnavi span:nth-child(2) {
    top: 10px;
}

header .btn-gnavi span:nth-child(3) {
    top: 20px;
}

header .btn-gnavi.hb-open {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

header .btn-gnavi.hb-open span {
    background: #939598;
    /*矢印の色*/
}

header .btn-gnavi.hb-open span:nth-child(1) {
    width: 24px;
    transform: translate(-7px, 17px) rotate(45deg);
    -webkit-transform: translate(-7px, 17px) rotate(45deg);
}

header .btn-gnavi.hb-open span:nth-child(3) {
    width: 24px;
    transform: translate(-7px, -17px) rotate(-45deg);
    -webkit-transform: translate(-7px, -17px) rotate(-45deg);
}

/*🔺ハンバーガーメニュー*/
header {
    width: 100%;
    border: 0px solid yellow;
}

/*
.header-left img{
    margin-top:10px;
    margin-left:10px;
    height: 60px;
    float: left;
    border: 0px solid red;
    display: block;
}*/

.kv {
    width: 100%;
    height: 650px;
    margin-bottom: 0px;
    border: 0px solid red;
    margin: 0 auto;
    background-image: url(../mv.jpg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~
article introduction story
~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.text-wrapper {
    margin: 30px auto 20px auto;
    text-align: center;
}


.conceptL {
    font-size: 60px;
    font-weight: 900;
    padding: 0px;
    margin: 0 auto 15px auto;
    text-align: center;
    border: 0px solid green;
    font-feature-settings: "palt";

}


.conceptS {
    font-size: 20px;
    font-weight: 900;
    padding: 0px;
    margin: 0 auto 15px auto;
    text-align: center;
    border: 0px solid green;

}

.intro-text {
    width: 950px;
    margin: 0 auto 40px auto;
    padding: 0px 10px;
    text-align: center;
    border: 0px solid red;

}


.intro-textL {
    font-size: 1.1em !important;
    font-weight: 600;
    border: 0px solid red;
    color: #000;
    line-height: 1.5rem;

}

/*追加 START*/


/*
.Cate .Cate-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 0.1em;
  overflow: hidden;
  align-items: center;
  background: #C79E62;
  color: #fff;
  height: 60px;
  line-height: 40px;
  display: flex;
  max-width: 600px;
  margin: 0 auto;
}
.Cate .Cate-title:before,
.Cate .Cate-title:after {
  content: "";
  flex: 1;
  background: #fff;
  padding: 1px 0;
  height: 0;
  transform: rotate(55deg);
}*/


.CateWrapper {
    outline: 0px solid green;
    background-image: url(../cate_bg.jpg);
    width: 100%;
    padding: 20px 0px;
    margin-bottom: 40px;

}



.Cate {
    margin: 10px auto 70px auto;
    width: 1080px;
    /*background-color: #eaeae9;*/
    background-color: #efefed;
    padding: 15px;

}

.ImgWrapper {
    width: 1080px;
    outline: 0px solid red;
    margin: 0 auto;

}

.ImgWrapper .image {
    text-align: center;

}

.ImgWrapper .image img {
    width: 80%;
    margin: 0 auto 20px auto;


}



.special-block1 {
    display: flex;
    margin: 20px 0 10px 0;
    outline: 0px solid blue;

}



.special-block-image {
    width: 50%;

}


.special-block-image img {
    width: 100%;
    margin-left: 0px;
    outline: 0px solid red;
}


.special-block-text {
    width: 50%;
    padding: 15px;
    margin-bottom: 100px;
}

.special-block-text .title {
    margin-bottom: 15px;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
    outline: 0px solid red;
}


.special-block-text .title .title-text1 {
    font-size: 36px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;

}


.special-block-text .description {
    font-size: 14px;
    line-height: 18px;
    font-family: "Noto Sans JP", sans-serif;

}

.special-block2 .title {
    margin: 20px auto 20px auto;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    outline: 0px solid red;
    text-align: center;
    line-height: 30px;
    font-size: 20px;

}

.special-block-contents {
    display: flex;
    justify-content: center;
    gap: 20px;
    outline: 0px solid red;
}


.special-block-contents .item .photo {
    margin-bottom: 10px;
}

.special-block-contents .item {
    margin-bottom: 40px;
}

.special-block-contents .item .photo img {
    width: 100%;
}



.special-block-contents .item .heading{
    font-size: 14px;
    line-height: 19px;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 5px;
    outline: 0px solid red;
    font-weight: 500;
    
}


.special-block-contents .item .heading .bold{
    font-size: 14.5px;
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}


.special-block-contents .item .text {
    font-size: 13px;
    line-height: 19px;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 5px;
}

/*ボタン*/
.buy-button {
    /*display: flex;
  align-items: center;
  justify-content: center;*/
    padding: 0px 10px;
    line-height: 1;
    text-decoration: none;
    color: #333333;
    font-size: 10px;
    border-radius: 0px;
    width: 100px;
    border: 1px solid #333333;
    position: relative;
    transition: 0.3s;
}


.buy-button:hover {
    color: #FFF;;
    background-color: #3C4D5D;

}




.special-block-text_movie {
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    outline: 0px solid red;
}









/*~~~~~~~~~~~~~~~~~~~~~~~~~
main
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
.banner_moviegoods {
    margin: 0px auto 15px auto;
    text-align: center;
    width: 100%;
    border: 0px solid red;
}

.banner_moviegoods img {
    margin: 0 auto;
    border: 0px solid red;
    width: 800px;
    
}


.banner-tasgentei {
    margin: 0px auto 15px auto;
    text-align: center;
    width: 100%;
    border: 0px solid red;
}

.banner-tasgentei img {
    margin: 0 auto;
    border: 0px solid red;
    width: 800px;
    
}*/


.yajirushi {
    font-size: 2em;
    border: 0px solid red;
    padding-top: 5px;
}


.goods .midashi {
    font-size: 36px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    margin: 50px auto 20px auto;
    outline: 0px solid red;
    text-align: center;
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
    width: 1200px;

}


/* 親要素(アイテム) */
.flex-container {
    margin: 0 auto 40px auto;
    width: 90%;
    /*height:1300px;*/
    border: 0px solid red;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*align-items: stretch;*/
    align-content: center;
}

/* 子要素(アイテム) */






.flex-item {
    background-color: #fff;
    color: #000;
    width: 280px;
    /*height: 535px;リンクあり*/
    height: 440px;
    text-align: center;
    margin: 5px 10px 10px 0px;
    position: relative;
    border: 0px solid#686868;
    padding: 0px 15px;
}

.kazu_gentei {
    color: #fff;
    background-color: #0664F6;
    font-size: 0.7em;
    padding: 2px 8px;
}


.tokuten_gentei {
    color: #fff;
    background-color: #FF5722;
    font-size: 0.7em;
    padding: 2px 8px;
    /*display: inline-block;*/
    margin-left: 7px;
}


.goods_img img {
    border: 0px solid red;
    width: 100%;

}

.goods_name {
    font-size: 1rem;
    width: 85%;
    margin: 10px auto 5px auto;
    font-weight: bold;
    line-height: 1.5em;
    border: 0px solid red;
    text-align: left;
}


.goods_price {
    font-size: 0.9rem;
    width: 85%;
    /*height:93px;*/
    margin: 5px auto 8px auto;
    font-weight: bold;
    text-align: left;
}



.caution {
    color: red;
    font-size: 0.7em;
    ;
    width: 85%;
    text-align: left;
    margin: 0 auto 5px auto;
    border: 0px solid blue;
}


/*後日追加：詳細はこちらボタン*/
.btn {
    /*background-color: #F18B3C;*/
    background-color: #000;
    border-radius: 0px;
    padding: 8px;
    width: 60%;
    margin: 0px auto 0 auto;
    color: #fbff8d;
    /*color: #333333;*/
    border: 0px solid red;
    font-size: 0.9rem;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);

}

.btn:hover {
    /*color: #FFF100;*/
    background-color: #3d3d3d;
}

.item-caution {
    width: 70%;
    padding: 20px auto 0 auto;
    font-size: 0.8rem;
    line-height: 1.7em;
    margin: 20px auto 0 auto;
    text-align: left;
    border: 0px solid #000;

}










/*~~~~~~~~~~~~~~~~~~~~~~~~~
footer
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
footer {
    text-align: center;
    margin: 20px auto;
    width: 100%;
}

.link_hp {
    margin: 100px 0 30px 0;
}

.link_hp img {
    width: 200px;
}




.copyright {
    border: 0px solid red;
    padding: 10px 0;
    font-size: 10px;

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~
ページTOP
~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#page_top {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    opacity: 0.7;
    border: 0px solid red;
    background-image: url(../foot.png);
}

#page_top a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}


#page_top a::after {
    content: 'TOP';
    font-size: 18px;
    font-weight: 600;
    color: yellow;
    /*color: #F0863B;オレンジ*/
    position: absolute;
    top: 70px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: acacac;
    border: 0px solid red;
}

/* ------------------ */
/* 上に戻るボタン */
/* ------------------ */
/*　ボタン関係の部品を全部囲うタグ：ここのidがjQueryの動作と連動する */
#page_top2 {
    position: fixed;
    bottom: 60px;
    right: 20px;
    opacity: 1;
}

/* ボタン画像のサイズ指定 */
.c-up-to-btn_img {
    width: 80px;
}

.c-up-to-btn_img::after {
    content: 'TOP';
    font-size: 18px;
    font-weight: 600;
    color: yellow;
    outline: 1px solid red;
}





/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 タブレット向け：560px～959px
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media screen and (max-width: 1024px) {


    /*~~~~~~~~~~~~~~~~~~~~~~~~~
    ヘッダー
    ~~~~~~~~~~~~~~~~~~~~~~~~~~*/



    header {
        width: 100%;
        border: 0px solid yellow;
    }

    .header-left img {
        height: 40px;
    }



    .kv {
        width: 100%;
        height: 500px;
        margin-bottom: 30px;
        border: 0px solid yellow;
        margin: 0 auto;

    }

    .kv img {
        width: 100%;
        display: block;
        margin: 0px auto;
        border: 0px solid red;
    }



    .banner-top-wrapper {
        display: flex;
        justify-content: center;
        width: 98%;
        border: 0px solid blue;
    }


    .banner-item {
        margin: 0 auto;
        text-align: center;
        border: 0px solid yellow;
    }

    .banner-item img {
        margin: 0 auto;
        width: 95%;
        border: 0px solid red;
    }






    .intro-text {
        width: 95%;
        border: 0px solid yellow;

    }





    /*~~~~~~~~~~~~~~~~~~~~~~~~~
    main
    ~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    .Cate {
        width: 90%;
        outline: 0px solid red;

    }


    .special-block-contents {
        outline: 0px solid red;
        margin-bottom: 20px;
    }


    .special-block-contents .item .text {
        font-size: 10px;
        line-height: 15px;
        font-family: "Noto Sans JP", sans-serif;
        margin-bottom: 8px;
    }

    .buy-button {
        padding: 1px 5px;
        font-size: 8px;
        width: 95px;
    }


    .special-block-text {
        padding: 5px 10px;
        margin-bottom: 100px;
    }


    .special-block-text .title .title-text1 {
        font-size: 22px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 900;
    }



    .special-block-text .description {
        font-size: 10px;
        line-height: 15px;

    }



    .special-block-text {
        padding: 5px 10px;
        margin-bottom: 30px;
    }




    .ImgWrapper {
        width: 95%;
        outline: 0px solid green;

    }






    /* 親要素(アイテム) */
    .flex-container {
        width: 95%;
        border: 0px solid yellow;
    }


    .goods .midashi {
        outline: 0px solid red;
        width: 95%;

    }


    .flex-item {
        background-color: #fff;
        color: #000;
        width: 200px;
        /*height: 535px;リンクあり*/
        height: 380px;
        /*リンクなし*/
        border: 0px dotted #c0c0c0;
        /*border: 1px solid #333;*/
        /*border: 5px solid #b2dde1;*/
        /*border: 5px solid #c2edf1;*/
        text-align: center;
        margin: 5px 10px 10px 0px;
        position: relative;
        border: 0px solid#686868;
    }

    .goods_name {
        font-size: 0.9rem;
        width: 85%;
        margin: 10px auto 5px auto;
        font-weight: bold;
        line-height: 1.5em;
        border: 0px solid red;
        text-align: left;
    }






    /*~~~~~~~~~~~~~~~~~~~~~~~~~
    footer
    ~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    footer {
        /*text-align: center;
        margin: 0 auto;*/
        width: 100%;
        border: 0px solid yellow;
    }

    .link_hp {
        margin: 80px 0 30px 0;
    }

    .link_hp img {
        width: 120px;
    }


    .copyright {
        border: 0px solid red;
        padding: 10px 0;
        font-size: 10px;

    }



}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 スマートフォン向け：560px未満
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@media screen and (max-width: 559px) {



    /* スマートフォンでは"sp"のclassがついた画像が表示 */
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }



    /* スマートフォンでは"sp-br"が改行される */
    .pc-br {
        display: none !important;
    }

    .sp-br {
        display: block !important;
    }



    /*START ハンバーガーメニュー -->*/




    header nav {
        position: fixed;
        width: 300px;
        top: 0;
        right: -300px;
        background-color: rgba(0, 0, 0, 0.8);
        height: 100%;
        padding-top: 60px;
        z-index: 100;
        border: 0px solid red;
    }

    .menu {
        border: 0px solid red;
        font-size: 0.85rem;

    }




    /*END ハンバーガーメニュー-->*/


    /*~~~~~~~~~~~~~~~~~~~~~~~~~
    ヘッダー
    ~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    /*
    .header-left img {
        margin-top: 15px;
        width: 45%;
        height: auto;
        border: 0px solid red;
    }*/


    .kv {
        width: 100%;
        height: 400px;
        background-image: url(../mv_sp.jpg);
        width: 100%;
        background-size: 100% auto;
        border: 0px solid gold;
        margin: 0px auto;
        background-position: left top;
        background-repeat: no-repeat;
    }



    article {
        width: 100%;
        border: 0px solid green;
    }

    /*
    .banner-top-wrapper {
        width: 95%;
        display: block;
        margin: 0 auto 5px auto;
        border: 1px solid green;

    }*/

    .banner-item img {
        width: 98%;
        border: 0px solid red;
        margin: 0 auto 10px auto;
    }


    /*~~~~~~~~~~~~~~~~~~~~~~~~~
    article introduction story
    ~~~~~~~~~~~~~~~~~~~~~~~~~~*/



    .conceptL {
        font-size: 50px;
        padding: 0px;
        margin: 0 auto 10px auto;
        text-align: center;
        border: 0px solid green;
        font-feature-settings: "palt";

    }

    .conceptS {
        font-size: 18px;
        padding: 0px;
        margin: 0 auto 25px auto;
        text-align: center;
        border: 0px solid green;

    }

    .midashi {
        font-size: 1rem;
        letter-spacing: 0.1em;
        border: 0px solid green;

    }


    .intro-text {
        width: 90%;
        border: 0px solid red;
        line-height: 1.2rem;
        text-align: left;
    }


    .intro-textL {
        font-size: 12px !important;
    }






    /*~~~~~~~~~~~~~~~~~~~~~~~~~
    メイン
    ~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    /*
    .special-block-text .title .title-text1 {
        font-size: 22px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 900;
    }*/



    .special-block-contents {
        display: block;
        justify-content: center;
        gap: 20px;
        outline: 0px solid red;
    }



    .special-block-contents .item {
        margin-bottom: 20px;
        outline: 0px solid red;
    }

    .Cate {
        width: 95%;
        margin: 5px auto 5px auto;
        outline: 0px solid red;

    }

    .special-block2 .title {
        margin: 10px auto 20px auto;
        border-bottom: 2px solid #000;
        padding-bottom: 10px;
        outline: 0px solid red;
        text-align: center;
        line-height: 22px;
        font-size: 15px;

    }




    .special-block1 {
        display: block;
        margin: 15px 0 10px 0;
        outline: 0px solid blue;

    }


    .special-block-text .title {
        text-align: center;
    }

    .special-block-image {
        width: 100%;

    }

    .special-block-text {
        width: 100%;
        padding: 15px;
        margin-bottom: 20px;
    }




    .special-block-text .description {
        font-size: 14.5px;
        line-height: 19px;
        font-family: "Noto Sans JP", sans-serif;

    }



    .banner-tasgentei {
        width: 90%;
        border: 0px solid red;

    }


    .banner-tasgentei img {
        width: 230px;
        border: 0px solid red;

    }


    .yajirushi {
        font-size: 1.2em;
        border: 0px solid red;
        padding-top: 5px;
    }

    /*丸ボタン　END*/


    /* 親要素(アイテム) */
    .flex-container {
        width: 100%;
        border: 0px solid red;
    }

    /* 子要素(アイテム) */



    .flex-item {
        background-color: #fff;
        color: #000;
        width: 155px;
        height: 280px;
        border: 0px solid red;
        text-align: center;
        margin: 5px 10px 5px 0px;
        position: relative;
        padding: 0px 5px 0px 5px;
    }


    .goods_img img {
        border: 0px solid red;
        width: 90%;
        margin-bottom: 8px;
    }



    .goods_name {
        font-size: 0.7em;
        line-height: 1.1em;
        width: 100%;
        margin: 0 auto 10px auto;
        /*font-weight: bold;*/
        border: 0px solid red;
    }


    .goods_price {
        font-size: 0.8rem;
        width: 100%;
        /*height:93px;*/
        margin: 5px auto 8px auto;
        font-weight: bold;
        text-align: left;
    }

    .btn {
        /*background-color: #F18B3C;*/
        background-color: #000;
        border-radius: 0px;
        padding: 8px;
        width: 60%;
        margin: 0px auto 0 auto;
        color: #fbff8d;
        /*color: #333333;*/
        border: 0px solid red;
        font-size: 0.8rem;
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);

    }




    .kazu_gentei {
        color: #fff;
        background-color: #0664F6;
        font-size: 0.4em;
        padding: 0px 3px;
        margin-top: 5px;
    }


    .tokuten_gentei {
        color: #fff;
        background-color: #FF5722;
        font-size: 0.4em;
        padding: 0px 3px;
        margin-left: 4px;
        margin-top: 5px;
    }




    .caution {
        font-size: 0.6em;
        ;
        width: 100%;
        /*text-align: left;
        margin: 0 auto 5px auto;
        border: 0px solid blue;*/
    }

    .btn {
        width: 80%;
        margin: 5px auto 0 auto;
        border: 0px solid green;
    }


    .ImgWrapper {
        width: 100%;
        outline: 0px solid green;
        margin: 0 auto 10px auto;
    }


    .ImgWrapper .image img {
        width: 100%;
        margin: 0 auto 0px auto;
        outline: 0px solid red;
    }





    /*~~~~~~~~~~~~~~~~~~~~~~~~~
    フッター
    ~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    footer {
        width: 90%;
        border: 0px solid yellow;
    }

    .credit1 {
        font-size: 0.6em;

    }


    .credit2 {
        font-size: 0.6em;

    }


    .link_hp img {
        width: 40%;
    }


    .copyright {
        border: 0px solid red;
        padding: 10px 0;
        font-size: 0.5em;
        line-height: 1.5em;

    }

    #page_top2 {
        position: fixed;
        bottom: 40px;
        right: 10px;
        opacity: 1;
    }

    /* ボタン画像のサイズ指定 */
    .c-up-to-btn_img {
        width: 60px;
    }

    .c-up-to-btn_img::after {
        content: 'TOP';
        font-size: 18px;
        font-weight: 600;
        color: yellow;
        outline: 1px solid red;
    }




}