﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Anton|Economica:400,400i,700,700i|Electrolize|Fira+Sans+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Julius+Sans+One|Jura:300,400,500,600,700|Khand:300,400,500,600,700|Montserrat+Alternates:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Orbitron:400,500,700,900|Oswald:200,300,400,500,600,700|Rajdhani:300,400,500,600,700|Raleway+Dots|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Ropa+Sans:400,400i|Saira+Condensed:100,200,300,400,500,600,700,800,900|Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900|Sarpanch:400,500,600,700,800,900|Squada+One|Teko:300,400,500,600,700|Wire+One|Baloo+Da|Baloo+Tammudu|Chathura:100,300,400,700,800|Kenia|Timmana|Viga|Righteous|Allerta+Stencil|Bahiana|Basic|Black+Ops+One|Carme|Days+One|Dorsa|Farsan|Fredericka+the+Great|Fugaz+One|Gurajada|Homenaje|Jockey+One|Just+Another+Hand|Just+Me+Again+Down+Here|Lily+Script+One|Nixie+One|Nosifer|Pompiere|Racing+Sans+One|Reem+Kufi|Secular+One|Six+Caps|Tulpen+One');

/* Anton - Economica - Electrolize - Fira Sans Condensed - Julius Sans One - Jura - Khand - Montserrat Alternates - Orbitron - Oswald - Rajdhani - Raleway Dots - Raleway - Ropa Sans - Saira Condensed -Saira Extra Condensed - Sarpanch - Squada One - Teko - Wire One - Baloo Da - Baloo Tammudu - Chathura - Kenia - Timmana - Viga - Righteous - Allerta Stenci - Bahiana - Basic - Black Ops One - Carme - Days One - Dorsa - Farsan - Fredericka the Great - Fugaz One - Gurajada - Homenaje - Jockey One - Just Another Hand - Just Me Again Down Here - Lily Script One - Nixie One - Nosifer - Racing Sans One - Reem Kufi - Secular One - Six Caps - Tulpen One */


/***** loader *****/

#fade {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5000;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#wrap {
    display: block;
}

#spinner {
    position: fixed;
    z-index: 5000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	width: 75px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#spinner div {
    width: 8px;
    height: 110px;
    background-color: #213f81;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -ms-animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

#spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

#spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

#spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

#spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	
0%, 40%, 100% {
	-webkit-transform: scaleY(0.4);
}  

20% {
	-webkit-transform: scaleY(1.0);
}

}

@keyframes sk-stretchdelay {

0%, 40%, 100% { 
	  transform: scaleY(0.4);
	  -webkit-transform: scaleY(0.4);
}

20% { 
	  transform: scaleY(1.0);
	  -webkit-transform: scaleY(1.0);
}

}



/***** base *****/

*{
	margin: 0 auto;
	padding: 0px;
	border: none;
	word-break: break-all;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	color: #000;
	font-family: 'Noto Sans Japanese', 'Open Sans', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
	font-size: 14px;
	line-height: 1.5;
}

img {
    max-width: 100%;
    display: block;
}

.clear{
	float: none;
	clear: both;
}

.fixed {
    position: fixed;
    top: 0px;
	left: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
}


/***** a *****/

