@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/81/bgimage.png);
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-family :
	YuMincho,    /* MacÍÑ */
	'Yu Mincho', /* WindowsÍÑ */
	serif;
  min-width: 1360px;
}

img{
-webkit-backface-visibility: hidden;
}

a {
  color: #333;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

ul, ol, form, p {
  margin: 0;
}

/*
 * layout
 */
.container {
  width: 1300px;
  margin: 0 auto;
}

/* header */
.promo__seciton {
  width: 100%;
  min-height: 0px;/* ½é´üÃÍ0px */
}

.promo {
  background: #238c00;
}

.promo__text {
  color: #fff;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 1px;
  font-weight: bold;
  background: #238c00;
}

.header__section-wrap {
  background: #fbfbfb;/* ¡ú¥Ø¥Ã¥À¡¼ÇØ·Ê¿§¡ú½é´üÃÍ#fbfbfb */
    width: 100%;/* ½é´üÃÍ100% */
  position: -webkit-sticky;
    position: sticky;
    top: 0px;/* ½é´üÃÍ0px */
    z-index: 1000;
}

.header__section {
  text-align: center;
  margin-bottom: 0px;
}

.header-search {
  position: relative;
  float: left;
  margin-top: 10px;/* ½é´üÃÍ20px */
  width: 310px;/* ½é´üÃÍ310px */
}
.header-search i {
  position: absolute;
  top: 7px;/* ½é´üÃÍ16px */
  left: 10px;/* ½é´üÃÍ15px */
}

.header-search__box {
  min-width: 240px;/* ½é´üÃÍ240px */
  padding: 15px 11px 17px 51px;/* ½é´üÃÍ15px 11px 17px 51px; */
  background: none;/* ½é´üÃÍnone */
  border: none;/* ½é´üÃÍnone */
  border-radius: 10px;/* ³Ñ¤Î´Ý¤ß¡©½é´üÃÍ3px */
  color: #333;/* ½é´üÃÍ#333 */
}
.header-search__box:focus {
  padding: 14px 10px 16px 50px;
  background: #fff;
  border: 1px solid #e5e5e5;/* ½é´üÃÍ#e5e5e5 */
}

.header-tools {
  float: right;
  margin: 10px 0 0;/* ½é´üÃÍ25px */
  width: 465px;
  text-align: right;
}

.header-tools__unit {
  display: inline;
  margin-left: 35px;
  line-height: 1.0;/* ½é´üÃÍ1.4 */
}

.header-tools__unit-cart {
  margin-left: 5px;/* ½é´üÃÍ5px */
}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;/* ½é´üÃÍ7px 15px 7px 34px */
  font-size: 12px;
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 14px;
}

.header-tools__count {
  padding: 0 2px;
  font-size: 14px;
}

/* ¥Ø¥Ã¥À¡¼¥í¥´¤Î¥µ¥¤¥º¤È°ÌÃÖ */
.header__logo-img {
  margin: 8px 0 15px 40%;/* ½é´üÃÍ10px 0 25px 5% */
   width: 14%;/* ½é´üÃÍ30% */
    display: inline-block;
}

.header__logo {
  margin: 70px 0;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
  padding: 0px 0 7px 0;/* ½é´üÃÍ8px 0 15px 0 */
    font-size: 16px;/* ½é´üÃÍ16px */
}

.header-gnavi__unit {
  display: inline;
}

.header-gnavi__link {
  padding: 15px 30px;
}

.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #ddd;
  width: 1220px;/* ½é´üÃÍ1220px */
  position: absolute;
  top: 32px;
  left: 0;
  padding: 39px;
  background: #fff;
  z-index: 50;
  text-align: left;
}

.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}

/* slider */
#slider div {
  width: 100% !important;
}

.slider {
  margin: 0 auto;
  max-width: 2340px;
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
  font-size: 18px;
  padding: 30px;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}

.bx-wrapper img {
  margin: 0 auto!important;
}

/* main */
.main__section {
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  padding: 30px 0;
  overflow: hidden;
}

.main__section--product {
  padding: 20px 0 60px;
}

/* sidebar */
.sidebar__section {
  float: left;
  width: 270px;
  margin-right: 60px;
}

.menu__section {
  margin-bottom: 60px;
}

.more-prd span {
  cursor: pointer;
}

.side-banner {
  margin: 30px 0;
}

.side-banner li:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}


/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 35px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  /*position: absolute;
  top: 0;
  right: 0;*/
  height: 39px;
}

.sort--sub-layer {
  min-width: 200px;
  width: 200px;
    float: right;
}

/* contents */
.contents__section {
  float: right;
  width: 970px;
}

