@charset "UTF-8";
/* CSS Document */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend,
textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;  
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
button, input, select, textarea {
  margin: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
select::-ms-expand {
    display: none;
}
input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  border: none;
  border-radius: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
img, video {
  height: auto;
  max-width: 100%;
}
img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
td:not([align]), th:not([align]) {
  text-align: left;
}
td:not([align]), th:not([align]) {
  text-align: left;
}
a {
  color: #000;
  text-decoration: none;
}
.flex {
  display: flex;
}
.w1100 {
  max-width: 1100px;
  width: 92%;
  margin: auto;
}
.p_w1100 {
  width: 100%;
  padding-right: calc((100% - 1100px) / 2);
  padding-left: calc((100% - 1100px) / 2);
}
.pc-none{
	display: none;
}
@media only screen and (max-width: 1140px) {
    .p_w1100 {
        padding: 0 20px;
    }
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  color: #333333;
  font-size: 1.5em;
  font-family: "游明朝体", YuMincho, "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-variant-east-asian: jis90;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0;
  background-color: #fff;
}
/*//common*/


/*pagetop*/
.pagetop {
  bottom: 85px;
  position: fixed;
  right: 20px;
  z-index: 998 !important;
}
.pagetop > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    color: #fff;
    font-size: 2rem;
    background-color: #6b216d;
    border: 2px solid #6b216d;
    transition: all .3s ease;
    box-sizing: border-box;
}
.pagetop > a:hover {
    color: #944260;
    background-color: #fff;
}
/*//pagetop*/


/*header*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 10px solid #6b216d;
    box-shadow: 0 0 10px #999;
}
.h_inner {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    width: 92%;
    margin: auto;
}
.logo {
    position: relative;
    align-self: flex-start;
    width: 140px;
    transition: all .5s ease;
}
.h_scroll .logo {
    width: 100px;
}
.logo a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px #333;
    transition: all .5s ease;
}
.h_scroll .logo a {
    top: -15px;
}
.logo a img {
    opacity: 1;
    display: block;
    width: 100%;
    transition: all .3s ease;
}
.logo a:hover img {
    opacity: .6;
}
#gnav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 30px 0 25px;
    margin-left: 55px;
    transition: all .3s ease;
}
#gnav ul {
    display: flex;
    justify-content: flex-start;
}
#gnav li {
    border-right: 1px solid #000;
}
#gnav li a {
    opacity: 1;
    display: block;
    padding: 5px 15px;
    font-weight: 600;
    transition: all .3s ease;
}
#gnav li a:hover {
    opacity: .6;
}
.h_tac {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: auto;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
}
.h_tac::before {
    content: '\f0da';
    position: relative;
    right: 0;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: all .3s ease;
}
.h_tac:hover::before {
    right: -3px;
}
.h_btn {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px 0 25px;
    margin-right: 0;
    margin-left: auto;
    transition: all .3s ease;
}
.h_btn a, .h_btn .sp_search_btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 15px;
    font-weight: 600;
    text-align: center;
}
.h_btn a i, .h_btn .sp_search_btn i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    transition: all .3s ease;
}
.h_btn a:hover i {
    color: #fff;
    background-color: #333;
}
.h_btn .cart_badge {
    position: absolute;
    top: -5px;
    right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    background-color: #6b216d;
    border-radius: 50%;
}
.h_scroll #gnav, .h_scroll .h_btn {
    padding: 10px 0;
}

div.fat-nav {
    background-color: rgba(255,255,255,.9);
}
div.fat-nav__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.fat-nav li {
    padding: 0;
    margin-bottom: 10px;
    font-size: 2.1rem;
    line-height: 1.5;
}
div.fat-nav li, div.fat-nav li a {
    color: #000;
}
.spnav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 35px;
}
.fat-nav ul.s_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    width: 95%;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    border-top: 1px dashed #000;
}
.fat-nav ul.s_nav li {
    margin-bottom: 0;
}
.fat-nav ul.s_nav a {
    padding: 15px;
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.sp_h_tac {
    margin: 20px 0 75px;
}
nav.spnav {
    position: relative;
    height: auto;
    background: transparent!important;
    transform: none;
}
div.fat-nav li {
    font-size: 1.9rem;
}
.fat-nav ul.s_nav a {
    font-size: 1.5rem;   
}
.tel_wrap .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    line-height: 1.1;
}
.tel_wrap .tel::before {
    content: '\f879';
    margin-right: 5px;
    font-size: 1.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.tel_wrap span {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: center;
}
.fat-nav .tel_wrap .tel {
    font-size: 3rem;
}
.fat-nav .tel_wrap span {
    margin-top: 3px;
}
.wrapper {
    margin-top: 130px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 40px!important;
    height: 4px!important;
    border-radius: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #909090!important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #333333!important;
}
.sp_b_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    width: 100%;
    z-index: 999;
}
.sp_b_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 55px;
    margin: 0;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    background-color: #6b216d;
}
.sp_b_btn a i {
    margin-right: 5px;
}
.sp_b_btn a.log {
    border-right: 1px dotted #fff;
}
.sp_b_btn a span.cart_badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    margin-left: 3px;
    color: #6b216d;
    font-size: 1.3rem;
    line-height: 1;
    background-color: #fff;
    border-radius: 50%;
}
@media only screen and (max-width: 1150px) {
    #gnav {
        margin-left: 30px;
    }
    .h_btn a, .h_btn .sp_search_btn {
        font-size: 1.3rem;
    }
    .h_btn a i, .h_btn .sp_search_btn i {
        margin-bottom: 3px;
    }
    .logo {
        width: 110px;
    }
    .h_scroll .logo {
        width: 95px;
    }
}
@media only screen and (max-width: 1090px) {
    #gnav li a {
        padding: 5px 10px;
        font-size: 1.4rem;
    }
    .h_btn a, .h_btn .sp_search_btn {
        font-size: 1.2rem;
    }
    .wrapper {
        margin-top: 128px;
    }
}
@media only screen and (max-width: 1024px) {
    #gnav {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
	
    .h_btn {
        padding: 15px 0 10px;
    }
    .h_scroll .h_btn {
        padding: 7px 0 5px;
    }
    /*.h_btn a:nth-last-of-type(-n+2) {
        display: none;
    }*/
    .h_btn a i, .h_btn .sp_search_btn i {
        margin-bottom: 1px;
    }
    .h_scroll .h_btn a i, .h_scroll .h_btn .sp_search_btn i {
        width: 35px;
        height: 35px;
    }
    .h_btn a {
        transition: all .3s ease;
    }
    .h_scroll .h_btn a, .h_scroll .h_btn .sp_search_btn {
        font-size: 1.1rem;
    }
    .logo {
        width: 90px;
    }
    .h_scroll .logo {
        width: 70px;
    }
    #header {
        border-top: 5px solid #6b216d;
    }
    .wrapper {
        margin-top: 91px;
    }
    .sp_b_btn {
        display: flex;
    }
}


/*footer*/
.cate_bnr.top_bnr{
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
}
.cate_bnr.top_bnr li{
	width: 49%;
}
@media only screen and (max-width: 1024px) {
	.cate_bnr.top_bnr{
		display: none;
	}
}

