html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body {
	overflow-x: hidden;
}

/* header */
#new_style {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

#new_style *,
#new_style *::before,
#new_style *::after {
	box-sizing: border-box;
}

#new_style img {
	vertical-align: bottom;
}

@media (-ms-high-contrast: none) {
	#new_style {
        font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    }
}

#new_style a.owner_link {
	color: #C30D23;
	text-decoration: underline;
}

#new_style a.owner_link:hover {
	opacity: .7;
}


#new_style .ilb {
  display: inline-block;
}

#new_style .sponly {
	display: block;
}

#new_style .pconly {
	display: none;
}

#new_style .baseW {
	width: 89%;
	margin: auto;
}

#new_style .header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 10px;
	background-color: #fff;
	z-index: 2;
}

#new_style .header_inner p {
	margin: 0;
}

#new_style .header_inner p.header__txt--invoice {
	font-size: 11px;
	margin-top: 0.5em;
	margin-right: 1em;
	font-weight: normal;
}
@media screen and (max-width: 350px) {
	#new_style .header_inner p.header__txt--invoice {
		font-size: 10px;
		margin-right: 0;
	}
}
@media screen and (min-width: 750px) {
	#new_style .header_inner p.header__txt--invoice {
		font-size: 12px;
		margin-right: 0.5em;
	}
}

#new_style .header_logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 150px;
}

.header_logo_txt {
	width: 150px;
	margin: 0 auto 5px;
}

#new_style .header_talex_bnr {
	display: block;
	width: 150px;
	margin: auto;
}

#new_style .header_menu_wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 10px;
}

#new_style .header_menu_wrap .common_nav {
	display: none;
}

#new_style .tel_num {
	font-size: 14px;
	font-weight: bold;
}

#new_style .tel_num a {
	display: block;
	min-width: 8.5em;
	margin-right: .5em;
	color: #C30D23;
}

@media screen and (max-width: 350px) {
	#new_style .tel_num a {
		margin-right: .2em;
	}
}

#new_style #nav_btn {
	display: block;
}

#new_style .btn-trigger {
	position: relative;
	width: 26px;
	height: 24px;
	cursor: pointer;
	z-index: 5;
}
#new_style .btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #C30D23;
}
#new_style .btn-trigger, .btn-trigger span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
}
#new_style .btn-trigger span:nth-of-type(1) {
	top: 0;
}
#new_style .btn-trigger span:nth-of-type(2) {
	top: 10px;
}
#new_style .btn-trigger span:nth-of-type(3) {
	bottom: 0;
}

#new_style #nav_btn span:nth-of-type(1) {
  animation: bar01 .75s forwards;
}
#new_style #nav_btn span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
#new_style #nav_btn span:nth-of-type(3) {
  animation: bar03 .75s forwards;
}
#new_style #nav_btn.active span:nth-of-type(1) {
  animation: active-bar01 .75s forwards;
}
#new_style #nav_btn.active span:nth-of-type(2) {
  opacity: 0;
}

#new_style #nav_btn.active span:nth-of-type(3){
	animation: active-bar03 .75s forwards;
}

#new_style #gNav {
	z-index: 10;
}

#new_style .nav_logo {
	margin: 0 auto 1.5em;
}

#new_style .nav_inner {
	position: absolute;
	top: 96px;
	right: 0;
	width: 100%;
	min-width: 10em;
	padding: 10px 10px 0;
	margin-top: 3px;
	background-color: #C30D23;
	z-index: 1;
	transition: .5s;
	transform: translateY(-200%);
}

#new_style .nav_inner ul {
	list-style: none;
	padding: 0;
}

#new_style .nav_inner > ul > li:not(:last-child) {
	border-bottom: 1px solid #fff;
}

#new_style .nav_inner > ul > li a {
	display: block;
	position: relative;
	padding: .8em 0;
	font-weight: bold;
	color: #fff;
}

#new_style .nav_inner > ul > li a.no-link {
	pointer-events: none;
}

#new_style .nav_inner > ul > li a::after {
	content: "";
	position: absolute;
	top:0 ;
	right: 12px;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	transform: rotate(45deg);
	transition: .3s;
}

#new_style .nav_inner > ul > li a:not(.no-link,.have_child)::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

#new_style .nav_inner > ul > li a.have_child::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	right: 10px;
}

#new_style .nav_inner > ul > li a.par_active::after {
	transform: rotate(-135deg);
}

#new_style .nav_inner .nav_child {
	display: none;
	padding-bottom: .8em;
}

#new_style .nav_inner .nav_child li {
	padding-left: 1em;
}

