@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');
html {
	color: #484848;
	font-size: 62.5%;
	font-weight: normal;
	font-family: YuGothic,'Yu Gothic', sans-serif;
	text-align: justify;
  line-height: 1.375; 
  word-break: break-all;
}

body {
	font-size: 1.6rem;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal; 
  position: relative;
  /* z-index: -1; */
}
body::before{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  content:'';
  z-index: -100;
}

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#wrapper {
  width: 100%;
  min-width: 1280px;
  height: 100%; }

.container {
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px; }

.sp_only {
  display: none; }

/* ----------------------------------------- nav ----------------------------------------- */
nav {
  /* background: rgba(255, 255, 255, 0.6); */
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  transition: .3s all; 
}
nav::before{
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
nav.no_fixed {
  top: -300px;
  left: 0;
  transition: .3s all; 
}
nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center; 
}
nav a {
  	display: block;
  	line-height: 66px;
  	color: #484848;
  	z-index: 1000;
  	position: relative; 
}

.globalmenu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 66px; 
}
.globalmenu > li {
	background: transparent;
	white-space: nowrap;
	position: relative;
	flex-basis: 150px;
	height: 66px; 
  padding: 0 11px;
}
.globalmenu > li.hover > a, 
.globalmenu > li.hover > h1 a {
  color: #fff; }
.globalmenu > li.hover ul li {
  overflow: visible;
  height: 44px; }
.globalmenu > li.hover::after {
  transform: scale(1, 1);
  opacity: 1; }
.globalmenu > li h1 {
  font-weight: bold; 
}
.globalmenu > li::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s all;
	transform-origin: 50% 50%;
	z-index: 950; 
}
.globalmenu > li::after {
  background: #006db1;
  transform: scale(0, 1);
  opacity: 0;
}
.globalmenu > li.menu_title::after, .globalmenu > li.to_shop::after {
  background: #a52175; 
}
.globalmenu > li ul {
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; }
.globalmenu > li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.5s all;
  margin: 1px 0; }
.globalmenu > li ul li a {
  cursor: pointer;
  position: relative;
  background: transparent; }
.globalmenu > li ul li a::before, .globalmenu > li ul li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s all;
  transform-origin: 50% 50%;
  z-index: -2; }
.globalmenu > li ul li a::before {
  background: rgba(255, 255, 255, 0.6); }
.globalmenu > li ul li a::after {
  background: #006db1;
  transform: scale(0, 1);
  opacity: 0;
  z-index: -1; 
}
.globalmenu > li ul li a.hover {
  color: #fff; }
.globalmenu > li ul li a.hover::after {
  transform: scale(1, 1);
  opacity: 1; }
.globalmenu > li ul li a {
  line-height: 44px; 
}

.snsmenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* width: 30%; */
  height: 66px; }
.snsmenu li {
  flex-basis: 66px; }
