<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 1300px;
  height: 50px;
  background: #88a9c0;
}
.loop-area {
  display: flex;
  animation: loop-slide 40s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.loop-area .content {
  width: 500px;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


body {
  background-color: #FFFFFF;
  background-image: url(https://img.shop-pro.jp/tmpl_img/81/bgimage.png);
  color: #333;
  -webkit-font-smoothing: antialiased;
}

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

.btn {
  border-radius: 0;
}

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

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

/* header */
.promo__seciton {
  background-color: #238c00;
  width: 100%;
  min-height: 49px;
}

.promo {
  background: #238c00;
}

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

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

.header-search {
  position: relative;
  /*float: left;*/
  margin-top: 20px;
  width: 1300px;
  background-color:#eee;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 15px;
}

.header-search__box {
  min-width: 240px;
  padding: 15px 11px 17px 51px;
  background: none;
  border: none;
  border-radius: 3px;
  color: #333;
  width:1244px;  
}
.header-search__box:focus {
  padding: 14px 10px 16px 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
  width:1244px;
}

.header-tools {
  float: right;
  margin: 25px 0 0;
  width: 465px;
  text-align: right;
}

.header-tools__unit {
  display: inline;
  margin-left: 45px;
  line-height: 1.4;
}

.header-tools__unit-cart {
  margin-left: 21px;
}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  font-size: 12px;
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 12px;
}

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

h1.top{ font-size:90%; font-weight:normal;}

.header__logo-img2 {
  margin: 0 0;
}

.header__logo-img {
  margin: 0 0;
}

.header__logo2 {
  margin: 0px 0;
}

.header__logo {
  margin: 0px 0;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
}

.header-gnavi__unit {
  display: inline;
}

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

.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;
  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: 1300px !important;
}

.slider {
  margin: 0 auto 60px;
  width: 1300px;
}
.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;
}

/* main */
.main__section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  padding: 60px 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;
}

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

.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;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}

/* 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 #ddd;
  padding-top: 60px;
}

/* footer */
.footer__section {
  border-bottom: 1px solid #000;
}

.footer__guide {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.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;
  font-size: 13px;
}

.guide__name {
  padding-bottom: 15px;
}

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

.footer__navi {
  margin-bottom: 40px;
  font-size: 13px;
}

.shop-owner {
  overflow: hidden;
}

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

.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;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

/* copyright */
.copyright__section {
  padding: 20px 0;
  font-size: 10px;
}

.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%;
  font-size: 13px;
}

.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;
}

.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;
  padding-bottom: 20px;
  border-bottom: 3px solid #ddd;
  font-size: 16px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.btn-primary {
  background: #333;
  background: #c0000e;
  border: 1px solid #c0000e;
  color: #fff;
}
.btn-primary:hover {
  background: #666;
  background: #c0000e;
  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: 12px;
}

.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: 20px;
}

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

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

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

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

.hide {
  display: none;
}

