@charset "utf-8";
/* FunSoundsセール用CSS JPe */
/* FunSoundsセール用CSS JPe */

/* 共通設定 */
table{
    width: 0;
    height: 0;
}
#topic{
    font-size: 1.3em !important; 
    width: 760px;
    margin: 0 10px;
}
#topic{
a{
    color: black;
    text-decoration: none;
    transition: all .2s;
}
ul,
p{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
    font-size: 1.2em;
}
section{
    margin: 0px auto 1.5em;
}
p a:hover,
.caution a:hover {
    background-color: #cce7f0;
}

.frame{
    font-size: 1.3em;
    border:1px solid #cfcfcf;
    text-align: center;
    padding:.3em 0 .2em;
    margin:0 auto .5em;
    background-color: white;
}

h4 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    font-size: 30px; 
    margin: .7em auto;
    padding-bottom: 0.5em;
}
h4 span {
    color: red; 
    font-weight: bold;
    font-size: 1.1em;
}
.rainbow{
    text-align: center;
    font-size: 1.45em;
    background: linear-gradient(to right, #e4007f, #1d2088, #ba972c, #E85400, #0096e0);
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    padding: .5em 0 .2em;
    border-bottom: 2px #F38235 solid;
    margin-bottom: 1.5em;
}
h5{
    text-align: center; 
    display: block; 
    padding: 15px 0 10px;
    font-size: 1.5em; 
    font-weight: bold; 
    color: #FFF; 
    line-height: 1.3em; 
    margin: 1em auto; 
    background-color: #F74F29;
}
/* 共通設定ここまで */

/* ページTOPに戻るボタン */
.pagetop {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 10000;
}
.pagetop{
a {
    display: block;
    background-color: #333;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 14px 18px 12px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    border-radius: 40px;
    z-index: 5000;
}
.pagetop a:hover {
    background-color: #ccc;
    color: #333;
    opacity: 1;
}
}
/* ページTOPに戻るボタンここまで */

/* メニュー関連 */
#menu{
    position: sticky;
    z-index: 1000;
    top: 31.4px;
}
section {
.menu{
    padding:0;
    margin: 0 auto 1em;
    display: flex;
    justify-content: space-around;
    font-size: 1em;
}
.menu a{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: .6em 1.3em 1.5em;
    background-color: #F38235;
    border-bottom-left-radius: 10em;
    border-bottom-right-radius: 10em;
    color: white;
    border: 1px solid #F38235;
    border-top: none;
    box-sizing: border-box;
    box-shadow: 0px 7px 3px 0px #548bb63e;
}
.menu a:not(:first-child){
    margin-left: 2px;
}
.menu a:hover{
    background-color: white;
    color: #F38235;
}
}
/* メニュー関連ここまで */

/* キャッチコピー */

.header_img {
    margin:0 auto; 
    width: 100%; 
    box-sizing: border-box;
}
#catch{
    margin:1em auto;
    text-align: center;
}#catch {
b{
    color:red; 
    font-size: 1.1em;
}
p{
    text-align: center;
    margin-bottom:1.4em;
    font-size: 1.3em;
}
}
/* キャッチコピーここまで */

/* セール期間 */
#period{
    margin: 1em auto; 
}
#period{
div {
    text-align: center;
    font-size: 1.7em; 
}
span {
    color: #2eb03f;
    font-weight: bold;
}
.space_t {
    text-align: left;
}
p {
    color: #F38235;
    text-align: center;
    font-size: 1.3em;
    padding:0;
}
}
/* セール期間ここまで */

