@charset "utf-8";
/* CSS Document */

/* にぎわいツール用 */

/* 時計+テキスト titleBack05時計白枠 titleBack06時計赤枠 */

.titleBack05 .titleArea,
.titleBack06 .titleArea{
    display: block !important;
    width: 100%;
    margin: 0 0 10px 0;
}

.titleBack05 .titleText,
.titleBack06 .titleText{
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px 0;
    height: 15.6vw;
    text-align: center;
    line-height: 15.6vw;
    font-size: 25px;
    z-index: 10000;
}

#sp.titleBack05 .titleText,
#sp.titleBack06 .titleText{
    padding-top: calc((15.6vw / 2) - 10px);
    height: auto;
    font-size: 15px;
}

.titleBack05 .titleImgWrapper,
.titleBack06 .titleImgWrapper{
    position: relative;
    height: 15.6vw;
    overflow: hidden;
    margin-bottom: 5px;
    background: #ececec;
}

.titleBack05 .updateDate,
.titleBack06 .updateDate{
    width: auto;
}

.titleBack05 .clockWrapper,
.titleBack06 .clockWrapper{
    display: block;
    top: -8px;
    right: -9px;
}

#sp.titleBack05 .clockWrapper,
#sp.titleBack06 .clockWrapper{
    top: -5px;
}

.titleBack05 .clock{
    width: 19vw;
    height: 19vw;
    border: solid 1vw silver;
    box-sizing: border-box;
}

.titleBack06 .clock{
    width: 19vw;
    height: 19vw;
    border: solid 1vw #C62300;
    box-sizing: border-box;
}

/* 時計オレンジ　時計+nigiwai_title_clock01.png */

.titleBack07 .titleArea {
    display: block !important;
    width: 100%;
    margin: 0 0 10px 0;
}

.titleBack07 .titleImgWrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.titleBack07 .titleImg {
    width: 100%;
}

.titleBack07 .updateDate {
    width: auto;
}

.titleBack07 .titleText {
    display: none;
}

.titleBack07 .clockWrapper {
    display: block;
    top: -12px;
    left: -9px;
}

#sp.titleBack07 .clockWrapper {
    top: -5px;
    left: -4px;
}

.titleBack07 .clock {
    width: 18.5vw;
    height: 18.5vw;
    border: solid 0.6vw silver;
    box-sizing: border-box;
}

/* 時計赤　時計+nigiwai_title_clock02.png */

.titleBack08 .titleArea {
    display: block !important;
    width: 100%;
    margin: 0 0 10px 0;
}

.titleBack08 .titleImgWrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.titleBack08 .titleImg {
    width: 100%;
}

.titleBack08 .updateDate {
    width: auto;
}

.titleBack08 .titleText {
    display: none;
}

.titleBack08 .clockWrapper {
    display: block;
    top: -8px;
    right: -9px;
}

#sp.titleBack08 .clockWrapper {
    top: -5px;
}

.titleBack08 .clock {
    width: 19vw;
    height: 19vw;
    border: solid 1.2vw #C62300;
    box-sizing: border-box;
}

/* 画像のみ 09以降 */
.titleBack09 .titleArea,
.titleBack10 .titleArea,
.titleBack11 .titleArea,
.titleBack12 .titleArea,
.titleBack13 .titleArea,
.titleBack14 .titleArea,
.titleBack15 .titleArea,
.titleBack16 .titleArea{
    display: block !important;
    width: 100%;
    margin: 0 0 10px 0;
}
.titleBack09 .titleImgWrapper,
.titleBack10 .titleImgWrapper,
.titleBack11 .titleImgWrapper,
.titleBack12 .titleImgWrapper,
.titleBack13 .titleImgWrapper,
.titleBack14 .titleImgWrapper,
.titleBack15 .titleImgWrapper,
.titleBack16 .titleImgWrapper{
    margin-bottom: 5px;
}

.titleBack09 .titleImg,
.titleBack10 .titleImg,
.titleBack11 .titleImg,
.titleBack12 .titleImg,
.titleBack13 .titleImg,
.titleBack14 .titleImg,
.titleBack15 .titleImg,
.titleBack16 .titleImg{
    display: block;
    width: 100%;
}