.head2_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
}
.head2_1::before {
    content: '';
    display: block;
    width: 15px;
    height: 45px;
    margin-bottom: 15px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_dia.svg) center center/contain no-repeat;
}
.head2_1wrap1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 35px 55px;
    background-color: #fff;
}
.head2_1wrap1 .head2_1 {
    flex-direction: row;
    margin-bottom: 0;
    letter-spacing: 2px;
    writing-mode: tb-rl;
}
.f_shop {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0 calc((100% - 1200px) / 2);
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/back_washi1.png) center center/cover no-repeat;
}
.f_shop .head2_1wrap1 {
    flex-shrink: 0;
}
.f_shop_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 50px 0 50px 65px;
}
.f_shop_inner img {
    display: block;
    width: 51%;
}
.f_shop_inner .cont {
    width: 45%;
}
.f_shop_inner .head3 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    line-height: 1.4;
}
.f_shop_inner .txt {
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 2;
}
.btn3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 115px;
    height: 115px;
    padding: 15px 5px;
    margin: auto;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 2px;
    background-color: #6b216d;
    border-radius: 50%;
    transition: all .3s ease;
}
.btn3::before {
    content: '';
    display: block;
    width: 24px;
    height: 18px;
    margin-bottom: 7px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_hana.svg) center center/contain no-repeat;
}
.btn3::after {
    content: '\f054';
    display: block;
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    letter-spacing: 0;
}
.btn3:hover {
    background-color: #4e1150;
}
#footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 45px 40px 15px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/back_washi2.svg) center center/cover no-repeat;
}
#footer::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 363px;
    width: 92%;
    height: 235px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/figure_fcorner1.svg) left bottom/contain no-repeat;
    pointer-events: none;
    z-index: 1;
}
#footer::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    max-width: 231px;
    width: 92%;
    height: 149px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/figure_fcorner2.svg) right top/contain no-repeat;
    pointer-events: none;
    z-index: 1;
}
@media screen and (max-width:650px){
  #footer::after{
    display: none;
  }
}

#footer > * {
    position: relative;
    z-index: 2;
}
.f_inner {
    width: 90%;
    margin: 0 auto 40px;
}
.f_inner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 48px;
    height: 207px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/f_logo_new.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}
@media screen and (max-width:800px){
  .f_inner:before{
    display: none;
  }
}


