@charset "utf-8";
/* ベーステンプレート */

/* basic setting */
html, body{ position:relative; width:100%; height:100%; }
body{ -webkit-text-size-adjust: 100%; }
body{
  margin:0;
  padding:0;
  font-size:14px;
  font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height:1.5;
  color:#000;
  background:#fff;
}
h1,h2,h3,h4,h5,h6,p,em,pre,th,td,blockquote{margin:0; padding:0; font-size:100%}
img,table{border:0; vertical-align:bottom}
img{max-width:100%; height:auto}
form,ul,dl,ol{margin:0; padding:0}
li{list-style:none}
a, a:visited{color:#000; outline:none; text-decoration:none;}
@media screen and (min-width:769px){
  a, .rollAlpha, input[type="submit"], button{transition-duration:0.3s}
  a:hover, .rollAlpha:hover,  input[type="submit"]:hover, button:hover{opacity:0.7}
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{display: block; margin:0; padding:0}
.clr{clear:both}
.cf, .Blkcf{*zoom:1}
.cf::after, .Blkcf::after{content:""; display:block; clear:both}

input[type="submit"], button{cursor:pointer}
input:focus, textarea:focus, select:focus{outline:none}

/* header */
body{
  padding-top:103px;
}
header{
  border-bottom:solid 2px #ccc;
  width:100%;
  background:#fff;
  position:fixed;
  top:0;
  left:0;
  z-index:800;
}
/* ------------------------------------------------------------ */
@media screen and (max-width:768px){
/* ------------------------------------------------------------ */
header{
  border-bottom:none;
}
}
header.error404{
  padding:15px 0;
}

header > .inner{
  max-width:1120px;
  margin:0 auto;
  padding:20px 15px 64px;
  position:relative;
  box-sizing:content-box;
  font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
}
header h1{
/*	max-width:150px;
	min-width:110px;
	width:27%;*/
	width:150px;
  margin:0;
  position:relative;
  z-index:810;
  font-size:100%;
  box-sizing:content-box;
}
header .logo{
/*	max-width:150px;
	min-width:110px;
	width:27%;*/
	width:150px;
  margin:0;
  position:relative;
  z-index:810;
  font-size:100%;
  box-sizing:content-box;
}
header > .inner .products_ctg{
  padding:30px 0 0;
}
header > .inner .products_ctg ul{
  text-align:center;
}
header > .inner .products_ctg li{
  display:inline;
  font-size:15px;
  line-height:1.1;
  margin:0 1.2%;
}
header > .inner .products_ctg li a,
header > .inner .products_ctg li a:visited{
  color:#000;
}
header > .inner .btn_header_left{
  position:absolute;
  top:25px;
  right:15px;
  box-sizing:content-box;
}
header > .inner .btn_header_right{
  position:absolute;
  top:15px;
  right:-125px;
  z-index:810;
  box-sizing:content-box;
}
header > .inner .btn_header_left li,
header > .inner .btn_header_right li{
  float:left;
}
header > .inner .btn_header_left li + li{
  margin-left:65px;
  margin-top:10px;
}
header > .inner .btn_header_right li{
  margin-left:40px;
  margin-top:10px;
}
header > .inner .btn_header_left li a,
header > .inner .btn_header_right li a{
  display:block;
  color:#000;
  text-indent:-9999px;
}
header > .inner .btn_header_left .menuopen{
    width:20px;
    height:20px;
    position:relative;
    cursor: pointer;
}
header > .inner .btn_header_left .menuopen::before,
header > .inner .btn_header_left .menuopen::after{
    content:"";
    display:block;
    width:100%;
    height:2px;
    background:#000;
    position:absolute;
    left:0;
    transition: transform 0.3s, top 0.3s, bottom 0.3s;
}
header > .inner .btn_header_left .menuopen::before{
    top:1px;
}
header > .inner .btn_header_left .menuopen::after{
    bottom:1px;
}
header > .inner .btn_header_left .menuopen span{
    display:block;
    width:100%;
    height:2px;
    background:#000;
    position:absolute;
    top:calc(50% - 1px);
    left:0;
    transition: opacity 0.3s;
}

/* メニューが開かれた時のスタイル */
header > .inner .btn_header_left .menuopen.open::before{
    transform: rotate(45deg);
    top: calc(50% - 1px);
}
header > .inner .btn_header_left .menuopen.open::after{
    transform: rotate(-45deg);
    bottom: calc(50% - 1px);
}
header > .inner .btn_header_left .menuopen.open span{
    opacity: 0;
}

.menu {
    display: none;
    flex-direction: column;
    gap: 1rem;
    /* その他のスタイルを追加 */
}

.menu.open {
    display: flex;
}

header > .inner .btn_header_left .searchopen{
  width:20px;
  height:20px;
  background:url(../img/sg_common/ico_loupe.png) no-repeat;
  background-size:contain;
}
header > .inner .btn_header_right .language{
  width:80px;
  height:20px;
/*  background:url(../img/sg_common/ico_lang.png) no-repeat 100% 0;
  background-size:contain;
  position:relative;*/
}

header > .inner .btn_header_right .language span{
  font-size:12px;
  line-height:1;
  letter-spacing:0.15em;
  text-indent:0;
  position:absolute;
  top:calc(50% - 5px);
  left:0;
}
header > .inner .btn_header_right .login{
  width:18px;
  height:25px;
  background:url(../img/sg_common/ico_login.png) no-repeat;
  background-size:contain;
}


header > .inner .btn_header_right .cart{
  width:25px;
  height:25px;
  background:url(../img/sg_common/ico_cart.png) no-repeat;
  background-size:contain;
}

header > .inner .btn_header_left .searchopen,
header > .inner .btn_header_right .login,
header > .inner .btn_header_right .cart{
  position:relative;
}
header > .inner .btn_header_left .searchopen p,
header > .inner .btn_header_right .language p,
header > .inner .btn_header_right .login p,
header > .inner .btn_header_right .cart p{
/*  opacity:0;*/
  width:auto;
  white-space:nowrap;
  font-size:12px;
  line-height:1;
  text-indent:0;
  position:absolute;
  top:25px;
  left:50%;
  transform:translateX(-50%);
  /*margin-top:-14px;*/
  transition-duration:0.3s;
  font-weight:bold;
}

header > .inner .btn_header_right .login .loggedin_check{
  display:block;
  width:16px;
  height:16px;
  background:url(../img/sg_common/ico_loggedin.png) no-repeat;
  background-size:contain;
  position:absolute;
  top:12px;
  left:7px;
}
header > .inner .btn_header_right .cart .prdcount_in_cart{
  display:none;
  width:20px;
  height:20px;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  text-indent:0;
  text-align:center;
  line-height:20px;
  background:#f00;
  border-radius:50%;
  position:absolute;
  top:-10px;
  left:9px;
}

@media screen and (min-width:769px){

  header > .inner .btn_header_left .searchopen:hover p,
  header > .inner .btn_header_right .language:hover p,
  header > .inner .btn_header_right .login:hover p,
  header > .inner .btn_header_right .cart:hover p{
    opacity:1;
  }

}

/* navigation & search */
.search_block{
  width:100%;
    /*background:#f8f8f8;
position:absolute;
  top:0;
  left:0;
  display:none;
  opacity:0;*/
  z-index:800;
}
/*.search_block.open{
  display:block;
}*/
.search_block .inner{
  max-width:1120px;
  margin:0 auto;
  padding:75px 15px 35px;
  position:relative;
}

.search_block .inner .close_btn{
  position:absolute;
  top:25px;
  left:15px;
}
.search_block .inner .close_btn a{
  display:block;
  width:20px;
  height:20px;
  position:relative;
  text-indent:-9999px;
}
.search_block .inner .close_btn a::before,
.search_block .inner .close_btn a::after{
  content:"";
  display:block;
  width:120%;
  height:2px;
  background:#000;
  position:absolute;
  top:calc(50% - 1px);
  left:0;
}
.search_block .inner .close_btn a::before{
  transform:rotate(45deg);
}
.search_block .inner .close_btn a::after{
  transform:rotate(135deg);
}

.modal{
  width:100%;
  position:absolute;
  top:60px;
  left:0;
  z-index:800;
}
.modal .modal_sitemap > ul{
  margin:15px auto 0 auto;
  padding:0 15px;
  display:flex;
  justify-content:center;
  box-sizing:content-box;
}
.modal .modal_sitemap > ul > li span.pcArrow::after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-bottom:solid 2px #999;
  border-right:solid 2px #999;
  position:absolute;
  top:calc(50% - 4px);
  right:0px;
  transform:rotate(45deg);
}

.modal .modal_sitemap > ul > li{
  height:45px;
  padding:0 0.2% 0 0.3%;
  overflow:visible;
  position:relative;
  font-weight:bold;
  margin-right:0.3%;
  box-sizing:content-box;
}
.modal .modal_sitemap > ul > li:hover{
background-color:#FFF1BA;
padding:0 0.2% 0 0.3%;
overflow:visible;
position:relative;
margin-right:0.3%;
}
.modal .modal_sitemap > ul > li span{
  display:block;
  font-size:15px;
  line-height:1;
  letter-spacing:0.2em;
  padding:15px 37px;
 margin:0px 10px;
  transition-duration:0.3s;
}
.modal .modal_sitemap > ul > li > ul{
  min-width:100%;
  max-height:0;
  background:#fff;
  position:absolute;
  top:46px;
  left:0;
  transition-duration:0.3s;
  box-sizing:content-box;
}
.modal .modal_sitemap > ul > li > ul > li{
  overflow:visible;
  position:relative;
  box-sizing:content-box;
}
.modal .modal_sitemap > ul > li > ul > li > ul{
  max-width:0;
  max-height:0;
  background:#fff;
  overflow:hidden;
  position:absolute;
  top:0;
  left:100%;
  transition-duration:0.3s;
  box-sizing:content-box;
}

.modal .modal_sitemap li ul li a,
.modal .modal_sitemap li ul li a:visited{
  display:block;
  max-height:0;
  font-size:14px;
  padding:0 22px;
  color:#000;
  white-space:nowrap;
  overflow:hidden;
  transition-duration:0.3s;
}

@media screen and (min-width:769px){
  .modal .modal_sitemap > ul > li ul{
    box-shadow:0 0 2px #999;
  }

  .modal .modal_sitemap > ul > li:hover > ul:hover > li:hover > a{
    background:#fdda61;
	 /*background:#f3f3f3;*/
  }
  .modal .modal_sitemap li ul li a:hover,
  .modal .modal_sitemap > ul > li:hover > ul:hover > li:hover > a:hover{
    background:#FFCB19;
    opacity:1;
  }

  .modal .modal_sitemap > ul > li:hover > ul,
  .modal .modal_sitemap > ul > li:hover > ul:hover{
    max-height:500px;
  }

  .modal .modal_sitemap > ul > li:hover > ul:hover > li:hover > ul,
  .modal .modal_sitemap > ul > li:hover > ul:hover > li:hover > ul:hover{
    max-width:500px;
    max-height:500px;
  }

  .modal .modal_sitemap > ul > li:hover > ul > li > a,
  .modal .modal_sitemap > ul > li:hover > ul > li > a:visited,
  .modal .modal_sitemap > ul > li:hover > ul:hover > li:hover > ul > li > a,
  .modal .modal_sitemap > ul > li:hover > ul:hover > li:hover > ul > li > a:visited{
    max-height:40px;
    padding:8px 22px;
  }

  .modal .modal_sitemap > ul > li:hover span{
    color:#aaa;
  }
}
.search_block{
  text-align:center;
}
 .search_block.sp{
	 margin-top:20px;
	 margin-bottom:25px;
  }
.search_block .inner{
padding-top:10px;
}
.search_block .seaFrame{
  display:inline-block;
  width:100%;
  padding:7px;
  border:solid 2px #ccc;
  background:#fff;
  border-radius:30px;
}
.search_block .frame{
  display:inline-block;
  width:75%;
  border:none;
  background:#fff;
  margin-right:10px;
  vertical-align:middle;
}
.search_block .frame input{
  width:100%;
  font-size:16px;
  line-height:1.1;
  text-align:left;
  border:0;
}
.search_block input[type="submit"]{
  display:inline-block;
  width:20px;
  height:20px;
  border:0;
  background:url(../img/sg_common/ico_loupe.png) no-repeat;
  background-size:contain;
  text-indent:-9999px;
}

.sp{
  display:none;
}

.paypay_sp{
  display:none;
  background-color: white;
  width:100%;
  text-align: center;
  padding-bottom:20px;
}
/* ------------------------------------------------------------ */
@media screen and (max-width:835px){
/*@media screen and (max-width:768px){*/
/* ------------------------------------------------------------ */
.search_block .seaFrame{
  width:75%;
}
}
/* header info */
.info_bar{
 text-align:center;
  background-color:#fffacd;
font-size:15px;
  line-height:20px;
  font-weight:600;
  padding:15px 0px;
 margin-top:10px;
}
.info_bar p{
 font-size:15px;
  text-align:center;
  line-height:30px;
  font-weight:600;
}
/*.info_bar{
  padding:10px auto auto 10px;
  background-color:#fffacd;
}
.info_bar p{
  padding-top:10px;
  font-size:15px;
  text-align:center;
  line-height:30px;
  font-weight:600;
}*/
.info_bar a, .info_bar a:visited{
  color:#000;
}

.info_bar dl {
 width:500px 
 margin-left: auto;
  margin-right: auto;
}  

/* footer */
footer .btnlink{
  background:#e9e3df;
  padding:30px 0 45px;
}
footer .btnlink .inner{
  max-width:1120px;
  margin:0 auto;
  padding:0 15px;
}
footer .btnlink h3{
  font-size:24px;
  letter-spacing:0.2em;
  margin-bottom:30px;
  text-align:center;
}
footer .btnlink li{
  float:left;
  width:28.6%;
  position:relative;
}
footer .btnlink li::before{
  content:"";
  display:block;
  width:100%;
  height:0;
  padding-top:56%;
}
footer .btnlink li + li{
  margin-left:7.1%;
}
footer .btnlink li a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  font-size:18px;
  font-weight:bold;
  line-height:1;
  letter-spacing:0.2em;
  color:#000;
  background:#fff;
  border-radius:20px;
  position:absolute;
  top:0;
  left:0;
}
footer .btnlink li a::before{
  content:"";
  display:inline-block;
  margin-right:5%;
}
footer .btnlink li a.guide::before{
  width:30px;
  height:36px;
  background:url(../img/sg_common/ico_footer_guide.png) no-repeat;
  background-size:contain;
}
footer .btnlink li a.faq::before{
  width:21px;
  height:32px;
  background:url(../img/sg_common/ico_footer_question.png) no-repeat;
  background-size:contain;
}
footer .btnlink li a.contact::before{
  width:36px;
  height:29px;
  background:url(../img/sg_common/ico_footer_inquiry.png) no-repeat;
  background-size:contain;
}
/*
footer .support{
  padding:70px 0 45px;
}
*/
footer .support + .support{
  padding-top:25px;
}
footer .support .inner{
  max-width:1120px;
  margin:0 auto;
  padding:0 15px;
}
footer .support .txt p{
  text-align:center;
}
footer .support .txt_01{
  font-size:15px;
  margin-bottom:45px;
}
footer .support .txt_02{
  font-size:15px;
  font-weight:bold;
  letter-spacing:0.1em;
  margin-bottom:25px;
}
footer .support .txt_03{
  font-size:18px;
  letter-spacing:0.1em;
}
footer .support .txt_dial{
  font-size:28px;
  font-weight:bold;
  line-height:1;
  letter-spacing:0.1em;
  margin-bottom:25px;
}
footer .support .txt_dial img{
  height:24px;
  width:auto;
  margin-right:10px;
  vertical-align:-0.05em;
}
footer .support .pic{
  display:flex;
  align-items:center;
}
footer .support .pic .photo{
  width:58.9%;
}
footer .support .pic .message{
  width:44.6%;
  margin-left:-3.5%;
  background:#f8f8f8;
  position:relative;
}
footer .support .pic .message::before{
  content:"";
  display:block;
  width:100%;
  height:0;
  padding-top:68%;
}
footer .support .pic .message .txt{
  font-size:18px;
  font-family:"Sawarabi Mincho", "ＭＳ Ｐ明朝", serif;
  color:#433936;
  line-height:2.5;
  letter-spacing:0.12em;
  position:absolute;
  top:10%;
  left:9%;
}
footer .support .pic .message .name{
  font-size:14px;
  color:#605555;
  letter-spacing:0.15em;
  position:absolute;
  top:60.5%;
  right:10%;
}
footer .support .pic .message img{
  width:150px;
  position:absolute;
  bottom:10%;
  left:9%;
}