.titleBack09 .updateDate,
.titleBack10 .updateDate,
.titleBack11 .updateDate,
.titleBack12 .updateDate,
.titleBack13 .updateDate,
.titleBack14 .updateDate,
.titleBack15 .updateDate,
.titleBack16 .updateDate{
    width: auto;
}

.titleBack09 .titleText,
.titleBack10 .titleText,
.titleBack11 .titleText,
.titleBack12 .titleText,
.titleBack13 .titleText,
.titleBack14 .titleText,
.titleBack15 .titleText,
.titleBack16 .titleText{
    display: none;
}

/* ---- title ここまで ---- */

/* ---- tile ---- */

.tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    background: #ffeea6;
    z-index: 0;
}

/* 青画像用 */
.titleBack11 .tile,
.titleBack15 .tile{
    background: #B0E0E6;
}

/* 緑画像用 */
.titleBack12 .tile,
.titleBack16 .tile{
    background: #D4F9AE;
}

a {
    color: #2388da;
}

a:hover,
a:hover p{
    opacity: 0.7;
}


/* ---- 共通 ---- */

/* 左画像 */

.order .imgWrapper,
.new .imgWrapper,
.review .imgWrapper {
    width: 120px;
}

.order img,
.new img,
.review img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 10px;
    object-fit: cover;
}

/* SP 520px以下 */
@media screen and (max-width: 525px) {

    #sp .order .imgWrapper,
    #sp .new .imgWrapper,
    #sp .review .imgWrapper {
        width: 100px;
    }

    #sp .order img,
    #sp .new img,
    #sp .review img {
        width: 80px;
        height: 80px;
        padding-top: 20px;
    }
}

/* SP 370px以下 */
@media screen and (max-width: 370px) {

    #sp .order .imgWrapper,
    #sp .new .imgWrapper,
    #sp .review .imgWrapper {
        width: 80px;
    }

    #sp .order img,
    #sp .new img,
    #sp .review img {
        width: 60px;
        height: 60px;
        padding-top: 30px;
    }
}


/* 右アイコン */

.info .icon_info01,
.order .icon_order01,
.new .icon_new01,
.review .icon_review01 {
    position: relative;
    width: 60px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #676767;
    padding-right: 10px;
    z-index: 1000;
}

@media screen and (max-width: 525px) {

    #sp .info .icon_info01,
    #sp .order .icon_order01,
    #sp .new .icon_new01,
    #sp .review .icon_review01 {
        display: none;
    }
}

.nigiwai_icon02 .info .icon_info01:before,
.nigiwai_icon02 .order .icon_order01:before,
.nigiwai_icon02 .new .icon_new01:before,
.nigiwai_icon02 .review .icon_review01:before{
    position: absolute;
    top: 30px;
    right: 7px;
    content: '';
    background: #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    z-index: -1000;
}

/* テキストエリア */

.info .textArea,
.order .textArea,
.new .textArea,
.review .textArea {
    width: calc(100% - 220px);
    margin: 10px 20px 10px 0;
    overflow: hidden;
}

/* SP 520px以下 */
@media screen and (max-width: 525px) {

    #sp .info .textArea,
    #sp .order .textArea,
    #sp .new .textArea,
    #sp .review .textArea {
        width: calc(100% - 110px);
        margin-right: 10px;
    }
}

/* SP 370px以下 */
@media screen and (max-width: 370px) {

    #sp .info .textArea,
    #sp .order .textArea,
    #sp .new .textArea,
    #sp .review .textArea {
        width: calc(100% - 90px);
        margin-right: 10px;
    }
}



/* ---- 共通ここまで ---- */

/* ---- info ---- */

/* 左アイコン */

.icon_info02:before {
    display: block;
    color: #4b4b4b;
    width: 120px;
    text-align: center;
    padding-top: 20px;
}

.info_icon01 .icon_info02:before{
    content: "\e904";
    font-family: 'icomoon';
    font-size: 50px;
}

.info_icon02 .icon_info02:before{
    content: "\e900";
    font-family: 'icomoon';
    font-size: 50px;
}

.info_icon03 .icon_info02:before{
    content: "\e901";
    font-family: 'icomoon';
    font-size: 70px;
    padding-top: 5px;
}

.info_icon04 .icon_info02:before{
    content: "\e908";
    font-family: 'icomoon';
    font-size: 50px;
}