a{
	color: #FF9218;
	overflow: hidden;
	outline: none;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
	
a:link{
	color: #FF9218;
	text-decoration: none;
}	
	
a:visited{
	color: #FF9218;
}	

a:hover {
	color: #76E7FF;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}	

a.pt:hover img{
   filter: alpha(opacity=70); /*←IE用*/
   -moz-opacity: 0.80; /*←Mozilla用*/
    opacity: 0.70; /*safari opera*/
}

.s1 {
    font-size: 25px;
    padding: 0px 10px 0px 10px;
}


/***** color *****/

.red1 {
	color: #f54353;
}

.yellow1 {
    color: #fcb200;
}


/***** bg *****/

.bg1 {
	background-color: #fff;
}

.bg2 {
	background-color: #f9f9f9;
}

.bg3 {
	background-color: #000;
}


/***** display *****/

.d1 {
	display: block;
}

.d2 {
	display: none;
}


/***** content *****/

.grid1 {
    width: 100%;
    border-bottom: 0px solid #e1e1e1;
}

.grid2 {
    width: 100%;
}

.grid2-inner1 {
    width: 1400px;
    padding: 80px 80px 80px 80px;
}

.grid2-inner1-title1 {
	position: relative;
    width: 100%;
	padding: 0px 0px 20px 0px;
    margin-bottom: 45px;
}

.grid2-inner1-title1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 47%;
	right: 47%;
    width: 6%;
	height: 5px;
	background-color: #213f81;
}

.grid2-inner1-title1-txt1 {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin: 0px 0px 15px 0px;
}

.grid2-inner1-title1-txt2 {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
    margin: 0px 0px 5px 0px;
}

.grid2-inner1-title1-txt3 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}

.grid2-inner1-title1-txt4 {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
	letter-spacing: 3px;
	text-indent: 3px;
}

.grid2-inner1-title1-txt5 {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
	letter-spacing: 3px;
	text-indent: 3px;
}


/***** header *****/

.visual1 {
    width: 100%;
}

.visual1-img1 {
	width: 100%;
	display: block;
}

.visual1-img2 {
	width: 100%;
	display: none;
}


/***** intro *****/

.intro1 {
    width: 100%;
}

.intro1-cap1 {
    font-size: 20px;
    font-weight: 700;
}

.intro1-cap1 p {
    margin-bottom: 15px;
}


/***** info *****/

.info1-title1 {
    width: 90%;
    margin-bottom: 20px;
}

.info1 {
    width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-right: 0%;
	padding-left: 0%;
    margin-bottom: 30px;
    border-top: 5px solid #213f81;
    border-bottom: 1px dotted #b6b3b3;
}

.info1-list1 {
    display: flex;
    justify-content: center;
    align-items: stretch;
	margin-bottom: 7px;
}

.info1-list1-left1 {
    width: 20%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 10px 10px 10px 10px;
    background-color: #213f81;
}

.info1-list1-right1 {
    width: 80%;
	font-size: 26px;
    font-weight: 900;
    padding: 10px 10px 10px 10px;
    padding-left: 20px;
}

.info1-list1-right1-txt1 {
    font-size: 17px;
}

.info1-list1-right1-txt2 {
    font-size: 14px;
}

.info1-list1-right1 p {
    margin-bottom: 5px;
}

.info1-btn1 {
    width: 45%;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin: 10px 55% 10px 0px;
    background-color: #213f81;
    transition: .3s;
}

.info1-btn1:hover {
	background-color: #3964c5;
}

.info1-btn1 a {
	color: #fff;
	display: block;
}

.info1-btn1 a:hover {
	color: #fff;
}


/***** profile *****/

.profile1 {
	width: 100%;
	margin: 0px 0px 65px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.profile1-img1 {
    width: 50%;
    padding: 0px 25px 0px 0px;
	margin: 0px 0px 25px 0px;
}

.profile1-info1 {
    width: 50%;
    padding: 0px 0px 0px 25px;
    border-left: 10px solid #213f81;
}

.profile1-info1-title1 {
    width: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
	letter-spacing: 2px;
	text-indent: 2px;
    text-align: center;
    padding: 8px 30px 8px 30px;
    margin-bottom: 25px;
    background-color: #213f81;;
    border-radius: 25px;
    display: inline-block;
}

.profile1-info1-name1 {
    width: 100%;
    padding: 0px 0px 15px 0px;
    margin: 0px 0% 25px 0px;
    border-bottom: 2px dotted #213f81;
}

.profile1-info1-name1-txt1 {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 5px;
}

.profile1-info1-name1-txt2 {
    font-size: 18px;
    font-weight: 700;
}

.profile1-info1-cap1 {
    font-size: 14px;
    font-weight: 700;
    margin: 0px 0px 25px 0px;
}

.profile1-info1-cap1 p {
    margin-bottom: 8px;
}

.profile1-info1-cap2 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 30px;
}