.gNav_newIcon {
    display: inline-block;
    margin-left: 0.5em;
    padding: 0 0.5em;
    background: #fff;
    border-radius: 100px;
    color: #C30D23;
}


#new_style .nav_inner.nav_active {
	transform: translateX(0);
}

@keyframes bar01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes bar03 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes active-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}

@keyframes active-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}





/* footer */
#new_style footer {
	margin-top: 40px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#new_style .store_img {
	margin-bottom: 57px;
}

#new_style .footer_logo {
	width: 100%;
	max-width: 209px;
	margin: 0 auto 33px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

#new_style .footer_logo img {
	margin-bottom: 10px;
}

#new_style .footer_txt {
	padding-left: 1.5em;
	margin-bottom: 53px;
	font-size: 13px;
}

#new_style .footer_txt a {
    color: #333;
}

#new_style .footer_tel_btn {
	display: block;
	width: 89%;
	padding: .7em;
	border-radius: 6px;
	margin: 0 auto 47px;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #C30D23;
}

#new_style .footer_tel_btn:hover {
	opacity: .7;
}

#new_style .footer_tel_btn .icon_tel {
	width: 32px;
	margin-left: .7em;
	vertical-align: sub;
}

#new_style .copyright {
	border-top: 2px solid #C30D23;
	padding: 1em;
	font-size: 12px;
	text-align: center;
}

.scroll-back-to-top-wrapper {
	right: 10px;
	bottom: 10px;
}

.footer_instagram_wrap .list_insta_wrap {
    display: flex;
    justify-content: center;
}

.footer_instagram_wrap .list_insta {
    display: flex;
    flex-wrap: wrap;
    width: 89%;
    margin: -1%;
}

.footer_instagram_wrap .list_insta li {
    position: relative;
    width: 48%;
    margin: 1%;
    padding-top: 50%;
    overflow: hidden;
}

.footer_instagram_wrap .object-fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media screen and (max-width: 350px) {
    #new_style .footer_tel_btn {
        font-size: 20px;
    }
}
@media screen and (min-width: 560px) {
	#new_style .nav_inner {
		top: 64px;
	}

	#new_style .header_logo {
		max-width: 320px;
	}

	.header_logo_txt {
		width: 150px;
		margin: 0 8px 0 0;
	}

	#new_style .header_talex_bnr {
		width: 160px;
	}
}

@media screen and (min-width: 750px) {
	#new_style .sponly {
		display: none;
	}

	#new_style .pconly {
		display: block;
	}

	#new_style .nav_inner {
		top: 92px;
	}

	#new_style .header_inner {
		padding: 24px 44px 24px 20px;
	}

	#new_style .tel_num {
		font-size: 20px;
	}

	#new_style .footer_flex {
		display: flex;
		justify-content: space-between;
		width: 96%;
		max-width: 780px;
		margin: auto;
	}

	#new_style .store_img {
		width: 96%;
		max-width: 1200px;
		margin: 0 auto 50px;
	}

	#new_style .footer_logo {
		max-width: 327px;
		margin: 0 auto 10px;
		font-size: 24px;
	}

	#new_style .footer_txt {
		padding-left: 0;
		margin-bottom: 1.5em;
		font-size: 16px;
	}

	#new_style .footer_tel_btn {
		width: 100%;
		font-size: 21px;
		vertical-align: text-bottom;
	}

	#new_style .copyright {
		padding: 2em 0;
		font-size: 16px;
	}

    .footer_instagram_wrap .list_insta li a:hover .object-fit{
        transform: scale(1.1);
    }

    #new_style .footer_shopInfo_wrap {
        display: flex;
        justify-content: space-between;
        width: 89%;
        max-width: 1200px;
        margin: 0 auto 74px;
    }

    .footer_shopInfo_wrap > div {
        width: 48%;
    }

    #new_style .footer_logo_wrap {
        width: 89%;
        margin: auto;
    }
}