.snsmenu li.twitter a::after {
  background: #55acee; }
.snsmenu li.facebook a::after {
  background: #315096; }
.snsmenu li.instagram a::after {
  background: #D93177; }
.snsmenu li.youtube a::after {
  background: #cd201f; }
.snsmenu li.line a::after {
  background: #00c300; }
.snsmenu a {
  font-size: 24px;
  transition: .3s all;
  width: 66px;
}
.snsmenu a::after {
  content: '';
  display: block;
  width: 100%;
  height: 66px;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s all;
  transform-origin: 50% 50%;
  transform: scale(0, 1);
  opacity: 0;
  z-index: -1; }
.snsmenu a:hover::after {
  transform: scale(1, 1);
  opacity: 1; }
.snsmenu a.hover i, .snsmenu a.hover .icon-line {
  color: #fff;
  z-index: 15;
  position: relative; }
.snsmenu a * {
  transition: .3s all; }
.snsmenu a .fa-twitter-square {
  color: #55acee; }
.snsmenu a .fa-facebook-square {
  color: #315096; }
.snsmenu a .fa-instagram {
  color: #D93177; }
.snsmenu a .fa-youtube-square {
  color: #cd201f; }
.snsmenu a .icon-line {
  color: #00c300; }

.category_list{
  margin: 44px 0 11px;
}
.cat_menu {
  display: flex;
  justify-content:center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: ;
}
  .cat_menu > li {
  background: transparent;
  transition: .6s all;
  position: relative;
  flex-basis: 130px;
  height: 33px; 
  border: 1px solid #686868;
  background: #686868;
  margin: 0 11px 22px;
}
  .cat_menu > li::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s all;
  transform-origin: 50% 50%;
  z-index: 750; 
}
.cat_menu > li::after {
  background: #fff;
  transform: scale(0, 1);
  opacity: 1;
}
.cat_menu li a {
    display: block;
    line-height: 33px;
    color: #fff;
    z-index: 800;
    position: relative; 
    text-align: center;
    font-size: 14px;
}
.cat_menu li a::after{
  bottom: 0;
}
.cat_menu > li.hover::after {
  transform: scale(1, 1);
  opacity: 1; 
}
.cat_menu > li.hover > a{
  color: #484848; 
}
#usces-cart nav{
  display: none;
}
/* ----------------------------------------- nav ----------------------------------------- */
/* ----------------------------------------- header ----------------------------------------- */
header {
  position: relative; 
  z-index: 6;
}
#topslider {
  position: relative;
  height: 100vh; 
  min-width: 1280px;
  z-index: -1;
}
#topslider .titlelogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  opacity: 0;
  -webkit-animation: logoin .7s ease-out 1.2s forwards;
  -moz-animation: logoin .7s ease-out  1.2s forwards;
  animation: logoin .7s ease-out 1.2s forwards; }
  #topslider .titlelogo img{
    width: 100%;
    height: auto;
  }
@-webkit-keyframes logoin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes logoin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes logoin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#topslider ul {
  position: fixed;
  width: 100%;
  min-width: 1280px;
  z-index: -100; 
}
#topslider ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  min-width: 1280px;
}
#topslider ul li img {
  width: 100%; 
  display: none;
}
#topslider .arrow_scroll {
  position: absolute;
  left: 50%;
  bottom: 3vw;
  transform: translateX(-50%);
  opacity: .7;
  cursor: pointer;
  -webkit-animation: scroll 1.5s ease-in-out infinite alternate;
  -moz-animation: scroll 1.5s ease-in-out infinite alternate;
  animation: scroll 1.5s ease-in-out infinite alternate; }
@-webkit-keyframes scroll {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes scroll {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes scroll {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#topslider .arrow_scroll p {
  text-align: center;
  border-radius: 50%;
  color: #fff; }
#topslider .arrow_scroll p i {
  font-size: 34px; }

/* ----------------------------------------- header ----------------------------------------- */
/* ----------------------------------------- main ----------------------------------------- */
main{
  display: block;
  position: relative;
  z-index: 4;
}
.page,
.article_list{
  position: static;
}
main section.section {
  padding: 88px 0; 
  z-index: 10;
}
main section.section:nth-of-type(odd) {
  background: #fff; }
main section.section:nth-of-type(even) {
  background: #e9f6fc; }
main section.section h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  padding: 0px 0 34px;
  text-align: center; }
main section.section h2 .title_span {
  text-align: left; 
}
main section.section h2 .title_span .title_small {
	font-size: 1.8rem; 
	display: block;
	text-align: center;
	margin-top: 22px;
}
main section.section .img_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; 
}
main section.section .img_wrap:nth-of-type(n+2) {
  margin-top: 22px; }
main section.section .img_wrap .img_outer {
  margin-right: 22px;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; 
  position: relative;
  flex: 1;
}
main section.section .img_wrap .img_outer:last-of-type {
  margin-right: 0; }
main section.section .img_wrap .img_outer img {
  height: 100%; 
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main section.section .text {
  margin: 44px 22px 0; }
main section.section .text p {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2.0625; }
main section.section .imgfadein {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: imgfadein;
  animation-name: imgfadein;
  visibility: visible !important; }
@-webkit-keyframes imgfadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes imgfadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
main section.section .text strong,
section.access strong{
  font-weight: bold;
}
/* ----------------------------------------- main ----------------------------------------- */
/* ----------------------------------------- footer ----------------------------------------- */
footer{
  position: relative;
  z-index: 4;
}
#usces-cart footer{
  display: none;
}
.blog {
  padding: 88px 0; }
.blog h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  padding: 0px 0 56px;
  text-align: center; }
.blog h2 .title_span {
  text-align: left; 
}
.blog h2 .title_span .title_small {
	font-size: 1.8rem; 
	display: block;
	text-align: center;
	margin-top: 22px;
}
.blog .to_list {
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #484848;
  line-height: 1.5;
  position: relative;
  padding: 11px 22px 11px; }
.blog .to_list::before, .blog .to_list::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  background: #006db1;
  transition: .3s; }
.blog .to_list::before {
  left: 50%; }
.blog .to_list::after {
  right: 50%; }
.blog .to_list.hover {
  opacity: .7; }
.blog .to_list.hover::before, .blog .to_list.hover::after {
  width: 50%;
  opacity: 1; }

.blog.one {
  background: #fcf1d3; }
.blog.one .blog_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 500px;
  margin-bottom: 55px;
  justify-content: space-between;
  align-content: space-between; }
.blog.one .blog_wrap .blog_item {
  overflow: hidden;
  position: relative; }
.blog.one .blog_wrap .blog_item::after {
  background: #fff;
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  left: -10%;
  bottom: -10%;
  opacity: .7;
  transform: skew(-45deg) scaleX(0);
  transition: all .3s ease-in-out; }
.blog.one .blog_wrap .blog_item:first-of-type {
  width: 800px;
  height: 500px; }
.blog.one .blog_wrap .blog_item:first-of-type h3 {
  font-size: 26px;
  padding: 0 50px; }
.blog.one .blog_wrap .blog_item:nth-of-type(n+2) {
  width: 350px;
  height: 230px; }
.blog.one .blog_wrap .blog_item:nth-of-type(n+2) h3 {
  font-size: 22px;
  padding: 0 50px; }
.blog.one .blog_wrap .blog_item .blog_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
  z-index: 1; }
.blog.one .blog_wrap .blog_item .blog_title h3 {
  margin: 0;
  width: 100%;
  opacity: 0;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold; }
.blog.one .blog_wrap .blog_item .blog_title h3 span {
  text-align: justify;
  display: inline-block; }
.blog.one .blog_wrap .blog_item img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .35s opacity; }
.blog.one .blog_wrap .blog_item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.blog.two {
  background: #fff; }
.blog.two .blog_outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 55px; }
.blog.two .blog_item {
  width: 49%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative; }
.blog.two .blog_item:first-of-type, 
.blog.two .blog_item:nth-of-type(2) {
  margin-bottom: 55px; }
.blog.two .blog_item .blog_catch {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  transition: .3s all; }
.blog.two .blog_item .blog_catch img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  transition: .3s all; }
.blog.two .blog_item .blog_catch.hover img {
  transform: scale(1.2, 1.2) translate(-40%, -40%); }
.blog.two .blog_item .blog_intro {
  width: calc(100% - 150px);
  padding: 0 22px; 
}
.blog.two .blog_item .blog_intro a{
  color: #484848;
}
.blog.two .blog_item .blog_intro h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 11px;
  line-height: 1.8333333;
  transition: .3s all; }
.blog.two .blog_item .blog_intro p {
  font-size: 1.4rem;
  line-height: 1.57142857; }
.blog.two .blog_item .blog_intro.hover h3 {
  color: #006db1; }



.recommend {
  padding: 88px 0; 
    background: #fcf1d3;
}
.recommend h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  padding: 0px 0 56px;
  text-align: center; }
