@charset "utf-8";
/* CSS Document */

/*PC:body-------------------------------------*/
@media screen and (min-width:961px){
	.pc {display: block !important;}
	.tb {display: none !important;}
	.sp {display: none !important;}
}

/*TB:body-------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 960px){
	.pc {display: none !important;}
	.tb {display: block !important;}
	.sp {display: none !important;}
}

/*SP:body-------------------------------------*/
@media screen and (max-width: 767px){
	.pc {display: none !important;}
	.tb {display: none !important;}
	.sp {display: block !important;}
}

html, body {margin: 0; padding: 0;}

html {scroll-behavior: smooth;}

h1 {margin: 0; padding: 0;}
h2 {margin: 0; padding: 0;}
h3 {margin: 0; padding: 0;}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}
a img {border: none;}
a:hover img {border:none;opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha(opacity=70)";}
ol, ul {list-style: none; margin: 0px;}
p {margin: 0px}
p a {color: #666;}
p a:hover {color: #F63;}

/* Font */
@font-face {
  font-family: 'Mitr';
  src: url('font/Mitr-Medium.ttf') format('truetype');
  src: url('font/Mitr-Regular.ttf') format('truetype');
  src: url('font/Mitr-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'kosugi';
  src: url('font/KosugiMaru-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Mplus';
  src: url('font/MPLUS1p-Medium.ttf') format('truetype');
  src: url('font/MPLUS1p-Regular.ttf') format('truetype');
  src: url('font/MPLUS1p-Bold.ttf') format('truetype');
  src: url('font/MPLUS1p-Light.ttf') format('truetype');
}
.m-plus1p {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}
.kaisei {
  font-family: "Kaisei Opti", serif;
  font-style: normal;
}
.kosugi {
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hina {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.sawarabi {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}


#page_top {
    width: 60px;
    height: 120px;
    position: fixed;
    right: -100px; /* 初期値：画面外 */
    bottom: 30px;
    background: rgba(255, 69, 0, 0.7);
    border-radius: 8px; /* 見切れて見えるのを防ぐため角を丸く */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border: solid 1px #FFFFFF;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.pagetop_arrow {
    width: 15px;
    height: 15px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translateY(20%) rotate(-45deg);
    position: absolute;
    bottom: 66px;
}

#page_top p {
    width: 60px;
    color: white;
    font-weight: bold;
    position: absolute;
    bottom: 40px;
    margin: 0 !important;/* 余計な余白を消して中央に */
	text-align: center;
}