.info_icon05 .icon_info02:before{
    content: "\e924";
    font-family: 'icomoon';
    font-size: 70px;
    padding-top: 5px;
}

.info_icon06 .icon_info02:before{
    content: "\e925";
    font-family: 'icomoon';
    font-size: 70px;
    padding-top: 5px;
}

.info_icon07 .icon_info02:before{
    content: "\e909";
    font-family: 'icomoon';
    font-size: 50px;
}

.info_icon08 .icon_info02:before{
    content: "\e90a";
    font-family: 'icomoon';
    font-size: 40px;
    padding-top: 30px;
}

.info_icon09 .icon_info02:before{
    content: "\e923";
    font-family: 'icomoon';
    font-size: 50px;
}

.info_icon10 .icon_info02:before{
    content: "\e922";
    font-family: 'icomoon';
    font-size: 70px;
    padding-top: 5px;
}

.info_icon11 .icon_info02:before{
    content: "\e921";
    font-family: 'icomoon';
    font-size: 50px;
}

.info_icon12 .icon_info02:before{
    content: "\e91d";
    font-family: 'icomoon';
    font-size: 50px;
}

.info_icon13 .icon_info02:before{
    content: "\e91f";
    font-family: 'icomoon';
    font-size: 50px;
}

.info_icon14 .icon_info02:before{
    content: "\e920";
    font-family: 'icomoon';
    font-size: 40px;
    padding-top: 30px;
}

.info_icon15 .icon_info02{
    background: url('./info_image01.png') no-repeat;
    background-size: contain;
    margin: 10px;
    width: 100px;
    height: 100px;
    transform: rotateY(180deg);
}

/* SP 520px以下 */
@media screen and (max-width: 525px) {

    #sp .icon_info02:before {
        width: 100px;
    }
    
    #sp.info_icon08 .icon_info02:before,
    #sp.info_icon14 .icon_info02:before{
        font-size: 30px;
        padding-top: 40px;
    }
    
    #sp.info_icon01 .icon_info02:before,
    #sp.info_icon02 .icon_info02:before,
    #sp.info_icon04 .icon_info02:before,
    #sp.info_icon07 .icon_info02:before,
    #sp.info_icon09 .icon_info02:before,
    #sp.info_icon11 .icon_info02:before,
    #sp.info_icon12 .icon_info02:before,
    #sp.info_icon13 .icon_info02:before {
        font-size: 40px;
        padding-top: 30px;
    }
    
    #sp.info_icon03 .icon_info02:before,
    #sp.info_icon05 .icon_info02:before,
    #sp.info_icon06 .icon_info02:before,
    #sp.info_icon10 .icon_info02:before{
        font-size: 60px;
        padding-top: 10px;
    }
    
    #sp.info_icon15 .icon_info02{
        margin-top: 20px;
        width: 80px;
        height: 80px;
    }
}

/* SP 370px以下 */
@media screen and (max-width: 370px) {

    #sp .info .icon_info02:before {
        width: 80px;
    }

    #sp.info_icon15 .icon_info02{
        margin-top: 30px;
        width: 60px;
        height: 60px;
    }

}



/* 右アイコン */

.info .icon_info01 {
    height: 80px;
    margin: 0;
    padding-top: 45px;
}

.nigiwai_icon01 .info .icon_info01:after,
.nigiwai_icon02 .info .icon_info01:after{
    position: absolute;
    top: 52px;
    right: 28px;
    content: "\e905";
    font-family: 'icomoon';
    font-size: 26px;
    font-weight: normal;
    color: #676767;
    transform: rotateY(180deg);
}

.nigiwai_icon03 .info .icon_info01{
    background: url(./info4.png) no-repeat center 35px;
    width: 40px;
    height: 80px;
    background-size: contain;
    white-space: nowrap;
    overflow: hidden;
    text-indent: calc(100% + 10px);
}

/* テキストエリア */

.info .textWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.info .title {
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.info .date {
    font-size: 12px;
    line-height: 18px;
}

.info .main_text {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
}

@media screen and (max-width: 525px) {

    #sp .info .textWrapper {
        display: block;
        margin-bottom: 0;
    }

    #sp .info .title {
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 16px;
    }

    #sp .info .date {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 10px;
        text-align: right;
    }

    #sp .info .main_text {
        font-size: 12px;
        line-height: 19px;
    }

}

/* ---- info ここまで ---- */