/* 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;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.uketsuke_tel{ 
  display:block;
  float:right;
  width:170px;
height:auto;
}

.uketsuke_time{ 
font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  margin-top:4px;
font-size:10px;
color:#888;
text-align:center;}
.clear{ clear:both;}

.xmas_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	margin:20px 0 50px 0; 
	width:910px;
	height:auto;
}

.xmas_cate{
	margin:0; 
	width:210px;
	height:auto;
	text-align:center;
}

.xmas_cate_img{
	margin:0; 
	padding:0 0 5px 0;   
	width:210px;
	height:auto;
}

h3.xmas_cate_name{
border-top:1px solid #1a6600;
background-image: url(https://introduction-bag.com/xmas/bg.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
  font-size:120%;
  font-weight:200;
  color:#fff;
  padding:8px 10px;
}

h3.xmas_cate_name a{
  text-decoration:none;
  font-weight:200;  
  color:#fff;
}

.kichijitu_bg{
  background-image: url(https://file001.shop-pro.jp/PA01080/151/calendar/winter3.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
    margin-bottom:60px;
  text-align:center;
  width:910px;
  height:639px;
  padding-top:75px;
}

h2.kichijitu{
  margin-bottom:32px;
  font-size:200%;
  color:#8c8c00;
  text-align:center;  
}

.kichijitu_tilte_sita{
  font-size:180%;
  color:#000;
  text-align:center;
  margin-bottom:60px;
}

.kichijitu_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	margin:0 0 60px 0; 
	width:910px;
	height:auto;
}

.kichijitu_box2{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	margin:0 0 60px 0; 
	width:910px;
	height:auto;
}


.kichijitu_day{
	margin:0; 
	width:290px;
	height:auto;
	text-align:center;
}

.kichijitu_day2{
	margin:0 100px 0 0; 
	width:290px;
	height:auto;
	text-align:center;
}

.kichijitu_img{
	margin:0; 
	padding:0 0 7px 0;   
	width:auto;
	height:auto;
}

h3.tenshanichi{
  background-color:#d60219;
  border-radius:20px;
  margin-bottom:10px;
  padding:8px;
  color:#fff;
  font-size:90%;
}

h3.manbaibi{
  background-color:#006600;
  border-radius:20px;
  margin-bottom:10px;
  padding:8px;
  color:#fff;
  font-size:90%;  
}

h3.tora{
  background-color:#ff6746;
  border-radius:20px;
  margin-bottom:10px;
  padding:8px;
  color:#fff;
  font-size:90%;  
}

h3.snake{
  background-color:#a0b93a;
  border-radius:20px;
  margin-bottom:10px;
  padding:8px;
  color:#fff;
  font-size:90%;
}

h3.super_snake{
  background-color:#bc9c07;
  border-radius:20px;
  margin-bottom:10px;
  padding:8px;
  color:#fff;
  font-size:90%;  
}

.kichijitu_text{
  text-align:left;
  line-height:150%;
  color:#000;
  
}

.kichijitu_guide{
  text-align:center;
  margin:0 8px 60px 8px;
}

.kichijitu_tuiki{
  margin-bottom:60px;
  text-align:center;
  line-height:150%;
  font-size:;150%;
}

.xmas_wrapping{
	margin:0 50px 0 0; 
	width:372px;
	height:auto;
	text-align:center;
}

.xmas_wrapping_text{
	margin:0; 
	padding:0 0 0 0;   
	width:478px;
	height:auto;
	text-align:left;
  font-size:16px;
  color:#000;
}

h3.xmas_wrappin{
	margin:0 0 15px 0; 
	padding:0 0 10px 0;
  border-bottom:1px solid #ff0000;
  font-size:20px;
  color:#0c6c46;
}

.red{color:#ff0000;}


.fukubukuro_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	margin:0 0 30px 0; 
	width:auto;
	height:auto;
	text-align:center;
}

.niman{
	margin:0 20px; 
	background-color:#fff;
	width:360px;
	height:auto;
	font-size:15px;
	text-align:center;
	color:#000;
}

.sanman{
	margin:0; 
	margin:0 20px; 
	background-color:#fff;
	width:360px;
	height:auto;
	font-size:15px;
	line-height:150%;
	text-align:center;
	color:#000;
}

.docchiha_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: center;
	margin:0 0 30px 0; 
	width:auto;
	height:auto;
	text-align:center;
}

.uraji_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	margin:0 0 60px 0; 
	width:auto;
	height:auto;
}


.func_img{
	order:1;
	margin:0; 
	width:400px;
	height:auto;
}

.func_img2{
	order:2;
	margin:0; 
	width:400px;
	height:auto;
}

.funt_text{
	order:2;
	margin:0; 
	width:380px;
	height:auto;
	font-size:16px;
	line-height:150%;
	text-align:left;
}

.funt_text2{
	order:1;
	margin:0; 
	width:380px;
	height:auto;
	font-size:16px;
	line-height:150%;
	text-align:left;
}

.kodawari_no{
  margin-top:0;
  margin-bottom:15px;
  font-family: 'Noto Serif JP', serif;
  background-image:none;
  text-align:left;
  font-size:28px;
  font-weight:normal;
  text-decoration:underline;  
  color:#000;
  text-align:center;
}

h3.func{
  margin-top:0;
  margin-bottom:15px;
  font-family: 'Noto Serif JP', serif;
  background-image:none;
  text-align:left;
  font-size:28px;
  font-weight:normal;
  color:#f04674 !important;
}

.nagazaifu_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	margin:0 0 60px 0; 
	width:auto;
	height:auto;
}

.nagazaifu_frame{
	margin:0 10px 20px 10px; 
	width:410px;
	height:auto;
}

.haru_img{
	margin:0 0 10px 0; 
	width:auto;
	height:auto;
}

.haru_img2{
	margin:0 0 0 20px; 
	width:410px;
	height:auto;
}

.haru_text{
	margin:0; 
	width:auto;
	height:auto;
	font-size:14px;
	line-height:150%;
	text-align:left;
}

.haru_text2{
	order:1;
	margin:0; 
	width:380px;
	height:auto;
	font-size:16px;
	line-height:150%;
	text-align:left;
}

h3.machi{
  margin-top:0;
  margin-bottom:10px;
  font-family: 'Noto Serif JP', serif;
  background-image:none;
  text-align:center;
  font-size:20px;
  font-weight:normal;
  line-height:120%;
  color:#008888 !important;
}

h3.gyaru{
  margin-top:0;
  margin-bottom:10px;
  font-family: 'Noto Serif JP', serif;
  background-image:none;
  text-align:center;
  font-size:20px;
  font-weight:normal;
  line-height:120%; 
  color:#004040 !important;
}

.shukugawa_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	margin:0 0 60px 0; 
	width:auto;
	height:auto;
}

.shukugawa_box2{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	margin:0 0 60px 0; 
	width:auto;
	height:auto;
}

.shukugawa_left{
	width:528px;
	height:auto;
}

.shukugawa_right{
	width:262px;
	height:auto;
	font-size:15px;
    line-height:150%;
	color:#333;
  text-align:left;
}

.anniver1{
background-image:url(https://introduction-bag.com/anniver/2-1.jpg);
background-position:0 0;
background-repeat:no-repeat;
margin:0;
padding:20px 0 20px 340px;
width:460px;
height:auto;
font-size:12px;
line-height:150%;
color:#333;
text-align:left;  
}

.anniver2{
background-color:#ECECEC;
margin:-10px 0 60px 0;
padding:8px;
width:auto;
height:auto;
font-size:12px;
line-height:150%;
color:#333;
text-align:left;
}

.to_top{ position:fixed; bottom:2%; right:2%;}

.anniver3{
background-image:url(https://introduction-bag.com/anniver/3-2.jpg);
background-position:0 0;
background-repeat:no-repeat;
margin:0;
padding:90px 0 60px 0;
width:396px;
height:493px;
font-size:12px;
line-height:150%;
color:#333;
text-align:center;  
}

.anniver4{
width:396px;
height:auto;
margin:0;
padding:0;
font-size:12px;
line-height:150%;
color:#333;
text-align:center;  
}

.anniver4_img{
width:auto;
height:auto;
margin:0 0 20px 0;
}

.anniver_item{
  border-left:1px solid #333;
  margin:0 auto;
  padding-left:8px;
  width:290px;
  height:auto;
  font-size:12px;
  color:#333;
  text-align:left;
}

.anniver_item2{
  border-left:1px solid #333;
  margin:0;
  padding-left:8px;
  width:290px;
  height:auto;
  font-size:12px;
  color:#333;
  text-align:left;
}

.ani_item_name{ font-size:14px;}
.ani_item_mate{ font-size:10px;}
.ani_item_year{ font-size:12px;}
.ani_item_text{ border-top:1px solid #333; margin-top:8px; padding-top:8px; font-size:12px;}

.anniver5{
background-image:url(https://introduction-bag.com/anniver/3-6.jpg);
background-position:0 0;
background-repeat:no-repeat;
margin:0 0 60px 0;
padding:100px 0 0 90px;
width:710px;
height:300px;
font-size:12px;
line-height:150%;
color:#333;
text-align:left;  
}

.anniver6{
background-image:url(https://introduction-bag.com/anniver/3-7.jpg);
background-position:0 0;
background-repeat:no-repeat;
margin:0 0 60px 0;
padding:100px 0 0 90px;
width:710px;
height:300px;
font-size:12px;
line-height:150%;
color:#333;
text-align:left;  
}

.anniver7{
margin:0 0 60px 0;
}

.anniver8{
background-image:url(https://introduction-bag.com/anniver/5.jpg);
background-position:0 0;
background-repeat:no-repeat;
margin:0 0 60px 0;
padding:80px 0 0 440px;
width:360px;
height:478px;
font-size:12px;
line-height:150%;
color:#333;
text-align:left;  
}

.anniver9_text{
float:left;  
margin:0 0 45px 0;
width:48%;
text-align:left;
font-size:15px;
line-height:180%;
color:#333;
}

.anniver9_img{
float:right;  
margin:0 0 45px 0;
width:48%;
text-align:left;
}

.anniver9_img2{
clear:both;  
margin:0 0 60px 0;
width:auto;
text-align:center;
}

.anniver10_text{
float:left;  
margin:0 0 45px 0;
width:52%;
text-align:left;
font-size:15px;
line-height:180%;
color:#333;
}

.anniver10_img{
float:right;  
margin:0 0 45px 0;
width:330px;
text-align:right;
}

.anniver10_img2{
clear:both;  
margin:0 0 60px 0;
width:auto;
text-align:center;
}

.anniver_kgiri{
border-bottom:1px dotted #ccc;
margin:0 0 40px 0;
padding:0 0 10px 0;
width:auto;
}

.color_border{
  border-bottom:1px dashed #ccc;
  margin-bottom:60px;
  padding-bottom:20px;  
}

.color_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	margin:0; 
	width:auto;
	height:auto;
}

.color_item{
	order:1;
	margin:0 10px 40px 10px; 
	width:380px;
	height:auto;
}

.color_item_title{
	order:2;  
	margin:0 10px 40px 10px; 
	width:380px;
	height:auto;
}


.pecket_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	margin:0; 
	width:auto;
	height:auto;
}

.pecket{
	margin:0 10px 40px 10px; 
	width:350px;
	height:auto;
  text-align:center;
}

.pecket_text{
	margin:0 3px 0px 3px; 
	width:350px;
	height:auto;
  text-align:left;  
}

.differ_title_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: center;
	border:1px solid #ccc;
	margin:0 0 100px 0; 
	width:970px;
	height:auto;
}

.differ_title1{
  order:1;
	margin:0; 
	width:auto;
	height:auto;
}

.differ_title2{
  order:2;
	margin:0; 
	width:auto;
	height:auto;
}

.differ_thin_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	margin:0 0 30px 0; 
	width:680px;
	height:auto;
}

.differ_thin_frame{
	margin:0 12px 10px 12px; 
	width:200px;
	height:auto;
  text-align:left;
}

.differ_thin_shita{ text-align:left; line-height:150%; width:680px; margin:0 auto 100px auto;}

.mothers_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	margin:30px 0 70px 0; 
	width:909px;
	height:auto;
}

.mothers_box_image{
	margin:0; 
	width:303px;
	height:auto;
}

.mothers_box_text{
	margin:5px; 
	width:auto;
	height:auto;
	text-align:left;
	font-size:100%;
	line-height:150%;
}
.mothers_box_price{
	margin:5px; 
	width:auto;
	height:auto;
	text-align:center;
	font-size:120%;
	color:#cb607e;
}

.mothers_box2{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	margin:0 0 70px 0; 
	width:auto;
	height:auto;
}

.mothers_banner{
	margin:0 20px; 
	width:400px;
	height:auto;
}

.mothers_box3{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin:30px 0 50px 0; 
	width:auto;
	height:auto;
}

.mothers_banner2{
	margin:0 30px 0 0; 
	width:440px;
	height:auto;
}

.mothers_belt{
	background-color:#ccdde5;
	margin:0 0 20px 0;
 	padding:10px 0;
	width:auto;
	height:auto;
	color:#333;
	font-size:120%;  
	text-align:center;
 	line-height:100%;
}

.realtime_frame{ margin:0 auto; width:910px;}

h2.rt{
  	background-color:#fff;
	margin:0 0 40px 0; 
	width:auto;
	height:auto;
	text-align: center;
	line-height:135%;
	font-size:36px;
	color:#333;
}

.rt_sita{
	margin:0 0 50px 0; 
	width:auto;
	height:auto;
	text-align: left;
	line-height:150%;
	font-size:16px;
	color:#555;
}

h3.rt{
	background-color:#88a9c0;
	margin:0 0 25px 0; 
	padding:25px;  
	width:auto;
	height:auto;
	text-align: left;
	line-height:100%;
	font-size:20px;
	color:#fff;
}

.rt30{
	font-size:30px;
}

.rt_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	margin:0 0 60px 0; 
	width:auto;
	height:auto;
}

.rt_img{
	width:345px;
	height:auto;
}

.rt_text{
	margin-top:20px;
	width:545px;
	height:auto;
	text-align: left;
}

.rt_code{
	margin:0 0 30px 0; 
	font-size:20px;
	color:#000;
  font-weight:bold;
}

.rt_explain{
	margin:0 0 40px 0; 
	font-size:16px;
	color:#000;
	line-height:180%;
}

.rt_link{
	margin:0; 
	font-size:18px;
}

.rt_link a{
  color:#00f;
  text-decoration:underline;
}

.rt2{
	background-color:#88a9c0;
	margin:0 0 60px 0; 
	padding:25px;  
	width:auto;
	height:auto;
	text-align: center;
	line-height:100%;
	font-size:16px;
	color:#fff;
}

.rt2 a:link,.rt2 a:visited{
	text-decoration:underline;
	color:#fff;
}

.rt2 a:hover{
	text-decoration:none;
	color:#fff;
}

.cate_area2{
	background-color:#dee9ef;
	margin:0 auto;
	padding:20px 0;  
	width:986px;
	height:auto;
	color:#000;  
	font-size:100%;
	text-align:center;
}

.cate_title2{
	margin-bottom:0;
}

.cate_box2{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin:0 auto 60px auto; 
	width:880px;
	height:auto;
}

.cate_img2{
	margin:0; 
	width:220px;
	height:auto;
}

.cate_img2 a:link,.cate_img2 a:visited{
	color:#000; 
	text-decoration:none;
}

.cate_img2 a:hover{
	color:#000; 
	text-decoration:underline;
}

h3.intropoint{
  background-color:#dee9ef;
  border-radius:20px;
  margin:0 8px 20px;
  padding:8px;
  width:880px;
  font-size:130%;
  text-align:center;
  color:#000;
}

h4.intropoint2{
  margin:0 0 5px;
  padding:0;
  font-size:110%;
  text-align:left;
  color:#45768f;
}

.niretsu_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	margin:0 auto 60px auto; 
	width:1364px;
	height:auto;
}

.niretsu_left{
	margin:0 20px 0 0; 
	width:640px;
	height:auto;
}

.niretsu_right{
	margin:0; 
	width:640px;
	height:auto;
}

.pcorsmp_box{
 	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	margin:0 auto 60px auto; 
	width:auto;
	height:auto;
}

.pcorsmp_box img{
	margin:0 10px; 
	width:auto;
	height:auto;
}

.review_cont{ margin:0 auto 60px; width:800px; text-align:left;}

h3.review_smtp{
border-top:none;
background-image: url(https://file001.shop-pro.jp/PA01080/151/review/smtp_icon.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size:150%;
  font-weight:bold;
  color:#000;
  margin:0 0 30px 0;
  padding:8px 0 0 65px;
}

h3.review_smtp a{
  text-decoration:none;
  font-weight:bold;  
  color:#000;
}

h3.review_pc{
border-top:none;
background-image: url(https://file001.shop-pro.jp/PA01080/151/review/pc_icon.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size:150%;
  font-weight:bold;
  color:#000;
  margin:0 0 30px 0;
  padding:8px 0 0 65px;
}

h3.review_pc a{
  text-decoration:none;
  font-weight:bold;  
  color:#000;
}

.smtp{ display:none;}
.desktop{ display:block;}

.fontbold{ font-weight:bold;}</pre></body></html>