@charset "UTF-8";
@font-face {
  font-family: 'FlopDesignFONT';
  src: url(../fonts/FlopDesignFONT.otf);
}

.heading3 p small {
  font-family: oswald, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mediaset .btn a, .linkset a, .linkbtn a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"], .send input,
.member-page .send input,
#wc_ordercompletion .send a, .member_submenu li a,
#wc_lostmemberpassword #nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  border: 1px solid #00adee;
  background: #fff;
  color: #00adee;
  text-decoration: none;
  padding: 0 36px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 18px;
}

.mediaset .btn a:hover, .linkset a:hover, .linkbtn a:hover, .miniSurveyView table.formBlockSurveyTable tr:last-child td input:hover[type="submit"], .send input:hover,
#wc_ordercompletion .send a:hover, .member_submenu li a:hover,
#wc_lostmemberpassword #nav a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .mediaset .btn a, .linkset a, .linkbtn a, .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"], .send input,
  .member-page .send input,
  #wc_ordercompletion .send a, .member_submenu li a,
  #wc_lostmemberpassword #nav a {
    height: 60px;
    padding: 0 33px;
    font-size: 15px;
    background-position: center right 15px;
  }
}

.member-page,
.cart-page {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* ----------------------------------------------
pagetitle
------------------------------------------------- */
#pagetitle {
  margin-bottom: 30px;
  padding: 0 10px;
  position: relative;
}

#pagetitle:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/pt-bg.png);
  background-repeat: repeat-x;
}

#pagetitle h1 {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 600px;
  color: #fff;
  font-size: 80px;
  line-height: 1.4;
  font-family: "FlopDesignFONT";
  letter-spacing: 0.05em;
  text-shadow: 4px 4px 0px #000000;
}

#pagetitle small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #00adee;
  text-shadow: none;
}

@media (max-width: 999px) {
  #pagetitle h1 {
    padding-top: 100px;
    height: 360px;
    font-size: 56px;
    text-shadow: 3px 3px 0px #000000;
  }
  #pagetitle small {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #pagetitle h1 {
    padding-top: 60px;
    height: 220px;
    font-size: 36px;
  }
  #pagetitle h1 small {
    margin-top: 5px;
    font-size: 18px;
  }
}

/* ----------------------------------------------
breadcrumb
------------------------------------------------- */
#breadcrumb {
  margin-bottom: 70px;
  font-size: 13px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#breadcrumb a {
  font-weight: normal;
}

/* ----------------------------------------------
heading1 見出し1
------------------------------------------------- */
.heading1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.heading1 h2 {
  color: #fff;
  font-size: 90px;
  line-height: 1.2;
  text-align: center;
  font-family: "FlopDesignFONT";
  letter-spacing: 0.1em;
  text-shadow: black 1px 0px 0px, black 0.5403px 0.84147px 0px, black -0.41615px 0.9093px 0px, black -0.98999px 0.14112px 0px, black -0.65364px -0.7568px 0px, black 0.28366px -0.95892px 0px, black 0.96017px -0.27942px 0px;
}

.heading1 h2 small {
  margin-top: -42px;
  display: block;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: bold;
  color: #000000;
  text-shadow: none;
}

@media (max-width: 999px) {
  .heading1 h2 {
    font-size: 50px;
  }
  .heading1 h2 small {
    margin-top: -25px;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .heading1 h2 {
    font-size: 36px;
  }
  .heading1 h2 small {
    margin-top: -18px;
    font-size: 18px;
  }
}

/* ----------------------------------------------
heading2 見出し2
------------------------------------------------- */
.heading2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.heading2 p {
  color: #fff;
  font-size: 56px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "FlopDesignFONT";
  letter-spacing: 0.1em;
  text-shadow: black 1px 0px 0px, black 0.5403px 0.84147px 0px, black -0.41615px 0.9093px 0px, black -0.98999px 0.14112px 0px, black -0.65364px -0.7568px 0px, black 0.28366px -0.95892px 0px, black 0.96017px -0.27942px 0px;
}

.heading2 p small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: bold;
  color: #4d4d4d;
  text-shadow: none;
}

.heading2 p small:before {
  margin-left: 10px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  content: "";
  width: 23.5px;
  height: 47.5px;
  background: url(../images/heading2-border.png) no-repeat center/cover;
}