.recommend h2 .title_span {
  text-align: left; }
.recommend h2 .title_span .title_small {
	font-size: 1.8rem; 
	display: block;
	text-align: center;
	margin-top: 22px;
}
.recommend .recommend_wrap {
  display: flex;
  height: 300px;
  justify-content: flex-start;
}
.recommend .recommend_item{
  width: 180px;
  height: 300px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin-right: calc(120px / 5);
}
.recommend .recommend_item:last-of-type{
  margin-right: 0;
}
.recommend .recommend_img{
  width: 180px;
  height: 180px;
  position: relative;
  overflow: hidden;
}
.recommend .recommend_item img{
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.recommend .recommend_title{
  font-size: 14px;
  width: 90%;
  margin: 0 auto;
}
.recommend .recommend_title h3{
  text-align: left;
}
.recommend .recommend_title a{
  color: #484848;
   transition: .3s;
   display: inline-block;
   text-align: justify;
}
.recommend_wrap .recommend_item > p{
  font-size: 12px;
  width: 90%;
  margin: 0 auto;
}
.recommend .recommend_img.hover img{
   transform: translate(-50%, -50%) scale(1.2, 1.2);
}
.recommend .recommend_title.hover a{
  color: #006db1;
}









.snsfooter {
  background: #e9f6fc;
  position: relative; }
.snsfooter ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 88px; }
.snsfooter ul li {
  flex-basis: 88px;
  text-align: center; }