.f_logo {
    flex-shrink: 0;
    margin-right: 105px;
}
.f_logo a {
    display: block;
    width: 48px;
}
#fnav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 20px;
    background: transparent!important;
    transform: none;
    z-index: 0;
}
#fnav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 40px;
}
#fnav li {
    padding: 0;
}
.fnav_li {
    margin-right: 55px;
}
.fnav_li > li > a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.4;
}
.fnav_li > li > a::before {
    content: '\f0da';
    margin-right: 3px;
    color: #6b216d;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.fnav_li_in {
    margin-left: 10px;
}
.fnav_li_in dd {
    margin-left: 15px;
}
.fnav_li_in a, .fnav_li_in span {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
    font-size: 1.4rem;
    line-height: 1.4;
}
.fnav_li_in a::before, .fnav_li_in span::before {
    content: '-';
    display: block;
    margin-right: 3px;
}
.f_tac {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  width: 90%;
  max-width: 400px;
    padding: 5px 45px 35px;
    margin: 0 auto;
    background-color: #fff;
}
.f_tac .head2_1 {
    margin-bottom: 25px;
    font-size: 1.8rem;
}
.f_tac .head2_1::before {
    margin-bottom: 10px;
}
.f_tac > a, .sp_h_tac {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 30px;
    margin-top: 20px;
    color: #6b216d;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #6b216d;
    border-radius: 20px;
    transition: all .3s ease;
}
.f_tac > a:hover {
    color: #fff;
    background-color: #6b216d;
}
.f_inner .tel_wrap .m14{
  font-size: 1.4rem;
}
.fnav_s {
    position: relative;
    margin: auto;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 65px;
    background: transparent!important;
    border-bottom: 1px solid #909090;
    transform: none;
}
.fnav_s ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fnav_s li {
    padding: 0;
    line-height: 1;
    border-right: 1px solid #333;
}
.fnav_s li:last-of-type {
    border-right: none;
}
.fnav_s li a {
    padding: 0 15px;
    font-size: 1.3rem;
}
.copyright {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
@media only screen and (max-width: 1260px) {
    .f_shop {
        padding: 0 30px;
    }
    .fnav_li {
        margin-right: 35px;
    }
    .f_logo {
        margin-right: 90px;
    }
    #fnav {
        margin-right: 0;
    }
}
@media only screen and (max-width: 1080px) {
    .f_shop_inner {
        align-items: flex-start;
        padding: 40px 0 50px 50px;
    }
    .f_shop_inner .head3 {
        margin-bottom: 10px;
        font-size: 2rem;
    }
    .f_shop_inner .txt {
        margin-bottom: 15px;
        line-height: 1.7;
    }
    .btn3 {
        width: 100px;
        height: 100px;
        font-size: 1.5rem;
    }
    .head2_1wrap1 {
        padding: 0 25px 35px;
    }
    .head2_1wrap1 .head2_1 {
        font-size: 2.2rem;
    }
    .f_tac {
        padding: 5px 25px 35px;
    }
    .f_tac .head2_1 {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 1024px) {
    #footer {
        padding: 30px 30px 15px;
    }
    .f_inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .f_logo {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    .fnav_li {
        margin-right: 20px;
    }
    .tel_wrap .tel {
        font-size: 3.3rem;
    }
    .tel_wrap span {
        margin-top: 0;
    }
}
@media only screen and (max-width: 850px) {
    .f_shop {
        flex-direction: column;
    }
    .f_shop .head2_1wrap1 {
        margin: auto;
        padding-bottom: 25px;
        background-color: transparent;
    }
    .f_shop .head2_1wrap1 .head2_1 {
        flex-direction: column;
        writing-mode: inherit;
    }
    .f_shop_inner {
        padding: 0 0 40px;
    }
    .f_shop_inner img {
        width: 52%;
    }
    .f_inner {
        justify-content: space-between;
    }
    .fnav_li {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .f_shop .head2_1wrap1 {
        padding-bottom: 20px;
    }
    .f_shop_inner .head3 {
        margin-bottom: 5px;
        font-size: 1.8rem;
    }
    .f_shop_inner .txt {
        font-size: 1.4rem;
    }
    #footer {
        padding: 20px 20px 15px;
    }
    .f_logo {
        margin-bottom: 25px;
    }
    .f_inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .fnav_li > li > a {
        margin-bottom: 10px;
        font-size: 1.5rem;
    }
    .fnav_li_in a, .fnav_li_in span {
        margin-bottom: 10px;
        font-size: 1.5rem;
    }
    #fnav {
        margin-bottom: 20px;
    }
    .f_tac {
        padding: 0 20px 20px;
    }
    .f_tac .head2_1 {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    .f_tac .head2_1::before {
        margin-bottom: 5px;
    }
    .tel_wrap .tel {
        font-size: 3rem;
    }
    .tel_wrap .tel::before {
        font-size: 1.3rem;
    }
    .f_tac > a {
        margin-top: 10px;
    }
    .head2_1 {
        margin-bottom: 25px;
        font-size: 2rem;
    }
    .head2_1::before {
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 650px) {
    .f_shop_inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .f_shop_inner img {
        width: 100%;
        max-width: 400px;
        margin-right: -15px;
    }
    .f_shop_inner .cont {
        width: 100%;
        margin-top: 15px;
    }
    .fnav_li {
        margin-right: 0;
    }
    #fnav {
        width: 100%;
        max-width: 400px;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 450px) {
    .f_shop {
        padding: 0 20px;
    }
    .head2_1wrap1 .head2_1 {
        font-size: 2rem;
    }
    .head2_1wrap1 .head2_1::before {
        margin-bottom: 5px;
    }
    .f_shop .head2_1wrap1 {
        padding-bottom: 15px;
    }
    .f_shop_inner {
        padding-bottom: 25px;
    }
    .f_logo a {
        width: 40px;
    }
    #fnav {
        flex-wrap: wrap;
        max-width: 350px;
    }
    .fnav_li {
        width: 50%;
    }
    .fnav_li > li > a, .fnav_li_in a, .fnav_li_in span {
        font-size: 1.4rem;
    }
    .copyright {
        font-size: 1.2rem;
    }
}


/*top*/
.main-visual {
    margin-bottom: 60px;
}
.pc_none{
	display: none;
}
#top_cat {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1310px;
    width: 92%;
    margin: auto;
}
.top_cat_b {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 49%;
    height: 535px;
}
.top_cat_b::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 65px;
    display: block;
    width: 1px;
    height: 100px;
    background-color: #333;
    z-index: 1;
}
.top_cat_b .head2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 130px;
    height: 100%;
    padding: 15px;
}
.top_cat_b .head2 img {
    display: block;
}
.top_cat_b.keiun .head2 img.pc {
    width: 69px;
}
.top_cat_b.tenshin .head2 img.pc {
    width: 52px;
}
.top_cat_b .head2 img.sp {
    display: none;
}
.top_cat_b .head2 span {
    display: block;
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    writing-mode: tb-rl;
}
.top_cat_b.keiun {
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/back_washi3.png) left bottom/cover no-repeat;
}
.top_cat_b.tenshin {
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/back_washi4.png) left bottom/cover no-repeat;
}
.top_cat_b.keiun a {
    position: relative;
    display: block;
    width: calc(100% - 130px);
    height: 100%;
    background: center center/cover no-repeat;
}
.top_cat_name {
    position: absolute;
    top: 0;
    left: -10px;
    display: flex;
    padding: 10px;
    width: auto;
    height: 185px;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
    writing-mode: tb-rl;
    background-color: #6b216d;
    z-index: 1;
}
.top_cat_name::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    width: 43px;
    height: 28px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_kumo.png) center center/contain no-repeat;
}
.top_cat_li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 130px);
    height: 100%;
}
.top_cat_li li {
    width: 47%;
    height: 48%;
    margin-top: auto;
}
.top_cat_li li:nth-of-type(-n+2) {
    margin-top: 0;
}
.top_cat_li li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: center center/cover no-repeat;
}
.top_cat_b.keiun a::after, .top_cat_li li a::after {
    content: '';
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    pointer-events: none;
    transition: all .3s ease;
}
.top_cat_b.keiun a:hover::after, .top_cat_li li a:hover::after {
    opacity: 1;
}
.top_cat_b.keiun .head2 img.sp {
    width: 185px;
}
.top_cat_b.tenshin .head2 img.sp {
    width: 120px;
}
.top_cat_b .head2 span br {
    display: none;
}
.product-contents-wrap {
    width: 100%;
	margin-top: 50px;
}
.head2_1wrap2 {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 120px;
    padding: 0 15px 15px;
    background-color: #6b216d;
}
.head2_1wrap2 .head2_1 {
    flex-direction: row;
    width: auto;
    margin-bottom: 0;
    color: #fff;
    writing-mode: tb-rl;
}
.head2_1wrap2 .head2_1::before {
    background-image: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_dia_w.svg);
}
#info_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 95px;
    width: 100%;
}
.info_li {
    width: calc(100% - 120px);
    padding: 15px 25px;
    background-color: #f2f2f2;
}
.info_li li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.info_li li:last-of-type {
    margin-bottom: 0;
}
.info_li .date {
    margin-right: 30px;
}
.info_li a, .information-contents a {
    color: #6b216d;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: underline;
}
#info_sec .link, #top_insta .link{
    display: flex;
    justify-content: flex-end;
    align-content: flex-start;
    width: 100%;
    margin-top: 5px;
}
#info_sec .link a , #top_insta .link a{
    font-size: 1.4rem;
}
#info_sec .link i , #top_insta .link i{
    margin-left: 8px;
    font-size: 1.1rem;
}
#top_sns {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    width: 100%;
    padding-top: 95px;
}
.top_sns_b {
    width: 46%;
}
.head2_2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 35px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
}
.head2_2::before {
    content: '';
    display: block;
    width: 45px;
    height: 15px;
    margin-right: 30px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_dia_yoko.svg) center center/contain no-repeat;
}
.head2_2 i {
    margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
	.pc_none{
		display: block;
	}
	.cate_bnr{
		width: 100%;
    	max-width: 800px;
    	margin: 0 auto 30px;
	}
    #top_cat {
        flex-direction: column;
    }
    .top_cat_b {
        width: 100%;
        max-width: 800px;
        height: 470px;
        margin: 0 auto 30px;
    }
    .top_cat_b::before {
        display: none;
    }
    .product-container {
        flex-direction: column-reverse;
    }
    .contents-section {
        margin-top: 30px;
    }
    .product-wrap {
        margin-bottom: 55px;
    }
    #info_sec, #top_sns {
        padding-top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .product-list-item {
        margin-bottom: 35px;
    }
    .product-list {
        max-width: 550px;
    }
    .product-wrap {
        margin-bottom: 25px;
    }
    .contents-section {
        margin-bottom: 50px;
    }
    #info_sec, #top_sns {
        padding-top: 45px;
    }
    .head2_2 {
        font-size: 2rem;
    }
    .head2_2::before {
        margin-right: 10px;
    }
    .top_sns_b {
        width: 48%;
    }
}
@media only screen and (max-width: 650px) {
    .top_cat_b {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }
    .top_cat_b .head2 {
        flex-direction: row;
        align-items: flex-end;
        width: 100%;
        height: auto;
    }
    .top_cat_b .head2 img.pc {
        display: none;
    }
    .top_cat_b .head2 img.sp {
        display: block;
    }
    .top_cat_b .head2 span {
        margin-top: 0;
        margin-left: 15px;
        writing-mode: inherit;
    }
    .top_cat_b.keiun a, .top_cat_li {
        width: 100%;
    }
    .top_cat_b.keiun a {
        height: 270px;
    }
    .top_cat_li {
        height: 360px;
    }
    .top_cat_name {
        left: 0;
        height: 140px;
        padding: 10px 5px;
        font-size: 1.7rem;
        letter-spacing: 1px;
    }
    .top_cat_name::before {
        width: 32px;
        height: 24px;
    }
    .top_cat_li li {
        width: 48%;
    }
    .contents-section {
        margin-top: 0;
    }
    .head2_1wrap2 {
        width: 60px;
    }
    .info_li {
        width: calc(100% - 60px);
    }
    #top_sns {
        flex-direction: column;
    }
    .top_sns_b {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 550px) {
    #info_sec {
        flex-direction: column;
    }
    .head2_1wrap2 {
        justify-content: center;
        width: 100%;
        padding: 10px 15px;
    }
    .head2_1wrap2 .head2_1 {
        flex-direction: column;
        writing-mode: inherit;
    }
	.head2_1wrap2 .head2_1::before {
  display: none;
}
    .info_li {
        width: 100%;
        padding: 10px 15px 20px;
    }
    .info_li li {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 450px) {
    .top_cat_b .head2 {
        padding: 10px 15px;
    }
    .top_cat_b .head2 span br {
        display: block;
    }
    .top_cat_b .head2 span {
        margin-left: 10px;
        font-size: 1.1rem;
    }
    .top_cat_b.keiun .head2 img.sp {
        width: 155px;
    }
    .top_cat_b.tenshin .head2 img.sp {
        width: 95px;
    }
    .top_cat_b.keiun a {
        height: 200px;
    }
    .top_cat_li {
        height: 300px;
    }
    .top_cat_name {
        height: 130px;
        padding: 10px 3px;
        font-size: 1.5rem;
    }
    .top_cat_li li {
        width: 49%;
    }
    .info_li li {
        /*flex-direction: column;*/
        font-size: 1.3rem;
    }
    .info_li .date {
        margin-right: 10px;
    }
}