/* ---- order ---- */

/* 右アイコン */

.order .icon_order01 {
    margin: 0;
    height: 80px;
    padding-top: 45px;
}

.nigiwai_icon01 .order .icon_order01:after,
.nigiwai_icon02 .order .icon_order01:after{
    position: absolute;
    top: 55px;
    right: 29px;
    content: "\e906";
    font-family: 'icomoon';
    color: #676767;
    font-size: 21px;
    font-weight: normal;
}

.nigiwai_icon03 .order .icon_order01{
    background: url(./order4.png) no-repeat center 35px;
    width: 40px;
    height: 80px;
    background-size: contain;
    white-space: nowrap;
    overflow: hidden;
    text-indent: calc(100% + 10px);
}

/* テキストエリア */

.order .textArea p:first-child {
    margin-bottom: 10px;
}

.order .order_name {
    font-weight: bold;
}

.order .order_price:before {
    content: '（';
}

.order .order_price:after {
    content: '）';
}

.order .date,
.order .orderNumber {
    font-size: 11px;
    word-break: break-all;
}

.order .textArea .date {
    margin-right: 10px;
}

@media screen and (max-width: 525px) {

    #sp .order .textArea p:first-child {
        margin-bottom: 5px;
        font-size: 11px;
    }

    #sp .order .order_name {
        margin-right: 0;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 18px;
    }

    #sp .order .textArea p:last-child {
        line-height: 13px;
    }

    #sp .order .date,
    #sp .order .orderNumber {
        font-size: 10px;
    }

    #sp .order .textArea .date {
        margin-right: 10px;
    }

}

/* ---- order ここまで ---- */

/* ---- new ---- */

/* 右アイコン */

.new .icon_new01 {
    height: 80px;
    margin: 0;
    padding-top: 40px;
}

.nigiwai_icon01 .new .icon_new01:after,
.nigiwai_icon02 .new .icon_new01:after{
    position: absolute;
    top: 33px;
    right: 19px;
    content: "\e903";
    font-family: 'icomoon';
    font-size: 40px;
    font-weight: normal;
    color: #676767;
}

.nigiwai_icon03 .new .icon_new01{
    background: url(./new4.png) no-repeat center 35px;
    width: 40px;
    height: 80px;
    background-size: contain;
    white-space: nowrap;
    overflow: hidden;
    text-indent: calc(100% + 10px);
}

/* テキストエリア */

.new .textWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.new .title {
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.new .date {
    font-size: 12px;
    line-height: 18px;
    text-align: right;
}

.new .main_text {
    font-size: 13px;
    line-height: 18px;
}

.new .name {
    font-weight: bold;
}

.new .price:before {
    content: '（';
}

.new .price:after {
    content: '）';
}

@media screen and (max-width: 525px) {

    #sp .new .textWrapper {
        display: block;
        margin-bottom: 0;
    }

    #sp .new .title {
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 16px;
    }

    #sp .new .date {
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 10px;
    }

    #sp .new .main_text {
        font-size: 12px;
        line-height: 19px;
    }

}

/* ---- new ここまで ---- */

/* ---- review ---- */

.review .icon_review01 {
    margin: 0;
    height: 80px;
    padding-top: 45px;
}

.nigiwai_icon01 .review .icon_review01:after,
.nigiwai_icon02 .review .icon_review01:after{
    position: absolute;
    top: 56px;
    right: 27px;
    content: "\e907";
    font-family: 'icomoon';
    color: #676767;
    font-size: 21px;
    font-weight: normal;
}

.nigiwai_icon03 .review .icon_review01{
    background: url(./review4.png) no-repeat center 35px;
    width: 40px;
    height: 80px;
    background-size: contain;
    white-space: nowrap;
    overflow: hidden;
    text-indent: calc(100% + 10px);
}

.review .textWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3px;
    margin-bottom: 11px;
    border-bottom: 2px solid #FF8E00;
}

.review .star {
    margin-right: 10px;
}

.review .star .full:before,
.review .star .half:before,
.review .star .off:before {
    font-family: 'icomoon';
    color: orange;
    font-size: 16px;
}


.review .star .full:before {
    content: "\e9d9";
}

.review .star .half:before {
    content: "\e9d8";
}

.review .star .off:before {
    content: "\e9d7";
}