.snsfooter ul li.twitter a::after {
  background: #55acee; }
.snsfooter ul li.facebook a::after {
  background: #315096; }
.snsfooter ul li.instagram a::after {
  background: #D93177; }
.snsfooter ul li.youtube a::after {
  background: #cd201f; }
.snsfooter ul li.line a::after {
  background: #00c300; }
.snsfooter ul a {
  display: block;
  line-height: 88px;
  font-size: 32px;
  transition: .3s all;
  position: relative; }
.snsfooter ul a::after {
  content: '';
  display: block;
  width: 100%;
  height: 88px;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s all;
  transform-origin: 50% 50%;
  transform: scale(0, 1);
  opacity: 0;
  z-index: 10; }
.snsfooter ul a.hover::after {
  transform: scale(1, 1);
  opacity: 1; }
.snsfooter ul a.hover i, .snsfooter ul a.hover .icon-line {
  color: #fff;
  z-index: 11;
  position: relative; }
.snsfooter ul a .fa-twitter-square {
  color: #55acee; }
.snsfooter ul a .fa-facebook-square {
  color: #315096; }
.snsfooter ul a .fa-instagram {
  color: #D93177; }
.snsfooter ul a .fa-youtube-square {
  color: #cd201f; }
.snsfooter ul a .icon-line {
  color: #00c300; }

.access {
  padding: 88px 0;
  background: #fff; }
.access h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  padding: 0px 0 56px;
  text-align: center; }
.access h2 .title_span {
  text-align: left; 
}
.access h2 .title_span .title_small {
	font-size: 1.8rem; 
	display: block;
	text-align: center;
	margin-top: 22px;
}
.access .map {
  width: 100%;
  height: 500px; 
}
.access .map iframe{
	width: 100%;
	height: 100%;
}
.access .address {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 66px; }
.access .address p {
  margin-bottom: 11px; }
.access .address a {
  display: block;
  padding: 11px 22px;
  margin-bottom: 11px;
  background: transparent;
  border: 1px solid #a52175;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: .3s all; }
.access .address a i {
  transform: rotate(-45deg);
  color: #fff;
  position: relative;
  transition: .3s all;
  z-index: 2; }
.access .address a::before, .access .address a::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s all; }
.access .address a::before {
  background: #a52175;
  left: 0;
  width: 100%; }
.access .address a::after {
  background: #fff;
  width: 0; }
.access .address a.hover {
  color: #a52175; }
.access .address a.hover::after {
  width: 100%; }
.access .address a.hover i {
  color: #a52175;
  transform: rotate(0); }

.footer_slider {
  width: 100%;
  height: 800px;
  position: relative;
  background-size: cover; 
}
.footer_slider .footer_msg {
  width: 800px;
  height: auto;
  padding: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}
.footer_slider .footer_msg::before{
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  z-index: -1;
}
.footer_slider .footer_msg h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  padding: 0px 0 27px;
  text-align: center; }
.footer_slider .footer_msg p {
  line-height: 2.0625; }

.copyright {
  background: #fff;
  text-align: center;
  padding: 44px 0 88px; }

/* ----------------------------------------- footer ----------------------------------------- */
/* ----------------------------------------- ブログ一覧(menu) ----------------------------------------- */
.article_list {
  padding-top: 110px;
  background: #fff; }
.article_list #topslider {
  height: 0; 
}
.article_list #topslider #slide{
	top: 0;
}
.article_list h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	padding: 33px 0 22px;
	text-align: center; 
}
.article_list h2 .title_span {
	text-align: left; 
}
.article_list h2 .title_span .title_small {
	font-size: 1.8rem; 
	display: block;
	text-align: center;
	margin-top: 22px;
}
.article_list section {
  padding: 44px 0 88px; 
}
.article_list .arc_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 500px;
  margin-bottom: 55px;
  justify-content: space-between;
  align-content: space-between; }
.article_list .arc_wrap article {
  position: relative;
  overflow: hidden;
  width: 350px;
  height: 230px; 
}
.article_list .arc_wrap article::after {
  background: #fff;
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  left: -10%;
  bottom: -10%;
  opacity: .7;
  transform: skew(-45deg) scaleX(0);
  transition: all .3s ease-in-out; }
.article_list .arc_wrap article .atc_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
  z-index: 1; }
.article_list .arc_wrap article .atc_title h3 {
  margin: 0;
  width: 100%;
  opacity: 0;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 0 50px; }
.article_list .arc_wrap article .atc_title h3 span {
  text-align: justify;
  display: inline-block; }
.article_list .arc_wrap article img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .35s opacity; }
.article_list .arc_wrap article a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }
.article_list .arc_wrap.one article {
  width: 100%;
  height: 500px; }
.article_list .arc_wrap.one article h3 {
  font-size: 26px; }
.article_list .arc_wrap.two article:first-of-type {
  width: 800px;
  height: 500px; }
.article_list .arc_wrap.two article:first-of-type h3 {
  font-size: 26px; }
.article_list .arc_wrap.three article:last-of-type {
  width: 800px;
  height: 500px; }
.article_list .arc_wrap.three article:last-of-type h3 {
  font-size: 26px; }
.article_list .arc_wrap.four article:first-of-type {
  width: 800px;
  height: 500px; }
.article_list .arc_wrap.four article:first-of-type h3 {
  font-size: 26px; }
.article_list .pagenation {
	display: flex;
	justify-content: center; 
  margin: 66px 0 0;
}
.article_list .pagenation a,
.article_list .pagenation span {
  margin: 0 11px;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: transparent;
  color: #006db1;
  position: relative;
  z-index: 10; }
.article_list .pagenation a::before, 
.article_list .pagenation a::after,
.article_list .pagenation span.current::before, 
.article_list .pagenation span.current::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  transition: .3s all;
  width: 0;
  background: #009cfe; }
.article_list .pagenation a::before,
.article_list .pagenation span.current::before {
  left: 50%; }
.article_list .pagenation a::after,
.article_list .pagenation span.current::after {
  right: 50%; }
.article_list .pagenation span {
  color: #003e65; 
}
.article_list .pagenation span.current::before, 
.article_list .pagenation span.current::after {
  width: 50%;
  background: #003e65; }
.article_list .pagenation a.active.hover {
  color: #003e65; }
.article_list .pagenation a.hover {
  color: #009cfe; }
.article_list .pagenation a.hover::before, 
.article_list .pagenation a.hover::after {
  width: 50%; }

/* ----------------------------------------- ブログ一覧(menu) ----------------------------------------- */
/* ----------------------------------------- ブログ一覧(blog) ----------------------------------------- */
.arc_outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: flex-start;
  margin-bottom: 55px; 
}
.arc_outer article {
  width: 49%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 66px; }
.arc_outer article:last-of-type, .arc_outer article:nth-last-of-type(2) {
  margin-bottom: 0; }
.arc_outer article .arc_catch {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  transition: .3s all; }
.arc_outer article .arc_catch img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  transition: .3s all; }
.arc_outer article .arc_catch.hover img {
  transform: scale(1.2, 1.2) translate(-40%, -40%); }
.arc_outer article .arc_intro {
  width: calc(100% - 150px);
  padding: 0 22px; 
}
.arc_outer article .arc_intro a{
  color: #484848;
}
.arc_outer article .arc_intro h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 11px;
  line-height: 1.8333333;
  transition: .3s all; 
}
.arc_outer article .arc_intro p {
  font-size: 1.4rem;
  line-height: 1.57142857; 
}
.arc_outer article .arc_intro.hover h3 {
  color: #006db1; 
}

/* ----------------------------------------- ブログ一覧(blog) ----------------------------------------- */

/* ----------------------------------------- ブログ(single) ----------------------------------------- */
.eyecatch {
  width: 100%;
  min-width: 1280px;
  height: 650px;
  position: relative;
  overflow: hidden; 
  z-index: 1;
}
.eyecatch img {
  width: 100%;
  min-width: 1280px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -3; 
}
.eyecatch h2 {
  width: auto;
  height: auto;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.375;
  padding: 44px 66px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7); 
}
.eyecatch h2 .title_span {
  display: inline-block;
  text-align: justify; }
.single {
  background: #fff; 
  position: relative;
  z-index: 2;
}


.single article {
  width: 700px;
  height: auto;
  margin: 0 auto 0;
  padding: 66px 22px; }
.single article * {
  margin-bottom: 22px; 
}
.single article h1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2941176; 
}
.single article h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.571428; 
}
.single article h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.375; 
}
.single article h4 {
  font-size: 24px;
  line-height: 1.375; 
}
.single article h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5; 
}
.single article h6 {
	font-size: 20px;
	line-height: 1.5; 
}
.single article img {
	width: 100%; 
	height: auto;
}
.single article strong {
  font-weight: bold; 
}
.single article em{
	font-family: italic;
}
.single article a {
  color: #006db1;
  display: inline-block;
  transition: .3s all; 
}
.single article a:hover {
  color: #009cfe; 
}
.single article ul{
	margin: 33px 0 33px 22px;
}
.single article ul li{
	list-style: disc inside;
}
.single article ol{
	margin: 33px 0 33px 22px;
}
.single article ol li{
	list-style: decimal inside;
}




.single .pagenation {
  padding: 0 0 88px;
  width: 700px;
  margin: 0 auto; }
.single .pagenation ul {
  display: flex;
  justify-content: space-between; }
.single .pagenation ul li {
  margin: 0 11px; }
.single .pagenation ul li a {
  display: block;
  width: 100px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: transparent;
  color: #006db1;
  position: relative; }
.single .pagenation ul li a::before, .single .pagenation ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  transition: .3s all;
  width: 0;
  background: #009cfe; }
.single .pagenation ul li a::before {
  left: 50%; }
.single .pagenation ul li a::after {
  right: 50%; }