/*side*/
.side_dl dt.side_cat_tit {
    width: 100%;
    padding: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    background-color: #333;
}
.side_dl dd, .side_dl_li {
    width: 100%;
}
.side_dl_li li {
    border-bottom: 1px dotted #333;
}
.side_dl_li a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    background-color: #e9e9e9;
    transition: all .3s ease;
}
.side_dl_li a::before {
    content: '\f105';
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.side_dl_li a:hover {
    background-color: #cecece;
}
.side_dl_li.side_cat a {
    background-color: #fff;
}
.side_dl_li.side_cat a:hover {
    background-color: #ccc;
}
.side_block {
    width: 100%;
    padding: 10px 20px;
    background-color: #e9e9e9;
}
.side_block > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(90deg, #86005b 0%, #610076 100%);
    border-radius: 50px;
    transition: all .5s ease;
}
.side_block > a:hover {
    background: linear-gradient(90deg, #610076 0%, #86005b 100%);
}
.side_wrap > * {
    margin-bottom: 25px;
}
.side_search {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #909090;
    border-radius: 20px;
}
.side_bnr {
    display: block;
}
.side-bar {
    flex-shrink: 0;
    width: 250px;
    margin-right: 50px;
}
.side_search input[type="text"].search_input {
    width: calc(100% - 45px);
    padding: 0;
    margin: 0 10px 0 0;
    border-bottom: none;
    outline: none;
}
/*
.side_cat li:nth-last-child(-n+2) {
    display: none;
}

.side_cat li:first-of-type::before, .side_cat li:nth-of-type(6)::before {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    padding-top: 28%;
}
.side_cat li:first-of-type::before {
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/cat_tenshin.jpg) center center/100% auto no-repeat;
}
.side_cat li:nth-of-type(6)::before {
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/cat_keiun.png) center center/100% auto no-repeat;
}
.side_cat li:nth-of-type(9)::before {
    content: '価格から選ぶ';
    display: block;
    padding: 15px 20px;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    background-color: #6b216d;
}
.side_dl_li .acc-wrap {
    padding-bottom: 10px;
}
.side_dl_li .acc-btn {
    padding: 20px 20px 10px;
    text-align: left;
    cursor: pointer;
}
.side_dl_li .acc-cont {
    display: none;
}
.side_dl_li .acc-btn::before {
    content: '\f107';
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.side_dl_li .acc-btn.acc-open::before {
    content: '\f106';
}
.side_dl_li .side_sub_cat a {
    margin-left: auto;
    padding: 10px;
    font-size: .95em;
}*/
@media only screen and (max-width: 1024px) {
    .side-bar {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: auto;
        margin-top: 55px;
        margin-right: 0;
    }
    .side_wrap {
        width: 320px;
        margin-right: 25px;
    }
    .side_dl_li .acc-btn {
        padding: 10px 10px 5px;
        text-align: left;
    }
    .fat-nav .side_dl_li.side_cat a {
        padding: 5px;
    }
    .side_dl_li .acc-wrap {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .side_wrap {
        width: 45%;
    }
}
@media only screen and (max-width: 650px) {
    .side-bar {
        justify-content: space-between;
    }
    .side_wrap {
        width: 48%;
        margin-right: 0;
    }
}
@media only screen and (max-width: 550px) {
    .side-bar {
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        max-width: 350px;
    }
    .side_wrap {
        width: 100%;
        margin-right: 0;
    }
}

/*second-head*/
.second_head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 280px;
    padding: 20px;
    margin-bottom: 65px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/back_second_h.png) center center/cover no-repeat;
}
.second_head .head1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    color: #6b216d;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}
.second_head .head1::after {
    content: '';
    display: block;
    width: 139px;
    height: 18px;
    margin-top: 20px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/figure_line1.svg) center center/contain no-repeat;
}
.breadcrumbs {
    width: 100%;
    margin-bottom: 35px;
}
.breadcrumbs a, .breadcrumbs span {
    color: #909090;
    font-size: 1.3rem;
    font-weight: 600;
}
@media only screen and (max-width: 1300px) {
    .second_head {
        background-position: right center;
    }
    .second_head .head1 {
        max-width: 750px;
    }
}
@media only screen and (max-width: 1100px) {
    .second_head .head1 {
        max-width: calc(100% - 300px);
    }
}
@media only screen and (max-width: 1024px) {
    .second_head {
        height: 240px;
    }
    .second_head .head1 {
        font-size: 3rem;
    }
    .second_head .head1::after {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .second_head {
        height: 200px;
        margin-bottom: 40px;
    }   
    .second_head .head1 {
        max-width: calc(100% - 270px);
        font-size: 2.5rem;
    }
    .second_head .head1::after {
        width: 110px;
        height: 14px;
    }
    .breadcrumbs {
        margin-bottom: 25px;
    }
    .breadcrumbs a, .breadcrumbs span {
        font-size: 1.2rem;
    }
}
@media only screen and (max-width: 600px) {
    .second_head {
        height: auto;
    }
    .second_head .head1 {
        max-width: inherit;
        margin-top: 80px;
    }
}
@media only screen and (max-width: 550px) {
    .second_head {
        align-items: flex-end;
        padding-bottom: 30px;
    }
    .second_head .head1 {
        font-size: 2.3rem;
    }
    .breadcrumbs {
        margin-bottom: 20px;
    }
}


/*sp-add*/
div.fat-nav__wrapper {
    height: auto;
}
.fat-nav .side_cat li:first-of-type::before, .fat-nav .side_cat li:nth-of-type(3)::before, .fat-nav .side_cat li:nth-of-type(10)::before {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    background-color: #6b216d;
    background-image: none;
}
.fat-nav .side_cat li:first-of-type::before {
    content: '慶雲生五彩';
}
.fat-nav .side_cat li:nth-of-type(3)::before {
    content: '花点心';
}
.fat-nav .side_dl_li.side_cat a {
    padding: 10px;
    background-color: transparent;
}
div.fat-nav .side_cat li {
    margin-bottom: 0;
    font-size: 1.5rem;
}
.fat-nav ul.s_main_nav {
	width: 90%;
	max-width: 500px;
    margin:0 auto 20px;
}
.fat-nav ul.s_main_nav li{
	text-align: left;
}
div.fat-nav .side_wrap {
    max-width: 500px;
    width: 90%;
    margin-right: 0;
}
.fat-nav ul.side_dl_li {
    display: block;
}
div.fat-nav ul.s_nav {
    margin-top: 0;
}
.sp_btn_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 500px;
    width: 95%;
    padding-right: 55px;
    margin-bottom: 20px;
}
.sp_btn_b a {
    width: 49%;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    background-color: #333;
    border: 1px solid #333;
    transition: all .3s ease;
}
.sp_btn_b a i {
    margin-right: 5px;
}
.sp_btn_b a:hover {
    color: #333;
    background-color: transparent;
}
.h_btn .sp_search_btn {
    display: none;
}
.sp_search {
    opacity: 0;
    position: fixed;
    top: 125px;
    left: 0;
    width: 100%;
    padding: 40px 20px 0 175px;
    background-color: #fff;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .5s ease;
    pointer-events: none;
    z-index: 5;
}
.sp_search.show {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: inherit;
}
.h_scroll + .sp_search {
    top: 90px;
    padding-left: 145px;
}
.sp_f_link, .sp_f_btn {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.sp_f_link li {
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.sp_f_link li:nth-child(1){
	width: 100%;
}
.sp_f_link li::nth-of-type(even) {
    border-right: none;
}
.sp_f_link li:nth-last-of-type(-n+2) {
    border-bottom: none;
}
.sp_f_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.1;
    background-color: #6b216d;
}
.sp_f_link a::before {
    content: '';
    display: block;
    margin-right: 10px;
}
.sp_f_btn li {
    width: calc(100% / 3);
    border-right: 1px solid #6b216d;
    border-bottom: 1px solid #6b216d;
}
.sp_f_btn li:nth-of-type(3n) {
    border-right: none;
}
.sp_f_btn li:nth-last-of-type(-n+3) {
    border-bottom: none;
}
.sp_f_btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    color: #6b216d;
    font-size: 1.4rem;
    line-height: 1.1;
    background-color: #fee6bd;
}
.sp_f_btn a i, .sp_f_btn a img {
    display: block;
    margin-bottom: 7px;
}
.sp_f_btn a i {
    font-size: 1.8rem;
}
.sp_f_btn a img {
    width: 20px;
}
.sp_f_link .keiun a::before {
    width: 66px;
    height: 58px;
    margin-right: 0;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/sp_f_saikyozuke.png) right center/contain no-repeat;
}
.sp_f_link .hanatenshin a::before {
    width: 41px;
    height: 40px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/sp_f_hanatenshin.png) right center/contain no-repeat;
}
.sp_f_link .kyochazuke a::before {
    width: 50px;
    height: 61px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/sp_f_kyochaduke.png) right center/contain no-repeat;
}
.sp_f_link .ochazukemonaka a::before {
    width: 53px;
    height: 65px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/sp_f_chamonaka.png) right center/contain no-repeat;
}
.sp_f_link .osuimonomonaka a::before {
    width: 60px;
    height: 70px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/sp_f_osuimono.png) right center/contain no-repeat;
}
.sp_f_link .furikake a::before {
    width: 49px;
    height: 59px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/sp_f_furikake.png) right center/contain no-repeat;
}
.sp_f_btn li:nth-of-type(5) a br {
    display: none;
}
#info_sec.sp {
    display: none;
    width: 92%;
    padding-top: 0;
    margin: 0 auto 30px;
}
#info_sec.sp .head2_1 {
    padding: 8px 10px 0;
}
#info_sec.sp .head2_1::before {
    display: none;
}
.f_shop_inner img.sp {
    display: none;
}
.fat-nav .side_bnr {
    max-width: 500px;
    width: 92%;
    margin: 15px auto;
}
/*.fat-nav .side_bnr + .side_bnr {
    margin: 20px auto 35px;
}*/
.fat-nav .spnav .side_wrap{
	margin: 20px 0 0;
}
.fat-nav .spnav dt.side_sub_cat{
	height:55px;
    color: #fff;
    background: #6b216d;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fat-nav .side_bnr:last-child {
    margin: 15px auto 30px;
}	
.sp_b_btn a.log {
    font-size: 1.5rem;
}
.sp_b_btn a.log span::before {
    content: '・';
}
.side_wrap > .sp_cat_h {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color: #000;
    font-size: 1.7rem;
}
.side_wrap > .sp_cat_h::before, .side_wrap > .sp_cat_h::after {
    content: '';
    display: block;
    margin: 0  15px;
    width: 45px;
    height: 1px;
    background-color: #000;
}
@media only screen and (max-width: 1024px) {
    .h_btn .sp_search_btn {
        display: flex;
    }
    .sp_f_link, .sp_f_btn {
        display: flex;
    }
    #info_sec.sp {
        display: flex;
    }
    #info_sec.pc {
        display: none;
    }
    .f_logo, #fnav, .side-bar {
        display: none;
    }
    .product-container .archive_search {
        display: none;
    }
    .archive_search + .item-title-wrap span {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 767px) {
    .sp_search {
        padding: 25px 20px 10px 165px;
    }
    .archive_search + .item-title-wrap span {
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 650px) {
    .f_shop_inner img.sp {
        display: block;
    }
    .f_shop_inner img.pc {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .sp_search {
        top: 90px;
        padding: 20px 20px 10px 130px;
    }
    .h_scroll + .sp_search {
        top: 80px;
        padding-left: 115px;
    }
}
@media only screen and (max-width: 550px) {
    .sp_search {
        top: 75px;
        padding: 35px 20px 10px 130px;
    }
    .sp_search .search_price dl {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .sp_search .search_price dd input[type="text"] {
        margin: 0;
    }
    .sp_search .archive_search .search-btn {
        min-width: 150px;
    }
    .h_scroll + .sp_search {
        top: 60px;
        padding-left: 110px;
    }
    .sp_f_link a {
        padding: 10px;
        font-size: 1.4rem;
    }
    .sp_f_btn a {
        padding: 15px 10px;
        font-size: 1.3rem;
    }
}
@media only screen and (max-width: 450px) {
    .sp_search {
        padding: 35px 20px 10px 120px;
        font-size: 1.3rem;
    }
    .h_scroll + .sp_search {
        padding-left: 100px;
    }
    .sp_search .search_cat_word {
        margin-bottom: 10px;
    }
    .sp_search .search_cat_word dd select, .sp_search .search_cat_word dd input[type="text"], .search_price dd input[type="text"] {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.3rem;
    }
    .sp_search .archive_search .search-btn {
        padding: 10px 45px;
    }
    .sp_search .search_cat_word dt, .sp_search .search_price dt {
        font-size: 1.4rem;
    }
    .sp_f_btn li:nth-of-type(5) a br {
        display: block;
    }
    .sp_f_btn li:nth-of-type(5) a {
        padding: 5px 10px;
    }
    .sp_f_link a::before {
        margin-right: 5px;
    }
    .sp_f_link .keiun a::before {
        width: 58px;
        height: 51px;
        margin-right: -5px;
    }
    .sp_f_link .hanatenshin a::before {
        width: 31px;
        height: 30px;
    }
    .sp_f_link .kyochazuke a::before {
        width: 45px;
        height: 54px;
    }
    .sp_f_link .ochazukemonaka a::before {
        width: 45px;
        height: 56px;
    }
    .sp_f_link .osuimonomonaka a::before {
        width: 50px;
        height: 59px;
    }
    .sp_f_link .furikake a::before {
        width: 40px;
        height: 49px;
    }
    .sp_b_btn a.log {
        font-size: 1.2rem;
    }
    .sp_b_btn a {
        font-size: 1.5rem;
    }
    .archive_search + .item-title-wrap span {
        font-size: 1.7rem;
    }
}


@media only screen and (max-width: 767px) {
    .sub_cat_li {
        margin-bottom: 20px;
    }
    .sub_cat_li li {
        margin-right: 30px;
        line-height: 1.3;
    }
    .sub_cat_li li a::before {
        margin-right: 3px;
    }
    .sub_cat_li li a {
        font-size: 1.4rem;
    }
}



/*221014追加*/
.f_bnr{
	width: 100%;
	max-width: 338px;
	margin: 0 0 20px;
}
.f_bnr.sp{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.f_bnr{
		width: 92%;
		margin: 20px auto;
		text-align: center;
	}
	.f_bnr.pc{
		display: none;
	}
	.f_bnr.sp{
		display: block;
	}
}


/*221026追加
=============================================================
 ご挨拶
=============================================================*/
#greeting-wrap{
	width: 100%;
	max-width: 884px;
	margin: 0 auto;
	padding: 10px;
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/greeting-bg.jpg) no-repeat;
	background-size: cover;
}
#greeting-wrap .greeting-inner{
	padding: 50px 105px 25px;
	border: 2px solid #fff;
}
#greeting-wrap .greeting-tit{
	padding-bottom: 65px;
	text-align: center;
	position: relative;
}
#greeting-wrap .greeting-tit:after{
	content: '';
	display: block;
	width: 200px;
	height: 22px;
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/greeting-dec.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}
#greeting-wrap .sub-tit{
	padding-bottom: 15px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: .1em;
}
#greeting-wrap .tit{
	font-size: 28px;
	font-weight: 600;
	color: #6b216d;
	line-height: 1.45;
}
#greeting-wrap .greeting-txt .m15{
	font-size: 15px;
	line-height: 1.7;
}
#greeting-wrap .greeting-txt p:not(.thanks){
	padding-bottom: 25px;
}
#greeting-wrap .greeting-txt p.thanks{
	text-align: right;
}