@media (max-width: 999px) {
  .heading2 p {
    font-size: 36px;
  }
  .heading2 p small {
    font-size: 16px;
  }
  .heading2 p small:before {
    margin-right: 10px;
    width: calc(23.5px * 0.7);
    height: calc(47.5px * 0.7);
  }
}

@media (max-width: 767px) {
  .heading2 p {
    font-size: 28px;
  }
  .heading2 p small {
    font-size: 14px;
  }
  .heading2 p small:before {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(23.5px * 0.5);
    height: calc(47.5px * 0.5);
  }
}

/* ----------------------------------------------
heading3 見出し3
------------------------------------------------- */
.heading3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
}

.heading3 p {
  color: #00adee;
  font-size: 56px;
  line-height: 1.2;
  font-family: "FlopDesignFONT";
  letter-spacing: 0.1em;
}

.heading3 p small {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: bold;
  left: -80px;
}

@media (max-width: 1399px) {
  .heading3 p small {
    left: 0px;
  }
}

.heading3 p small:before {
  margin-right: 20px;
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background-color: #000000;
}

@media (max-width: 1399px) {
  .heading3 p {
    font-size: 48px;
  }
  .heading3 p small {
    font-size: 18px;
  }
}

@media (max-width: 999px) {
  .heading3 p {
    font-size: 36px;
  }
  .heading3 p small {
    font-size: 16px;
  }
  .heading3 p small:before {
    width: 50px;
  }
}

