@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
.shippori {
	font-family: 'Shippori Mincho', serif;
}
html{
    scroll-behavior: smooth;
}
* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: rgba(0,0,0,0.7);
	font-size: 1em;
	background-color: rgba(255,255,255,1);
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
h2, h3 {
	font-weight: 400;
	letter-spacing: 0.4em;
}
.pwhite {
	color: rgba(255,255,255,1);
}
p {
	font-size: 1.1em;
}
a:link{
	color: rgba(0,0,0,1);
	text-decoration: none;
}
.gcenter {
	display: grid;
	place-items: center;
}
nav {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
img {
	display:block;
}
.toplogo {
	width: 100%;
	height: 100VH;
			
	background-color: rgba(89,87,87,0.9);
	display: flex;
  justify-content: center;
  align-items: center;
}
/* グラデーション移動による背景アニメ start */
.toplogo2 {
	width: 100%;
	height: 100VH;
	display: flex;
  justify-content: center;
  align-items: center;
  
  
  
  background:linear-gradient(217deg, rgba(255,40,0,1), rgba(255,200,0,0) 70.71%),
      linear-gradient(127deg, rgba(0,255,0,1), rgba(0,255,0,0) 70.71%),
      linear-gradient(336deg, rgba(250,230,0,1), rgba(0,230,255,0) 70.71%);
	  
	  background-size: 200% 200%;/*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
}
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* グラデーション移動による背景アニメ end */
/* グラデーションgeneratorによる背景アニメ start */
.toplogo3 {
	width: 100%;
	height: 100VH;
	display: flex;
  justify-content: center;
  align-items: center;

  background: linear-gradient(146deg, #fbe215, #f21c8c, #638cf0, #8ad77e);
    background-size: 800% 800%;

    -webkit-animation: bgrotten 11s ease infinite;
    -moz-animation: bgrotten 11s ease infinite;
    animation: bgrotten 11s ease infinite;
}
@-webkit-keyframes bgrotten {
    0%{background-position:0% 43%}
    50%{background-position:100% 58%}
    100%{background-position:0% 43%}
}
@-moz-keyframes bgrotten {
    0%{background-position:0% 43%}
    50%{background-position:100% 58%}
    100%{background-position:0% 43%}
}
@keyframes bgrotten {
    0%{background-position:0% 43%}
    50%{background-position:100% 58%}
    100%{background-position:0% 43%}
}
/* グラデーションgeneratorによる背景アニメ end */


.toplogomg2 {
	width: 40VW;
	max-width: 440px;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.9));
	
	//opacity: 0.9;
	
	//mix-blend-mode : screen;
}
.toplogomg2mb {
	width: 60VW;
	//max-width: 440px;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.9));
	
	//opacity: 0.9;
	
	//mix-blend-mode : screen;
}

summary {
	cursor: pointer;
	outline: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
}
.dl1 {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
details {
	margin-bottom: 5px;
	padding: 2em;
}
details[open] {
	background-color: #EEE;
	padding: 2em;
}
a {
	text-decoration: none;
}
.pcenter {
	text-align: center;
}
.psmall {
	font-size: 80%;
}
.psmall9 {
	font-size: 90%;
}
.upper160 {
	padding-top: 160px;
}
.upper80 {
	padding-top: 80px;
}
.upper40 {
	padding-top: 40px;
}
.upper20 {
	padding-top: 20px;
}
.down160 {
	padding-bottom: 160px;
}
.down80 {
	padding-bottom: 80px;
}
.down40 {
	padding-bottom: 40px;
}
.down30 {
	padding-bottom: 30px;
}
.wtext {
	color: rgba(255,255,255,0.8);
}
.titletext {
	color: rgba(255,255,255,1);
	text-align: center;
	text-shadow: 2px 2px 4px rgba(102,102,102,1);
}
/* Loader */
#loader-bg {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}
#loader-bg img {	
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

/* page-top */

#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 77%;
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
}
#page-top a {
//	background: #666;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 0px;
	text-align: center;
	display: block;
	margin: 0px;
	height: 40px;
}
.dropshadow1 {
	box-shadow: 0px 3px 3px 3px #DDDDDD;
}
.btn1, .btn2, .btn3 {
	max-width: 700px;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;



	//background-color: rgba(0,153,255,0);
	background-image: url(../com/com/silv3.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.btn2 {
	background-image: url(../com/com/silv2.gif);
}
.btn3 {
	background-image: url(../com/com/silv.gif);
}
.btnFiller {
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	background-color: rgba(200,200,200,1);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}
.alllink {
	display: block;
}
.pp {
	margin-right: 70px;
    margin-left: 70px;
	padding: 0;
}

.delivery_list li {
	list-style-type: disc;/* リストの左側に黒丸 */
	margin-left: 24px;/* リストの左側に余白 */
	text-align: left;
}
.delivery_list ol {
	list-style-type: disc;/* リストの左側に黒丸 */
	margin-left: 24px;/* リストの左側に余白 */
	text-align: left;
}
.tright {
text-align: right;
}