#greeting-wrap.sp{
	margin: 0;
}
@media only screen and (max-width:758px){
	#greeting-wrap .greeting-inner {
    	padding: 50px 50px 25px;
	}
	#greeting-wrap .tit {
    	font-size: 25px;
	}
}
@media only screen and (max-width:600px){
	#greeting-wrap .greeting-inner {
    	padding: 25px 10px 20px;
	}
	#greeting-wrap .greeting-tit {
		padding-bottom: 45px;
	}
	#greeting-wrap .sub-tit {
		padding-bottom: 15px;
		font-size: 16px;
		letter-spacing: 0;
	}
	#greeting-wrap .tit {
		font-size: 18px;
		line-height: 1.6;
	}
	#greeting-wrap .greeting-tit:after {
		width: 100px;
		height: 12px;
		bottom: 15px;
	}
	#greeting-wrap .greeting-txt .m15 {
		font-size: 13px;
	}
	#greeting-wrap .greeting-txt p:not(.thanks) {
		padding-bottom: 15px;
	}
}


/* 京野菜*/
#kyoyasai{
	margin: 100px 0 50px;
}
#kyoyasai .kyoyasai-tit{
	height: 103px;
	text-align: center;
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/kyoyasai-bg.png) no-repeat;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#kyoyasai .kyoyasai-tit .tit{
	color: #6B216D;
	font-size: 2.1rem;
	font-weight: 600;
}
#kyoyasai .kyoyasai-tit .r30{
	font-size: 3rem;
}
#kyoyasai .kyoyasai-tit .m15{
	font-size: 1.5rem;
}
#kyoyasai .cpr{
    padding: 15px 0 0;
	font-size: 13px;
    text-align: right;
    letter-spacing: -.5px;
}
#kyoyasai .kyoyasai-block .flex{
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
#kyoyasai .kyoyasai-item{
	width: 49%;
	max-width: 422px;
	margin-bottom: 40px;
}
#kyoyasai .kyoyasai-item .item-tit{
	margin-bottom: 15px;
	color: #6B216D;
	font-size: 2rem;
	font-weight: 600;
	border-bottom: 1px solid #6B216D;
}
#kyoyasai .kyoyasai-item .img-wrap{
	max-width: 130px;
}
#kyoyasai .kyoyasai-item .txt-wrap{
	width: 65%;
	font-size: 1.4rem;
}

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

	#kyoyasai .kyoyasai-item .img-wrap {
		width: 40%;
		max-width: unset;
	}
	#kyoyasai .kyoyasai-item .txt-wrap {
		width: 55%;
		font-size: 1.3rem;
	}
}/*900px*/
@media only screen and (max-width:600px){
	.pc-none{
		display: block;
	}
	#kyoyasai .kyoyasai-tit .tit {
		font-size: 1.8rem;
	}
	#kyoyasai .kyoyasai-tit .r30 {
		font-size: 2.3rem;
	}
	#kyoyasai .kyoyasai-tit .m15 {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#kyoyasai .kyoyasai-item{
		width: 100%;
		max-width: unset;
	}
	#kyoyasai .kyoyasai-item .item-tit {
		font-size: 1.8rem;
	}
	#kyoyasai .kyoyasai-item .img-wrap {
		width: 40%;
		max-width: unset;
	}
	#kyoyasai .kyoyasai-item .txt-wrap {
		width: 55%;
		font-size: 1.3rem;
	}
}/*640px*/
/*
font-family: "Font Awesome 5 Free";font-weight: 900;
font-family: "Font Awesome 5 Brands";font-weight: 400;
-----------------------------------------------------------
font-family: "游明朝体", YuMincho, "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
-----------------------------------------------------------
font-family: "游ゴシック体", YuGothic, "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
-----------------------------------------------------------
*/