footer .footer_sitemap{
  padding:50px 0 25px;
  background:#fff4cc;
}
footer .footer_sitemap .inner_01,
footer .footer_sitemap .inner_02{
  max-width:1120px;
  margin:0 auto;
  padding:0 15px;
  position:relative;
}
footer .footer_sitemap .inner_01{
  padding-bottom:35px;
  margin-bottom:55px;
}
footer .footer_sitemap .inner_01 h3{
  margin-bottom:30px;
}
footer .footer_sitemap .inner_01 > ul > li{
  float:left;
  margin:0 5% 30px 0;
}
@media screen and (min-width:835px){
footer .footer_sitemap .inner_01 > ul > li{
  width:20%;
  min-height:120px;
}
}
footer .footer_sitemap .inner_01 > ul > li:last-child{
  margin-right:0;
}
footer .footer_sitemap .inner_01 > ul > li span{
  font-size:18px;
  font-weight:bold;
  letter-spacing:0.15em;
}
footer .footer_sitemap .inner_01 li ul{
  padding-top:20px;
}
footer .footer_sitemap .inner_01 li ul li{
  font-size:16px;
  letter-spacing:0.15em;
}
footer .footer_sitemap .inner_01 li ul li + li{
  margin-top:12px;
}
footer .footer_sitemap .inner_01 .btn_lang,
footer .footer_sitemap .inner_01 .btn_lang:visited{
  display:block;
  font-size:16px;
  color:#000;
  letter-spacing:0.2em;
  padding:14px 0;
  width:260px;
  text-align:center;
  border:solid 1px #000;
  border-radius:27px;
  position:absolute;
  bottom:0;
  right:0;
}
footer .footer_sitemap .inner_01 .btn_lang::after{
  content:"";
  display:inline-block;
  width:20px;
  height:10px;
  background:url(../img/sg_common/arrow_lang.png) no-repeat;
  backgronud-size:contain;
  margin-left:15px;
  vertical-align:0.05em;
}
footer .footer_sitemap .inner_02 ul{
  text-align:center;
  margin-bottom:15px;
}
footer .footer_sitemap .inner_02 li{
  display:inline;
  font-size:16px;
  line-height:1.1;
  margin:0 2%;
}
footer .footer_sitemap .inner_01 li ul li a,
footer .footer_sitemap .inner_01 li ul li a:visited,
footer .footer_sitemap .inner_02 li a,
footer .footer_sitemap .inner_02 li a:visited{
  color:#000;
}
footer .footer_sitemap .inner_02 .copyright,
footer.error404 > .copyright{
  font-size:14px;
  text-align:center;
  letter-spacing:0.1em;
}