.single .pagenation ul li a.hover {
  color: #009cfe; }
.single .pagenation ul li a.hover::before, 
.single .pagenation ul li a.hover::after {
  width: 50%; }
/* ----------------------------------------- ブログ(single) ----------------------------------------- */

/* ----------------------------------------- 固定ページ(page) ----------------------------------------- */
.page {
  padding-top: 110px;
  background: #fff; }
.page #topslider {
  height: 0; 
}
.single #topslider {
  height: 0; 
}
.page #topslider #slide{
	top: 0;
}
.single #topslider #slide{
  top: 0; 
}
.page h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	padding: 33px 0 22px;
	text-align: center; 
}
.page h2 .title_span {
	text-align: left; 
}
.page h2 .title_span .title_small {
	font-size: 1.8rem; 
	display: block;
	text-align: center;
	margin-top: 22px;
}
.page section {
	padding: 44px 0 88px; 
}
/* ----------------------------------------- 問合せページ(page) ----------------------------------------- */
.page label,
.page input,
.page textarea{
  display: inline-block;
}
.page form{
  width: 1000px;
  margin:  0 auto;
}
.page .contact_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page .contact_box{
    height: 300px;
    width: 50%;
}
.page .contact_box:first-of-type{
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}
.page label{
  width: 100px;
  padding-right: 20px;
  text-align: right;
}
.page .contact_box div span{
  display: inline-block;
  position: relative;
  outline: -webkit-focus-ring-color none;
}
.page .contact_box span.message{
  height: 300px;
}
.page input{
  width: 350px;
  padding: 5.5px 11px;
}
.page textarea{
  width: 400px;
  height: 300px;
  padding: 5.5px 11px;
}
.page input,
.page textarea{
    border: none;
    border-bottom: 1px solid #484848;
}
.page input:focus,
.page textarea:focus{
      outline: -webkit-focus-ring-color none;
}
.page span::before,
.page span::after,
.page span::before,
.page span::after{
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  transition: .3s all;
  width: 0;
  height: 2px;
  background:  #009cfe;
}
.page span::before,
.page span::before{
  left: 50%;
}
.page span::after,
.page span::after{
  right: 50%;
}
.page span.focus::before,
.page span.focus::after,
.page span.focus::before,
.page span.focus::after{
  width: 50%;
}
form div.btn{
  margin-top: 66px;
  text-align: center;
}
form div.btn input{
  border: none;
  font-weight: bold;
  cursor: pointer;
  padding: 11px 22px;
  width: 200px;
  color: #fff;
  background: #484848;
}
.page .contact_box div span.wpcf7-not-valid-tip{
  position: absolute;
  bottom: -33px;
  left: 66px;
  color: red;
}
.screen-reader-response{
  display: none;
}
.wpcf7-response-output{
  text-align: center;
  color: #f00;
  margin-top: 22px;
}
/* ----------------------------------------- 問合せページ(page) ----------------------------------------- */
/* ----------------------------------------- 固定ページ(page) ----------------------------------------- */

