@charset "utf-8";

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/*************************


メインビジュアルcss


**************************/
article.mainvivisual {
    width: 100%;
}

article.mainvivisual section {
    width: 100%;
    height: 230px;
    border-top: 10px solid #FFF4E8;
    border-bottom: 10px solid #FFF4E8;
    box-sizing: content-box;
    background-image: url(../images/mainvivisual-bg-pc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    margin-bottom: 65px;
}

.index article.mainvivisual section {}

article.mainvivisual section div div.title-box {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -52%);
    z-index: 1;
}

article.mainvivisual section div div.title-box img {
    display: block;
    margin: 0 auto;
}

article.mainvivisual section div div.title-box h2 img {
    width: 234px;
    height: 75px;
}

article.mainvivisual section div div.title-box img.en {
    width: 192px;
    height: 13px;
}

article.mainvivisual section div div.title-box span {
    display: block;
    margin: 15px auto 20px;
    width: 24px;
    height: 2px;
    background-color: #E0C73C;
}

article.mainvivisual section div img.title-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

/*************************


お中元とはcss


**************************/
article.about section {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 80px;
}

article.about section h2 {
    font-size: 24px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: bold;
    letter-spacing: 3.6px;
    background-color: #FFF4E8;
    display: block;
    width: 100%;
    height: 90px;
    margin-bottom: 35px;
    padding: 33px 0px 33px 40px;
    position: relative;
}

article.about section h2::before {
    display: block;
    content: "";
    width: 5px;
    height: 90px;
    background-color: #D02424;
    position: absolute;
    top: 0;
    left: 0;
}

article.about section div.flex-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

article.about section div.flex-box div.image-area {
    max-width: 350px;
    width: 100%;
    height: auto;
}

article.about section div.flex-box div.image-area p.text-attention {
    text-align: left;
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 2px;
}

article.about section.hanging-paper div.flex-box div.image-area {
    max-width: 333px;
}

article.about section.hanging-paper div.flex-box div.text-area {
    max-width: 460px;
}

article.about section div.flex-box div.image-area img {
    display: block;
    width: 100%;
}

article.about section div.flex-box div.text-area {
    max-width: 430px;
    width: 100%;
}

article.about section div.flex-box div.text-area p {
    font-size: 14px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1px;
}

article.about section h3 {
    font-size: 24px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: bold;
    letter-spacing: 3.6px;
    width: 100%;
    height: 25px;
    margin-bottom: 25px;
    padding-left: 20px;
    position: relative;
}

article.about section h3::before {
    display: block;
    content: "";
    width: 5px;
    height: 25px;
    background-color: #D02424;
    position: absolute;
    top: 0;
    left: 0;
}

article.about section table {
    width: 100%;
    letter-spacing: 1px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: normal;
}

article.about section table tbody tr {
    height: 30px;
}

article.about section table.other-table tbody tr {}

article.about section table tbody tr td:first-child {
    width: 17%;
}

article.about section table.other-table tbody tr td {
    line-height: 30px;
}

/*************************


夏の送りものをさがす、Q＆A一覧はこちらボタンcss


**************************/
div.search-product {
    display: none;
}

div.search-product div {
    max-width: 800px;
    width: 100%;
    height: 105px;
    margin: 0 auto;
    text-align: center;
}

div.search-product div a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 22px;
    display: flex;
}

div.search-product div a img {
    display: block;
    max-width: 133px;
    width: 100%;
    height: 100%;
}

div.search-product div a p {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    border: 1px solid #011969;
    background-color: #011969;
    transition: 0.3s;
}