.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 60px;
}

.product-list__section {
  position: relative;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .seller-list, .together-list {
  margin-top: 40px;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* information */
.info {
  margin-top: 40px;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}

/* history */
.history__section {
  clear: both;
  border-top: 1px solid #000;
  padding-top: 60px;
}

/* footer */
.footer__section {
  border-bottom: 1px solid #000;
  width: 100%;
  background: #414141;
}

.footer__guide-wrap {
  width: 100%;
  background: #F2F2F2;
}

.footer__guide {
  padding-bottom: 30px;/* ¥Ç¥Õ¥©¥ë¥È30px */
  width: 1300px;/* ¥Ç¥Õ¥©¥ë¥È1300px */
    margin: 0 auto ;
  border-bottom: 1px solid #ddd;
}

.footer-intro {
  margin: 7px 0;
  color: #fff;
  text-align: center;
}

.guide__col {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.guide__col--one-third {
  width: 410px;
}

.guide__col--half {
  width: 625px;
}

.guide__h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.guide__list {
  margin: 0;
}

.guide__name {
  padding-bottom: 15px;
}

.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: #666;
}

.footer__navi-wrap{
  width: 100%;
  background: #414141;
  padding-top: 35px;
 height: 280px;/*¸µ¥µ¥¤¥º¤Ï¡¡245px¡¡*/
}

.footer__navi {
  width: 1300px;
  margin: 0 auto 16px;
}

.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.shop-owner__img img {
  width: 130px;
    margin: 13px auto;
    display: block;
}

.shop-owner__info {
  float: left;
  width: 290px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  padding-bottom: 60px;
}

.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}

.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
  color: #fff;
}

.footer-navi__col a{
color: #fff;
}
.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

/* copyright */
.copyright__section {
  padding: 20px 0;/* ½é´üÃÍ40px 0; */
    font-size: 10px;/* ½é´üÃÍ10px; */
    color: #fff;/* ½é´üÃÍ#fff; */
    width: 278px;/* ½é´üÃÍ278px; */
  margin-top: 5px;/* ½é´üÃÍ5px; */
}

.copyright {
  margin: 0 0 10px;
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

.category-list__unit {
  position: relative;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 40px;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}

.product-list__unit-lg {
  width: 303px;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
  font-size: 17px;
}

.product-list__name {
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: left;
}

.product-list__prices {
  margin-top: 10px;
  text-align: left;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

.rank-number-color--1 {
  background: #ffea22;
}

.rank-number-color--2 {
  background: #cbcbcb;
}

.rank-number-color--3 {
  background: #d9a300;
}

/* pagenation */
.pagenation {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.pagenation .disabled {
  color: #ccc;
}

.pagenation-prev {
  position: absolute;
  left: 0;
}

.pagenation-pos {
  line-height: 0.8;
}
.pagenation-pos__number {
  margin: 0 5px;
  font-size: 22px;
}

.pagenation-next {
  position: absolute;
  right: 0;
}

/* product */
.product__section {
  margin-bottom: 120px;
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px;
}

.product__explain {
  padding-top: 60px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product__model {
  color: #666;
}

.product__image-main {
  text-align: center;
}

.product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
}

.image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}

.image__thumb--active {
  border: 2px solid #ddd;
}

.product__guide {
  padding: 0 0 60px;
}

.product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
}

.product__price-regular {
  padding-bottom: 5px;
}

.product__price-establish {
  padding-bottom: 5px;
  color: #666;
}

.product__discount {
  color: #ff0000;
}

.product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}

.product__related-list__link {
  display: block;
  padding: 5px 0;
}
.product__related-list__link span {
  padding-left: 15px;
}

.product__order {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 0 60px;
}

.option-list__name, .init-list__name, .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}

.option-list__detail, .init-list__detail, .text-titles-list__detail {
  margin: 0;
}

.option-list__select {
  height: 50px;
  border: 2px solid #ddd;
}

.text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #ddd;
}

.init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid #ddd;
  display: inline-block;
}

.init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.init-list__detail-unit {
  padding-left: 10px;
}

.order-btn-list {
  margin: 0;
  padding-top: 30px;
}

.stock_error {
  text-align: center;
  color: #cf0400;
}

.option-table {
  margin: 40px 0;
}
.option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.option-table table th, .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.option-table table th {
  text-align: center;
}
.option-table table td {
  vertical-align: top;
  text-align: center;
}

.related-list {
  text-align: right;
  padding-right: 15px;
}