/* ----------------------------------------- STOREページ(TOP) ----------------------------------------- */
.shop {
  padding-top: 88px;
  background: #fff; 
}
.shop #topslider {
  height: 0; 
}
.shop #topslider #slide{
  top: 0;
}
.shop h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	padding: 33px 0 22px;
	text-align: center; 
}
.shop h2 .title_span {
	text-align: left; 
}
.shop h2 .title_span .title_small {
	font-size: 1.8rem; 
	display: block;
	text-align: center;
	margin-top: 22px;
}
.shop section{
  padding: 44px 0 88px;
}
.shop .product_wrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.shop .product_wrap > p{
	margin: 0 auto;
}
.shop .product_item{
  width: 250px;
  height: 400px;
  margin-bottom: 66px;
  margin-right: calc(200px / 3 - 0.01px);
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}
.shop .product_item a{
  color: #484848;
  transition: .3s all;
}
.shop .product_item:nth-of-type(4n){
  margin-right: 0;
}
.shop .product_item .product_img{
  width: 250px;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.shop .product_item .product_img img{
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s all;
}
.shop .product_item h3{
  margin-top: 11px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.65;
}
.shop .product_item .category_list{
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.571428;
  margin: 5.5px 5.5px 0;
}
.shop .product_item .category_list i{
  font-size: 14px;
  line-height: 1.571428;
  vertical-align: middle;
  color: #006db1;
}
.shop .product_item .post-categories{
  display: flex;
  justify-content: flex-start;
}
.shop .product_item .post-categories li{
  line-height: 1.571428;
  margin: 0 5.5px;
}
.shop .product_item .post-categories li a{
  color: #006db1;
}
.shop .product_item .post-categories li a:hover{
  color: #009cfe; 
}
.shop .product_item p{
  margin-top: 11px;
}
.shop .pagenation {
  display: flex;
  justify-content: center; 
  margin: 11px 0 0;
}
.shop .product_item a.hover img{
  transform: scale(1.2, 1.2)translate(-40%, -40%);
}
.shop .product_item h3 a.hover{
  color: #016db1;
}
.shop .pagenation a,
.shop .pagenation span {
  margin: 0 11px;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: transparent;
  color: #006db1;
  position: relative;
  z-index: 10; }
.shop .pagenation a::before, 
.shop .pagenation a::after,
.shop .pagenation span.current::before, 
.shop .pagenation span.current::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  transition: .3s all;
  width: 0;
  background: #009cfe; }
.shop .pagenation a::before,
.shop .pagenation span.current::before {
  left: 50%; }
.shop .pagenation a::after,
.shop .pagenation span.current::after {
  right: 50%; }
.shop .pagenation span {
  color: #003e65; 
}
.shop .pagenation span.current::before, 
.shop .pagenation span.current::after {
  width: 50%;
  background: #003e65; }
.shop .pagenation a.active.hover {
  color: #003e65; }
.shop .pagenation a.hover {
  color: #009cfe; }
.shop .pagenation a.hover::before, 
.shop .pagenation a.hover::after {
  width: 50%; }

/* ----------------------------------------- STOREページ(TOP) ----------------------------------------- */

/* ----------------------------------------- STOREページ(single) ----------------------------------------- */
main.single_item .container{
  position: relative;
}
main.single_item .to_cart{
  position: absolute;
  top: -10px;
  right: 50px;
  text-align: center;
  font-size: 14px;
}
main.single_item .to_cart a{
  display: block;
}
main.single_item .to_cart i{
  font-size: 26px;
}
.shop.single_item .single_item_wrap{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.shop.single_item h2 .title_span{
  text-align: justify;
  display: inline-block;
}
.shop.single_item .single_item_container{
  /* width: 1200px; */
  height: 400px;
  position: relative;
}
.shop.single_item .single_item_container.one{
  width: 800px;
  overflow: hidden;
}
.single_item_container .thumbnail img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.shop.single_item .single_item_container.two{
  width: 334px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}
.single_item_container.two h3{
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 11px;
}
.single_item_container.two span.gap{
  display: inline-block;
  padding-left: 22px;
}
.single_item_container.two .item_inner p{
  font-size: 14px;
  line-height: 1.57142;
  color: #686868;
  margin-bottom: 11px;
}
.single_item_container.two .item_inner .category_list{
  display: flex;
  justify-content: flex-start;
  /* margin-bottom: 11px; */
  font-size: 14px;
    line-height: 1.571428;
    margin: 5.5px 5.5px;
}
.shop .item_inner .category_list i{
  /* font-size: 14px; */
  line-height: 1.571428;
  vertical-align: middle;
  color: #006db1;
}
.shop .item_inner .post-categories{
  display: flex;
  justify-content: flex-start;
}
.shop .item_inner .post-categories li{
  line-height: 1.571428;
  margin: 0 5.5px;
}
.shop .item_inner .post-categories li a{
  color: #006db1;
  transition: .3s all;
}
.shop .item_inner .post-categories li a:hover{
  color: #009cfe; 
}
.single_item_container.two .price{
  border-top: 2px solid #484848;
  border-bottom: 2px solid #484848;
  padding: 22px 0;
  font-weight: bold;
  text-align: center;
  line-height: 33px;
}
.single_item_container.two .price .price_inner1{
  font-size: 14px;
  margin-right: 11px;
}
.single_item_container.two .price .price_inner2{
  font-size: 20px;
}
.single_item_container.two .price .price_inner2 em{
  font-size: 14px;
}
.single_item_container.two .cart{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.single_item_container.two .cart .cart_inner1{
  margin-right: auto;
}
.single_item_container.two .cart .cart_inner1 input.skuquantity{
  width: 44px;
  text-align: center;
  margin-left: 11px;
  height: 28px;
}
.single_item_container.two .cart .cart_inner2{
  width: 210px;
  position: relative;
  transition: .3s all;
  border: 1px solid #484848;
  background: #484848;
}
.single_item_container.two .cart .cart_inner2 i{
  font-size: 20px;
  transition: .3s all;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%) rotate(-30deg);
  color: #fff
}
.single_item_container.two .cart .cart_inner2 input{
  width: 100%;
  height: 50px;
  color: #fff;
  display: inline-block;
  background: transparent;
  font-weight: bold;
  position: relative;
  z-index: 10;
     border: none;
       -webkit-appearance: none;
       padding-left: 26px; 
}
.single_item_container.two .cart .cart_inner2.hover i{
  color: #484848;
  transform: translateY(-50%) rotate(0);
}
.single_item_container.two .cart .cart_inner2.hover input{
   color: #484848;
   cursor: pointer;
}
.single_item_container.two .cart .cart_inner2::after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -2;
  transition: .3s all;
  background: #fff;
  width: 0;
  z-index: 0;
}
.single_item_container.two .cart .cart_inner2.hover::after{
  width: 100%;
}
.single_item_container.two .cart .cart_inner3{
  position: absolute;
  top: -33px;
  left: 0;
  color: #f00;
}
.single_item_container.two .cart .cart_inner4{
  width: 210px;
  border: 1px solid #484848;
  background: #484848;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 52px;
  line-height: 52px;
}
.single_item_comment{
  width: 1000px;
  padding: 66px 22px;
  margin: 0 auto;
}
.single_item_container.two .optcart,
.buy_zone .optcart{
  display: none;
}
.single_item_container.two .zaiko,
.single_item_comment .zaiko{
  position: absolute;
  top: -30px;
  left:  0;
  font-size: 14px;
  line-height: 1.8;
}
.single_item_comment .zaiko{
  left: 20px;
}
.single_item_container.two .optcart#opt0,
.buy_zone .optcart#opt0{
  display: block;
}
.single_item_container.two .sku_box,
.buy_zone .sku_box{
  display: none;  
}
select#choose{
  width: 200px;
  height: 33px;
}
.buy_zone .cart{
  position: relative;
}

.single_item_content{
  margin-top: 22px;
}
.single_item_content * {
  margin-bottom: 22px; 
}
.single_item_content h1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2941176; 
}
.single_item_content h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.571428; 
}
.single_item_content h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.375; 
}
.single_item_content h4 {
  font-size: 24px;
  line-height: 1.375; 
}
.single_item_content h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5; 
}
.single_item_content h6 {
  font-size: 20px;
  line-height: 1.5; 
}
.single_item_content img {
  width: auto; 
  height: auto;
}
.single_item_content strong {
  font-weight: bold; 
}
.single_item_content em{
  font-family: italic;
}
.single_item_content a {
  color: #006db1;
  display: inline-block;
  transition: .3s all; 
}
.single_item_content a:hover {
  color: #009cfe; 
}
.single_item_content ul{
  margin: 33px 0 33px 22px;
}
.single_item_content ul li{
  list-style: disc inside;
}
.single_item_content ol{
  margin: 33px 0 33px 22px;
}
.single_item_content ol li{
  list-style: decimal inside;
}
.buy_zone .optcart .zaiko{
  position: absolute;
  top: -30px;
  left: 22px;
  font-size: 14px;
}