/*230315改修-----------------------------------------------------------------------------*/

/*サイドナビ*/
.side_cate_dl{
	margin-bottom: 30px;
}
.side_cate_dl a{
	display: flex;
	align-items: center;
	width: 100%;
}
.side_cate_dl .side_ten_cate{
	height: 70px;
	background: #f2f2f2;
	border-bottom: 1px solid #6b216d;
	font-size: 1.6rem;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.side_cate_dl .side_cate_li.assort .side_ten_cate{
	justify-content: space-between;
}
.side_cate_dl .side_ten_cate a{
	width: 70%;
	justify-content: space-between;
	font-size: 1.6rem;
}
.side_cate_dl .side_ten_cate a span:last-child{
	margin-right: 10px;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	background: #6b216d;
	border-radius: 50px;
	opacity: 1;
	transition: all .3s ease;
}
.side_cate_dl .side_ten_cate a:hover span:last-child{
	opacity: .8;
}
.side_cate_dl .side_ten_cate:before{
	content: '';
	display: block;
	width: 80px;
	height: 60px;
	margin-right: 5px;
	
}
.side_cate_li dd a{
	height: 60px;
	padding: 0 10px;
	font-size: 1.4rem;
	line-height: 1.3;
	border-bottom: 1px dotted #808080;
	transition: all .3s ease;
}
.side_cate_li dd:last-child a{
	border-bottom: none;
}

.side_cate_li dd a:hover {
    background: #cecece;
}

.side_cate_li.assort dd:nth-of-type(4) a{
	border-bottom: none;
}
.side_cate_li dd a:before{
	content: '';
	display: block;
	width: 65px;
	height: 45px;
	margin-right: 10px;
	flex-shrink: 0;
}
.side_cate_li.assort .side_ten_cate:before{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_sidecate_01.png) center center/100% auto no-repeat;
}
.side_cate_li.assort dd:nth-of-type(1) a:before{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_sidecate_02.png) center center/100% auto no-repeat;
}
.side_cate_li.assort dd:nth-of-type(2) a:before{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_sidecate_03.png) center center/100% auto no-repeat;
}
.side_cate_li.assort dd:nth-of-type(3) a:before{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_sidecate_04.png) center center/100% auto no-repeat;
}
.side_cate_li.assort dd:nth-of-type(4) a:before{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_sidecate_05.png) center center/100% auto no-repeat;
}
.side_cate_li.single .side_ten_cate:before{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_sidecate_06.png) center center/100% auto no-repeat;
}
.side_cate_li.single dd:nth-of-type(1) a:before{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_sidecate_07.png) center center/100% auto no-repeat;
}
.side_cate_li.single dd:nth-of-type(2) a:before{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_sidecate_08.png) center center/100% auto no-repeat;
}
.side_cate_li.single dd:nth-of-type(3) a:before{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_sidecate_09.png) center center/100% auto no-repeat;
}
.side_cate_li.single dd:nth-of-type(4) a:before{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_sidecate_10.png) center center/100% auto no-repeat;
}
.side_cate_li.keiun dd:nth-of-type(1) a:before{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_sidecate_11.png) center center/100% auto no-repeat;
}
.side_cate_li.keiun dd:nth-of-type(2) a:before{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_sidecate_12.png) center center/100% auto no-repeat;
}
.side_cate_dl.cate_price dt{
	height: 55px;
	color: #fff;
	background: #6b216d;
	display: flex;
	justify-content: center;
	align-items: center;
}
.side_cate_dl.cate_price dd a:before{
	content: '\f105';
	width: auto;
	height: auto;
	margin-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.side-bnr{
	opacity: 1;
	transition: all .3s ease;
}
.side-bnr:hover{
	opacity: .8;
}

/*花点心詰合せカテゴリー*/
.sub_cat_li{
	width: 98%;
	margin: 0 auto 30px;
	flex-wrap: wrap;
}
.fl{
	display: flex;
	justify-content: space-between;
}
.sub_cat_li li{
	width: 48%;
	max-width: 408px;
	padding-bottom: 55px;
	list-style: none !important;
}

.sub_cat_li .sub_cat_tit{
	padding-bottom: 10px;
	font-size: 2.2rem;
	text-align: center;
	font-weight: 600;
}
.sub_cat_li .sub_cat_fl .img-wrap{
	width: 40%;
	max-width: 150px;
	margin: 0 auto;
}
.sub_cat_li .sub_cat_fl .img-wrap img{
	width: 100%;
}
.sub_cat_li .sub_cat_fl .txt-wrap{
	width: 67%;
	margin: 0 auto;
	max-width: 240px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sub_cat_li .sub_cat_fl .txt-wrap p{
	padding-top: 5px;
	font-size: 1.4rem;
	line-height: 2;
}
.sub_cat_li .sub_cat_fl .txt-wrap .btn{
	width: 100%;
	max-width: 240px;
	height: 50px;
	margin: 0 auto;
	background: #9a020b;
	border-radius: 50px;
	border: none;
}
.sub_cat_li .sub_cat_fl .txt-wrap .btn a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
}

@media screen and (max-width:767px){
	.sub_cat_li {
	    width: 100%;
	}
	.sub_cat_li li {
		margin: 0 0 30px;
		padding-bottom: 0;
	}
	.sub_cat_li .sub_cat_tit {
		font-size: 1.8rem;
	}
	.sub_cat_li .sub_cat_fl{
		flex-direction: column;
	}
	.sub_cat_li .sub_cat_fl .img-wrap,
	.sub_cat_li .sub_cat_fl .txt-wrap {
		width: 100%;
	}
	.sub_cat_li .sub_cat_fl .txt-wrap p {
    	padding: 5px 0 10px;
	}
	.sub_cat_li li:nth-child(2) .txt-wrap p,.sub_cat_li li:nth-child(3) .txt-wrap p{
		padding: 5px 0 3.7rem;
	}
}
@media screen and (max-width:435px){
	.sub_cat_li li:nth-child(2) .txt-wrap p, .sub_cat_li li:nth-child(3) .txt-wrap p {
		padding: 5px 0 3.3rem;
	}
	.sub_cat_li li:nth-child(3) .sub_cat_tit{
		padding-bottom: 2.3rem;
	}
	.sub_cat_li li:nth-child(4) .sub_cat_tit{
		padding-bottom: 0;
	}
	.sub_cat_li .sub_cat_fl .txt-wrap p{
		line-height: 1.7;
	}
}

/*トップバナー*/
#top_bnr{
	width: 92%;
	max-width: 1300px;
	margin: 0 auto 60px;
}
#top_bnr .pc{
	text-align: center;
}
#top_bnr a{
	display: block;
	opacity: 1;
	transition: all .3s ease;
}
#top_bnr a:hover{
	opacity: .6;
}
@media screen and (min-width:768px){
	#top_bnr .sp{
		display: none;
	}
}
@media screen and (max-width:767px){
	#top_bnr{
		margin: 0 auto 30px;
	}
	#top_bnr .pc{
		display: none;
	}
	#top_bnr ul li:not(:first-child){
		margin-top: 15px;
	}
}


