body {
    font-family: YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
    -webkit-font-kerning: normal;
    font-kerning: normal;
    margin: 0px;
    overflow-x:hidden;
    color:#444433;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }
}

h1, h2, h3, p {
    margin: 0px;
}

a:link, a:visited {
    color: #34B1AD;
}

a:link.font-warm, a:visited.font-warm {
    color: #F08080;
}


.button-outline {
    display: inline-block;
    border-radius: 10px;
    /* background: #34B1AD; */
    background: white;
    border: 2px solid #34B1AD;
    text-align: center;
    position: relative;
}

.button-outline a {
    display: block;
    color: #34B1AD;
    text-decoration: none;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .button-outline {
        font-size: 25px;
        margin: 0 22px;
        margin: 20px auto;
        width: 340px;
    }

    .button-outline a {
        padding: 16px 0px;
    }
}

@media screen and (max-width: 767px) {
    .button-outline {
        font-size: 19px;
        margin: 5px auto;
        width: 220px;
        border-radius: 10px;
        border: 2px solid #34B1AD;
        font-weight: 700;
        line-height: 175%;
    }

    .button-outline a {
        padding: 8px 0px;
    }
}

.head-block {
    margin-bottom: 16px;
}

/*  PC */
@media screen and (min-width: 768px) {

    a.main-img-wrap {
        background: #ff787b;
        display: block;
    }

    .block-sp {
        display: none;
    }

    .head-block .announcement-block-outer {
        text-align: center;
    }

    .head-block .announcement-block-inner {
        background: #34B1AD;
        color: white;
        display: inline-block;
        font-weight: 700;
        margin: auto 0;
        padding: 10px 50px;
        transform: translateY(-20px);
    }

    .head-block .announcement-text1 {
        font-size: 37px;
        font-weight: 500;
    }

    .head-block .announcement-text2 {
        font-size: 44px;
    }
}

/* SP */
@media screen and (max-width: 767px) {

    .block-sp {
        display: block;
    }

    .head-block .announcement-block-outer {
        text-align: center;
    }

    .head-block .announcement-block-inner {
        background: #34B1AD;
        color: white;
        font-weight: 700;
        padding: 4px 0;
    }

    .head-block .announcement-text1 {
        font-size: 18px;
    }

    .head-block .announcement-text2 {
        font-size: 23px;
    }
}