.review .point{
    padding-top: 3px;
    margin-right: 15px;
}

#sp .review .point{
    padding-top: 5px;
}

.review .date{
    display: none;
    font-size: 12px;
    padding-top: 4px;
}

#sp .review .date{
    font-size: 10px;
    padding-top: 6px;
}

.review .main_text {
    font-size: 13px;
    line-height: 19px;
}

/* 吹き出し */

.fukidasi02 .review .textArea,
.fukidasi03 .review .textArea {
    overflow: visible;
}

.fukidasi02 .review .main_text,
.fukidasi03 .review .main_text {
    overflow: hidden;
    min-height: 35px;
    max-height: 50px;
    line-height: 17px;

}

.fukidasi02 .review .main_text_wrapper,
.fukidasi03 .review .main_text_wrapper {
    position: relative;
    margin-left: 5px;
    padding: 5px 7px 5px 10px;
    border-radius: 15px;
    background: #fff;
}

.fukidasi02 .review .main_text_wrapper:before {
    content: "";
    position: absolute;
    display: block;
    top: 15px;
    left: -13px;
    border-top: 5px solid transparent;
    border-right: 16px solid #fff;
    border-bottom: 5px solid transparent;
}

.fukidasi03 .review .main_text_wrapper:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -12px;
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    z-index: -2;
}

.fukidasi03 .review .main_text_wrapper:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -21px;
    display: block;
    background: #ffeea6;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    z-index: -1;
}


/* 青画像用 */
.titleBack11.fukidasi03 .main_text_wrapper:after,
.titleBack15.fukidasi03 .main_text_wrapper:after{
    background: #B0E0E6;
}

/* 緑画像用 */
.titleBack12.fukidasi03 .main_text_wrapper:after,
.titleBack16.fukidasi03 .main_text_wrapper:after{
    background: #D4F9AE;
}


/* -- レビューのみ用 -- */

.fukidasi04 .review .icon_review01,
.fukidasi05 .review .icon_review01{
    display: none;
}

.fukidasi04 .review .textArea,
.fukidasi05 .review .textArea {
    position: relative;
    width: calc(100% - 120px);
    height: 90px;
    margin-left: 15px;
    padding: 5px 7px 5px 10px;
    border-radius: 15px;
    background: #fff;
    overflow: visible;
}

.fukidasi04 .review .textWrapper,
.fukidasi05 .review .textWrapper {
    padding-bottom: 0;
    margin-bottom: 5px;
    border-bottom: none;
}

.fukidasi04 .review .star,
.fukidasi05 .review .star {
    position: relative;
}

.fukidasi04 .review .main_text_wrapper,
.fukidasi05 .review .main_text_wrapper {
    height: 48px;
    overflow: hidden;
}


.fukidasi04 .review .main_text,
.fukidasi05 .review .main_text {
    line-height: 16px;
}

.fukidasi04 .review .textArea:before {
    content: "";
    position: absolute;
    display: block;
    top: 16px;
    left: -19px;
    border-top: 7px solid transparent;
    border-right: 21px solid #fff;
    border-bottom: 7px solid transparent;
}

.fukidasi05 .review .textArea:before {
    content: "";
    position: absolute;
    top: 17px;
    left: -20px;
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: -2;
}

.fukidasi05 .review .textArea:after {
    content: "";
    position: absolute;
    top: 27px;
    left: -31px;
    display: block;
    background: #ffeea6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: -1;
}


/* 青画像用 */
.titleBack11.fukidasi05 .review .textArea:after,
.titleBack15.fukidasi05 .review .textArea:after{
    background: #B0E0E6;
}

/* 緑画像用 */
.titleBack12.fukidasi05 .review .textArea:after,
.titleBack16.fukidasi05 .review .textArea:after{
    background: #D4F9AE;
}




/* ---- review ここまで ---- */



/* ---- tile ここまで ---- */


/* ---- clock ---- */

.clockWrapper {
    position: absolute;
    top: 20px;
    right: 20px;
}

.clock {
    position: relative;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    border: solid 2px silver;
    background: #fff;
}

.clock::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.4vw);
    left: calc(50% - 0.4vw);
    border-radius: 50%;
    width: 1vw;
    height: 1vw;
    background-color: silver;
}

.dials {
    position: relative;
    width: 100%;
    height: 100%;
}