/*230328
検索結果並び順-----------------------------------------------*/
#r_resultInfo{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#r_resultInfo.category_sort{
	margin-top: 20px;
}
.button-sort-wrap{
  position: relative;
}

.button-sort {
  align-items: center;
  background: #fff;
  border: 1px solid #6b216d;
  border-radius: 3rem;
  color: #6b216d;
  display: flex;
  justify-content: center;
  padding: 0.7rem 4rem;
  position: relative;
  margin-left: auto;
  cursor: pointer;
}

@media screen and (max-width: 880px) {
  .button-sort {
    padding: 0.45rem 2.5rem 0.45rem 4.5rem;
  }
}


.item-sort-link{
  display: none;
  position: absolute;
  width: 175px;
  padding: 25px 0 25px 40px;
  background-color: #f2f2f2;
  bottom: -10px;
  right: -40px;
  transform: translateY(100%);
	z-index: 5;
}

@media screen and (max-width: 880px) {
  .item-sort-link{
    right: 0;
  }
}

.item-sort-link li{
  margin-bottom: 7px;
}

.item-sort-link li.is-active{
  color: #922330;
  position: relative;
}

.item-sort-link li.is-active::after{
  content: '\f00c';
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.button-sort.is-active + .item-sort-link {
  display: block;
}



/*230525 御詰合せカテゴリー*/

.assort_cate.cate_tit_block{
	width: 100%;
	height: 335px;
	margin-bottom: 35px;
	padding: 0 30px;
}
.assort_cate.cate_tit_block.cate33{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/ct33_bg.jpg) no-repeat;
	background-size:cover;
	background-position: left;
}
.assort_cate.cate_tit_block.cate34{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/ct34_bg.jpg) no-repeat;
	background-size:cover;
	background-position: left;
}
.assort_cate.cate_tit_block.cate35{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/ct35_bg.jpg) no-repeat;
	background-size:cover;
	background-position: left;
}
.assort_cate.cate_tit_block.cate38{
	background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/ct38_bg.jpg) no-repeat;
	background-size:cover;
	background-position: left;
}
.assort_cate.fl{
	justify-content:flex-end;
	align-items: center;
}
.assort_cate .archive_cat_txt{
	width: 50%;
	max-width: 410px;
}
.assort_cate .tit_txt{
	padding-bottom: 30px;
	font-size: 28px;
	text-align: center;
	line-height: 1.4;
	}
.assort_cate .cate_txt{
	font-size: 14px;
}
@media screen and (min-width:1025px) and (max-width:1230px){
	.assort_cate.cate_tit_block {
		height: 300px;
		padding: 0 20px;
	}
	.assort_cate .archive_cat_txt {
    	width: 45%;
	}
	.assort_cate .tit_txt {
    	padding-bottom: 20px;
    	font-size: 24px;
	}
	.assort_cate .cate_txt {
		font-size: 12px;
	}
}
@media screen and (min-width:770px) and (max-width:880px){
	.assort_cate.cate_tit_block {
		height: 300px;
		padding: 0 20px;
	}
	.assort_cate .archive_cat_txt {
    	width: 45%;
	}
	.assort_cate .tit_txt {
    	padding-bottom: 20px;
    	font-size: 24px;
	}
	.assort_cate .cate_txt {
		font-size: 12px;
	}
}
@media screen and (max-width:769px){
	.assort_cate.cate_tit_block{
		width: 100%;
		height: 450px;
		padding: 20px 0 0;
	}
	.assort_cate.cate_tit_block.cate33{
		background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/ct33_spbg.jpg) no-repeat;
		background-size:cover;
		background-position: center;
	}
	.assort_cate.cate_tit_block.cate34{
		background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/ct34_spbg.jpg) no-repeat;
		background-size:cover;
		background-position: center;
	}
	.assort_cate.cate_tit_block.cate35{
		background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/ct35_spbg.jpg) no-repeat;
		background-size:cover;
		background-position: center;
	}
	.assort_cate.cate_tit_block.cate38{
		background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/ct38_spbg.jpg) no-repeat;
		background-size:cover;
		background-position: center;
	}
	.assort_cate.cate_tit_block.fl{
		flex-direction: column-reverse;
	}
	.assort_cate .archive_cat_txt{
		width: 90%;
	}
	.assort_cate .tit_txt {
		padding-bottom: 15px;
		font-size: 20px;
	}
	.assort_cate .cate_txt {
		font-size: 13px;
	}
}