.buy_zone{
  width: 100%;
  display: flex;
  justify-content: space-between; 
  align-items: flex-end;
  margin-top: 88px;
  position: relative; 
}
.buy_zone > div{
  width:37%;
}
.buy_zone span.gap{
  display: inline-block;
  padding-left: 22px;
}
.buy_zone .item_inner p{
  font-size: 14px;
  line-height: 1.57142;
  color: #686868;
  /* margin-bottom: 11px; */
  margin-left: 22px;
}
.buy_zone .item_inner .category_list{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 14px;
    line-height: 1.571428;
    margin: 5.5px 5.5px;
}
.buy_zone .item_inner .category_list i{
  /* font-size: 14px; */
  line-height: 1.571428;
  vertical-align: middle;
  color: #006db1;
}
.buy_zone .item_inner .post-categories{
  display: flex;
  justify-content: flex-start;
}
.buy_zone .item_inner .post-categories li{
  line-height: 1.571428;
  margin: 0 5.5px;
}
.buy_zone .item_inner .post-categories li a{
  color: #006db1;
  transition: .3s all;
}
.buy_zone .item_inner .post-categories li a:hover{
  color: #009cfe; 
}
.buy_zone .price{
  border-top: 2px solid #484848;
  border-bottom: 2px solid #484848;
  padding: 11px 0;
  font-weight: bold;
  text-align: center;
  line-height: 33px;
  width: 25%;
}
.buy_zone .price .price_inner1{
  font-size: 14px;
  margin-right: 11px;
}
.buy_zone .price .price_inner2{
  font-size: 20px;
}
.buy_zone .price .price_inner2 em{
  font-size: 14px;
}
.buy_zone .cart{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.buy_zone .cart .cart_inner1{
  margin-right: 35px;
}
.buy_zone .cart .cart_inner1 input.skuquantity{
  width: 44px;
  text-align: center;
  margin-left: 11px;
  height: 28px;
}
.buy_zone .cart .cart_inner2{
  width: 210px;
  position: relative;
  transition: .3s all;
  border: 1px solid #484848;
  background: #484848;
  z-index: 0;
}
.buy_zone .cart .cart_inner2 i{
  font-size: 20px;
  transition: .3s all;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%) rotate(-30deg);
  color: #fff
}
.buy_zone .cart .cart_inner2 input{
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 23px;
  display: inline-block;
  background: transparent;
  font-weight: bold;
  position: relative;
  z-index: 10;
     border: none;
       -webkit-appearance: none;
}
.buy_zone > .cart .cart_inner2:hover i{
  color: #484848;
  transform: translateY(-50%) rotate(0);
}
.buy_zone .optcart:not(#opt0) .cart .cart_inner2:hover i{
  color: #484848;
  transform: translateY(-50%) rotate(0);
}
.buy_zone > .cart .cart_inner2:hover input{
   color: #484848;
   cursor: pointer;
}
.buy_zone .optcart:not(#opt0) .cart .cart_inner2:hover input{
   color: #484848 ;
   cursor: pointer;
}
.buy_zone .cart .cart_inner2::after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -2;
  transition: .3s all;
  background: #fff;
  width: 0;
  z-index: 0;
}
.buy_zone > .cart .cart_inner2:hover::after{
  width: 100%;
}
.buy_zone .optcart:not(#opt0) .cart .cart_inner2:hover::after{
  width: 100%;
}
.buy_zone .choose_wrap{
  position: absolute;
  top: -55px;
  right: 0;
  width: auto;
}
.buy_zone .cart .cart_inner3{
  position: absolute;
  bottom: -44px;
  right: 0;
  color: #f00;
}
.buy_zone .cart .cart_inner4{
    width: 210px;
  border: 1px solid #484848;
  background: #484848;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 52px;
  line-height: 52px;
}
.no_cart{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 55px;
}
.error_message{
     margin: 66px auto 44px;
    width: 800px;
    line-height: 2.0625;
    color: red;
}
/* ----------------------------------------- STOREページ(single) ----------------------------------------- */