footer.error404{
  padding:20px 15px 10px;
}

.pagetop{
  position:fixed;
  /*bottom:30px;*/
  bottom:70px; 
  right:30px;
  display:none;
  opacity:0;
}
.pagetop a{
  display:block;
  width:50px;
  height:50px;
  text-indent:-9999px;
  background:url(../img/sg_common/arrow_pagetop.png) no-repeat;
  background-size:contain;
}

/* text style */
.fbold{font-weight:bold !important}
.fnormal{font-weight:bold !important}
.talcnt{text-align:center !important}
.tallf{text-align:left !important}
.talrg{text-align:right !important}
.fred{color:#ed4d5a}
.fbeige{color:#B5A396}
.fbrown{color:#5f2200}

input::placeholder, textarea::placeholder{color:#aaa}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#aaa}
input::-ms-input-placeholder, textarea::-ms-input-placeholder{color:#aaa}


/* article */

body > article{
  padding-bottom:60px;
}
body > article .visual{
  margin-bottom:60px;
}
body > article .visual.lp{
  margin-bottom:45px;
}
body > article .visual img{
  max-width:inherit;
  width:100%;
}

.sttl, .sttl_gray{
  font-size:22px;
  font-weight:normal;
  line-height:1;
  letter-spacing:0.2em;
  padding:2px 0 2px 13px;
  margin-bottom:28px;
  border-left:solid 5px #ffdb4c;
}
.sttl_gray{
  border-left:solid 5px #ccc;
}

.linkbtn{
  display:inline-block;
  min-width:230px;
  font-size:16px;
  letter-spacing:0.1em;
  line-height:1;
  color:#000;
  text-align:center;
  padding:19px 15px;
  border:solid 1px #000;
  border-radius:28px;
  transition: background-color 0.3s, color 0.3s; /* スムーズなトランジションを追加_2024年6月3日和田追記 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* ボタンの影を追加 */
}
.linkbtn:hover {
  background-color: #FFB700; /* マウスオーバー時の背景色_▼2024年6月3日和田追記▼ */
  color: #000; /* マウスオーバー時のテキスト色 */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* ホバー時に影を大きく*/
  transform: translateY(-2px); /* ホバー時に少し持ち上げる */
}
.linkbtn:active {
  background-color: #FFA500; /* クリック時の背景色 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* クリック時の影 */
  transform: translateY(0); /* クリック時に元の位置に戻す */
}

hr.hline{
  height:0;
  border:solid 2px #ddd;
  border-width:2px 0 0 0;
  margin:12px 0;
}

.mypopup_bg{
  width:100%;
  height:100%;
  background:rgba(255, 255, 255, 0.8);
  position:fixed;
  top:0;
  left:0;
  opacity:0;
  z-index:1000;
  display:none;
}

.mypopup_bg .mypopup_frame{
  max-width:720px;
  max-height:calc(100% - 2px);
  margin:0 auto;
  background:#fff;
  border:solid 1px #999;
  box-shadow:0 0 6px #ccc;
  opacity:0;
  z-index:1100;
  display:none;
}
.mypopup_frame .close_frame{
  text-align:right;
  border-bottom:solid 1px #999;
  background:#fff;
}
.mypopup_frame .close_frame a{
  display:inline-block;
  padding:10px 30px 10px 15px;
  font-size:15px;
  font-weight:bold;
  line-height:16px;
  position:relative;
}
.mypopup_frame .close_frame a::before,
.mypopup_frame .close_frame a::after{
  content:"";
  display:block;
  width:14px;
  height:2px;
  background:#000;
  position:absolute;
  top:calc(50% - 1px);
  right:10px;
}
.mypopup_frame .close_frame a::before{
  transform:rotate(-45deg);
}
.mypopup_frame .close_frame a::after{
  transform:rotate(45deg);
}

.mypopup_frame .btn_frame{
  background:#fff;
}
.mypopup_frame .btn_frame a.back_btn{
  display:inline-block;
  padding:10px 15px 10px 30px;
  font-size:15px;
  line-height:16px;
  position:relative;
}
.mypopup_frame .btn_frame a.back_btn::before{
  content:"";
  display:block;
  width:7px;
  height:7px;
  border-top:solid 2px #666;
  border-left:solid 2px #666;
  position:absolute;
  top:calc(50% - 4px);
  left:10px;
  transform:rotate(-45deg);
}
.mypopup_frame .btn_frame a.next_btn{
  float:right;
  display:block;
  padding:10px 30px 10px 15px;
  font-size:15px;
  line-height:16px;
  position:relative;
}
.mypopup_frame .btn_frame a.next_btn::before{
  content:"";
  display:block;
  width:7px;
  height:7px;
  border-top:solid 2px #666;
  border-right:solid 2px #666;
  position:absolute;
  top:calc(50% - 4px);
  right:10px;
  transform:rotate(45deg);
}
.mypopup_frame .frame_box{
  max-height:calc(100vh - 37px);
  background:#f5f5f5;
  overflow-y:auto;
}
.mypopup_frame .frame_box iframe{
  width:100%;
  height:100%;
  min-height:500px;
  border:0;
}
.mypopup_frame.gift .frame_box{
  max-height:calc(100vh - 74px);
  border-top:solid 1px #999;
  border-bottom:solid 1px #999;
  background:#f5f5f5;
}

.mypopup_lang_bg{
  width:100%;
  height:100%;
  background:rgba(255, 255, 255, 0.8);
  position:fixed;
  top:0;
  left:0;
  opacity:0;
  z-index:1000;
  display:none;
}

.mypopup_lang_bg .mypopup_lang_frame{
  max-width:720px;
  max-height:calc(100% - 2px);
  margin:0 auto;
  background:#fff;
  border:solid 1px #999;
  box-shadow:0 0 6px #ccc;
  opacity:0;
  z-index:1100;
  display:none;
}
.mypopup_lang_frame .close_frame{
  text-align:right;
  border-bottom:solid 1px #999;
  background:#fff;
}
.mypopup_lang_frame .close_frame a{
  display:inline-block;
  padding:10px 30px 10px 15px;
  font-size:15px;
  font-weight:bold;
  line-height:16px;
  position:relative;
}
.mypopup_lang_frame .close_frame a::before,
.mypopup_lang_frame .close_frame a::after{
  content:"";
  display:block;
  width:14px;
  height:2px;
  background:#000;
  position:absolute;
  top:calc(50% - 1px);
  right:10px;
}
.mypopup_lang_frame .close_frame a::before{
  transform:rotate(-45deg);
}
.imgTextList div
.imgTextList div,
.imgList div,
.BlkimgTextList div {
  margin-right:15px;
  float:left;
}
.BlkimgTextList{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0px 15px 0;
}
.mypopup_lang_frame .close_frame a::after{
  transform:rotate(45deg);
}
.imgList div {
  float:left;
}
.imgTextList div:last-child,
.imgList div:last-child,
.BlkimgTextList div:last-child {
  margin-right:0;
}

.mypopup_lang_frame .btn_frame{
  background:#fff;
}
.mypopup_lang_frame .btn_frame a.back_btn{
  display:inline-block;
  padding:10px 15px 10px 30px;
  font-size:15px;
  line-height:16px;
  position:relative;
}
.mypopup_lang_frame .btn_frame a.back_btn::before{
  content:"";
  display:block;
  width:7px;
  height:7px;
  border-top:solid 2px #666;
  border-left:solid 2px #666;
  position:absolute;
  top:calc(50% - 4px);
  left:10px;
  transform:rotate(-45deg);
}
.mypopup_lang_frame .btn_frame a.next_btn{
  float:right;
  display:block;
  padding:10px 30px 10px 15px;
  font-size:15px;
  line-height:16px;
  position:relative;
}
.mypopup_lang_frame .btn_frame a.next_btn::before{
  content:"";
  display:block;
  width:7px;
  height:7px;
  border-top:solid 2px #666;
  border-right:solid 2px #666;
  position:absolute;
  top:calc(50% - 4px);
  right:10px;
  transform:rotate(45deg);
}
.mypopup_lang_frame .frame_box{
  max-height:calc(100vh - 37px);
  background:#f5f5f5;
  overflow-y:auto;
}
.mypopup_lang_frame .frame_box iframe{
  width:100%;
  height:100%;
  min-height:500px;
  border:0;
}
.mypopup_lang_frame.gift .frame_box{
  max-height:calc(100vh - 74px);
  border-top:solid 1px #999;
  border-bottom:solid 1px #999;
  background:#f5f5f5;
}
.mypopup_lang_frame .inner{
  padding:15px 20px 25px;
}
.mypopup_lang_frame .inner_nosi_select{
  padding:15px 20px 25px 40px;
}
.mypopup_lang_frame h4{
  font-size:18px;
  margin-bottom:10px;
}
.mypopup_lang_frame p{
  margin-bottom:3px;
}
.mypopup_lang_frame .select_lang_label{
  width:100%;
}
.mypopup_lang_frame .select_lang_label input[type="radio"]{
  display:none;
}
.mypopup_lang_frame .select_lang_label span{
  display:block;
  padding:10px 15px 10px 55px;
  line-height:1.3;
  position:relative;
}
.mypopup_lang_frame .select_lang_label input[type="radio"] ~ span::before{
  content:"";
  display:block;
  width:20px;
  height:20px;
  border:solid 2px #666;
  border-radius:50%;
  position:absolute;
  top:calc(50% - 12px);
  left:15px;
}
.mypopup_lang_frame .select_lang_label input[type="radio"]:checked ~ span::before{
  border-color:#0796f1;
}
.mypopup_lang_frame .select_lang_label input[type="radio"]:checked ~ span::after{
  content:"";
  display:block;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#0796f1;
  position:absolute;
  top:calc(50% - 8px);
  left:19px;
}
.mypopup_lang_frame .btn button{
  padding:10px 40px;
  font-size:16px;
  font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height:1.2;
  color:#000;
  background:#fff url(../img/sg_common/arrow_next.png) no-repeat calc(100% - 10px) 50%;
  background-size:8px 14px;
  border:solid 1px #999;
}
.mypopup_lang_frame .btn{
  text-align:center;
}
.error_block{
  max-width:600px;
  margin:0 auto;
  padding:60px 15px;
}
.error_block.page404{
  padding-top:20px;
}
.error_block p{
  font-size:16px;
}
.error_block .btn{
  margin-top:60px;
  text-align:center;
}
.error_block .btn a{
  display:inline-block;
  min-width:100px;
  font-size:14px;
  font-weight: bold;
  color:#645f4c;
  padding:15px 25px;
  border:solid 1px #645f4c;
}

/* ------------------------------------------------------------ */
@media screen and (max-width:1370px){
/* ------------------------------------------------------------ */

header > .inner .btn_header_right{
  top:15px;
  right:0px;
}

}

/* ------------------------------------------------------------ */
@media screen and (max-width:1150px){
/* ------------------------------------------------------------ */

footer .support .pic .message .txt{
  font-size:1.6vw;
}
footer .support .pic .message .name{
  font-size:1.3vw;
}
footer .support .pic .message img{
  width:30%;
}

}

/* ------------------------------------------------------------ */
@media screen and (max-width:1000px){
/* ------------------------------------------------------------ */



footer .footer_sitemap .inner_01{
  padding-bottom:0;
  margin-bottom:40px;
}
footer .footer_sitemap .inner_01 > ul > li{
  margin-right:5%;
}
footer .footer_sitemap .inner_01 > ul > li:last-child{
  margin-right:0;
}
footer .footer_sitemap .inner_01 .btn_lang,
footer .footer_sitemap .inner_01 .btn_lang:visited{
  position:static;
  margin:0 auto;
}

}

/* ------------------------------------------------------------ */
@media screen and (max-width:835px){
/*@media screen and (max-width:768px){*/
/*@media screen and (max-width:1220px){*/
/* ------------------------------------------------------------ */

body{
  padding-top:73px;
}

header > .inner{
  padding:20px 15px 15px;
}

header > .inner .btn_header_right{
  top:15px;
  right:70px;
}

.pc{
  display:none;
}
.sp{
  display:block;
}

.modal{
  background:#f8f8f8;
  top:0;
  left:0;
  opacity:0;
  display:none;
}
.modal.open{
  display:block;
}
.modal .inner{
  width:100%;
  height:73px;
  margin:0 auto;
  background:#ffffff;
  border-bottom:solid 1px #ccc;
  position:absolute;
  top:0;
  left:0;
  z-index:808;
}
.modal .inner .close_btn{
  position:absolute;
  top:25px;
  right:15px;
}
.modal .inner .close_btn a{
  display:block;
  width:20px;
  height:20px;
  position:relative;
  text-indent:-9999px;
}
.modal .inner .close_btn a::before,
.modal .inner .close_btn a::after{
  content:"";
  display:block;
  width:120%;
  height:2px;
  background:#000;
  position:absolute;
  top:calc(50% - 1px);
  left:0;
}
.modal .inner .close_btn a::before{
  transform:rotate(45deg);
}
.modal .inner .close_btn a::after{
  transform:rotate(135deg);
}
.modal .modal_sitemap{
  width:100%;
  max-height:calc(100% - 75px);
  background:#f8f8f8;
  padding-top:75px;
  overflow-y:auto;
  position:fixed;
  top:0;
  left:0;
  z-index:805;
}
.modal .modal_sitemap > ul{
  display:block;
  max-width:1120px;
  margin:0 auto;
  padding:0 15px 20px;
  background:#ffffff;
}
.modal .modal_sitemap > ul > li{
  height:auto;
  margin:0;
}
.modal .modal_sitemap > ul > li span{
  padding:0;
  font-weight:bold;
  letter-spacing:0.15em;
}
.modal .modal_sitemap > ul > li > ul,
.modal .modal_sitemap > ul > li > ul > li > ul{
  min-width:inherit;
  max-width:inherit;
  max-height:inherit;
  padding-top:10px;
  background:transparent;
  position:relative;
  top:0;
  left:0;
  transition-duration:inherit;
}
.modal .modal_sitemap > ul > li > ul > li > ul{
  padding: 8px 0 0 20px;
  display:none;
}
.modal .modal_sitemap > ul > li:hover > ul,
.modal .modal_sitemap > ul > li:hover > ul:hover,
.modal .modal_sitemap > ul > li:hover > ul:hover > li:hover > ul,
.modal .modal_sitemap > ul > li:hover > ul:hover > li:hover > ul:hover{
  max-width:inherit;
  max-height:inherit;
}
.modal .modal_sitemap > ul > li:hover span{
  color:#000;
}
.modal .modal_sitemap > ul > li li{
  font-size:16px;
  letter-spacing:0.15em;
}
.modal .modal_sitemap li ul li + li{
  margin-top:7px;
}
.modal .modal_sitemap li ul li a,
.modal .modal_sitemap li ul li a:visited{
  display:inline;
  max-height:inherit;
  padding:0;
  white-space:normal;
}
.modal .modal_sitemap li ul li a:hover,
.modal .modal_sitemap > ul > li:hover > ul:hover > li:hover > a,
.modal .modal_sitemap > ul > li:hover > ul:hover > li:hover > a:hover{
  background:transparent;
}

footer .btnlink li{
  width:32%;
}
footer .btnlink li + li{
  margin-left:2%;
}
footer .footer_sitemap{
  padding:5px 0 10px;
}
footer .footer_sitemap .inner_01{
  padding:0;
  margin-bottom:20px;
}
footer .footer_sitemap .inner_01 > ul{
  margin-bottom:20px;
}
.modal .modal_sitemap > ul > li,
footer .footer_sitemap .inner_01 > ul > li{
  float:none;
  margin-right:0;
  margin-bottom:0;
  border-bottom:solid 2px #ccc;
}
.modal .modal_sitemap > ul > li span,
footer .footer_sitemap .inner_01 > ul > li span{
  display:block;
  font-size:16px;
  padding:10px 15px;
  position:relative;
}
/*.modal .modal_sitemap > ul > li span::after,*/
footer .footer_sitemap .inner_01 > ul > li span::after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  border-bottom:solid 2px #999;
  border-right:solid 2px #999;
  position:absolute;
  top:calc(50% - 10px);
  right:15px;
  transform:rotate(45deg);
}
.modal .modal_sitemap > ul > li span.open::after,
footer .footer_sitemap .inner_01 > ul > li span.open::after{
  top:calc(50% - 4px);
  transform:rotate(-135deg);
}

.modal_sitemap_inner_hd::after{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  margin-left:10px;
  vertical-align:0.3em;
  border-bottom:solid 2px #999;
  border-right:solid 2px #999;
  transform:rotate(45deg);
}
.modal_sitemap_inner_hd.open::after{
  vertical-align:0;
  transform:rotate(-135deg);
}

.modal .modal_sitemap > ul > li > ul,
footer .footer_sitemap .inner_01 > ul > li ul{
  padding:8px 15px;
  display:none;
}
.modal .modal_sitemap > ul > li ul li,
footer .footer_sitemap .inner_01 > ul > li ul li{
  margin-bottom:8px;
  font-size:15px;
}

footer .footer_sitemap .inner_02 li{
  display:block;
  font-size:14px;
  text-align:left;
  margin:0 0 10px;
}
footer .footer_sitemap .inner_02 .copyright,
footer.error404 > .copyright{
  font-size:12px;
}

.error_block.page404{
  padding-top:50px;
}


}

/* ------------------------------------------------------------ */
@media screen and (max-width:480px){
/* ------------------------------------------------------------ */

body{
  padding-top:82px;
}

header > .inner{
  padding:12px 10px 20px 10px;
  border-bottom:solid 2px #ccc;
}
header h1{
  width:110px;
  margin-top:16px;
  /*margin-left:calc(45% - 75px);*/
}
header .logo{
  width:110px;
  margin-top:16px;
  /*margin-left:calc(45% - 75px);*/
}

header.error404 h1{
  width:260px;
  margin:0 auto;
}

.paypay_sp{
  display:block;
}

header > .inner .btn_header_left{
  /*top:15px;*/
  right:10px;
}
header > .inner .btn_header_right{
  top:15px;
  right:50px;
}
header > .inner .btn_header_left li + li,
header > .inner .btn_header_right li + li{
  margin-left:30px;
}
header > .inner .btn_header_right .language{
  width:20px;
  height:20px;
}
header > .inner .btn_header_right .language span{
  display:none;
}

.modal .inner{
  height:65px;
}
.modal .inner .close_btn,
.search_block .inner .close_btn{
  top:18px;
  right:10px;
}
.modal .modal_sitemap{
  max-height:calc(100% - 65px);
  padding-top:65px;
}

.search_block .frame{
  width:75%;
}

.info_bar{
  border-bottom:solid 2px #ccc;
  padding:8px 10px;
 /* padding:0px 5px; */
}

.info_bar p{
  font-size:12px;
}

footer .btnlink{
  padding:20px 0 30px;
}
footer .btnlink h3{
  font-size:16px;
  margin-bottom:20px;
}
footer .btnlink ul{
  max-width:260px;
  margin:0 auto;
}
footer .btnlink li{
  float:none;
  width:auto;
}
footer .btnlink li::before{
  display:none;
}
footer .btnlink li + li{
  margin-left:0;
  margin-top:15px;
}
footer .btnlink li a{
  height:60px;
  font-size:14px;
  border-radius:15px;
  position:static;
}
footer .btnlink li a::before{
  margin-right:3%;
  vertical-align:middle;
}
footer .btnlink li a.guide::before{
  width:24px;
  height:24px;
}
footer .btnlink li a.faq::before{
  width:14px;
  height:21px;
}
footer .btnlink li a.contact::before{
  width:24px;
  height:19px;
}
/*
footer .support{
  padding:30px 0 20px;
}
*/
footer .support + .support{
  padding:0;
}
footer .support .inner{
  padding:0;
}
footer .support .txt p{
  text-align:center;
}
footer .support .txt_02{
  font-size:14px;
  margin-bottom:20px;
}
footer .support .txt_03{
  font-size:12px;
}
footer .support .txt_dial{
  font-size:26px;
  margin-bottom:20px;
}
footer .support .txt_dial img{
  height:22px;
  margin-right:10px;
  vertical-align:-0.05em;
}
footer .support .pic{
  display:block;
  text-align:center;
}
footer .support .pic .photo{
  width:60%;
  margin:0 auto 20px;
}
footer .support .pic .message{
  width:100%;
  margin-left:0;
  text-align:left;
}
footer .support .pic .message::before{
  padding-top:61.6%;
}
footer .support .pic .message .txt{
  font-size:3.2vw;
  top:10.5%;
  left:19%;
}
footer .support .pic .message .name{
  font-size:3.2vw;
  top:62%;
  right:19%;
}
footer .support .pic .message img{
  width:40%;
  bottom:12%;
  left:30%;
}

.pagetop{
/*bottom:45px;*/
  bottom:65px;
  right:17px;
}
.pagetop a{
  width:40px;
  height:40px;
}

body > article{
  padding-bottom:40px;
}
body > article .visual{
  margin-bottom:35px;
}
body > article .visual.lp{
  margin-bottom:30px;
}

.sttl, .sttl_gray{
  font-size:18px;
  padding:1px 0 1px 13px;
  margin-bottom:25px;
}

.imgTextList div,
.imgList div,
.BlkimgTextList div {
  margin-right:0;
  margin-bottom:10px;
  float:none;
}
.imgTextList div:last-child,
.imgList div:last-child,
.BlkimgTextList div:last-child {
  margin:0;
}

.error_block{
  padding:40px 15px 30px;
}
.error_block p{
  font-size:14px;
}

}

/* ヘッダーお知らせ欄 */

.head_news_tit {
font-weight:bold;
}

.head_news_box dt {
padding: 5px;
}
.head_news_box dd {
padding: 5px;
margin-left:0px;
}
.head_news_osirase {
/*color:#fff;
background:#917663;
text-align:center;*/
width:100px;
float:left;
padding-left:10px;
padding-right:10px;
}
.head_news_tenpo {
background:#fff4cc;
text-align:center;
width:100px;
float:left;
padding-left:10px;
padding-right:10px;
}
.head_news_campaign {
background:#d3e22d;
text-align:center;
width:100px;
float:left;
padding-left:10px;
padding-right:10px;
}
.head_news_saiji {
color:#fff;
background:#7aa86d;
text-align:center;
width:100px;
float:left;
padding-left:10px;
padding-right:10px;
}
.head_news_important {
color:#fff;
background:#e02c2c;
text-align:center;
width:100px;
float:left;
padding-left:10px;
padding-right:10px;
}
.head_news_syogai {
color:#fff;
background:#999;
text-align:center;
width:100px;
float:left;
padding-left:10px;
padding-right:10px;
}
.head_news_number {
color:#666666;
}
.head_news_number_sp {
color:#666666;
}
.head_news_more {
max-width:1150px;
margin-right:auto;
margin-left:auto;
text-align:center;
margin-bottom:30px;
}

/* ------------------------------------------------------------ */
@media screen and (min-width:768px){
/* ------------------------------------------------------------ */
.head_news_box {
margin-bottom:20px;
margin-top:10px;
margin-left:auto;
margin-right:auto;
background:#fbfbfb;
max-width:1150px;
padding:10px;
display:flex;
position:relative;
}

.head_news_tit {
width:240px;
max-width:240px;
margin-top:0px;
display: flex;
justify-content: center;
align-items: center;
}
.head_news_box dl {
display:flex;
flex-wrap: wrap;
max-width:890px;
width:890px;
}
.head_news_box dt {
width: 250px;
box-sizing: border-box;
}
.head_news_box dd {
width: 640px;
max-width:640px;
box-sizing: border-box;
margin-left:0px;
}

.head_news_osirase {
width:120px;
}
.head_news_tenpo {
width:120px;
}
.head_news_campaign {
width:120px;
}
.head_news_saiji {
width:120px;
}
.head_news_important {
width:120px;
}
.head_news_syogai {
width:120px;
}
.head_news_number {
float:right;
margin-right:10px;
}
.head_news_number_sp {
display:none;
}
}

/* ------------------------------------------------------------ */
@media screen and (max-width:769px){
/* ------------------------------------------------------------ */
.head_news_box {
width:100%;
padding-bottom:20px;
padding-top:20px;
}
.head_news_tit {
font-size:18px;
margin-bottom:20px;
margin-left:10px;
padding:1px 0 1px 13px;
font-weight:normal;
line-height:1;
letter-spacing:0.2em;
border-left:solid 5px #ffdb4c;
}
.head_news_box dl {
padding-top:10px;
padding-bottom:10px;
margin:10px;
background:#fbfbfb;
}
.head_news_box dt {
margin-left:10px;
}
.head_news_box dd {
margin-bottom:10px;
margin-left:10px;
margin-right:10px;
}
.head_news_osirase {
width:auto;
}
.head_news_tenpo {
width:auto;
}
.head_news_campaign {
width:auto;
}
.head_news_saiji {
width:auto;
}
.head_news_important {
width:auto;
}
.head_news_syogai {
width:auto;
}
.head_news_number {
display:none;
}
.head_news_number_sp {
float:left;
margin-right:10px;
display:block;
}
}

/*多言語プルダウン*/

.lang_select_list  {
margin-top:5px;
}
.lang_select_list input[type=radio]  {
	display:none;
}

.lang_select_list {
    width: 100px;
	height: 2rem;
	font-weight:bold;
	text-align:center;
}
.lang_select_list li {
    width: 100%;
	margin-left:0px !important;
}
.lang_select_arr::after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-bottom:solid 2px #999;
  border-right:solid 2px #999;
  position:absolute;
  top:5px;
  right:10px;
  transform:rotate(45deg);
}
/*.lang_select_list li {
    list-style: none;
    position: relative;
}*/
/*.lang_select_list div a {
    background: #ffffff;
    display: block;
    height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
	margin-right:0px;
	padding-right:0px;
	text-indent:0px !important;
}*/
/*.lang_select_list li li {
    height: 0;
    overflow: hidden;
	text-align: center;
}*/
.lang_select_list div li a {
    border-top: 1px solid #eee;
}
.lang_select_list div  ul  li {
    height: 2rem;
	background: #ffffff;
	border-bottom: #CCCCCC 1px solid;
}
.lang_select_list div:hover > ul > li:hover {
	background: #ffcb19;
}
.lang_select_list div li  {
	background:#FFF;
	margin-top:0px !important;
	margin-left:0px !important;
	padding-left:0px;
	padding-top:10px;
	width:100%;
}

/*.lang_select_list div li:hover  {
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
	padding-top:10px;
	width:100%;
}*/

.lang_select_list label{
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
}
 
.lang_select_list input[type="checkbox"].on-off,
.lang_select_list input[type="checkbox"].on-off +div{
	display: none;
}
 
.lang_select_list input[type="checkbox"].on-off:checked +div{
	display: block;
}
 
 /* top検索窓スマホ用 */
@media screen and (max-width:768px){
.topSearchSP.search_block.sp{
  display:none;
}
}

@media screen and (max-width:480px){
.topSearchSP.search_block.sp{
  display:block;
}
}


 /* ヘッダーナビ幅縮めた際の調整 */
 @media screen and (min-width:835px) and ( max-width:1140px){
.modal .modal_sitemap > ul > li span.modal_sitemap_hd{
  padding:15px 0px;
  margin:0px 8px;
}
}

 /* フッターsnsボタン + フッターリンク出し分け */

.footLink_pc{
  display: block;
}
.footLink_sp{
  display: none;
}
.foot_sns_sp{
  display:none;
}

.foot_snsBox .foot_sns {
float:right;
}

.foot_sns{
display:flex;
margin-left:auto;
margin-right:auto;
width:25%;
}
.foot_snsBox .copyright{
float:left;
width:50%;
margin-left:25%;
}
.foot_sns div{
margin:4%;
}
.foot_sns div a:hover{
  opacity:0.8;
}
 @media screen and (max-width:835px){
.footLink_pc{
  display: none;
}
.footLink_sp{
  display: block;
}
.foot_sns{
  display:none;
}
.foot_sns_sp{
  display:flex;
  margin-left:auto;
  margin-right:auto;
  width:60%;
  margin-bottom:20px;
}
.foot_sns_sp div{
margin:4%;
}
.foot_sns_sp div a:hover{
  opacity:0.8;
}
.foot_snsBox .copyright{
float:none;
width:100%;
margin-left:0;
}
}