div.search-product div a p::after {
    display: block;
    content: "";
    width: 9.33px;
    height: 100%;
    background-image: url(../images/arrow-left-white.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 55px;
}

div.search-product div a:hover {
    color: #011969;
}

div.search-product div a:hover p {
    background-color: #fff;
}

div.search-product div a:hover p::after {
    background-image: url(../images/arrow-left-blue.svg);
}

div.qanda div {
    max-width: 460px;
    width: 100%;
    height: 70px;
    margin: 0 auto 20px auto;
    text-align: center;
    border: 1px solid #011969;
    background-color: #011969;
    transition: 0.3s;
}

div.qanda div a {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: normal;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    transition: 0.3s;
    text-decoration: none;
}

div.qanda div a::after {
    display: block;
    content: "";
    width: 9.33px;
    height: 100%;
    background-image: url(../images/arrow-left-white.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 50px;
}

div.qanda div:hover {
    border: 1px solid #011969;
    background-color: #fff;
}

div.qanda div:hover a {
    color: #011969;
}

div.qanda div:hover a::after {
    background-image: url(../images/arrow-left-blue.svg);
}

div.qanda.to-faqpage div {
    margin: 0 auto 80px;
}

div.qanda.fujisaki-gift div {
    background-color: #fff;
    border: 1px solid #E0C73C;
}

div.qanda.fujisaki-gift div a {
    color: #666 !important;
}

div.qanda.fujisaki-gift div a::after {
    background-image: url(../images/arrow-left-black.svg) !important;
    transform: rotate(180deg);
    right: inherit;
    left: 35px;
}

div.qanda.fujisaki-gift div:hover {
    background-color: #E0C73C !important;
}

div.qanda.fujisaki-gift div:hover a {
    color: #fff !important;
}

div.qanda.fujisaki-gift.none div:hover a::after {
    background-image:none !important;
}



div.qanda.fujisaki-gift.none div a{
    background-color: #E0C73C !important;
    border: 1px solid #E0C73C !important;
    color: #fff !important;
}


div.qanda.fujisaki-gift.none div:hover a{
    background-color: #fff !important;
    border: 1px solid #E0C73C !important;
    color: #666 !important;
}

div.qanda.fujisaki-gift.none div a::after {
    background-image: none !important;
}

section.select-question .qanda.fujisaki-gift div:hover a::after{
	background-image: url(../images/arrow-left-white.svg) !important;
}

/*************************


お中元についてもっと知りたいcss


**************************/
.selectMultiple {
    width: 440px;
    position: relative;
    margin: 0 auto;
}

.selectMultiple select {
    display: none;
}

.selectMultiple > div {
    position: relative;
    z-index: 2;
    padding: 8px 12px 2px 12px;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    min-height: 44px;
    box-shadow: 0 4px 16px 0 rgba(22, 42, 90, 0.12);
    transition: box-shadow 0.3s ease;
}

.selectMultiple > div:hover {
    box-shadow: 0 4px 24px -1px rgba(22, 42, 90, 0.16);
}

.selectMultiple > div .arrow {
    right: 1px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 28px;
    position: absolute;
}

.selectMultiple > div .arrow:before,
.selectMultiple > div .arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 8px;
    border-bottom: 8px solid #99A3BA;
    top: 43%;
    transition: all 0.3s ease;
}

.selectMultiple > div .arrow:before {
    right: 12px;
    transform: rotate(-130deg);
}

.selectMultiple > div .arrow:after {
    left: 9px;
    transform: rotate(130deg);
}

.selectMultiple > div span {
    color: #000;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    top: 8px;
    line-height: 28px;
    transition: all 0.3s ease;
}

.selectMultiple > div span.hide {
    opacity: 0;
    visibility: hidden;
    transform: translate(-4px, 0);
}

.selectMultiple > div a {
    position: relative;
    padding: 0 24px 6px 8px;
    line-height: 28px;
    color: #1E2330;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
}

.selectMultiple > div a em {
    font-style: normal;
    display: block;
    white-space: nowrap;
}

.selectMultiple > div a:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 6px;
    width: 100%;
    position: absolute;
    display: block;
    background: rgba(228, 236, 250, 0.7);
    z-index: -1;
    border-radius: 4px;
}