@media screen and (min-width: 1000px) {
	#new_style {
		font-size: 16px;
	}

	#new_style .baseW {
    	width: 76%;
    	min-width: 800px;
    	max-width: 1200px;
    }

    #new_style .header_inner {
		padding: 24px 28px 24px 24px;
	}

	#new_style .header_logo {
		max-width: 200px;
	}

	#new_style .header_talex_bnr {
		width: 200px;
	}

	.header_logo_txt {
		width: 200px;
		margin-bottom: 5px;
	}

	#new_style .header_menu_wrap {
		flex-wrap: wrap;
	}

	#new_style .tel_num {
		order: 1;
	}

	#new_style .btn-trigger {
		order: 2;
	}

	#new_style .header_menu_wrap .common_nav {
		order: 3;
		display: flex;
		justify-content: space-between;
		width: 82%;
		margin-top: 1em;
	}

	#new_style .header_menu_wrap .common_nav li:not(:last-child) {
		margin-right: 1em;
	}

	#new_style .header_menu_wrap .common_nav li a {
		display: block;
		position: relative;
		font-size: 14px;
		font-weight: bold;
		color: #434343;
	}

	#new_style .header_menu_wrap .common_nav li a::after {
		content: "";
		position: absolute;
		bottom: 0px;
		width: 0;
		height: 2px;
		background-color: #C30D23;
		transition: .3s;
	}

	#new_style .header_menu_wrap .common_nav li.nav_about a::after {
		left: 30px;
	}

	#new_style .header_menu_wrap .common_nav li.nav_about a:hover:after {
		width: calc(100% - 30px)
	}

	#new_style .header_menu_wrap .common_nav li.nav_pickup a::after {
		left: 32px;

	}

	#new_style .header_menu_wrap .common_nav li.nav_pickup a:hover::after {
		width: calc(100% - 32px)
	}

	#new_style .header_menu_wrap .common_nav li.nav_lens a::after {
		left: 32px;
	}

	#new_style .header_menu_wrap .common_nav li.nav_lens a:hover::after {
		width: calc(100% - 32px)
	}

	#new_style .header_menu_wrap .common_nav li.nav_experience a::after {
		left: 26px;
	}

	#new_style .header_menu_wrap .common_nav li.nav_experience a:hover::after {
		width: calc(100% - 26px)
	}

	#new_style .header_menu_wrap .common_nav li.nav_scene a::after {
		left: 25px;
	}

	#new_style .header_menu_wrap .common_nav li.nav_scene a:hover::after {
		width: calc(100% - 25px)
	}

	#new_style .header_menu_wrap .common_nav li a::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	#new_style .header_menu_wrap .common_nav li.nav_about a {
		padding-left: 30px;
	}

	#new_style .header_menu_wrap .common_nav li.nav_pickup a {
		padding-left: 32px;
	}

	#new_style .header_menu_wrap .common_nav li.nav_experience a {
		padding-left: 26px;
	}

	#new_style .header_menu_wrap .common_nav li.nav_lens a {
		padding-left: 32px;
	}


	#new_style .header_menu_wrap .common_nav li.nav_about a::before {
	  width: 24px;
	  height: 24px;
	  background: url(../images/new_style/pc/icon_about.png) no-repeat;
	  background-size: contain;
	}

	#new_style .header_menu_wrap .common_nav li.nav_pickup a::before {
	  width: 26px;
	  height: 20px;
	  background: url(../images/new_style/pc/icon_glasses.png) no-repeat;
	  background-size: contain;

	}

	#new_style .header_menu_wrap .common_nav li.nav_experience a::before {
	  width: 20px;
	  height: 22px;
	  background: url(../images/new_style/pc/icon_experience.png) no-repeat;
	  background-size: contain;

	}

	#new_style .header_menu_wrap .common_nav li.nav_lens a::before {
	  width: 26px;
	  height: 26px;
	  background: url(../images/new_style/pc/icon_lens.png) no-repeat;
	  background-size: contain;
	}

	#new_style .nav_inner {
		top: 112px;
		width: 20%;
		min-width: 21em;
	}

	#new_style .nav_inner {
		padding: 40px 2% 18px;
	}

	#new_style .nav_inner > ul > li a {
		padding: .8em 26px .8em 0;
		font-size: 16px;
	}

	#new_style footer {
		margin-top: 75px;
	}
}

@media screen and (min-width: 1100px) {
	#new_style .tel_num {
		order: 2;
	}

	#new_style .btn-trigger {
		order: 3;
	}

	#new_style .header_menu_wrap .common_nav {
		order: 1;
		width: auto;
		margin-top: 0;
		margin-right: 1em;
	}
}

@media screen and (min-width: 1200px) {
	#new_style .header_logo {
		max-width: 200px;
	}

	.header_logo_txt {
		width: 200px;
		margin-right: 18px;
	}

	#new_style .header_talex_bnr {
		width: 200px;
		max-width: none;
	}
}

@media screen and (min-width: 1300px) {

	#new_style .header_inner {
		padding: 24px 44px 24px 72px;
	}
}


@media screen and (min-width: 1380px) {
	#new_style .nav_inner {
		top: 92px;
	}

	#new_style .header_logo {
		max-width: 420px;
	}

	.header_logo_txt {
		width: 200px;
		margin-right: 18px;
	}

	#new_style .header_talex_bnr {
		width: 200px;
		max-width: none;
	}
}