.profile1-info1-cap2 p {
    margin-bottom: 3px;
}

.profile1-info1-btn1-wrap {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.profile1-info1-btn1 {
	width: 50%;
	padding: 5px 5px 5px 5px;
	margin: 0px 0% 0px 0%;
}

.profile1-info1-btn1 a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 10px 10px 10px 10px;
    background-color: #213f81;
	transition: .3s;
    display: block;
}

.profile1-info1-btn1 a:hover {
    background-color: #3964c5;
}


/***** special *****/

.special1 {
    width: 100%;
    padding: 30px 30px 30px 30px;
    margin: 0px 0px 35px 0px;
    background-color: #414141;
    border-radius: 10px;
}

.special1-cap1 {
    color: #ffc318;
    font-size: 22px;
    font-weight: 900;
    margin: 0px 0px 20px 0px;
}

.special1-img1-wrap {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;	
}

.special1-img1 {
	width: 50%;
	padding: 10px 10px 10px 10px;
}

.special1-btn1 {
    width: 50%;
    margin: 20px 25% 0px 25%;
}

.special1-btn1 a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 15px 15px 15px 15px;
    background-color: #213f81;
	transition: .3s;
    display: block;
}

.special1-btn1 a:hover {
    background-color: #3964c5;
}


/***** product *****/

.product1-wrap {
	width: 100%;
	margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.product1 {
    width: 100%;
    color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0% 0px 0%;
    border-radius: 5px;
    overflow: hidden;
}

.product1-inner1 {
    width: 100%;
    background-color: #414141;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.product1-img1 {
    width: 50%;
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
	background-color: #000;
}

.product1-info1 {
    width: 50%;
    padding: 40px 40px 40px 40px;
}

.product1-info1-name1 {
	width: 100%;
	margin-bottom: 15px;
}

.product1-info1-name1-txt1 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 5px;
}

.product1-info1-name1-txt2 {
    font-size: 28px;
    font-weight: 900;
}

.product1-info1-price1 {
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    margin: 0px 0px 15px 0px;
}

.product1-info1-price1-b1 {
    font-size: 28px;
}

.product1-info1-btn1 {
	width: 100%;
}

.product1-info1-btn1 a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 10px 10px 10px 10px;
    background-color: #213f81;
	transition: .3s;
    display: block;
}

.product1-info1-btn1 a:hover {
    background-color: #3964c5;
}


/***** movie *****/

.movie1-wrap {
    width: 100%;
    height: 100%;
	margin: 0px 0px 25px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
	/*pointer-events: none;*/
}

.movie1 {
    width: 50%;
	height: 100%;
    padding: 10px 10px 10px 10px;
}

.movie1-data1 {
    position: relative;
	height: 0;
    padding-bottom: 56%;
    background-color: #000;
}

.movie1-data1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/***** banner *****/

.banner1-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.banner1 {
    width: 950px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
	transition: .3s;
}

.banner1:hover {
    opacity: 0.8;
}

.banner1 a {
    display: block;
}


/***** sns *****/