.selectMultiple > div a i {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 28px;
    display: block;
}

.selectMultiple > div a i:before,
.selectMultiple > div a i:after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #4D18FF;
    border-radius: 1px;
}

.selectMultiple > div a i:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.selectMultiple > div a i:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.selectMultiple > div a.notShown {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.selectMultiple > div a.notShown:before {
    width: 28px;
    transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}

.selectMultiple > div a.notShown i {
    opacity: 0;
    transition: all 0.3s ease 0.3s;
}

.selectMultiple > div a.notShown em {
    opacity: 0;
    transform: translate(-6px, 0);
    transition: all 0.4s ease 0.3s;
}

.selectMultiple > div a.notShown.shown {
    opacity: 1;
}

.selectMultiple > div a.notShown.shown:before {
    width: 100%;
}

.selectMultiple > div a.notShown.shown i {
    opacity: 1;
}

.selectMultiple > div a.notShown.shown em {
    opacity: 1;
    transform: translate(0, 0);
}

.selectMultiple > div a.remove:before {
    width: 28px;
    transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}

.selectMultiple > div a.remove i {
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.selectMultiple > div a.remove em {
    opacity: 0;
    transform: translate(-12px, 0);
    transition: all 0.4s ease 0s;
}

.selectMultiple > div a.remove.disappear {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
}

.selectMultiple > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px;
    transform: translate(0, 20px) scale(0.8);
    transform-origin: 0 0;
    filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
    transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
}

.selectMultiple > ul li {
    color: #1E2330;
    background: #fff;
    padding: 12px 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s;
}

.selectMultiple > ul li:first-child {
    border-radius: 8px 8px 0 0;
}

.selectMultiple > ul li:first-child:last-child {
    border-radius: 8px;
}

.selectMultiple > ul li:last-child {
    border-radius: 0 0 8px 8px;
}

.selectMultiple > ul li:last-child:first-child {
    border-radius: 8px;
}

.selectMultiple > ul li:hover {
    background: #4D18FF;
    color: #fff;
}

.selectMultiple > ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%, -50%);
    transform-origin: 50% 50%;
}

.selectMultiple > ul li.beforeRemove {
    border-radius: 0 0 8px 8px;
}

.selectMultiple > ul li.beforeRemove:first-child {
    border-radius: 8px;
}

.selectMultiple > ul li.afterRemove {
    border-radius: 8px 8px 0 0;
}

.selectMultiple > ul li.afterRemove:last-child {
    border-radius: 8px;
}

.selectMultiple > ul li.remove {
    transform: scale(0);
    opacity: 0;
}

.selectMultiple > ul li.remove:after {
    animation: ripple 0.4s ease-out;
}

.selectMultiple > ul li.notShown {
    display: none;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.4s ease;
}

.selectMultiple > ul li.notShown.show {
    transform: scale(1);
    opacity: 1;
}

.selectMultiple.open > div {
    box-shadow: 0 4px 20px -1px rgba(22, 42, 90, 0.12);
}

.selectMultiple.open > div .arrow:before {
    transform: rotate(-50deg);
}

.selectMultiple.open > div .arrow:after {
    transform: rotate(50deg);
}

.selectMultiple.open > ul {
    transform: translate(0, 12px) scale(1);
    opacity: 1;
    visibility: visible;
    filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16));
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }

    25% {
        transform: scale(30, 30);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(50, 50);
    }
}




span.msg,
span.choose {
    color: #555;
    padding: 5px 0 10px;
    display: inherit
}

.container {
    max-width: 440px;
    width: 100%;
    margin: 50px auto 70px;
    text-align: center
}