.related-list__unit {
  display: inline-block;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/*
 * Module
 */
.section__title-h2 {
  margin: 0;
    border-bottom: 2px solid #815b96;
    font-size: 19px;
  ¡¡¡¡letter-spacing:0.25em!important;
}

.section__title-h2 img {
  width: 480px;
}

.sidesection__title-h2 {
  margin: 0;
    border-bottom: 2px solid #815b96;
    font-size: 19px;
  ¡¡¡¡letter-spacing:0.25em!important;
}

.sidesection__title-h2 img {
  width: 280px;
}

.btn-primary {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn-primary:hover {
  background: #666;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
  padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.txt--sm {
  font-size: 10px;
}

.txt--md {
  font-size: 13px;
}

.txt--lg {
  font-size: 16px;
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 5px;
    display: block;
    width: 100px;
    float: right;
}

.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}

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

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

.cp_hr01 {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #8C8CB2;
}

.blink {
  animation: blinkAnime 1s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: rgba(127, 0, 127, 0.58) }
 100% { color: #ff0000 }
}

/* ¥¢¥³¡¼¥Ç¥£¥ª¥ó¡Ê¤ªÃÎ¤é¤»¥Ú¡¼¥¸¡Ë */
*,
*::after,
*::before {
  box-sizing: border-box;
}

.accordion {
  width: 100%;
  max-width: 100%;
}

/*------------------------------

¤³¤³¤«¤é¥¢¥³¡¼¥Ç¥£¥ª¥ó¤ÎCSS

------------------------------*/
/* ¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹¤ÏÈóÉ½¼¨ */
.accordion-hidden{
  display: none;
}

/* QuestionÉôÊ¬ */
.accordion-open {
  display: block;
  padding: 10px;
  background: #d3d3d3;
  cursor: pointer;
  margin: 5px 0;
  font-weight: 700;
  position: relative;/* ÊÑ¹¹ÉôÊ¬ */
}

/* ³«ÊÄ¾õÂÖ¤ò¼¨¤¹¥¢¥¤¥³¥ó+¤ÎºîÀ® */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* °ìËÜ¤Ï½Ä¤Ë¤·¤Æ+¤òºî¤ë */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* ¥¢¥³¡¼¥Ç¥£¥ª¥ó¤¬³«¤¤¤¿¤é½ÄËÀ¤ò²£ËÀ¤Ë¤·¤Æ-¤Ë¤¹¤ë */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* AnswerÉôÊ¬ */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1.0s;/* É½¼¨Â®ÅÙ¤ÎÀßÄê */
}

/* ¥Á¥§¥Ã¥¯¥Ü¥Ã¥¯¥¹¤Ë¥Á¥§¥Ã¥¯¤¬Æþ¤Ã¤¿¤éAnswerÉôÊ¬¤òÉ½¼¨¤¹¤ë */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 10px;
  background: #ffffff;
  font-weight: 100;
}

/* ¾ÞÌ£´ü¸Â¤ÎBOX */
.kakomi-box14 {
 position: relative;
 margin: 2em auto;
 padding: 1.2em;
 width: 55%;
 color: #000000; /* Ê¸»ú¿§ */
 background-color: #fff;
 border: 4px double #815b96; /* ÏÈÀþ¤ÎÂÀ¤µ¡¦¿§ */
 box-shadow: 2px 2px 2px #ccc;/* ±Æ¤Î¿§ */
}
.title-box14 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color:  #fff; /* ¥¿¥¤¥È¥ëÇØ·Ê¿§ */
 color: #815b96; /* ¥¿¥¤¥È¥ëÊ¸»ú¿§ */
}
/* ¤ªÃÎ¤é¤»¥Ú¡¼¥¸¤Î²èÁü */
/* ¥Ñ¥½¥³¥ó¤Ç¸«¤¿¤È¤­¤Ï"pc"¤Îclass¤¬¤Ä¤¤¤¿²èÁü¤¬É½¼¨¤µ¤ì¤ë */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* ¥¹¥Þ¡¼¥È¥Õ¥©¥ó¤Ç¸«¤¿¤È¤­¤Ï"sp"¤Îclass¤¬¤Ä¤¤¤¿²èÁü¤¬É½¼¨¤µ¤ì¤ë */
@media only screen and (max-width: 800px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* ²èÁü¤Ë¥Þ¥¦¥¹¥Û¥Ð¡¼¤ÇÈ¾Æ©ÌÀ¤Ë¤Ê¤ë */
.box2 {
  width: 100%;
}
.box2-img {
  width: 100%;
  vertical-align: bottom;
}
.box2-img:hover {
  filter: opacity(50%);
  cursor: pointer;
}

/* ²èÁü¤Ë¥Þ¥¦¥¹¥Û¥Ð¡¼¤ÇÈ¾Æ©ÌÀ¤Ë¤Ê¤ë¡Ê¥¤¥ó¥¹¥¿¥Õ¥©¥í¡¼QR¡Ë */
.box3 {
  width: 32%;
}
.box3-img {
  width: 32%;
  vertical-align: bottom;
}
.box3-img:hover {
  filter: opacity(50%);
  cursor: pointer;
}

/* TOP¥Ú¡¼¥¸¡ÖÍÓæ½¤òÃµ¤¹¥Ð¥Ê¡¼¡×²£ÊÂ¤Ó */
.wrap {
  display: flex;
  flex-wrap: wrap;
}

.item {
  padding: 10px;
  width: 32%;
  background-color: #fff;
}

.item:not(:nth-child(3n+3)) {
  margin-right: 2%;
}

.item:nth-child(n+4) {
  margin-top: 10px;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }

  .item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }

  .item:nth-child(n+2) {
    margin-top: 10px;
  }
}