.sns1-wrap {
	width: 350px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.sns1 {
    width: 25%;
	padding: 10px 10px 10px 10px;
}


/***** store *****/

.store1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.store1-img1 {
    width: 50%;
}

.store1-info1 {
    width: 50%;
    margin: 0px 0px 0px 0px;
}

.store1-info1-name1 {
    font-size: 24px;
    font-weight: 900;
    margin: 0px 0px 20px 0px;
}

.store1-info1-cap1 {
    font-size: 15px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
}

.store1-info1-btn1-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.store1-info1-btn1 {
    width: 48%;
    margin: 5px 1% 5px 1%;
}

.store1-info1-btn1 a {
	color: #fff;
    font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	background-color: #213f81;
	transition: .3s;
	display: block;
}

.store1-info1-btn1 a:hover{
	color: #fff;
	background-color: #3964c5;
}

.store1-info1-btn2 {
    width: 98%;
    margin: 1%;
}

.store1-info1-btn2 a {
	color: #fff;
    font-size: 12px;
	font-weight: 700;
	padding: 10px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	background-color: #213f81;
	transition: .3s;
	display: block;
}

.store1-info1-btn2 a:hover{
	color: #fff;
	background-color: #3964c5;
}


/***** map *****/

.map1 {
    display: flex;
}


/***** footer *****/

.footer1 {
    padding: 20px 20px 20px 20px;
}

.footer1-img1 {
    width: 200px;
}

.footer1-img1 a {
	display: block;
}

.footer1-pagetop1 {
    position: fixed;
    z-index: 1100;
    bottom: 20px;
    right: 100px;
}

.footer1-pagetop1 a {
    color: #213f81;
    font-size: 14px;
}





@media (max-width:1600px){


}


@media (max-width:1375px){


}


@media (max-width:1280px){

.grid2-inner1 {
    width: 100%;
}

}


@media (max-width:1024px){

.s1 {
    font-size: 21px;
}

.grid2-inner1-title1-txt2 {
    font-size: 32px;
}

.intro1-cap1 {
    font-size: 17px;
}

.info1-list1-left1 {
    font-size: 13px;
}

.info1-list1-right1 {
    font-size: 20px;
}

.info1-btn1 {
    width: 50%;
    font-size: 14px;
}

.info1-list1-right1-txt2 {
    font-size: 12px;
}

.special1-cap1 {
    font-size: 18px;
	margin: 0px 0px 10px 0px;
}

.special1-cap2 {
    font-size: 12px;
}

.product1-info1 {
    width: 50%;
    padding: 25px 25px 25px 25px;
}

.product1-info1-name1-txt1 {
    font-size: 18px;
}

.product1-info1-name1-txt2 {
    font-size: 20px;
}

.product1-info1-price1 {
    font-size: 14px;
}

.product1-info1-price1-b1 {
    font-size: 24px;
}

.product1-special1-info1-title1 {
    font-size: 14px;
}

.product1-special1-info1-cap1 {
    font-size: 18px;
}

.product1-special1-info1-cap2 {
    font-size: 25px;
}

.product1-special1-info1-cap3 {
    font-size: 18px;
}

.product1-info1-btn1 a {
    font-size: 12px;
    padding: 8px 10px 8px 10px;
}

.profile1-info1-title1 {
    font-size: 13px;
    margin-bottom: 15px
}

.profile1-info1-name1-txt1 {
    font-size: 30px;
}

.profile1-info1-cap1 {
    font-size: 13px;
}

.profile1-info1-btn1 a {
    font-size: 10px;
    padding: 8px 10px 8px 10px;
}

.banner1 {
    width: 80%;
}

.sns1-wrap {
    width: 300px;
}

.store1-info1-name1 {
    font-size: 22px;
    margin: 0px 0px 10px 0px;
}

.store1-info1-cap1 {
    font-size: 13px;
}

.store1-info1-btn1 a {
    font-size: 11px;
    padding: 8px 10px 8px 10px;
}

}


@media (max-width:768px){

.s1 {
    font-size: 18px;
}

.grid2-inner1 {
    padding: 50px 35px 50px 35px;
}

.grid2-inner1-title1 {
    padding: 0px 0px 15px 0px;
    margin-bottom: 30px;
}

.grid2-inner1-title1-txt1 {
    font-size: 16px;
	margin: 0px 0px 10px 0px;
}

.grid2-inner1-title1-txt2 {
    font-size: 24px;
}

.grid2-inner1-title1-txt3 {
    font-size: 18px;
}

.grid2-inner1-title1-txt4 {
    font-size: 25px;
}

.grid2-inner1-title1-txt5 {
    font-size: 16px;
}

.intro1-cap1 {
    font-size: 14px;
}

.info1-list1-left1 {
    width: 30%;
    font-size: 14px;
}

.info1-list1-right1 {
    width: 70%;
    font-size: 17px;
}

.info1-list1-right1-txt1 {
    font-size: 15px;
}

.info1-list1-right1-txt2 {
    font-size: 12px;
}

.info1-btn1 {
    width: 100%;
    font-size: 13px;
    margin: 10px 0% 10px 0px;
}

.profile1-info1-title1 {
    font-size: 11px;
    padding: 6px 30px 6px 30px;
	margin-bottom: 10px;
}

.profile1-info1-name1 {
    width: 100%;
    padding: 0px 0px 10px 0px;
    margin: 0px 0% 15px 0px;
}

.profile1-info1-name1-txt1 {
    font-size: 28px;
	margin-bottom: 0px;
}

.profile1-info1-name1-txt2 {
    font-size: 16px;
}

.profile1-info1-btn1 {
    width: 100%;
}

.special1-btn1 {
    width: 60%;
    margin: 20px 20% 0px 20%;
}

.special1-btn1 a {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
}

.product1-info1-name1-txt1 {
    font-size: 16px;
}

.product1-info1-name1-txt2 {
    font-size: 18px;
}

.product1-special1-info1-cap1 {
    font-size: 15px;
}

.product1-special1-info1-cap2 {
    font-size: 22px;
}

.product1-special1-info1-cap3 {
    font-size: 15px;
}

.sns1-wrap {
    width: 300px;
}

.store1-info1-name1 {
    font-size: 18px;
}

.store1-info1-cap1 {
    font-size: 13px;
}

.store1-info1-btn1 a {
    padding: 7px 10px 7px 10px;
}

.footer1-pagetop1 {
    bottom: 20px;
    right: 35px;
}

}


@media (max-width:475px){

.d1 {
	display: none;
}

.d2 {
	display: block;
}

.s1 {
    font-size: 14px;
}

.grid2-inner1 {
    padding: 35px 20px 35px 20px;
}

.grid2-inner1-title1 {
	padding: 0px 0px 15px 0px;
    margin-bottom: 20px;
}

.grid2-inner1-title1::after {
    left: 45%;
    right: 45%;
    width: 10%;
}

.grid2-inner1-title1-txt1 {
    font-size: 12px;
}

.grid2-inner1-title1-txt2 {
    font-size: 18px;
    letter-spacing: 1px;
    text-indent: 1px;
}

.grid2-inner1-title1-txt3 {
    font-size: 16px;
}

.grid2-inner1-title1-txt4 {
    font-size: 18px;
	letter-spacing: 1px;
	text-indent: 1px;
}

.grid2-inner1-title1-txt5 {
    font-size: 14px;
	letter-spacing: 1px;
	text-indent: 1px;
}

.visual1-img1 {
    display: none;
}

.visual1-img2 {
    display: block;
}

.intro1-cap1 {
    font-size: 13px;
}

.info1-list1-left1 {
    width: 30%;
    font-size: 10px;
    padding: 8px 10px 8px 10px;
}

.info1-list1-right1 {
    width: 70%;
    font-size: 14px;
    padding: 8px 10px 8px 10px;
}

.info1-list1-right1-txt1 {
    font-size: 11px;
}

.info1-list1-right1-txt2 {
    font-size: 8px;
}

.info1-btn1 {
    font-size: 11px;
    line-height: 33px;
}

.special1 {
    padding: 15px 15px 15px 15px;
    margin: 0px 0px 15px 0px;
    border-radius: 5px;
}

.special1-cap1 {
    font-size: 12px;
}

.special1-cap2 {
    font-size: 9px;
}

.special1-btn1 {
    width: 100%;
    margin: 15px 0% 0px 0%;
}

.special1-btn1 a {
    font-size: 11px;
    padding: 8px 8px 8px 8px;
}

.product1-img1 {
    width: 100%;
}

.product1-info1 {
    width: 100%;
}

.product1-info1-name1 {
    width: 100%;
    margin-bottom: 5px;
}

.product1-info1-name1-txt1 {
    font-size: 13px;
}

.product1-info1-name1-txt2 {
    font-size: 16px;
}

.product1-info1-price1 {
    font-size: 12px;
}

.product1-info1-price1-b1 {
    font-size: 20px;
}

.profile1 {
    flex-direction: column;
}

.profile1-img1 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
}

.profile1-info1 {
    width: 100%;
    padding: 0px 0px 0px 15px;
}

.profile1-info1-title1 {
    font-size: 11px;
    padding: 6px 30px 6px 30px;
	margin-bottom: 10px;
}

.profile1-info1-name1 {
    width: 100%;
    padding: 0px 0px 10px 0px;
    margin: 0px 0% 13px 0px;
}

.profile1-info1-name1-txt1 {
    font-size: 25px;
	margin-bottom: 0px;
}

.profile1-info1-name1-txt2 {
    font-size: 13px;
}

.profile1-info1-cap1 {
    font-size: 12px;
    margin-bottom: 15px;
}

.profile1-info1-cap2 {
    font-size: 12px;
    margin-bottom: 15px;
}

.profile1-info1-btn1 a {
    font-size: 10px;
    padding: 8px 10px 8px 10px;
}

.movie1 {
    width: 100%;
    padding: 5px 5px 5px 5px;
}

.special1-img1-wrap {
    display: block;	
}

.special1-img1 {
	width: 100%;
}

.banner1 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}