/* ----------------------------------------- STOREカートページ(single) ----------------------------------------- */
.post{
  padding-top: 66px;
}
.post h2{
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  padding: 33px 0 22px;
  text-align: center;
}
.post .entry{
  padding: 44px 0 88px;
  width: 100%;
  margin: 0 auto; 
}
.usccart_navi{
  width: 800px;
  margin: 0 auto;
}
.usccart_navi ol{
  display: flex;
  justify-content: space-between;
}
.usccart_navi ol li{
  width: 160px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: #a8a8a8;
  border-left: 2px solid #fff;
  font-size: 14px;
}
#inside-cart .usccart_cart,
#customer-info .usccustomer,
#usces-cart .usccart_delivery,
#usces-cart .usccart_confirm{
  background: #686868;
  font-weight: bold;
  color: #fff;
  border-left: none;
}
#cart{
  margin: 88px auto 0;
  width: 800px;
}
.upbutton,
.confiem_notice{
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
#cart table{
  margin: 44px 0;
  width: 100%;
}
#cart table thead{
  border-top: 2px solid #484848;
  border-bottom: 2px solid #484848;
}
#cart table thead th{
  padding: 44px 0;
  text-align: center;
}
#cart table tbody td{
  padding: 22px 0;
  text-align: center;
  border-bottom: 1px solid #c8c8c8;
}
#cart table tbody td.productname{
  text-align: left;
}
#cart table tbody td.quantity input{
  width: 50px;
  text-align: center;
}
#cart table tfoot{
  border-top: 2px solid #484848;
  border-bottom: 2px solid #484848;
}
#cart table tfoot th,
#cart table tfoot td{
  padding: 44px 0;
  text-align: center;
  font-weight: bold;
}
.send{
  text-align: center;
  margin-top: 44px;
}
.send input,
.send a.back_to_top_button{
  width: 260px;
  padding: 22px;
  margin: 0 11px;
  cursor: pointer;
  border: 1px solid #484848;
  transition: .3s all;
  font-weight: bold;
  background: #484848;
  color: #fff;
  display: inline-block;
}
.send input:hover,
.send a.back_to_top_button:hover{
  background: #fff;
  color: #484848;
}
.send input.to_reganddeliveryinfo_button{
  display: none;
}
.entry table{
  width: 800px;
  margin: 44px auto;
}
.entry table th{
  width: 220px;
  padding: 22px 0;
}
.entry table td {
  position: relative;
}
.entry table td input,
.entry table td select{
  margin-left: 40px;
}
#wc_cart .entry table td input,
#wc_cart .entry table td select{
  margin-left: 0;
}
.entry table td input{
  width: calc(100% - 40px);
}
.entry table td input[type=radio]{
  width: 30px;
}
.entry table tr#zipcode_row td input,
.entry table tr#address1_row td input,
.entry table tr#address2_row td input,
.entry table tr#address3_row td input,
.entry table tr#tel_row td input,
.entry table tr#fax_row td input{
  width: 67%;
  margin-right: 33px;
}
.entry table tr#zipcode_row td::before,
.entry table tr#address1_row td::before,
.entry table tr#address2_row td::before,
.entry table tr#address3_row td::before,
.entry table tr#tel_row td::before,
.entry table tr#fax_row td::before{
  content: '例)';
  display: block;
  position: absolute;
  right: 124px;
  top: 22px;
}
.entry table td.name_td input,
.entry table tr#furikana_row td input{
  width: 70%;
  margin-left: 24px;
  margin-right: 0;
}
.entry table td select{
  height: 33px;
}
.entry table td dl{
  display: flex;
  flex-wrap: wrap;
}
.entry table td dl dt{
  width: 30%;
}
.entry table td dl dd{
  width: 70%;
}
.entry table td textarea{
  margin-left: 40px;
  width: calc(100% - 40px);
}
#wc_confirm table th.action,
#wc_confirm table td.action{
  width: 10px;
}
#wc_confirm table tfoot th,
#wc_confirm table tfoot td{
  padding: 11px 0;
}
#wc_confirm table tfoot tr:first-child th.aright{
  padding-top: 44px;
}
#wc_confirm table tfoot tr:last-child th.aright{
  padding-bottom: 44px;
}
.entry table tr.ttl td h3{
  font-size: 20px;
  font-weight: bold;
  padding: 22px 0;
}
table#confirm_table th,
table#confirm_table td{
  padding: 11px 0;
}
#cart_completion{
  text-align: center;
}
#cart_completion h3{
  font-size: 20px;
  font-weight: bold;

}
/* ----------------------------------------- STOREカートページ(single) ----------------------------------------- */

/* ----------------------------------------- SHARE ----------------------------------------- */
section.share{
  position: fixed;
  right: 40px;
  z-index: 10;
  transition: .3s all;
}
section.share ul li,
section.share ul li a{
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}
section.share ul li{
	margin: 22px 0;
}
section.share ul li a{
  display: block;
  opacity: 0;
	position: relative;
}
section.share li.twitter a{
  background: #55acee;
  transition: .65s;
}
section.share li.facebook a{
  background: #315096;
  transition: .35s;
}
section.share li.line a{
  background: #00c300;
  line-height: 55px;
  transition: .15s;
}
section.share li.share_open{
  background: #484848;
}
[tooltip]::before{
	content: attr(tooltip);
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 10px 11px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 120%;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
	white-space: nowrap;
	background: #484848;
}
section.share.hover li a{
	opacity: 1;
}
section.share li.twitter.hover a{
	background: #b2d9f7;
}
section.share li.facebook.hover a{
	background: #486ec3;
}
section.share li.line.hover a{
	background: #08ff08;
}
section.share li.hover [tooltip]::before{
	opacity: 1;
	visibility: visible;
}
/* ----------------------------------------- SHARE ----------------------------------------- */

/* ----------------------------------------- 404.php ----------------------------------------- */
main.not_found + footer{
  display: none;
}
main.not_found{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  height: 100%;
}
main.not_found section{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, .7)!important;
  padding: 44px;
  text-align: center;
}
main.not_found section h2{
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 22px;
}
/* ----------------------------------------- 404.php ----------------------------------------- */


@media all and (-ms-high-contrast:none){
  nav a{
    padding-top: 2px;
  }
  nav .snsmenu a{
    padding-top: 5px;
  }
  nav .snsmenu a::after{
    top: 2px;
  }
  section.share ul li,
  section.share ul li a{
    padding-top: 4px;
  }
  .access .address a{
    padding-bottom: 4px;
  }
  .snsfooter ul a{
    padding-top: 10px;
  }
  .snsfooter ul a::after{
    top: 5px;
  }
  .cat_menu li a{
    padding-top: 2px;
  }
  .single_item_container.two .cart .cart_inner2 input,
  .buy_zone .cart .cart_inner2 input{
    padding-top: 6px;
  }
  .usccart_navi ol li{
    padding-top: 3px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1025px){
  .article_list .arc_wrap article::after{
    transform: skew(-45deg) scaleX(1);
    opacity: .5;
  }
  .article_list .arc_wrap article .atc_title h3{
    opacity: 1;
  }
  .blog.one .blog_wrap .blog_item::after{
    transform: skew(-45deg) scaleX(1);
    opacity: .5;
  }
  .blog.one .blog_wrap .blog_item .blog_title h3{
    transform: translate(0%,0%,0);
    opacity: 1;
  }
  input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }

}

@media screen and (min-width: 751px) and (max-width: 1025px) and (orientation: portrait) {
  /* 縦向き */
  #topslider{
    height: 90vw;
  }
  .footer_slider{
    background: url('../img/sample17.jpg');
    background-size: cover;
  }
}
@media screen and (min-width: 751px) and (max-width: 1025px) and (orientation: landscape) {
  /* 横向き */ 
  #topslider{
    height: 69vw;
  }
}