@media (max-width: 767px) {
  .heading3 p {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
  .heading3 p small {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .heading3 p small:before {
    margin-right: 10px;
    width: 46px;
  }
}

/* ----------------------------------------------
heading4 見出し4
------------------------------------------------- */
.heading4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}

.heading4 p {
  font-size: 30px;
  line-height: 1.2;
  font-family: "FlopDesignFONT";
  letter-spacing: 0.1em;
}

.heading4 p small {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: bold;
  color: #000000;
}

.heading4 p small:before {
  margin-right: 10px;
  display: block;
  content: "";
  width: 210px;
  height: 1px;
  background-color: #000000;
}

@media (max-width: 999px) {
  .heading4 p {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .heading4 p {
    font-size: 22px;
  }
}

/* ----------------------------------------------
txtset
------------------------------------------------- */
.txtset {
  margin-bottom: 100px;
  line-height: 1.6;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* ----------------------------------------------
fullimg
------------------------------------------------- */
.fullimg {
  margin-bottom: 100px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.fullimg img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------
mediaset
------------------------------------------------- */
.mediaset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.mediaset .title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.mediaset .text {
  font-size: 16px;
  line-height: 2;
}

.mediaset .btn {
  margin-left: auto;
  width: 100%;
  max-width: 270px;
  margin-top: 40px;
}

.mediaset.notLast {
  margin-bottom: 50px;
}

.mediaset:not(.img-small) {
  /* 
		.title{
			margin-bottom: $MD-tit-mb;
			font-size: $MD-tit-fz;
			line-height: $MD-tit-lh;
		}
		.text{
			line-height: $lh;
		}
		.btn{
			width: 100%;
			max-width: $btnWidth;
			margin-top: $MD-btn-mt;
			a{
				@extend %btn;
			}
		}
		 */
}

.mediaset:not(.img-small) .imgbox {
  width: 42.37288%;
}

.mediaset:not(.img-small) .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset:not(.img-small) .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mediaset:not(.img-small).img-left .imgbox {
  margin-right: 4.23729%;
}

.mediaset:not(.img-small).img-right .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 4.23729%;
}

.mediaset.img-small {
  /* 
     .title {
      margin-bottom: $MDS-tit-mb;
      font-size: $MDS-tit-fz;
      line-height: $MDS-tit-lh;
	} 
	 */
  /* 
    .btn {
      width: 100%;
      max-width: $btnWidth;
      margin-top: $MD-btn-mt;
      a {
        @extend %btn;
      }
	} 
	 */
}

.mediaset.img-small.img-left .imgbox {
  margin-right: 40px;
}

.mediaset.img-small.img-right .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 40px;
  margin-right: 0;
}

.mediaset.img-small .imgbox {
  width: 300px;
  margin-right: 40px;
}

.mediaset.img-small .imgbox img {
  width: 100%;
  height: auto;
}

.mediaset.img-small .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mediaset.img-small .text {
  line-height: 1.875;
}

@media (max-width: 767px) {
  .mediaset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mediaset .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .mediaset .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .mediaset .text {
    font-size: 14px;
  }
  .mediaset:not(.img-small) {
    /* 	.title{
				margin-bottom: $MD-sp-tit-mb;
				font-size: $MD-sp-tit-fz;
			}
			.btn{
				@include mx-auto();
			} */
  }
  .mediaset:not(.img-small) .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset:not(.img-small).img-left .imgbox {
    margin-right: auto;
  }
  .mediaset:not(.img-small).img-right .imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: auto;
  }
  .mediaset.img-small.img-left .imgbox {
    margin-right: auto;
  }
  .mediaset.img-small.img-right .imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .mediaset.img-small .imgbox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .mediaset.img-small .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
calloutset
------------------------------------------------- */
.calloutset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.calloutset.notLast {
  margin-bottom: 50px;
}

.calloutset .image {
  margin-bottom: 10px;
}

.calloutset .image img {
  width: 100%;
  height: auto;
}

.calloutset .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}

.calloutset .text {
  line-height: 1.6;
}

.calloutset.col4 {
  /* 
		.title {
			letter-spacing: 0.05em;
		  }
		  .text {
			font-size: 16px;
			line-height: 1.5;
			@include sp {
			  font-size: 14px;
			}
		  }
		   */
}

.calloutset.col4 .block {
  width: 22.0339%;
}

.calloutset.col4 .block:not(:nth-child(4n + 1)) {
  margin-left: 3.9548%;
}

.calloutset.col4 .block:nth-child(n + 5) {
  margin-top: 50px;
}

.calloutset.col3 {
  /* 
		text-align: center;
 		*/
}

.calloutset.col3 .block {
  width: 30.50847%;
}

.calloutset.col3 .block:not(:nth-child(3n + 1)) {
  margin-left: 4.23729%;
}

.calloutset.col3 .block:nth-child(n + 4) {
  margin-top: 50px;
}

.calloutset.col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calloutset.col2 .block {
  width: 47.45763%;
}

.calloutset.col2 .block:nth-child(n + 3) {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .calloutset.col4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col4 .block {
    width: 45.88235%;
  }
  .calloutset.col4 .block:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .calloutset.col4 .block:nth-child(n + 3) {
    margin-top: 50px;
  }
  .calloutset.col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col3 .block {
    width: 100%;
  }
  .calloutset.col3 .block:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .calloutset.col3 .block:nth-child(n + 2) {
    margin-top: 50px;
  }
  .calloutset.col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .calloutset.col2 .block {
    width: 100%;
  }
  .calloutset.col2 .block + .block {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
linkset
------------------------------------------------- */
.linkset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.linkset.notLast {
  margin-bottom: 30px;
}

.linkset ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.linkset.col4 li {
  width: 22.88136%;
}

.linkset.col4 li:not(:nth-child(4n + 1)) {
  margin-left: 2.82486%;
}

.linkset.col4 li:nth-child(n + 5) {
  margin-top: 30px;
}

.linkset.col3 li {
  width: 29.66102%;
}

.linkset.col3 li:not(:nth-child(3n + 1)) {
  margin-left: 5.50847%;
}

.linkset.col3 li:nth-child(n + 4) {
  margin-top: 30px;
}

@media (max-width: 999px) {
  .linkset.col4 a {
    background-image: none;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .linkset ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .linkset.col4 li {
    width: 48%;
  }
  .linkset.col4 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col4 li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .linkset.col3 {
    max-width: 350px;
  }
  .linkset.col3 li {
    width: 100%;
  }
  .linkset.col3 li:not(:first-child) {
    margin-left: 0;
  }
  .linkset.col3 li:nth-child(n + 2) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
linkbtn
------------------------------------------------- */
.linkbtn {
  margin: 0 auto 100px;
  width: calc(100% - 20px);
  max-width: 350px;
}

.linkbtn a {
  height: 80px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .linkbtn a {
    height: 70px;
    font-size: 16px;
  }
}

/* ----------------------------------------------
tableset
------------------------------------------------- */
.tableset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.tableset table {
  width: 100%;
  line-height: 1.8;
}

.tableset th,
.tableset td {
  padding: 55px 25px 40px 25px;
  border-bottom: 1px solid #4d4d4d;
  font-size: 14px;
}

.tableset th,
.tableset thead td,
.tableset thead th {
  background: #fff;
  white-space: nowrap;
  color: #dc0032;
}

.tableset td {
  background: #fff;
}

.tableset.type-normal th,
.tableset.type-normal td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.tableset.type-normal td {
  font-size: 16px;
}

.tableset.type-scroll {
  overflow-x: auto;
}

.tableset.type-scroll table {
  border-collapse: separate;
  border-spacing: 30px 10px;
}

.tableset.type-scroll th,
.tableset.type-scroll td {
  padding: 20px 0 5px 0;
}

.tableset.type-scroll th,
.tableset.type-scroll thead td,
.tableset.type-scroll thead th {
  white-space: nowrap;
  font-weight: bold;
}

.tableset.type-scroll thead th {
  background-color: transparent;
  border: none;
}

.tableset.type-scroll thead td {
  text-align: center;
}

@media (max-width: 767px) {
  .tableset.type-normal th,
  .tableset.type-normal td {
    display: block;
    padding: 13px 15px 13px 15px;
  }
  .tableset.type-normal th,
  .tableset.type-normal thead td,
  .tableset.type-normal thead th {
    padding-top: 26px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .tableset.type-normal td {
    font-size: 14px;
  }
  .tableset.type-normal tr:not(:first-child) th,
  .tableset.type-normal td {
    border-top: 0;
  }
  .tableset.type-scroll table {
    border-spacing: 10px 10px;
  }
  .tableset.type-scroll thead td {
    white-space: nowrap;
  }
}

/* ----------------------------------------------
miniSurveyView
------------------------------------------------- */
.miniSurveyView {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.miniSurveyView table.formBlockSurveyTable {
  width: 100%;
  line-height: 1.8;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
  padding: 55px 25px 40px 25px;
  border-bottom: 1px solid #4d4d4d;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="text"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="tel"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td input[type="email"],
.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td textarea {
  border: 1px solid #e4e4e4;
  padding: 5px;
  width: 100%;
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
  color: #dc0032;
  background: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
  background: #fff;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td {
  padding-top: 20px;
  text-align: center;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}

.miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"]:after {
  display: none;
}

@media (max-width: 767px) {
  .miniSurveyView table.formBlockSurveyTable td {
    display: block;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child):not(:first-child) td.question,
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td:not(.question) {
    border-top: 0;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td {
    padding: 13px 15px 13px 15px;
  }
  .miniSurveyView table.formBlockSurveyTable tr:not(:last-child) td.question {
    padding-top: 26px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td:first-child {
    display: none;
  }
  .miniSurveyView table.formBlockSurveyTable tr:last-child td input[type="submit"] {
    width: 100%;
    max-width: 280px;
  }
}

/* ----------------------------------------------
お問い合わせフォーム確認画面
------------------------------------------------- */
div#wpcf7cpcnf {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

div#wpcf7cpcnf table {
  width: 100%;
  line-height: 1.8;
}

div#wpcf7cpcnf table th,
div#wpcf7cpcnf table td {
  padding: 55px 25px 40px 25px;
  border-bottom: 1px solid #4d4d4d;
}

div#wpcf7cpcnf table th {
  white-space: nowrap;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

div#wpcf7cpcnf .wpcf7cp-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn,
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  margin: 20px 10px 0px 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover,
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn:hover {
  opacity: 0.6;
}

div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background-color: #00adee;
}

div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  background-color: #00adee;
}

@media (max-width: 767px) {
  div#wpcf7cpcnf table tr:not(:first-child) th,
  div#wpcf7cpcnf table tr td {
    border-top: 0;
  }
  div#wpcf7cpcnf table th,
  div#wpcf7cpcnf table td {
    display: block;
    padding: 13px 15px 13px 15px;
  }
  div#wpcf7cpcnf .wpcf7cp-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* ----------------------------------------------
flowsetcol5
------------------------------------------------- */
.flowsetcol5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 100px;
}

.flowsetcol5.notLast {
  margin-bottom: 40px;
}

.flowsetcol5:not(.notFirst) .block:first-child .image:before {
  display: none;
}

.flowsetcol5 .block {
  width: 17.79661%;
}

.flowsetcol5 .block:not(:nth-child(5n + 1)) {
  margin-left: 2.75424%;
}

.flowsetcol5 .block:nth-child(n + 6) {
  margin-top: 40px;
}

.flowsetcol5 .image {
  margin-bottom: 10px;
  position: relative;
}

.flowsetcol5 .image img {
  width: 100%;
  height: auto;
}

.flowsetcol5 .image:before {
  position: absolute;
  top: 0;
  left: -15.47619%;
  display: block;
  content: "";
  width: 15.47619%;
  height: 100%;
  background-image: url(../images/flowset-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}

.flowsetcol5 .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.flowsetcol5 .text {
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .flowsetcol5 .text {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .flowsetcol5.notFirst .block:first-child .image:before {
    display: none;
  }
  .flowsetcol5 .block:nth-child(5n + 1) .image:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .flowsetcol5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flowsetcol5 .block {
    width: 47.72727%;
  }
  .flowsetcol5 .block:not(:nth-child(5n + 1)) {
    margin-left: 0;
  }
  .flowsetcol5 .block:nth-child(n + 3) {
    margin-top: 50px;
  }
  .flowsetcol5 .block:nth-child(2n + 1) .image:before {
    display: none;
  }
  .flowsetcol5 .block:not(:nth-child(2n + 1)) {
    margin-left: 4.54545%;
  }
  .flowsetcol5 .block .image:before {
    left: -9.52381%;
    width: 9.52381%;
  }
  .flowsetcol5 .block .title {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .flowsetcol5 .block .image:before {
    background-size: 80%;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  margin-bottom: 100px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2;
}

.contactbnr .inner {
  padding-top: 60px;
  padding-bottom: 65px;
  background: url(../images/contactbnr-bg.jpg) no-repeat center/cover;
}

.contactbnr .title {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.1em;
  font-family: "FlopDesignFONT";
}

.contactbnr .tel a,
.contactbnr .contact a {
  font-family: "FlopDesignFONT";
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  font-weight: normal;
}

.contactbnr .tel a:hover,
.contactbnr .contact a:hover {
  opacity: 0.6;
}

.contactbnr .tel {
  margin-bottom: 30px;
  text-align: center;
}

.contactbnr .tel a {
  font-size: 44px;
  letter-spacing: 0.1em;
}

.contactbnr .contact {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
}

.contactbnr .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 90px;
  font-size: 30px;
  letter-spacing: 0.1em;
  background-color: #dc0032;
}

@media (max-width: 999px) {
  .contactbnr .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contactbnr .title {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .contactbnr .tel {
    margin-bottom: 20px;
  }
  .contactbnr .tel a {
    font-size: 36px;
  }
  .contactbnr .contact {
    max-width: 340px;
  }
  .contactbnr .contact a {
    height: 70px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .contactbnr .title {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .contactbnr .tel {
    margin-bottom: 15px;
  }
  .contactbnr .tel a {
    font-size: 26px;
  }
  .contactbnr .contact {
    max-width: 260px;
  }
  .contactbnr .contact a {
    height: 60px;
    font-size: 20px;
  }
}

/* ----------------------------------------------
products商品一覧用ブロック
------------------------------------------------- */
.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.products .block {
  width: 23.72881%;
}

.products .block:not(:nth-child(4n + 1)) {
  margin-left: 1.69492%;
}

.products .block:nth-child(n + 5) {
  margin-top: 50px;
}

.products .block a {
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.products .block a:hover {
  opacity: 0.6;
}

.products .block .image {
  margin-bottom: 15px;
  padding-top: 85.71429%;
  position: relative;
}

.products .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.products .block p {
  line-height: 1.6;
}

.products .block .name {
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.products .block .itemprice {
  color: #dc0032;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.products .block .itemprice .tax {
  font-weight: bold;
}

.products .block .itemsoldout {
  color: #dc0032;
  font-size: 13px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .products {
    margin-left: auto;
    margin-right: auto;
  }
  .products .block {
    width: 49%;
  }
  .products .block:nth-child(n + 4) {
    margin-top: 0px;
  }
  .products .block:not(:nth-child(3n + 1)) {
    margin-left: 0%;
  }
  .products .block:not(:first-child) {
    margin-left: 0;
  }
  .products .block:nth-child(even) {
    margin-left: 2%;
  }
  .products .block:nth-child(n + 3) {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
商品詳細1
------------------------------------------------- */
.thumbset {
  margin-bottom: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.thumbset .imgbox {
  width: 46.61017%;
}

.thumbset .txtbox {
  width: 50%;
}

.thumbset .itemcord {
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "FlopDesignFONT";
}

.thumbset .title {
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.thumbset .text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
}

.thumbset .table {
  margin-bottom: 40px;
}

.thumbset .table table {
  width: 100%;
}

.thumbset .table table tr:first-child th,
.thumbset .table table tr:first-child td {
  padding-top: 0;
}

.thumbset .table table th,
.thumbset .table table td {
  padding: 45px 15px 13px 15px;
  border-bottom: 1px solid #4d4d4d;
  letter-spacing: 0.05em;
}

.thumbset .table table th {
  white-space: nowrap;
  color: #dc0032;
  font-size: 14px;
}

.thumbset .table table td {
  font-size: 16px;
}

.thumbset .item-info.text {
  margin-bottom: 0;
}

.thumbset form .item-option {
  clear: both;
  margin-bottom: 20px;
  padding: 21px 0 5px 0;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}

.thumbset form .item-option dt {
  width: 120px;
  margin-right: 30px;
  display: inline-block;
  padding-top: 8px;
  margin-bottom: 16px;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.thumbset form .item-option dd {
  width: calc(100% - 200px);
  display: inline-block;
  margin-bottom: 16px;
}

.thumbset form .item-option select {
  width: 100%;
  max-width: 200px;
  padding: 12px 10px;
  background: url(../images/select-arrow.gif) center right 10px no-repeat;
  border: 1px solid #4d4d4d;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.thumbset form .item-option select option {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.thumbset form .field {
  margin-bottom: 20px;
  text-align: right;
}

.thumbset form .field .zaikostatus {
  font-size: 16px;
}

.thumbset form .field .field_price {
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #dc0032;
}

.thumbset form .field .field_price em {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
}

.thumbset form .c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.thumbset form .c-box .quantity {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.thumbset form .c-box .quantity input.skuquantity {
  margin: 0 10px;
  width: 40px !important;
  height: 40px;
  padding: 5px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
}

.thumbset form .c-box .cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 340px;
  height: 60px;
}

.thumbset form .c-box .cart-button:hover {
  opacity: 0.6;
}

.thumbset form .c-box .cart-button .skubutton {
  padding: 10px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "FlopDesignFONT";
  color: #fff;
  background-color: #000000;
}

.thumbset .contactlinks {
  text-align: right;
}

.thumbset .contactlinks p {
  margin-top: 20px;
}

.thumbset .contactlinks p a {
  padding: 0 10px 5px 10px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  border-bottom: solid 1px #000000;
}

.thumbset .contactlinks p a:hover {
  opacity: 0.6;
}

.thumbset .main {
  margin-bottom: 10px;
}

.thumbset .main li {
  width: 100%;
}

.thumbset .main li .image img {
  width: 100%;
}

.thumbset .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.thumbset .thumb li {
  width: 23.5%;
}

.thumbset .thumb li:not(:nth-child(4n + 1)) {
  margin-left: 2%;
}

.thumbset .thumb li:nth-child(n + 5) {
  margin-top: 10px;
}

.thumbset .thumb li .image {
  padding-top: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  position: relative;
}

.thumbset .thumb li .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 999px) {
  .thumbset .itemcord {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .thumbset .title {
    margin-bottom: 30px;
    font-size: 26px;
    letter-spacing: 0.05em;
  }
  .thumbset .text {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .thumbset .table {
    margin-bottom: 30px;
  }
  .thumbset .table table th,
  .thumbset .table table td {
    padding: 25px 10px 10px 10px;
  }
  .thumbset .table table td {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .thumbset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .thumbset .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
  .thumbset .txtbox {
    width: 100%;
  }
  .thumbset .itemcord {
    font-size: 13px;
  }
  .thumbset .title {
    font-size: 22px;
  }
  .thumbset .table {
    margin-bottom: 30px;
  }
  .thumbset .table table tr:first-child th,
  .thumbset .table table tr:first-child td {
    padding-top: 5px;
  }
  .thumbset .table table th,
  .thumbset .table table td {
    display: block;
    padding: 5px 10px 10px 10px;
  }
  .thumbset .table table th {
    padding-top: 20px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .thumbset .table table td {
    font-size: 14px;
  }
  .thumbset .contactlinks {
    margin-top: 20px;
  }
  .thumbset .contactlinks p {
    margin-top: 10px;
  }
  .thumbset .contactlinks p a {
    padding: 0 5px 0px 5px;
  }
  .thumbset form .c-box .cart-button {
    width: 240px;
    height: 60px;
  }
  .thumbset form .c-box .cart-button .skubutton {
    font-size: 14px;
  }
  .thumbset .thumb li {
    width: 22.72727%;
  }
  .thumbset .thumb li:not(:nth-child(6n + 1)) {
    margin-left: 0;
  }
  .thumbset .thumb li:not(:nth-child(4n + 1)) {
    margin-left: 3.0303%;
  }
  .thumbset .thumb li .image {
    padding-top: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    cursor: pointer;
  }
}

.productexplanation .heading2,
.productexplanation .fullimg,
.productexplanation .txtset {
  margin-bottom: 30px;
}

/* ----------------------------------------------
ページネーション(pagination_wrapper)
------------------------------------------------- */
.page-numbers {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-numbers li {
  padding: 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 60px;
  height: 60px;
}

.page-numbers li a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #00adee;
}

.page-numbers li a:hover {
  opacity: 0.6;
}

.page-numbers span.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #00adee;
  background-color: #fff;
}

@media (max-width: 767px) {
  .page-numbers li {
    padding: 3px;
    width: 36px;
    height: 36px;
  }
}

/* ----------------------------------------------
ページ送り（一覧ボタンあり）
------------------------------------------------- */
.prev_next {
  margin-bottom: 80px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prev_next > div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30%;
  height: 45px;
}

.prev_next .archivebtn {
  width: 36%;
}

.prev_next a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  background-color: #00adee;
}

.prev_next a:hover {
  opacity: 0.6;
}

.prev_next .arrow {
  display: none;
}

.prev_next .prev_arrow {
  display: none;
}

.calloutset.type-blog .block {
  position: relative;
}

.calloutset.type-blog .image {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.calloutset.type-blog .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.calloutset.type-blog .cate {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 120px;
  height: 30px;
}

.calloutset.type-blog .cate a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #00adee;
  color: #fff;
  font-size: 14px;
}

.calloutset.type-blog .cate a:hover {
  opacity: 0.6;
}

.calloutset.type-blog time {
  display: block;
  margin-bottom: 5px;
}

.calloutset.type-blog a {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #000;
}

.calloutset.type-blog a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .calloutset.type-blog {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .calloutset.type-blog .block {
    width: 48%;
  }
  .calloutset.type-blog .block:nth-child(n + 2) {
    margin-top: 0;
  }
  .calloutset.type-blog .block:not(:first-child) {
    margin-left: 0;
  }
  .calloutset.type-blog .block:nth-child(even) {
    margin-left: 4%;
  }
  .calloutset.type-blog .block:nth-child(n + 3) {
    margin-top: 30px;
  }
  .calloutset.type-blog .block .title {
    font-size: 16px;
  }
}

.linkset.type-blog a {
  font-size: 16px;
  letter-spacing: 0.056em;
  padding: 0 15px 0 15px;
  background-image: none;
}

@media (max-width: 767px) {
  .linkset.type-blog a {
    font-size: 15px;
  }
}

.mediaset.type-blog .cates, .txtset .cates {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mediaset.type-blog .cates time, .txtset .cates time {
  display: block;
}

.mediaset.type-blog .cates .cate, .txtset .cates .cate {
  margin-left: 20px;
  width: 120px;
  height: 30px;
}

.mediaset.type-blog .cates .cate a, .txtset .cates .cate a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #00adee;
  color: #fff;
  font-size: 14px;
}

.mediaset.type-blog .cates .cate a:hover, .txtset .cates .cate a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------
//通販関連デザイン
------------------------------------------------- */
.post {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.send {
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
}

.send input + input {
  margin-top: 20px !important;
}

.send input,
.member-page .send input,
#wc_ordercompletion .send a {
  cursor: pointer;
}

.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input#purchase_button,
#wc_customer .send input.to_reganddeliveryinfo_button,
#wc_ordercompletion a.redownload_button,
.member-page .send input,
#wc_login .loginbox #member_login,
#wc_member .loginbox #member_login,
#wc_login .loginbox .new-entry #nav a,
#wc_member .loginbox .new-entry #nav a,
#wc_changepassword #member_login,
#wc_lostmemberpassword #member_login,
#memberinfo table.retail .redownload_link a,
#wc_ordercompletion .send a,
#wc_lostmemberpassword #nav a,
#wc_newcompletion #memberpages p a,
#wc_lostcompletion #memberpages p a,
#wc_changepasscompletion #memberpages p a,
#wc_newcompletion .send a,
#wc_lostcompletion .send input,
#wc_lostcompletion .send a,
#wc_changepasscompletion .send a,
.member_submenu a,
.member-page #memberinfo .send input.top,
.member-page #memberinfo .send input.deletemember,
.gotoedit a,
.gotoedit a {
  background-color: #00adee !important;
  color: #fff !important;
  text-decoration: none !important;
}

.send input.to_customerinfo_button:hover,
.send input.to_memberlogin_button:hover,
.send input.to_deliveryinfo_button:hover,
.send input.to_confirm_button:hover,
.send input#purchase_button:hover,
#wc_customer .send input.to_reganddeliveryinfo_button:hover,
#wc_ordercompletion a.redownload_button:hover,
.member-page .send input:hover,
#wc_login .loginbox .new-entry #nav a:hover,
#wc_member .loginbox .new-entry #nav a:hover,
#wc_changepassword #member_login:hover,
#wc_lostmemberpassword #member_login:hover,
#memberinfo table.retail .redownload_link a:hover,
#wc_ordercompletion .send a:hover,
#wc_lostmemberpassword #nav a:hover,
#wc_newcompletion #memberpages p a:hover,
#wc_lostcompletion #memberpages p a:hover,
#wc_changepasscompletion #memberpages p a:hover,
#wc_newcompletion #memberpages a:hover,
#wc_lostcompletion #memberpages input:hover,
#wc_lostcompletion #memberpages a:hover,
#wc_changepasscompletion #memberpages a:hover,
.member_submenu a:hover,
.member-page #memberinfo .send input.top:hover,
.member-page #memberinfo .send input.deletemember:hover,
.gotoedit a:hover,
.gotoedit a:hover {
  background-color: #00adee !important;
  color: #fff !important;
}

.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input#purchase_button,
.member-page .send input,
#wc_customer .send input.to_reganddeliveryinfo_button {
  border: none;
}

.member_submenu li,
#wc_lostmemberpassword #nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
}

.member_submenu li a,
#wc_lostmemberpassword #nav a {
  cursor: pointer;
}

#purchase_form {
  margin-top: 20px;
}

.send {
  text-align: center;
}

#memberpages .send {
  margin-top: 20px;
}

.customer_form input,
.customer_form select,
.customer_form textarea,
#wc_login .loginbox input,
#wc_memebr.login .loginbox input,
#wc_lostmemberpassword input {
  border: 1px solid #e4e4e4;
  padding: 5px;
}

.checkout_button {
  margin-top: 20px;
}

#wc_login .loginbox #member_login,
#wc_member .loginbox #member_login {
  padding: 5px 10px;
  cursor: pointer;
}

#wc_login .loginbox .new-entry #nav a,
#wc_member .loginbox .new-entry #nav a {
  text-decoration: none;
}

#wc_ordercompletion,
#wc_newcompletion {
  margin-bottom: 50px;
}

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

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

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

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

------------------------------------------------- */
/*# sourceMappingURL=contents.css.map */