.sns1-wrap {
    width: 250px;
}

.store1 {
    flex-direction: column;
}

.store1-img1 {
    width: 100%;
}

.store1-info1 {
    width: 100%;
}

.store1-info1-name1 {
    font-size: 18px;
    text-align: center;
}

.store1-info1-cap1 {
    font-size: 11px;
}

.store1-info1-btn1 a {
    font-size: 10px;
    padding: 8px 10px 8px 10px;
}

.footer1 {
    padding: 15px 15px 15px 15px;
}

.footer1-img1 {
    width: 180px;
}

}


@media (max-width:375px){


}


@media (max-width:320px){

.s1 {
    font-size: 12px;
}

.grid2-inner1-title1-txt1 {
    font-size: 10px;
    text-indent: 0px;
    letter-spacing: 0px;
}

.grid2-inner1-title1-txt2 {
    font-size: 16px;
    letter-spacing: 0px;
    text-indent: 0px;
}

.grid2-inner1-title1-txt3 {
    font-size: 14px;
}

.grid2-inner1-title1-txt4 {
    font-size: 15px;
}

.grid2-inner1-title1-txt5 {
    font-size: 12px;
    letter-spacing: 2px;
    text-indent: 2px;
}

.intro1-cap1 {
    font-size: 11px;
}

.info1-list1-left1 {
    font-size: 9px;
}

.info1-list1-right1 {
    font-size: 11px;
}

.info1-list1-right1-txt1 {
    font-size: 10px;
}

.info1-list1-right1-txt2 {
    font-size: 8px;
}

.info1-list1-right1 p iframe {
    height: 110px !important;
}

.profile1-info1-title1 {
    font-size: 9px;
}

.profile1-info1-name1-txt1 {
    font-size: 20px;
}

.profile1-info1-name1-txt2 {
    font-size: 13px;
}

.profile1-info1-cap1 {
    font-size: 11px;
}

.profile1-info1-cap2 {
    font-size: 10px;
    margin-bottom: 10px;
}

.profile1-info1-btn1 a {
    font-size: 8px;
    padding: 6px 10px 6px 10px;
}

.sns1-wrap {
    width: 200px;
}

.sns1 {
    padding: 7px 7px 7px 7px;
}

.store1-info1-name1 {
    font-size: 15px;
    margin: 0px 0px 15px 0px;
}

.store1-info1-cap1 {
    font-size: 11px;
    margin: 0px 0px 15px 0px;
}

.store1-info1-btn1 a {
    font-size: 10px;
    padding: 6px 10px 6px 10px;
}

}