/* ·èºÑÃí°Õ»ö¹à¥¢¥³¡¼¥Ç¥£¥ª¥ó */
summary {
  position: relative;
  display: block; /* Ìð°õ¤ò¾Ã¤¹ */
  padding: 10px;
  padding-left: 25px;
  cursor: pointer;
  background-color: #F2F2F2; /* ¸µ¥«¥é¡¼¡Öf1f5ff¡× */
  transition: 0.2s;
}
summary:hover {
  background-color: #c1d3ff;
}
summary::-webkit-details-marker {
  display: none;
}
/* µ¿»÷Í×ÁÇ¤Ç¥¢¥¤¥³¥ó¤òÉ½¼¨ */
summary::before,
summary::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
summary::before {
  width: 20px;
  height: 20px;
  border-radius: 50em;
  background-color: #0000ff; /* »°³Ñ¥¢¥¤¥³¥ó¸µ¥«¥é¡¼¡Ö#113285¡×¡¦¡Ö»ç#d958e8¡× */
}
summary::after {
  left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #fff;
  box-sizing: border-box;
  transition: .1s;
}

/* ¥ª¡¼¥×¥ó»þ */
details[open] summary {
  background-color: #c1d3ff;
}
details[open] summary::after {
  transform: rotate(90deg);
  left: 6px;
  top: 2px;
}

/* ¥¢¥Ë¥á¡¼¥·¥ç¥ó */
details[open] .wrapper {
  animation: accordionOpen 0.5s ease;
}
@keyframes accordionOpen {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* ¥¤¥ó¥¹¥¿¥Õ¥©¥í¡¼¥Ü¥¿¥ó */
.insta_btn2{/*¥Ü¥¿¥ó¤Î²¼ÃÏ*/
  color: #FFF;/*Ê¸»ú¡¦¥¢¥¤¥³¥ó¿§*/
  border-radius: 7px;/*³Ñ´Ý¤Ë*/
  position: relative;
  display: inline-block;
  height: 40px;/*¹â¤µ50px*/
  width: 80%;/*Éý*190px/
  text-align: center;/*Ãæ¿È¤òÃæ±û´ó¤»*/
  font-size: 20px;/*Ê¸»ú¤Î¥µ¥¤¥º25px*/
  line-height: 50px;/*¹â¤µ¤È¹ç¤ï¤»¤ë*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*¥°¥é¥Ç¡¼¥·¥ç¥ó­¡*/
  overflow: hidden;/*¤Ï¤ß½Ð¤¿ÉôÊ¬¤ò±£¤¹*/
  text-decoration:none;/*²¼Àþ¤Ï¾Ã¤¹*/
}

.insta_btn2:before{/*¥°¥é¥Ç¡¼¥·¥ç¥ó­¢*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*Á´ÂÎ¤òÊ¤¤¦*/
  height: 100%;/*Á´ÂÎ¤òÊ¤¤¦*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*¥¢¥¤¥³¥ó*/
  font-size: 30px;/*¥¢¥¤¥³¥ó¥µ¥¤¥º35px*/
  position: relative;
  top: 1px;/*¥¢¥¤¥³¥ó°ÌÃÖ¤ÎÈùÄ´À°4px*/
}

.insta_btn2 span {/*¥Æ¥­¥¹¥È*/
  display:inline-block;
  position: relative;
  transition: .5s
}

.insta_btn2:hover span{/*¥Û¥Ð¡¼¤Ç°ì¼þ²óÅ¾*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

/* ¥¤¥ó¥¹¥¿¥Õ¥©¥í¡¼¥Ü¥¿¥ó¤³¤³¤Þ¤Ç */