/*Styling Selectbox*/
.dropdown {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 13px rgba(33, 33, 33, 0.25);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 50px;
    text-align: left
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 18px 80px;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown .select img.select-arrow {
    display: block;
    content: "";
    width: 15.22px;
    height: 7.61px;
    background-image: url(../images/arrow-pulludown-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 13%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.arrow-up {
    transform: translateY(-50%) rotate(180deg) !important;
}

.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.dropdown .select span {
    font-size: 14px;
    letter-spacing: 2px;
    color: #000;
    font-weight: bold;
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}

.dropdown.active .select > i {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 10px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 355px;
    overflow-y: auto;
    z-index: 9
}

.dropdown .dropdown-menu li {
    line-height: 20px;
    padding: 18px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    height: auto;
    color: #000;
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

article section.select-question {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../images/fujisaki-chat-area-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

article section.select-question {
    width: 100%;
    margin: 0 auto 50px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

article section.select-question h2 {
    text-align: center;
}

article section.select-question span.title-line {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #ADAF6C;
    margin: 0 auto 45px;
}

div.chat-area {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 65px;
    text-align: left;
}

div.chat-area div.talk div.fukidashi {
    position: relative;
    display: inline-block;
    margin: 0 0 3em;
    min-width: 120px;
    max-width: 100%;
    width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFFCD6;
    border-radius: 10px;
    box-shadow: 0 0 13px rgba(33, 33, 33, 0.25);
}

div.chat-area div.fujisaki-side div.talk div.fukidashi {
    background: #FFEDED;
}

div.chat-area div.talk div.fukidashi::before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 7%;
    margin-right: 0px;
    border: 10px solid transparent;
    border-top: 35px solid #FFFCD6;
    transform: rotate(-45deg);
}

div.chat-area div.fujisaki-side div.talk div.fukidashi::before {
    border-top: 35px solid #FFEDED;
}

div.chat-area div.fujisaki-side div.talk div.fukidashi::before {
    right: 93%;
    transform: rotate(45deg);
}

div.chat-area div.talk div.fukidashi p {
    padding: 3.5% 5%;
    line-height: 30px;
    font-size: 13px;
    color: #000;
    font-weight: normal;
}

div.chat-area div.talk div.fukidashi p.question06-text {
    line-height: 20px;
}

div.chat-area div.user-side,
div.chat-area div.fujisaki-side {
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 170.88px;
}

div.chat-area div.user-side {
    justify-content: flex-end;
    min-height: 107.88px;
}

div.chat-area div.fujisaki-side {
    justify-content: flex-start;
}

div.chat-area div.user-side div.icon {
    order: 2;
    margin-left: 1.5%;
}

div.chat-area div.user-side div.talk {
    order: 1;
    width: 40%;
    text-align: center;
}

div.chat-area div.fujisaki-side div.icon {
    margin-right: 1.5%;
}

div.chat-area div.fujisaki-side div.talk {
    width: 70%;
}

div.chat-area div.fujisaki-side div.talk span {
    font-size: 13px;
    margin-bottom: 6px;
    margin-left: 10px;
    display: block;
}

div.chat-area.question01,
div.chat-area.question02,
div.chat-area.question03,
div.chat-area.question04,
div.chat-area.question05,
div.chat-area.question06 {
    display: none;
}

.question-active {
    display: block !important;
}

.search-product-btn-active {
    display: block !important;
}

.loaders {
    width: 40%;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.loaders .loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: flex-end;
    perspective: 500px;
    padding-bottom: 20px;
}

.loaders .loader .tooltip {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    -webkit-transform-origin: 0 10px;
    transform-origin: 0 10px;
    background-color: #fff;
    border-radius: 4px;
    color: #2f2f2f;
    display: block;
    font-size: 14px;
    line-height: 1;
    left: 50%;
    opacity: 0;
    padding: 4px 20px;
    position: absolute;
    text-align: left;
    top: 80%;
    pointer-events: none;
    white-space: nowrap;
}

.loaders .loader .tooltip:before {
    border: 6px solid;
    border-color: transparent;
    border-bottom-color: #fff;
    content: ' ';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -12px;
    width: 0;
}

.loaders .loader .tooltip:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
}

.loaders .loader .tooltip:hover {
    -webkit-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    opacity: 1;
    pointer-events: auto;
}

.loaders .loader:hover .tooltip {
    -webkit-transform: translate3d(-50%, -10%, 0);
    transform: translate3d(-50%, -10%, 0);
    opacity: 1;
    pointer-events: auto;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.ball-pulse > div:nth-child(1) {
    -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
    -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
    -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div {
    background-color: #636363;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.ball-pulse-sync > div:nth-child(1) {
    -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
    -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
    -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
    animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}



@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    article.mainvivisual section {
        height: 60vw;
        margin-bottom: 10vw;
    }

    article.mainvivisual section div div.title-box h2 img {
        width: 51vw;
    }

    article.mainvivisual section div img.title-bg {
        width: 88vw;
    }

    article.mainvivisual section div div.title-box img.en {
        width: 40vw;
    }

    article.mainvivisual section div div.title-box span {
        margin: 4vw auto 4vw;
        width: 6.8vw;
        height: 0.5vw;
    }

    article.about {
        padding: 0 5%;
    }

    article.about section {
        margin: 0 auto 10vw;
    }

    article.about section h2 {
        font-size: 5vw;
        padding: 5vw;
        height: 15vw;
        margin-bottom: 5vw;
    }

    article.about section h2::before {
        width: 1.3vw;
        height: 15vw;
    }

    article.about section div.flex-box {
        flex-wrap: wrap;
        margin-bottom: 10vw;
    }

    article.about section div.flex-box div.image-area {
        max-width: 100%;
        margin-bottom: 5vw;
    }

    article.about section div.flex-box div.image-area p.text-attention {
        margin-top: 3vw;
        font-size: 3.2vw;
        letter-spacing: 0.3vw;
    }

    article.about section div.flex-box div.text-area {
        max-width: 100%;
    }

    article.about section div.flex-box div.text-area p {
        font-size: 3.8vw;
        line-height: 8vw;
    }

    article.about section h3 {
        font-size: 5.2vw;
        line-height: 6vw;
        height: 6vw;
        margin-bottom: 6vw;
        padding-left: 5vw;
    }

    article.about section h3::before {
        width: 1.2vw;
        height: 6vw;
    }

    article.about section table {
        font-size: 3.8vw;
        line-height: 8vw;
    }

    article.about section table tbody tr {}

    article.about section.hanging-paper div.flex-box div.image-area {
        order: 1;
        max-width: 100%;
    }

    article.about section.hanging-paper div.flex-box div.text-area {
        order: 2;
        max-width: 100%;
    }

    article.about section table.other-table tbody tr {}

    article.about section table.other-table tbody tr td:first-child {
        width: 22%;
    }


    article section.select-question {
        padding-top: 2vw;
        padding-bottom: 4vw;
        margin: 0 auto 15vw;
    }

    article section.select-question h2 {
        font-size: 6vw;
        line-height: 8.2vw;
        letter-spacing: 4.3px;
        margin-bottom: 5vw;
    }

    article section.select-question span.title-line {
        width: 7vw;
        height: 0.6vw;
        margin: 0 auto 6vw;
    }

    div.chat-area {
        padding: 0 5%;
    }

    div.chat-area div.talk div.fukidashi p {
        font-size: 4vw;
        line-height: 8vw;
        box-shadow: 0 0 2vw rgba(33, 33, 33, 0.1);
    }

    div.chat-area div.talk div.fukidashi p.question06-text {
        line-height: 8vw;
    }

    div.chat-area div.user-side div.talk {
        width: 100%;
    }

    div.chat-area div.fujisaki-side div.talk {
        width: 100%;
    }

    .container {
        max-width: 90%;
        margin: 4vw auto 15vw;
    }

    .dropdown {
        font-size: 3vw;
        height: 13vw;
        box-shadow: 0 0 2vw rgba(33, 33, 33, 0.1);
    }

    .dropdown .select {
        padding: 5vw 8vw;
    }

    .dropdown .select span {
        font-size: 4.2vw;
    }

    .dropdown .dropdown-menu {
        max-height: 91vw;
    }

    .dropdown .dropdown-menu li {
        line-height: 5vw;
        padding: 4.5vw;
        font-size: 3.6vw;
    }

    .dropdown .select img.select-arrow {
        width: 3.6vw;
        height: 2.3vw;
        right: 3vw;
        top: 54%;
        transform: translateY(-54%);
    }

    .loaders .loader {
        max-width: 16vw;
        height: 23vw;
    }

    .ball-pulse > div {
        width: 2vw;
        height: 2vw;
    }

    div.search-product {
        padding: 0 5%;
    }

    div.search-product div {
        height: 20vw;
    }

    div.qanda div {
        max-width: 80vw;
        height: 15vw;
        margin: 0 auto 25vw;
    }

    div.qanda div a {
        padding: 5vw;
        font-size: 5vw;
    }

    div.qanda div a::after {
        width: 2.6vw;
        right: 5vw;
    }

    div.search-product div a img {
        max-width: 23.3vw;
    }

    div.search-product div a {
        font-size: 5.5vw;
        line-height: 7vw;
    }

    div.search-product div a p {
        padding: 3.5vw;
    }

    div.search-product div a p::after {
        width: 2.6vw;
        right: 4vw;
    }

    div.qanda.to-faqpage div {
        margin: 0 auto 15vw;
    }

    div.qanda.fujisaki-gift div a::after {
        left: 5vw;
    }
}




















/*************************


Q&A よくあるご質問ページ


**************************/
main.faq div.search-product {
    margin-bottom: 80px;
    display: block;
}

main.faq div.qanda div a {
    font-size: 16px;
}

main.faq div.qanda div {
    background-color: #ffffff;
}

main.faq div.qanda div a {
    color: #011969;
}

main.faq div.qanda div a::after {
    background-image: url(../images/arrow-left-blue.svg);
    transform: rotate(180deg);
    right: inherit;
    left: 35px;
}

main.faq div.qanda div:hover {
    background-color: #011969;
}

main.faq div.qanda div:hover a {
    color: #fff;
}

main.faq div.qanda div:hover a::after {
    background-image: url(../images/arrow-left-white.svg);
}

article.qanda section {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 125px;
}

article.qanda section h3 {
    font-size: 24px;
    letter-spacing: 3.6px;
    width: 100%;
    height: 25px;
    margin-bottom: 60px;
    padding-left: 20px;
    position: relative;
}

article.qanda section h3::before {
    display: block;
    content: "";
    width: 5px;
    height: 25px;
    background-color: #B7B773;
    position: absolute;
    top: 0;
    left: 0;
}

article.qanda section div.qanda-box {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
}

article.qanda section div.qanda-box h4 {
    position: relative;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2.4px;
}

article.qanda section div.qanda-box div.question,
article.qanda section div.qanda-box div.answer {
    display: flex;
}

article.qanda section div.qanda-box div.question {
    align-items: center;
    margin-bottom: 20px;
}

article.qanda section div.qanda-box div.icon {
    margin-right: 13px;
}

article.qanda section div.qanda-box div.answer p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
    article.qanda {
        padding: 0 4%;
    }

    article.qanda section {
        margin: 0 auto 25vw;
    }

    article.qanda section h3 {
        font-size: 6.5vw;
        padding-left: 4vw;
        margin-bottom: 10vw;
    }

    article.qanda section h3::before {
        width: 1.3vw;
        height: 7vw;
    }

    article.qanda section div.qanda-box h4 {
        font-size: 4vw;
        line-height: 5.5vw;
    }

    article.qanda section div.qanda-box div.question {
        width: 95%;
        margin: 0 auto 5vw;
    }

    article.qanda section div.qanda-box div.answer {
        width: 95%;
        margin: 0 auto;
    }

    article.qanda section div.qanda-box div.answer p {
        font-size: 3.6vw;
        line-height: 6vw;
    }

    article.qanda section div.qanda-box div.icon img {
        width: 7.4vw;
        height: 7.4vw;
    }

    article.qanda section div.qanda-box div.icon {
        margin-right: 4.2vw;
    }

    article.qanda section div.qanda-box {
        margin-top: 8vw;
        padding-bottom: 8vw;
    }

    main.faq div.qanda div {
        max-width: 90vw;
    }

    main.faq div.qanda div a {
        font-size: 3.6vw;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 5.6vw;
    }

    main.faq div.qanda div a::after {
        left: 5vw;
        width: 2vw;
    }

    main.faq div.search-product {
        margin-bottom: 16vw;
    }
}


/*おすすめの贈り物*/
h2.btn__present {
    position: relative;
    display: inline-block;
    padding: 0 80px;
    margin: 60px auto 30px auto;
    font-family: serif;
    font-weight: normal;
    font-size: 2vw;
    letter-spacing: 2px;
}

h2.btn__present:before,
h2.btn__present:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: black;
}

h2.btn__present:before {
    left: 0;
}

h2.btn__present:after {
    right: 0;
}

.read {
    font-family: serif;
    font-weight: 300;
    font-size: 2rem;
    text-align: center;
    line-height: 1.8;
    margin-top: 1rem;
    margin-bottom: 3.5rem;
    color: #777;
}

.other-table td {
    position: relative;
}

.other-table td:first-child::after {
    position: absolute;
    content: '：';
    right: 5px;
}

p.notice {
    color: #666;
    line-height: 2;
    text-align: left ;
}

/*index*/
.index .link__area {
    display: flex;
    flex-wrap: wrap;
}

.index .link__area > a {
    width: 48%;
    margin: 1.5rem 0;
    display: block;
    position: relative;
    line-height: 0;
    border-radius: 9px;
    overflow: hidden;
}

.index .link__area > a:nth-child(odd) {
    margin-right: 2%;
}

.index .link__area > a:nth-child(even) {
    margin-left: 2%;
}

.index .link__area > a > .image {
    width: 100%;
    height: auto;
    border-radius: 6px;
}


.index .link__area > a > p {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #777;
    width: 100%;
    /* background: rgba(255, 255, 255, 0.7); */
    border-radius: 0 0 6px 6px;
    /* letter-spacing: 5px; */
    padding-top: 18px;
    /* padding-bottom: 5px; */
    font-size: 3.4rem;
    vertical-align: middle;
    height: 55px;
    font-family: serif;
}



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



    .index .link__area {}

    .index .link__area > a {
        width: 100%;
    }

    .index .link__area > a:nth-child(odd) {
        margin-right: 0;
    }

    .index .link__area > a:nth-child(even) {
        margin-left: 0;
    }
}

.index .link__area > a {

    border: 2px solid #E0CA82;
}

/*のし*/
.noshi__area {
    overflow: hidden;
}

.noshi__area > div {}

.left__box {
    width: 50%;
    float: left;
}

.right__box {
    width: 47%;
    float: right;
}

.right__box img {
    width: 100%;
    border: 1px solid #ccc;
}

.notice__area {
    width: 100%;
    text-align: left;
}

.notice__area {
    max-width: 800px;
    width: 100%;
    margin: 20px auto 40px;
    text-align: left
}


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

    .left__box {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .right__box {
        width: 100%;
        float: none;
    }

    .notice__area {
        padding: 0 20px;
    }


    article.mainvivisual section div div.title-box h2 img {
        width: auto;
        height: auto;
    }

    article.mainvivisual section div div.title-box img.en {
        width: auto;
        height: auto;
    }
}

.about .title__area {
    padding-top: 20px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.p01 .title__area {
    background: -moz-linear-gradient(top, #FFAAAA 20%, #FFF);
    background: -webkit-linear-gradient(top, #FFAAAA 20%, #FFF);
    background: linear-gradient(to bottom, #FFAAAA 20%, #FFF);
}
.p02 .title__area {
    background: -moz-linear-gradient(top, #FFCCCC 20%, #FFF);
    background: -webkit-linear-gradient(top, #FFCCCC 20%, #FFF);
    background: linear-gradient(to bottom, #FFCCCC 20%, #FFF);
}
.p03 .title__area {
    background: -moz-linear-gradient(top, #FFCC88 20%, #FFF);
    background: -webkit-linear-gradient(top, #FFCC88 20%, #FFF);
    background: linear-gradient(to bottom, #FFCC88 20%, #FFF);
}
.p04 .title__area {
    background: -moz-linear-gradient(top, #FFDD88 20%, #FFF);
    background: -webkit-linear-gradient(top, #FFDD88 20%, #FFF);
    background: linear-gradient(to bottom, #FFDD88 20%, #FFF);
}
.p05 .title__area {
    background: -moz-linear-gradient(top, #AACCCC 20%, #FFF);
    background: -webkit-linear-gradient(top, #AACCCC 20%, #FFF);
    background: linear-gradient(to bottom, #AACCCC 20%, #FFF);
}
.p06 .title__area {
    background: -moz-linear-gradient(top, #CCBBFF 20%, #FFF);
    background: -webkit-linear-gradient(top, #CCBBFF 20%, #FFF);
    background: linear-gradient(to bottom, #CCBBFF 20%, #FFF);
}
.p07 .title__area {
    background: -moz-linear-gradient(top, #AABBFF 20%, #FFF);
    background: -webkit-linear-gradient(top, #AABBFF 20%, #FFF);
    background: linear-gradient(to bottom, #AABBFF 20%, #FFF);
}
.p08 .title__area {
    background: -moz-linear-gradient(top, #FFAA88 20%, #FFF);
    background: -webkit-linear-gradient(top, #FFAA88 20%, #FFF);
    background: linear-gradient(to bottom, #FFAA88 20%, #FFF);
}
.about .title__area .title__copy {
    font-family: serif;
    color: #777;
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 35px;
}

.about .title__area > img {
    margin: 30px auto 15px auto;
    display: block
}

.about .title__area > img.icon01 {
    width: 75px;
}

.about .title__area > img.icon02 {
    width: 75px;
}

.about .title__area > img.icon03 {
    width: 75px;
}

.about .title__area > img.icon04 {
    width: 30px;
}

.about .title__area > img.icon05 {
    width: 75px;
}

.about .title__area > img.icon06 {
    width: 75px;
}

.about .title__area > img.icon07 {
    width: 100px;
}

.about .title__area > img.icon08 {
    width: 100px;
}

.p01 article.about section h2::before,
.p01 article.about section h3::before {
    background-color: #FFAAAA;
}

.p02 article.about section h2::before,
.p02 article.about section h3::before {
    background-color: #FFCCCC;
}

.p03 article.about section h2::before,
.p03 article.about section h3::before {
    background-color: #FFCC88;
}

.p04 article.about section h2::before,
.p04 article.about section h3::before {
    background-color: #FFDD88;
}

.p05 article.about section h2::before,
.p05 article.about section h3::before {
    background-color: #AACCCC;
}

.p06 article.about section h2::before,
.p06 article.about section h3::before {
    background-color: #CCBBFF;
}

.p07 article.about section h2::before,
.p07 article.about section h3::before {
    background-color: #AABBFF;
}

.p08 article.about section h2::before,
.p08 article.about section h3::before {
    background-color: #FFAA88;
}

.link__area a {
    transition: 0.3s;
    opacity: 1.0
}

.link__area a:hover {
    opacity: 0.6
}

.copyArea {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 2px;
}

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

    article.mainvivisual section div div.title-box {

        width: 50%;
    }

    .copyArea {
        padding: 0 5%;
    }
}