/* 商品紹介 */
#item{
    margin-bottom: 1em;
    width: 100%;
}
#item{
.item{
    margin: 1em .5em;
}
.item:not(:first-of-type){
    padding-top: 1em;
    border-top: 1px dotted #ccc;
}
.item .cc{
    font-size: 1.1em;
    width: fit-content;
    text-align: center;
    padding: .3em 1em .3em 0;
    margin: .5em auto 0;
    border-bottom: 1px solid #777;
}
h6{
    font-weight: bold; 
    font-size:2.8em; 
    margin:3px auto;
    width: 100%;
}
h6 span{
    font-size: .5em;
}
.detail:not(:first-of-type){
    border-top: 1px dotted #ccc;
}
.detail{
    font-size: 13px; 
    display:flex;
    padding: 1.6em 0 0;
    align-items: center;
}
.ctg{
    width: 100%;
    font-size:14px; 
    font-weight:bold; 
    margin-bottom:3px; 
    color:#999; 
    box-sizing: border-box;
    padding: 0.3em 0 0.2em; 
    border:#999 2px solid; 
    text-align:center;
    background-color: white;
}
p{
    margin: .2em auto;
    line-height: 1.3em;
}
p span{
    color: #F38235; 
    font-size:1.8em; 
    line-height:1.2em;
}
div .subtitle {
    margin:0;
    font-size: 1.1em;
    color: white;
    width: 100%;
    padding: 3px 0 2px;
    text-align: center;
}
.box{
.price{
    text-align: center;
    font-size: 1.05em;
    margin: 0 auto;
    padding: 0;
    /* border-top: 1px dotted #ccc; */
}
.price{
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-align: center;
    font-size: 1.05em;
}
.normal{
    font-size: 1.1em;
    text-align: center;
    margin: .3em auto 0;
}
.price{
div{
    text-align: center;
    margin: 0 1em;
}
.txt{
    font-size: 1.5em;
    line-height: 1.2em;
    margin-right: 0;
    color: red;
    font-weight: bold;
}
.special{
    color: red;
    font-size: 4em;
    line-height: 1em;
}
}
}
img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    overflow: hidden;
    object-fit: contain;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0.7em;
    transition: all .2s;
}
section:not(#head) img:hover {
    opacity: .7;
    background-color: none;
    overflow: hidden;
}
.detail:not(:first-of-type){
    border-top: 1px dotted #ccc;
}
.detail{
    font-size: 13px;
    display:flex;
    padding: 1.6em 0 0;
    align-items: center;
}
.thumnail{
    position: relative;
    width: 240px;
    height: auto;
    aspect-ratio: 1 / 1 ;
    object-fit: contain;
    object-fit: cover;
    overflow: hidden;
    background-color: white;
}
/* 偶奇で商品紹介ブロック内の画像・テキスト位置を交互に配置 */
.item:nth-of-type(odd) .thumnail{
    margin-right: 1em;
}
.item:nth-of-type(even) .thumnail{
    margin-left: 1em;
}
.item:nth-of-type(even) .detail{
    flex-direction: row-reverse;
}
/* 交互に配置ここまで */

/* 画像ドラッグ時の「詳細を見る」表示切り替わり */
.thumnail .mask {
    object-fit: cover;
    font-size:1.3em;
    align-items: center; 
    background: #0000004d; 
    color: #fff;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    opacity: 0; 
    position: absolute;
    top: 0;
    right: 0; 
    bottom: 0;
    left: 0;
    transition: .2s ease;
    overflow: hidden;
}
.thumnail:hover .mask {
    opacity: 1;
}
.thumnail:hover img{
    transform: scale(1.1);
}
.box{
    width: 70%;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
}

/* リンクボタン */
.button{
    display: block;
    font-size:1.3em;
    font-weight: bold;
    background:white;
    text-align:center;
    padding: 0.3em 0 0.1em;
    border: 3px solid #4b5765;
    box-sizing: border-box;
    transition: all .1s;
    width: min(100%,400px);
    margin: .5em auto;
    /* border-radius: 30px; */
    /* font-family: "Kosugi Maru", sans-serif; */
    font-weight: 400;
    font-style: normal;
}
.button:hover{
    color: white;
    background-color: #4b5765;
}
.button:active{
    box-shadow: 0 -0.1em 0 0 #3a3a3a;
    border-color: #3a3a3a;
    -webkit-transform: translateY(0.2em);
    transform: translateY(0.2em);
}
/* 商品紹介ここまで */