/*240323 花点心カテゴリー*/
.archive_cat_txt span{
  display: block;
  padding-top: 10px;
  color: #ba0000;
}


/*240722 インスタ導線*/
#top_insta{
  margin: 80px 0;
}
#top_insta .head2_1{
  margin-bottom: 30px;
}
.insta_block > li{
  width: 24.5%;
  aspect-ratio: 1 / 1;
}
.insta_block .square-content{
  position: relative;
  width: 100%;
  max-width: 380px;
  height: 100%;
  display: block;
  transition: all .5s ease;
}
.insta_block .square-content:hover{
  opacity: .7;
}
.insta_block .square-content img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 0 0;
}
@media screen and (max-width:768px){
  .insta_block{
    flex-wrap: wrap;
  }
  .insta_block > li{
    width: 49%;
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
  }
}

.f_sns{
  margin: 0 auto 20px;
}
.f_sns li{
  margin: 0 10px;
}
.f_sns i.fab{
    font-size: 22px;
    color: #333;
    transition: all .3s ease;
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-square-facebook:before {
    content: "\f082";
}
.f_sns a{
  transition: all .5s ease;
}
.f_sns a:hover{
  opacity: .7;
}


/*250210*/
.top_ann{
  width: 90%;
  margin: 0 auto 40px;
  padding: 40px 7%;
  background: #f2f2f2;
}
.top_ann .ann_tit{
  padding-bottom: 20px;
  color: #6b216d;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
}
.top_ann .ann_p{
  padding-bottom: 15px;
  font-size: 1.6rem;
}

.top_ann .ann_tel{
  padding: 15px 0 25px;
  text-align: center;
}
.top_ann .ann_tel span{
  font-size: 2.5rem;
}
.top_ann .ann_tel span.m14{
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width:768px){
  .top_ann .ann_tit{
    font-size: 1.8rem;
  }
  .top_ann .ann_p {
    font-size: 1.4rem;
  }
}/*768px*/


.top_products{
  max-width: 1200px;
  margin: 100px auto;
}

.top_products .head2_1 {
    margin-bottom: 25px;
}

.top_products_intro{
  margin-bottom: 90px;
}

.top_products_intro p{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.5;
}


.top_products_fl{
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (min-width:768px){
.top_products_fl.hanatenshin{
  flex-direction: row-reverse;
}

.top_products_fl .contents-slide{
  width: 50%;
  margin: 0;
}

.top_products_fl .top_products_txt{
  width: 45%;
  padding-top: 70px;
}
}/*min-width:768px*/

.top_products_fl .top_products_txt h2{
  width: 345px;
  margin: 0 auto 30px;
}
.top_products_fl .top_products_txt h2 p{
  padding: 20px 0 15px;
  font-size: 2.6rem;
    text-align: center;
    color: #731071;
    font-weight: 600;
    letter-spacing: .1em;
  position: relative;
}
.top_products_fl .top_products_txt h2 p:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  display: block;
  width: 24px;
  height: 18px;
  background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/icon_hasu.png) center center / contain no-repeat;


}
.top_products_fl .top_products_txt h2 img{
  display: block;
  height: 70px;
}
.top_products_fl .top_products_txt h2 small{
  display: block;
  text-align: right;
  font-size: 1.4rem;
  padding: 10px 0 0;
}
.top_products_fl .top_products_txt .txt{
  font-size: 1.8rem;
  line-height: 2.5;
  position: relative;
}

.top_products_fl.keiun .txt::before {
    content: '';
    position: absolute;
    top: 50px;
    right: 0px;
    display: block;
    width: 180px;
    height: 80px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/figure_kumo_g.png) center center / contain no-repeat;
    z-index: -1;
}
.top_products_fl.hanatenshin .top_products_txt h2 img {
  margin: 0 auto;
}
.top_products_fl.hanatenshin .top_products_txt h2 small{
  width: 200px;
  margin: 0 auto;
}
.top_products_fl.hanatenshin .txt::before {
    content: '';
    position: absolute;
    top: -90px;
    right: 0px;
    display: block;
    width: 120px;
    height: 100px;
    background: url(https://gigaplus.makeshop.jp/tsujigahana/img_rn/figure_hana1.png) center center / contain no-repeat;
    z-index: -1;
}

.top_products_fl .swiper-container-fade .swiper-slide {
    width: 100% !important;
}
.top_products_fl .swiper-pagination{
  text-align: right;
  bottom: 70px;
}
.top_products_fl .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #e2e0e2;
    opacity: 1;
}
.top_products_fl .swiper-pagination-bullet-active {
    opacity: 1;
    background: #333333;
}

@media screen and (min-width: 1024px) and (max-width: 1440px){
.top_products_fl .swiper-pagination{
  bottom: 10px;
}
}

@media screen and (min-width:768px){
  .top_products_intro .sp{
    display: none;
  }
  .top_products_fl.keiun .swiper-pagination{
    text-align: left;
    left: 10px;
  }
  
}


@media screen and (max-width:1440px){
      .top_products_fl .top_products_txt {
        padding-top: 30px;
    }
    .top_products_fl .top_products_txt .txt {
    font-size: 1.5rem;
    line-height: 2;
  }
  

}

@media screen and (max-width:768px){
  
  .top_products_intro {
    margin-bottom: 60px;
  }
  .top_products_intro .pc{
    display: none;
  }
  .top_products_fl {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .top_products_fl .top_products_txt{
    margin-bottom: 30px;
  }
  .top_products {
    margin: 50px auto;
  }
  .top_products_intro p {
    font-size: 1.6rem;
  }
  .top_products_fl .top_products_txt h2 p {
    font-size: 2rem;
  }
  .top_products_fl .top_products_txt h2 img {
    height: 50px;
    margin: 0 auto;
  }  
  .top_products_fl .top_products_txt h2 small {
    width: 240px;
    margin: 0 auto;
  }
  .top_products_fl .swiper-pagination {
    bottom: 0;
  }
  .top_products_fl.hanatenshin .txt::before {
    top: -80px;
    right: auto;
    width: 80px;
    height: 80px;
  }
  .top_products_fl.keiun .txt::before {
    top: 110px;
    width: 150px;
    height: 60px;
    z-index: -1;
  }
}/*768px*/

.shop-ann{
  max-width: 1015px;
    margin: 40px auto 0;
    padding: 35px 5% 40px;
    background: #f2f2f2;
}
.shop-ann p{
  padding-bottom: 20px;
    color: #6b216d;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.shop-ann ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop-ann ul li{
  width: 32%;
}
.shop-ann ul li a{
  display: block;
}
.top_ann .shop-ann{
  background: #fff;
}

@media screen and (max-width:768px){
.shop-ann ul{
  justify-content: center;
}
.shop-ann ul li{
  width: 80%;
  max-width: 300px;
  margin-bottom: 10px;
}
}/*768px*/