.dials > div {
    position: absolute;
    top: 0;
    left: calc(50% - 3.5px);
    width: 7px;
    height: 50%;
    transform-origin: bottom;
}

.dials > div::after {
    position: absolute;
    top: 0;
    left: 25%;
    content: "";
    width: 0.5vw;
    height: 1vw;
    background-color: silver;
}

.dials div:nth-child(1) {
    transform: rotate(30deg);
}

.dials div:nth-child(2) {
    transform: rotate(60deg);
}

.dials div:nth-child(3) {
    transform: rotate(90deg);
}

.dials div:nth-child(4) {
    transform: rotate(120deg);
}

.dials div:nth-child(5) {
    transform: rotate(150deg);
}

.dials div:nth-child(6) {
    transform: rotate(180deg);
}

.dials div:nth-child(7) {
    transform: rotate(210deg);
}

.dials div:nth-child(8) {
    transform: rotate(240deg);
}

.dials div:nth-child(9) {
    transform: rotate(270deg);
}

.dials div:nth-child(10) {
    transform: rotate(300deg);
}

.dials div:nth-child(11) {
    transform: rotate(330deg);
}

.dials div:nth-child(12) {
    transform: rotate(360deg);
}

/* 秒針 */
#second-hand {
    animation: rotation-s 60s linear infinite;
    /* 60秒かけて一周 */
    background-color: #999;
    border-radius: 2px;
    height: 0.4vw;
    /* 線幅 */
    position: absolute;
    right: calc(50% - 0.2vw);
    /* 位置調整 線幅の半分ずらす */
    top: calc(50% - 0.2vw);
    /* 位置調整 線幅の半分ずらす */
    transform-origin: calc(100% - 0.2vw) center;
    /* アニメーションの中心軸 線幅の半分ずらす */
    -webkit-transform-origin: 100% center;
    -moz-transform-origin: 100% center;
    -ms-transform-origin: 100% center;
    width: 48%;
    backface-visibility: hidden;
}

/* 分針 */
#minute-hand {
    animation: rotation-m 3600s linear infinite;
    /* 3600秒、1時間かけて一周 */
    background-color: #000;
    border-radius: 5px;
    height: 0.4vw;
    /* 線幅 */
    position: absolute;
    right: calc(50% - 0.2vw);
    /* 位置調整 線幅の半分ずらす */
    top: calc(50% - 0.2vw);
    /* 位置調整 線幅の半分ずらす */
    transform-origin: 100% center;
    /* アニメーションの中心軸 線幅の半分ずらす */
    -webkit-transform-origin: 100% center;
    -moz-transform-origin: 100% center;
    -ms-transform-origin: 100% center;
    width: 40%;
    backface-visibility: hidden;
}

/* 時針 */
#hour-hand {
    animation: rotation-h 86400s linear infinite;
    /* 86400秒、12時間かけて一周 */
    background-color: #cc3b3b;
    border-radius: 5px;
    height: 0.4vw;
    /* 線幅 */
    position: absolute;
    right: calc(50% - 0.2vw);
    /* 位置調整 線幅の半分ずらす */
    top: calc(50% - 0.2vw);
    /* 位置調整 線幅の半分ずらす */
    transform-origin: 100% center;
    /* アニメーションの中心軸 線幅の半分ずらす */
    -webkit-transform-origin: 100% center;
    -moz-transform-origin: 100% center;
    -ms-transform-origin: 100% center;
    width: 25%;
    backface-visibility: hidden;
}

/* 秒針の回転アニメーション */
@keyframes rotation-s {
    0% {
        transform: rotate(90deg)
    }

    /* 初期位置 0秒の位置 */
    100% {
        transform: rotate(450deg)
    }

    /* 初期位置 + 360deg で一周 */
}

/* 分針の回転アニメーション */
@keyframes rotation-m {
    0% {
        transform: rotate(90deg)
    }

    /* 初期位置 0分の位置 */
    100% {
        transform: rotate(450deg)
    }

    /* 初期位置 + 360deg で一周 */
}

/* 時針の回転アニメーション */
@keyframes rotation-h {
    0% {
        transform: rotate(150deg)
    }

    /* 初期位置 2時の位置 */
    100% {
        transform: rotate(510deg)
    }

    /* 初期位置 + 360deg で一周 */
}

/* ---- clock ここまで ---- */