/* その他商品紹介 */
#other{
    margin: 0 auto;
    text-align: center;
}
#other{
h6{
    text-align: center;
    font-weight: bold; 
    font-size:1.1em; 
    margin:3px auto;
}
.item-box{
    display: flex; 
    margin: 0 auto;
}
.item-box:not(:first-of-type){
    border-top: 1px dotted #ccc;
}
.item-box{
.detail{
    width: 100%;
    max-height: max-content;
    font-size: 13.3px; 
    padding: 7px;
    margin: .7em;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
.detail:first-of-type h6{
    flex: 1 auto;
}
.detail{
a{
    background-color: white;
}
a{
    box-sizing: border-box;
}
}

p{
    text-align: center; 
    font-size:0.9em;
    margin: .5em auto;
    line-height: 1.4em;
}
p span{
    color: #F38235; 
    font-size:1.8em; 
    line-height:1.2em;
}
p:last-child{
    font-weight: bold; 
}
img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    overflow: hidden;
    object-fit: contain;
    box-sizing: border-box;
    padding: 0.7em;
    transition: all .2s;
}
img:hover {
    opacity: .7; 
    background-color: none; 
    overflow: hidden;
}
a:first-of-type{
    border: 1px solid #ccc;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1 ;
    object-fit: cover;
    overflow: hidden;
}
a:first-of-type .mask {
    font-size:1.3em;
    align-items: center; 
    background: #0000004d; 
    color: #fff;
    vertical-align: middle;
    display: flex;
    justify-content: center; 
    opacity: 0; 
    position: absolute;
    top: 0;
    right: 0; 
    bottom: 0;
    left: 0;
    transition: .2s ease;
    overflow: hidden;
}
a:first-of-type:hover .mask {
    opacity: 1;
}
a:first-of-type:hover img{
    transform: scale(1.1);
}
}
}
/* その他商品紹介ここまで */

/* YouTube */
#youtube{
iframe{
    transition: all .2s;
    /* display: block; */
    margin: 1em auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
iframe:hover{
    opacity: 0.8;
}
.movie{
    text-align: center;
    font-size:12px;
}
.movie{
h6{
    text-align: center;
    padding-top: 1em;
    font-weight:bold; 
    margin: 0 auto 1em;
    font-size: 1.3em;
}
div{
    font-size: 1.1em;
}
}

.slick-slide{
    height: fit-content;
}
.slick-dots{
    position:inherit;
    bottom: 0;
    margin-bottom: 1em;
}
}

/* YouTubeここまで */

/* ご注意事項 */
#caution ul{
    width: fit-content;
    margin: 1em auto;
    text-align: left;
}
/* ご注意事項ここまで */

/* TOPに戻るボタン */
.return {
    display: block;
    width: fit-content;
    text-align: center; 
    margin: 30px auto 50px; 
    font-size: 1em; 
    padding: 10px 20px 8px; 
    border: 2px solid #cecece; 
    border-radius: 30px; 
    transition: all .1s;
    background-color: white;
}
.return:hover {
    border-color: #999 !important; 
    background-color: #999; 
    color: white !important;
}
.return:active {
    box-shadow: 0 -0.1em 0 0 #5a5a5a;
    border-color: #5a5a5a;
    -webkit-transform: translateY(0.2em);
    transform: translateY(0.2em);
}
}
/* TOPに戻るボタンここまで */

/* 終了告知用 */
.announce{
    /* display: inherit;  */
    margin:0 auto 1em; 
    border: 4px solid #bd1818; 
    border-radius:20px; 
    padding:1em 0; 
}
.announce p{
    font-size:20px;
    color: #bd1818;
    text-align: center;
}
.announce p span{
    font-size:0.9em;
}
/* 終了告知用ここまで */