.greeting-block .concept {
    color: #34B1AD;
    font-weight: 700;
    text-align: center;
    margin: 10px auto 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.greeting-block .concept::before, .greeting-block .concept::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.greeting-block .concept::before {
    top: 0;
    left: 12px;
    border-top: 3px solid #34B1AD;
    border-left: 3px solid #34B1AD;
}

.greeting-block .concept::after {
    bottom: 0;
    right: 12px;
    border-bottom: 3px solid #34B1AD;
    border-right: 3px solid #34B1AD;
}

@media screen and (min-width: 768px) {
    .greeting-block .greeting-message {
        font-weight: 700;
        line-height: 1.75;
        padding-top: 10px;
        text-align: center;
    }
}

.greeting-block .greeting-message a {
    text-decoration: none;
}

.greeting-block .buttons {
    display: flex;
}

@media screen and (min-width: 768px) {
    .greeting-block {
        margin: 0 auto;
        width: 768px;
    }

    .greeting-block .greeting-block-inner {
        padding-bottom: 50px;
    }

    .greeting-block .concept {
        font-size: 48px;
    }

    .greeting-block .concept br {
        display: none;
    }

    .greeting-block .greeting-message {
        font-size: 22px;
        width: 768px;
    }

    .greeting-block .buttons {
        flex-direction: row;
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .greeting-block {
        padding: 0 12px;
    }

    .greeting-block .greeting-block-inner {
        padding-bottom: 30px;
    }

    .greeting-block .concept {
        font-size: 26px;
        margin-top: 1.5em;
        width: 260px;
    }

    .greeting-block .greeting-message {
        font-size: 16px;
        font-weight: 600;
        line-height: 175%;
        padding-top: 10px;
        text-align: center;
    }

    .greeting-block .greeting-message br {
        display: none;
    }

    .greeting-block .buttons {
        flex-direction: column;
        padding-top: 20px;
    }
}

.goods-block {
    padding: 10px;
}

.goods-block .goods-block-inner {
    background: white;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    /** border: 2px solid #34B1AD;*/
}

.goods-block .block-title {
    color: #444433;
    font-weight: 700;
    text-align: center;
}

.goods-block .image-list-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.goods-block .image-block {
    padding: 10px;
}

.goods-block .store-block {
    border-radius: 0 0 20px 20px;
    font-weight: 700;
    padding: 30px;
    color: #443;
}

@media screen and (max-width: 767px) {
    .goods-block .store-block {
        font-weight: 600;
    }
}

.goods-block .store-block .goods-name {
    color: #34B1AD;
}

.goods-block .store-block .warning {
    color: #E92A2A;
    margin-top: 8px;
}

.goods-block .buy-button {
    border-radius: 46px;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.13);
    display: inline-block;
    margin: 30px auto 10px;
    background: #34B1AD;
    text-align: center;
}

.goods-block .buy-button a {
    display: block;
    color: #fff;
    padding: 16px 32px;
    text-decoration: none;
    font-weight: 700;
}

.goods-block .buy-button img {
    vertical-align: text-top;
}

.goods-block .limited-sale-text {
    color: #34B1AD;
}

@media screen and (min-width: 768px) {
    .goods-block .goods-block-inner {
        max-width: 1173px;
    }

    .goods-block .block-title {
        font-size: 30px;
        line-height: 45px;
        padding: 25px 0 10px 0;
    }

    .goods-block .image {
        margin: 0 auto;
        max-width: 350px;
        padding: 10px;
        width: 33%;
    }

    .goods-block .image img {
        width: 100%;
    }

    .goods-block .emphasis-image {
        margin: 0 auto;
        max-width: 760px;
        width: 66%;
    }

    .goods-block .store-block .goods-name {
        font-size: 54px;
    }

    .goods-block .store-block .price-text {
        display: inline-block;
        font-size: 54px;
    }

    .goods-block .store-block .tax-text {
        display: inline-block;
    }

    .goods-block .store-block .warning {
        font-size: 18px;
    }

    .goods-block .limited-sale-text {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .goods-block .block-title {
        font-size: 20px;
        line-height: normal;
        padding: 27px 0 30px 0;
        font-style: normal;
        font-weight: 600;
        color: #443;
    }

    .goods-block .image img {
        max-width: 326px;
        width: 100%;
    }

    .goods-block .store-block .goods-name {
        font-size: 32px;
    }

    .goods-block .store-block .price {
        padding: 0 0 15px 0;
    }

    .goods-block .store-block .price-text {
        font-size: 38px;
        margin-bottom: -10px;
    }

    .goods-block .store-block .warning {
        font-size: 14px;
    }

    .goods-block .limited-sale-text {
        font-size: 18px;
    }
}

@media screen and (min-width: 900px) {
    .goods-block .buy-button a {
        font-size: 38px;
    }

    .goods-block .buy-button img {
        height: 40px;
    }
}

@media screen and (min-width: 767px) and (max-width: 900px) {
    .goods-block .buy-button a {
        font-size: 32px;
    }

    .goods-block .buy-button img {
        height: 35px;
    }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
    .goods-block .buy-button a {
        font-size: 26px;
    }

    .goods-block .buy-button img {
        height: 30px;
    }
}

@media screen and (max-width: 500px) {
    .goods-block .buy-button a {
        font-size: 26px;
    }

    .goods-block .buy-button img {
        height: 30px;
    }
}

.calendar-set-block {
    background: #DBEFE8;
}

.calendar-set-block .title {
    color: #34B1AD;
    font-weight: 700;
    text-align: center;
}

.calendar-set-block .store-block {
    background: #FBFDF2;
}

@media screen and (min-width: 768px) {
    .calendar-set-block {
        padding-bottom: 70px;
    }

    .calendar-set-block .title {
        font-size: 40px;
        line-height: 60px;
        padding: 37px;
    }
}

@media screen and (max-width: 767px) {
    .calendar-set-block {
        padding-bottom: 28px;
    }

    .calendar-set-block .title {
        font-size: 22px;
        padding: 26px;
        text-align: center;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

.luckybag-block {
    background: #F4D42B;
}

.luckybag-block .store-block {
    background: #FFFBEB;
}

@media screen and (min-width: 768px) {
    .luckybag-block {
        padding-bottom: 70px;
        padding-top: 70px;
    }
}

@media screen and (max-width: 767px) {
    .luckybag-block {
        padding-bottom: 28px;
        padding-top: 28px;
    }
}

.calendar-single-block {
    background: #DBEFE8;
}

.calendar-single-block .block-title {
    padding-top: 50px;
}

.calendar-single-block .show-sp-only .block-title {
    padding-top: 57px;
}

.calendar-single-block .blocks {
    display: flex;
}

.calendar-single-block .image {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .calendar-single-block {
        padding-bottom: 100px;
        padding-top: 70px;
    }

    .calendar-single-block .blocks {
        flex-direction: row;
    }
    
    .calendar-single-block .blocks .block {
        padding: 10px;
        width: 50%;
    }

    .calendar-single-block .store-block {
        padding: 30px 0;
    }

    .calendar-single-block .store-block .goods-name {
        font-size: 34px;
    }

    .calendar-single-block .store-block .price-text {
        font-size: 22px;
    }

    .calendar-single-block .store-block .spec-list {
        font-size: 18px;
        font-weight: 500;
        list-style-position: inside;
        margin: 0;
    }

    .calendar-single-block .limited-sale-text {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .calendar-single-block {
        padding-bottom: 60px;
        padding-top: 28px;
    }

    .calendar-single-block .blocks {
        flex-direction: column;
    }
    
    .calendar-single-block .blocks .block {
        padding: 10px;
    }

    .calendar-single-block .blocks .separator {
        padding: 0 15px 15px;
    }

    .calendar-single-block .goods-block-inner .blocks .separator hr {
        background: #CCC;
    }

    .calendar-single-block .store-block .goods-name {
        font-size: 24px;
    }

    .calendar-single-block .store-block .price-text {
        font-size: 18px;
    }

    .calendar-single-block .store-block .spec-list {
        font-size: 18px;
        font-weight: 500;
        list-style-position: inside;
        margin: 0;
    }

    .calendar-single-block .limited-sale-text {
        font-size: 18px;
    }
}

.author-message-block {
    margin: 0 auto;
}

.author-message-block .block-title {
    color: #34B1AD;
    font-weight: 700;
    text-align: center;
}

.author-message-block .block-subtitle {
    color: #999;
    font-weight: 700;
    text-align: center;
}

.author-message-block .main-text {
    color: #443;
    font-weight: 500;
}

.author-message-block .signature {
    font-weight: 700;
    text-align: right;
}

@media screen and (min-width: 768px) {
    .author-message-block {
        padding-top: 90px;
        max-width: 834px;
    }

    .author-message-block .author-message-block-inner {
        border: 5px solid #F08080;
        border-radius: 15px;
        padding: 40px 71px;
    }

    .author-message-block .block-title {
        font-size: 32px;
        padding: 14px 0 43px 0;
    }

    .author-message-block .block-subtitle {
        font-size: 18px;
    }

    .author-message-block .main-text {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .author-message-block {
        padding: 44px 12px 0 12px;
    }

    .author-message-block .author-message-block-inner {
        border-bottom: 5px solid #F08080;
        border-top: 5px solid #F08080;
        padding: 32px 0;
    }

    .author-message-block .block-title {
        font-size: 20px;
        padding: 6px 0 35px 0;
        color: #F08080;
        text-align: center;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .author-message-block .block-subtitle {
        color: #999;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 175%; /* 24.5px */
    }

    .author-message-block .main-text {
        font-size: 16px;
        font-weight: 400;
    }
}

.about-block {
    margin: 0 auto;
}

.about-block .block-title {
    font-weight: 600;
    text-align: center;
}

.about-block .main-text {
    color: #444433;
    font-weight: 500;
}

.about-block .main-text .emphasis {
    font-weight: 700;
}

.about-block .button {
	background: #F08080;
    border-radius: 8px;
    font-weight: 700;
    position: relative;
	text-align: center;
}

.about-block .button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border: 6px solid transparent;
    margin-top: -5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #fff;

}

/** triangle */
.about-block .button::before {
}

.about-block .button a {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .about-block {
        max-width: 834px;
        padding-top: 65px;
    }

    .about-block .about-block-inner {
        padding: 0 42px;
    }

    .about-block .block-title {
        color: #443;
        font-size: 32px;
        padding-bottom: 28px;
    }

    .about-block .main-text {
        font-size: 18px;
    }

    .about-block .button-list {
        padding-top: 11px;
    }

    .about-block .button-list .button {
        font-size: 26px;
        height: 82px;
        margin-top: 35px;
    }

    .about-block .sns-block {
        padding: 97px 110px 90px 110px;
    }
}

@media screen and (max-width: 767px) {
    .about-block {
        padding-top: 33px;
    }

    .about-block .about-block-inner {
        padding: 0 12px;
    }

    .about-block .block-title {
        color: #443;
        font-size: 24px;
        padding-bottom: 32px;
    }

    .about-block .main-text {
        font-size: 16px;
    }

    .about-block .button-list {
        padding-top: 0px;
    }

    .about-block .button-list .button {
        font-size: 17px;
        height: 67px;
        line-height: 135%;
        margin-top: 23px;
    }
}

.sns-block {
    margin: 0 auto;
}

.sns-block .block-title {
    color: #443;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sns-block .share-button-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.sns-block .share-button-list .button {
    align-items: center;
    display: flex;
    justify-content: center;
    width: calc(33.33333% - 32px);
    margin: 16px;
    padding: 18px 20px;
    border: 1px solid #F08080;
    box-sizing: border-box;
    text-align: center;
}

.sns-block .share-button-list .sns-image {
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .sns-block {
        max-width: 1122px;
        padding: 97px 12px 0 12px;
    }

    .sns-block .sns-block-inner {
        padding-bottom: 90px;
        border-bottom: 1px solid #F08080;
    }

    .sns-block .share-button-list {
        padding-top: 27px;
        width: 571px;
    }

    .sns-block .share-button-list .sns-image {
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .sns-block {
        padding: 65px 12px 0 12px;
    }

    .sns-block .sns-block-inner {
        border-top: 1px solid #F08080;
        padding-top: 44px;
    }

    .sns-block .share-button-list {
        padding-top: 27px;
    }

    .sns-block .share-button-list .sns-image {
        height: 30px;
    }
}

.precaution-block {
    margin: 0 auto;
}

.precaution-block .precaution-block-inner {
    padding: 0 12px;
}

.precaution-block .block-title {
    color: #34B1AD;
    font-weight: 700;
}

.block-title-warm {
    color: #F08080;
}

.precaution-block .main-text {
    color: #444433;
}

/* SPの場合 */
@media screen and (max-width: 767px) {
    .precaution-block .block-title {
        font-family: YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", sans-serif;
    }

    .precaution-block .main-text {
        font-family: YuGothic, "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Hiragino Sans", sans-serif;
    }
}

.precaution-block .faq {
    padding-bottom: 25px;
}

.precaution-block .question {
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .precaution-block {
        max-width: 858px;
    }

    .precaution-block .block-title {
        font-size: 32px;
        padding: 97px 0 33px 0;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .precaution-block .block-title {
        font-size: 22px;
        padding: 107px 0 27px 0;
    }
}

.main-img {
    width: 100%;
    display: block;
}

@media screen and (min-width: 1678px) {
    .main-img-pc {
        width: 1677px;
        margin: auto;
    }
}

.main-message {
    width: 744px;
    margin: auto;
    display: block;
    position: relative;
    top: -35px;
}

.footer {
    margin: 10px 0 0;
    padding:18px 18px 40px;
    color: #ccc;
    text-align: right;
    font-size: 12px;
    border-top: 1px solid #ccc;
}

.logo-img {
    width: 30px;
    vertical-align: middle;
}
.img-border {
    border: 1px solid #e0e0e0;    
}

hr {
    background: #ccc;
}

.font-black {
    color: black !important;
}

.font-warm {
    color: #F08080 !important;
}


@media screen and (min-width: 768px) {
    .show-sp-only {
        display: none !important;
    }
    .concept{
        font-family: "Hiragino Mincho Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Sans", sans-serif;
    }
    .greeting-block .concept {
        margin: 20px auto;
    }
}

@media screen and (max-width: 767px) {
    .show-pc-only {
        display: none !important;
    }
    .goods-block .buy-button {
        width: 100%;
    }
    body {
        font-family: "Hiragino Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    }
}

.kanbai-head {
    border: 5px solid #0076b8;
    box-sizing: border-box;
    transform: rotate(-1.71deg);
    max-width: 500px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 15px 5px;
    text-align: center;
    background-color: #fff;
    color: #0076b8;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
  }
  .kanbai-head span {
    color: #999;
    font-size: 14px;
    font-weight: 400;
  }
  .kanbai-box {
    border: 4px solid red;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 6px;
    padding: 15px 5px;
    text-align: center;
    background-color: #fff;
    color: red;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
  }
  .kanbai-thanks-box {
    color: red;
    font-size: large;
    font-weight: 600;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 30px;
  }