@charset "utf-8";
/*=========================================================================

Author and Copyright
Author    :  prosysta Inc, (http://prosysta.co.jp/)
Created   :  2008.10
Modified  :  2010.02

=========================================================================*/


/*-----------------------------------------------
kill default set
-------------------------------------------------*/

* {
margin:0;
padding:0;
font-weight:normal;
font-style:normal;
text-decoration:none;
}

/*-----------------------------------------------
fontsize setting
-------------------------------------------------*/

body {
font:13px/1.231;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
font-weight: 500;
*font-size:small; /* for IE */
*font:x-small; /* for IE in quirks mode */
padding:25px 15px;
line-height:1.8;
font-size:85%;
}

body:before { /* top shadow */
/*
content: "";
position: fixed;
top: -10px;
left: -10px;
width: 110%;
height: 10px;
*/

-/*webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-ms-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-o-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
box-shadow: 0px 0px 10px rgba(0,0,0,.8);
z-index: 100;*/
}


table {
font-size:inherit;
font:100%;
}

pre,
code,
kbd,
samp,
tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}



/*-----------------------------------------------
baseset
-------------------------------------------------*/
.clear {
clear:both;
height : 0;
visibility : hidden;
font-size : 0;
line-height : 0;
}

img {
border:none;
}

hr {
margin:10px 0 10px 0;
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #BBBBBB;
height: 1px;
clear:both;
}

* html hr {
margin:0 0 5px 0;
}

hr.dotted {
margin:10px 0 10px 0;
border-width: 1px 0px 0px 0px;
border-style: dotted;
border-color: #BBBBBB;
height: 1px;
}

hr.inner {
margin:0 0 10px 25px;
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #BBBBBB;
height: 1px;
}

hr.inner_dooted {
margin:0 0 10px 25px;
border-width: 1px 0px 0px 0px;
border-style: dotted;
border-color: #BBBBBB;
height: 1px;
}

.analytics {
visibility:hidden;
}

.pb5 { padding-bottom:5px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }
.pb35 { padding-bottom:35px; }
.pb40 { padding-bottom:40px; }
.pb45 { padding-bottom:45px; }

.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb25 { margin-bottom:25px; }
.mb30 { margin-bottom:30px; }
.mb35 { margin-bottom:35px; }
.mb40 { margin-bottom:40px; }
.mb45 { margin-bottom:45px; }

.mt-05em { margin-top: .5em; }
.mt-1em  { margin-top: 1em; }
.mt-2em  { margin-top: 2em; }
.mt-3em  { margin-top: 3em; }
.mb-05em { margin-bottom: .5em; }
.mb-1em  { margin-bottom: 1em; }
.mb-2em  { margin-bottom: 2em; }
.mb-3em  { margin-bottom: 3em; }
.ml-05em { margin-left: .5em; }
.pt-05em { padding-top: .5em; }
.pt-1em  { padding-top: 1em; }
.pb-1em  { padding-bottom: 1em; }
.px-1em { padding-left: 1em; padding-right: 1em;}
.px-2em { padding-left: 2em; padding-right: 2em;}

.col-1  { width:  8.3333% }
.col-2  { width: 16.6666% }
.col-3  { width: 25% }
.col-4  { width: 33.3333% }
.col-5  { width: 41.6666% }
.col-6, .half { width: 50% }
.col-7  { width: 58.3333% }
.col-8  { width: 66.6666% }
.col-9  { width: 75% }
.col-10 { width: 83.3333% }
.col-11 { width: 91.6666% }
.col-12, .full { width: 100% }


.flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.flex-between {
  justify-content: space-between;
}

.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.bold {
  font-weight: bold;
}
.bg-wh {
  background-color: #FFF;
}
.bg-gy {
  background-color: #f2f2f2;
}
.bg-lyw {
  background-color: #fff9b1;
}

.c-lyw {
  color: #f3ee97;
}
.c-wh {
  color: #FFF;
}
.c-gy{
  color: #545454;
}
.c-bw {
  color: #754A21;
}

.underline {
  text-decoration: underline;
}
.icon img ,
.pict img {
  width: 100%;
}

.text-center {
  text-align: center;
}
.lh-14 {
  line-height: 1.4;
}
.lh-16 {
  line-height: 1.6;
}

ul li {
  list-style: none;
}


/*-----------------------------------------------
clearfix
-------------------------------------------------*/

.clearfix:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1px;
}

.clearfix {
display: block;
}



/*-----------------------------------------------
contents style
-------------------------------------------------*/
body.p-0 {
  padding: 0;
}
.link-item .btn {
  padding: .5em;
  border-radius: 6px;
}
.link-item .btn[class*="arw-"] {
  position: relative;
}
.link-item .btn[class*="arw-"]::after {
  position: absolute;
  content: "";
  display: inline-block;
  border-top: #FFF solid 2px;
  border-right: #FFF solid 2px;
  width: .5em;
  height: .5em;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.link-item .btn.arw-r {
  padding-right: 1.5em;
}
.link-item .btn.arw-r::after {
  right: .8em;
  margin-top: -2px;
}
.btn-dbw {
  background-color: #231815;
  color: #FFF;
}
.btn-dgy {
  background-color: #353535;
  color: #FFF;
}
.btn-rd  {
  background-color: #c81111;
  color: #FFF;
}

/*-----------------------------------------------
event-omikuji
-------------------------------------------------*/
body.bg-omikuji {
  background-color: #772c84;
  background-image: url("");
  background-size:cover;
  background-position:center bottom;
  color:#fff;
}
.p-0-inner {
  padding-right: 15px;
  padding-left: 15px;
}
.ornament {
  position: relative;
}
.ornament::before {
  content: "";
  display: inline-block;
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  /* padding-top: 42.13%; */
  padding-top: 33.4%;
  background: url("../img/halloween_2020.png") 0 0 no-repeat;
  background-size: cover;
  width: 100%;
}
.omikuji {
  width: 90px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
hr.border-round {
  position: relative;
  margin: 1.5em 0;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #FFF;
  height: 1px;
  overflow: unset;
}
hr.border-round::before ,
hr.border-round::after {
  content: "";
  position: absolute;
  background: #FFF;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: block;
  top: 0;
  margin-top: -3px;
}
hr.border-round::before {
  left: 0;
}
hr.border-round::after {
  right: 0;
}


.deco-tit span ,
.deco-tit {
  position: relative;
  display: flex;
  justify-content: center;
}
.deco-tit span::before ,
.deco-tit span::after ,
.deco-tit::before , 
.deco-tit::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  height: 5px;
  top: 50%;
  margin-top: 10px;
}
.deco-tit::before , 
.deco-tit::after {
  flex-grow: 1;
  background-image: url("../img/line.png");
  background-size: 140px 5px; 
}
.deco-tit::before {
  left: 0;
}
.deco-tit::after {
  right: 0;
  transform:rotate(180deg);
}
.deco-tit span {
  font-weight: bold;
}
/* .deco-tit span::before ,
.deco-tit span::after {
  background-image: url("../img/deco-tit-02.png");
  background-size: 5px 5px;
  width: 5px;
} */
.deco-tit span::before { 
  margin-right: 1em
}
.deco-tit span::after {
  margin-left: 1em
}

.f-small {
  font-size: 12px;
}

.event-detail .box {
  padding: 0 1em 3em;
}
.gift-list {
  font-size: 16px;
  display: table;
  margin: auto;
}
.gift-list li {
  font-weight: bold;
}

[class*="pict-mypage"] {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
