@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,*::before,*::after{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}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:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}img{vertical-align:bottom}

/* ===============================================
# common
=============================================== */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;} /* 10px */
body{
  padding: 0;
  word-wrap : break-word;
  overflow-wrap : break-word;
  font-weight: 500;
  font-size:14px;
  font-size:1.4rem;  
  line-height: 1.6;  
  font-family: "Zen Kaku Gothic New","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;
  animation: PageIn 1.3s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
}
.gothic{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.en{
  font-weight: 400;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@keyframes PageIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes PageIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.wrapper{
  position: relative;  
  width: 100%;
}
.inner{
  width: 90.6%;
  margin-right: auto;
  margin-left: auto;  
}
a,
a:link,
a:visited{
  color: #000;  
  text-decoration: none;
}
a[href=""],a[href="#"] {
  pointer-events: none;
  text-decoration: none;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
img[src*=".svg"] {
  width: 100%;
  max-width: 100%;
}
button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;  
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.for_pc{
  display: none;
  content-visibility: hidden;
}
.for_sp{
  display: block;
  content-visibility: visible;  
}
span.for_pc,
br.for_pc,
img.for_pc{
  display: none;
  content-visibility: hidden;
}
span.for_sp,
br.for_sp,
img.for_sp{
  display: inline;
  content-visibility: visible;
}
.clear{
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.flex{
  display:-webkit-box;
  display:flex;
}
.flex_center{
  display:-webkit-box;
  display:flex;
  -webkit-box-align: center;
	align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
legend[aria-hidden="true"]{
  display: none;
}
rt{
  font-size: 70%;
}
@media screen and (max-width :340px){
  br.nomini{
    display: none;
  }
}
@media screen and (max-width :375px){
  body{
    font-size:3.73vw;
  }
}
@media screen and (min-width :835px){
  body{
    font-size:186px;
    font-size:1.86rem;
    line-height: 1.571;
  }
  .inner{
    width: 90.6%;
  }  
  .for_pc{
    display: block;
    content-visibility: visible; 
  }
  .for_sp{
    display: none;
    content-visibility: hidden;
  }
  span.for_pc,
  br.for_pc,
  img.for_pc{
    display: inline;
    content-visibility: visible;    
  }
  span.for_sp,
  br.for_sp,
  img.for_sp{
    display: none;
    content-visibility: hidden;    
  }
  
  .flex_pc{
    display:-webkit-box;
    display:flex;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }  
}

/*
 マウスオーバー
----------------------------------------------------------- */
.ov{
  display:block;
}
.ov.flex{
  display:flex;
}
.over{
  display:block;
}
@media (any-hover:hover) and (pointer: fine) {
  .ov,
  .over{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .ov:hover{
    opacity: .6;
    text-decoration: none;
  }
}

@keyframes move {
	0%{
		transform: translateY(-20px);
	}
	50% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-20px);
	}
}
@keyframes move2 {
	0%{
		transform: translateY(20px);
	}
	50% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(20px);
	}
}
/* ===============================================
# 共通ふきだし
=============================================== */
.bubble{
  position: relative;
  padding: 8px 20px;
  border: solid 2px #000;
  border-radius: 14% 14% 14% 14%/50% 50% 50% 50%;
  background: #fff;
  color: #fc6880;
  font-size: 17px;
  font-size: 4.53vw;
  line-height: 1.176;
  text-align: center;
  font-feature-settings: "palt";  
}
.page_amen .bubble{
  color: #55c4ff;
}
.bubble::after{
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 50%;
  right: calc(50% - 50px);
  bottom: 1px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: url("/sugoi_b-men/common/img/ico_bubble.svg")no-repeat center top;
  background-size: contain;
}
@media print,screen and (min-width :835px){
  .bubble{
    padding: 12px 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .bubble::after{
    width: 14px;
    height: 14px;
  }  
}
/* ===============================================
# navi
=============================================== */
@media print,screen and (min-width :835px){
  #nav{
    position: fixed;
    left: 0;
    top: 0;
    width: 9.47%;
    min-width: 100px;
    max-width: 180px;
    z-index: 900;
  }
  #nav .logo{
    border-right: solid 2px #000000;
    border-bottom: solid 2px #000000;
    border-radius: 0 0 6px 0;
    overflow: hidden;  
  }
  #nav .logo a{
    width: 100%;
    height: 100%;
    padding: 19% 0;
    display:-webkit-box;
    display:flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;  
    background: #fff;
  }  
  #nav .logo img{
    width: 82%;
    margin: 0 auto;
    max-height: inherit;
  }  
  /*link_main*/
  #nav .link_main{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 900;
    width: 6.35%;
    min-width: 100px;
    max-width: 122px;
  }
  #nav .link_main a{
    padding: 30% 0;
    background: #96c5df;
    color: #fff;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display:-webkit-box;
    display:flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;  
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }    
}
@media print,screen and (min-width :835px) and (max-width :1800px){
  #nav .link_main a{
    padding: 20% 0;
    font-size: 0.7vw;
    font-size: max(12px,0.7vw);
  }      
}
@media print,screen and (max-height :830px){
  #nav{
    width: 7%;
  }
  #nav .link_main{
    width: 5%;
  }
}
/* ===============================================
# main
=============================================== */
main{
  position: relative;
  display: block;
  overflow: hidden;
}

/* ===============================================
# loader
=============================================== */
#loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 1000;
  background: #fff;
}
#loader .inner{
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
#loader .flip{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1001;
}
#loader .flip .box_img{
  position: relative;
  display: block;
  width: 180px;
  height: 180px;  
  transform-style: preserve-3d;    
  animation: flip 2s linear 0.3s infinite;
}
#loader .flip .front,
#loader .flip .back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#loader .flip .back{
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.page_amen #loader .flip .front{
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.page_amen #loader .flip .back{
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
@media print,screen and (min-width :835px){
  #loader .flip .box_img{
    width: 290px;
    height: 290px;  
  }  
}

@keyframes flip {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}