@import"https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600";

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus
{
  outline: none;
}

.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list
{
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after
{
  display: table;
  content: '';
}

.slick-track:after
{
  clear: both;
}

.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide
{
  float: right;
}

.slick-slide img
{
  display: block;
}

.slick-slide.slick-loading img
{
  display: none;
}

.slick-slide.dragging img
{
  pointer-events: none;
}

.slick-initialized .slick-slide
{
  display: block;
}

.slick-loading .slick-slide
{
  visibility: hidden;
}

.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
  display: none;
}

html.remodal-is-locked
{
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,[data-remodal-id]
{
  display: none;
}

.remodal-overlay
{
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper
{
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after
{
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  content: "";
}

.remodal-overlay,.remodal-wrapper
{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal
{
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized
{
  display: inline-block;
}

.remodal-bg.remodal-is-opening,.remodal-bg.remodal-is-opened
{
  -webkit-filter: blur(3px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: blur(3px);
}

.remodal-overlay
{
  background: rgba(43,46,56,.9);
}

.remodal-overlay.remodal-is-opening,.remodal-overlay.remodal-is-closing
{
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening
{
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing
{
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper
{
  padding: 10px 10px 0;
}

.remodal
{
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,.remodal.remodal-is-closing
{
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening
{
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing
{
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal,.remodal-wrapper:after
{
  vertical-align: middle;
}

.remodal-close
{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color .2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,.remodal-close:focus
{
  color: #2b2e38;
}

.remodal-close:before
{
  font-family: Arial,Helvetica CY,Nimbus Sans L,sans-serif!important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

.remodal-confirm,.remodal-cancel
{
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm
{
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,.remodal-confirm:focus
{
  background: #66bb6a;
}

.remodal-cancel
{
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,.remodal-cancel:focus
{
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner
{
  padding: 0;
  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes
{
  from
  {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  to
  {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes
{
  from
  {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  to
  {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes
{
  from
  {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to
  {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes
{
  from
  {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to
  {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes
{
  from
  {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  to
  {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes remodal-overlay-opening-keyframes
{
  from
  {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  to
  {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes
{
  from
  {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to
  {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes remodal-overlay-closing-keyframes
{
  from
  {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  to
  {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@media only screen and (min-width:641px)
{
  .remodal
  {
    max-width: 700px;
  }
}

.lt-ie9 .remodal-overlay
{
  background: #2b2e38;
}

.lt-ie9 .remodal
{
  width: 700px;
}

@font-face
{
  font-family:YakuHanJP;font-weight:100;src:url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Thin.woff2) format('woff2'),url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Thin.woff) format('woff'),url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Thin.eot);
}

@font-face
{
  font-family:YakuHanJP;font-weight:200;src:url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Light.woff2) format('woff2'),url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Light.woff) format('woff'),url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Light.eot);
}

@font-face
{
  font-family:YakuHanJP;font-weight:300;src:url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-DemiLight.woff2) format('woff2'),url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-DemiLight.woff) format('woff'),url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-DemiLight.eot);
}

@font-face
{
  font-family:YakuHanJP;src:url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Regular.woff2) format('woff2'),url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Regular.woff) format('woff'),url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Regular.eot);
}

@font-face
{
  font-family:YakuHanJP;font-weight:500;src:url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Medium.woff2) format('woff2'),url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Medium.woff) format('woff'),url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Medium.eot);
}

@font-face
{
  font-family:YakuHanJP;font-weight:700;src:url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Bold.woff2) format('woff2'),url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Bold.woff) format('woff'),url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Bold.eot);
}

@font-face
{
  font-family:YakuHanJP;font-weight:900;src:url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Black.woff2) format('woff2'),url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Black.woff) format('woff'),url(/wp-content/themes/speee_1.0.42/fonts/YakuHanJP/YakuHanJP-Black.eot);
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body
{
  line-height: 1;
  color: #000;
  background: #fff;
}

ol,ul
{
  list-style: none;
}

table
{
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption,th,td
{
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

a img
{
  border: none;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,main
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}

audio,canvas,video
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]),[hidden]
{
  display: none;
}

img,button,a,a:hover
{
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

abbr[title]
{
  text-decoration: underline;
  text-decoration: underline dotted;
}

audio:not([controls])
{
  display: none;
}

b,strong
{
  font-weight: bolder;
}

button
{
  -webkit-appearance: button;
  overflow: visible;
}

button::-moz-focus-inner,input::-moz-focus-inner
{
  border: 0;
  padding: 0;
}

button:-moz-focusring,input:-moz-focusring
{
  outline: 1px dotted ButtonText;
}

button,select
{
  text-transform: none;
}

details
{
  display: block;
}

hr
{
  overflow: visible;
}

html
{
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input
{
  -webkit-border-radius: 0;
}

input[type=button],input[type=reset],input[type=submit]
{
  -webkit-appearance: button;
}

input[type=number]
{
  width: auto;
}

input[type=search]
{
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration
{
  -webkit-appearance: none;
}

main
{
  display: block;
}

pre
{
  overflow: auto;
}

progress
{
  display: inline-block;
}

summary
{
  display: block;
}

svg:not(:root)
{
  overflow: hidden;
}

template
{
  display: none;
}

textarea
{
  overflow: auto;
}

[hidden]
{
  display: none;
}

*,:before,:after
{
  box-sizing: inherit;
}

*
{
  font-size: inherit;
  line-height: inherit;
}

:before,:after
{
  text-decoration: inherit;
  vertical-align: inherit;
}

button,input,select,textarea
{
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

*
{
  margin: 0;
  padding: 0;
}

*,:before,:after
{
  border-style: solid;
  border-width: 0;
}

a,area,button,input,label,select,textarea,[tabindex]
{
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

select
{
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand
{
  display: none;
}

select::-ms-value
{
  color: currentColor;
}

svg
{
  fill: currentColor;
}

[aria-busy=true]
{
  cursor: progress;
}

[aria-controls]
{
  cursor: pointer;
}

[aria-disabled]
{
  cursor: default;
}

[hidden][aria-hidden=false]
{
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus
{
  clip: auto;
}

*
{
  background-repeat: no-repeat;
}

:root
{
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

a
{
  text-decoration: none;
}

audio,canvas,iframe,img,svg,video
{
  vertical-align: middle;
}

button,input,select,textarea
{
  background-color: transparent;
  color: inherit;
}

button,[type=button],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=reset],[type=search],[type=submit],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea
{
  min-height: 1.5em;
}

code,kbd,pre,samp
{
  font-family: monospace,monospace;
}

nav ol,nav ul
{
  list-style: none;
}

small
{
  font-size: 75%;
}

table
{
  border-collapse: collapse;
  border-spacing: 0;
}

textarea
{
  resize: vertical;
}

::-moz-selection
{
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

::selection
{
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

html body,body *
{
  font-family: YakuHanJP,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"游ゴシック",Yu Gothic,Meiryo UI,Meiryo,"メイリオ","ＭＳ Ｐゴシック",sans-serif;
}

html,body,:root
{
  color: #293540;
  background: #fff;
  font-family: Hiragino Kaku Gothic ProN,"メイリオ",sans-serif;
  -webkit-font-smoothing: antialiased;
}

html.pc
{
  font-size: 14px;
}

html.pc body
{
  min-width: 960px;
}

html.pc .is_sp
{
  display: none;
}

html.pc #stickybefore
{
  min-height: calc(100vh - 75px);
}

html.mobile
{
  font-size: 28px;
  visibility: hidden;
}

html.mobile .is_pc
{
  display: none;
}

html a
{
  color: #026bb2;
}

#landscape
{
  z-index: 50000;
}

.remodal-wrapper
{
  z-index: 21000;
}

.remodal-overlay
{
  z-index: 20000;
}

#container.hendo .hendo
{
  z-index: 15050;
}

#container #ticker
{
  z-index: 16500;
}

#header .header__logo
{
  z-index: 16600;
}

#header .globalNav .globalNavi__btn
{
  z-index: 16000;
}

#header .globalNav .globalNav__content
{
  z-index: 15500;
}

#header,#header .globalNav
{
  z-index: 15000;
}

canvas#start-dialog
{
  z-index: 10000;
}

#container.joined .tweet__badge
{
  z-index: 9000;
}

#main:after
{
  z-index: 200;
}

#result-movie
{
  z-index: 100;
}

#container.standby .standby,#container.lottery .lottery,#container.published_ticket .published_ticket,#container.no_ticket .no_ticket
{
  z-index: 50;
}

#container .p-mainvisual__scrolldown
{
  z-index: 10;
}

.c-main-button
{
  width: 208px;
  height: 64px;
  border: 1px solid rgba(41,53,64,.49);
  background-color: rgba(255,255,255,.3);
  border-radius: 6px;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: auto;
  transition: all 300ms 0s ease;
}

.c-main-button:hover
{
  background-color: rgba(255,255,255,.5);
}

.c-main-button span
{
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .04em;
  line-height: 64px;
  color: #293540;
}

.c-main-button.white
{
  border-color: rgba(255,255,255,.7);
  background-color: rgba(255,255,255,0);
}

.c-main-button.white:hover
{
  background-color: rgba(255,255,255,.15);
}

.c-main-button.white span
{
  color: #fff;
}

.mobile .c-main-button
{
  width: 248px;
  height: 94px;
  border-radius: 10px;
}

.mobile .c-main-button span
{
  font-size: 21px;
  line-height: 94px;
}

.c-button-movie span
{
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: .04em;
  color: #fff;
  position: relative;
  display: inline-block;
}

.c-button-movie span:after
{
  content: '';
  display: block;
  background: url(/wp-content/themes/speee_1.0.42/images/common/icon_play.png) no-repeat;
  width: 71px;
  height: 71px;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-button-movie span:hover:after
{
  background: url(/wp-content/themes/speee_1.0.42/images/common/icon_play_on.png) no-repeat;
}

html.mobile .c-button-movie span
{
  font-size: 28px;
  letter-spacing: 0;
}

html.mobile .c-button-movie span:after
{
  background: url(/wp-content/themes/speee_1.0.42/images/common/sp/icon_play.png) no-repeat;
  width: 100px;
  height: 100px;
  top: 48px;
}

.c-article-list h2
{
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: .025em;
  margin: 64px auto 50px;
  text-align: center;
}

.c-article-list .c-article-list__wrap
{
  text-align: center;
  min-width: 960px;
  overflow: hidden;
  white-space: nowrap;
}

.c-article-list .c-article-list__wrap__content
{
  width: 228px;
  display: inline-block;
  margin: 8px;
  vertical-align: top;
}

.c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__image
{
  width: 228px;
  height: 231px;
  border-bottom: 3px solid #026bb2;
  background-color: #fff;
}

.c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__image img
{
  width: 100%;
  height: auto;
}

.c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__detail
{
  padding: 20px;
  padding-bottom: 0;
  background-color: #fff;
  white-space: normal;
}

.c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__detail__title
{
  font-size: 16px;
  color: #293540;
  padding-bottom: 22px;
  text-align: left;
}

.c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__detail__text
{
  display: none;
}

.c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__detail__date
{
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #919191;
  margin-bottom: 14px;
  text-align: left;
}

.c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__detail__title
{
  font-size: 14px;
  color: #293540;
  line-height: 20px;
  text-align: left;
  letter-spacing: .022em;
}

.c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__detail__detail__date-desc
{
  display: none;
}

.c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__detail__detail-button
{
  margin: auto;
  font-family: Montserrat,sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .025em;
  color: #293540;
  padding: 12px 0;
  border-top: 1px solid #e9e9e9;
  text-align: center;
}

.c-article-list .c-article-list__wrap__content:hover .c-article-list__link-wrap__detail__detail-button
{
  color: #026bb2;
}

.c-article-list .c-article-list__more
{
  margin-top: 27px;
  margin-bottom: 40px;
  width: 194px;
  height: 64px;
}

.c-article-list .c-article-list__more span
{
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 64px;
}

html.pc .c-article-list.p-blog .c-article-list__link-wrap__image[data-id=ootsuka]
{
  background: url(/wp-content/themes/speee_1.0.42/images/compornents/article-list/blog_ootsuka.jpg) center center no-repeat;
}

html.pc .c-article-list.p-blog .c-article-list__link-wrap__image[data-id=sdb]
{
  background: url(/wp-content/themes/speee_1.0.42/images/compornents/article-list/blog_sdb.jpg) center center no-repeat;
}

html.pc .c-article-list.p-blog .c-article-list__link-wrap__image[data-id=speez]
{
  background: url(/wp-content/themes/speee_1.0.42/images/compornents/article-list/speez.png) center center no-repeat;
}

html.pc .c-article-list.p-blog .c-article-list__link-wrap__image[data-id=facebook]
{
  background: url(/wp-content/themes/speee_1.0.42/images/compornents/article-list/blog_facebook.jpg) center center no-repeat;
}

html.mobile .c-article-list h2
{
  font-size: 54px;
  letter-spacing: .02em;
  margin: 104px auto 105px;
}

html.mobile .c-article-list .c-article-list__wrap
{
  min-width: initial;
}

html.mobile .c-article-list .c-article-list__wrap__content
{
  width: 670px;
  margin: 0 40px;
}

html.mobile .c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__image
{
  width: 670px;
  height: 323px;
  overflow: hidden;
}

html.mobile .c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__detail
{
  width: 670px;
  padding: 40px 30px 8px;
}

html.mobile .c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__detail__title
{
  font-size: 24px!important;
  letter-spacing: .022em;
  padding-bottom: 0;
}

html.mobile .c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__detail__text
{
  display: block;
}

html.mobile .c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__detail__date
{
  font-size: 24px;
  letter-spacing: .07em;
  color: #919191;
  margin-bottom: 26px;
}

html.mobile .c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__detail__title
{
  font-size: 24px;
  line-height: 36px;
  letter-spacing: .022em;
  min-height: 72px;
}

html.mobile .c-article-list .c-article-list__wrap__content .c-article-list__link-wrap__detail__detail-button
{
  display: none;
}

html.mobile .c-article-list .c-article-list__wrap .slick-dots
{
  text-align: center;
  margin-top: 31px;
}

html.mobile .c-article-list .c-article-list__wrap .slick-dots li
{
  width: 17px;
  height: 17px;
  border-radius: 9px;
  background-color: #ccc;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  text-indent: -99999999px;
}

html.mobile .c-article-list .c-article-list__wrap .slick-dots li.slick-active
{
  background-color: #999;
}

html.mobile .c-article-list .c-article-list__more
{
  width: 670px;
  height: 82px;
  margin-top: 45px;
  margin-bottom: 0;
}

html.mobile .c-article-list .c-article-list__more span
{
  font-size: 23px;
  letter-spacing: .022em;
  line-height: 82px;
  color: #293540;
}

html.mobile .c-article-list.p-event .c-article-list__wrap__content__detail
{
  padding: 48px 36px;
}

html.mobile .c-article-list.p-blog
{
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 120px;
}

html.mobile .c-article-list.p-blog .c-article-list__wrap__content
{
  height: 203px;
  padding: 0;
  display: block;
  margin: auto;
  margin-bottom: 22px;
  clear: both;
}

html.mobile .c-article-list.p-blog .c-article-list__wrap__content .c-article-list__link-wrap__image
{
  width: 265px;
  height: 203px;
  overflow: hidden;
  border-bottom: none;
  float: left;
}

html.mobile .c-article-list.p-blog .c-article-list__wrap__content .c-article-list__link-wrap__image[data-id=ootsuka]
{
  background: url(/wp-content/themes/speee_1.0.42/images/compornents/article-list/sp/blog_ootsuka.jpg) center center no-repeat;
}

html.mobile .c-article-list.p-blog .c-article-list__wrap__content .c-article-list__link-wrap__image[data-id=sdb]
{
  background: url(/wp-content/themes/speee_1.0.42/images/compornents/article-list/sp/blog_sdb.jpg) center center no-repeat;
}

html.mobile .c-article-list.p-blog .c-article-list__wrap__content .c-article-list__link-wrap__image[data-id=speez]
{
  background: url(/wp-content/themes/speee_1.0.42/images/compornents/article-list/sp/speez.png) center center no-repeat;
}

html.mobile .c-article-list.p-blog .c-article-list__wrap__content .c-article-list__link-wrap__image[data-id=facebook]
{
  background: url(/wp-content/themes/speee_1.0.42/images/compornents/article-list/sp/blog_facebook.jpg) center center no-repeat;
}

html.mobile .c-article-list.p-blog .c-article-list__wrap__content .c-article-list__link-wrap__detail
{
  width: 404px;
  padding: 0;
  padding-left: 38px;
  border-left: 3px solid #026bb2;
  float: left;
}

html.mobile .c-article-list.p-blog .c-article-list__wrap__content .c-article-list__link-wrap__detail__title
{
  line-height: 203px;
  text-align: left;
  margin-bottom: 0!important;
  font-size: 24px!important;
}

.c-title-txt
{
  width: 100%;
  font-family: Montserrat,sans-serif;
  font-weight: 300;
  font-size: 42px;
  text-align: center;
  padding-top: 77px;
  padding-bottom: 31px;
  border-bottom: 2px solid #026bb2;
  background-color: #fff;
}

.mobile .c-title-txt
{
  font-size: 58px;
  padding-top: 70px;
  padding-bottom: 27px;
  border-bottom: 3px solid #026bb2;
}

body
{
  background-color: #fff;
}

html.pc .sp
{
  display: none;
}

#container
{
  background: #fff;
}

.p-content__input .p-content
{
  width: 800px;
  margin: auto;
  padding: 0 0 126px;
}

.p-content__input .p-content sup
{
  color: #c33;
  margin: 0 0 0 7px;
}

.p-content__input .p-content__ttl
{
  padding: 71px 0 44px 5px;
  border-bottom: 1px solid #ccc;
}

.p-content__input .p-content__ttl .bld,.p-content__input .p-content__ttl .bld__confirm
{
  font-size: 18px;
  font-weight: 700;
}

.p-content__input .p-content__ttl .bld__confirm
{
  display: none;
}

.p-content__input .p-content__dl
{
  width: 100%;
  display: table;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.p-content__input .p-content__dt
{
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  width: 240px;
  padding: 0 0 0 4px;
}

.p-content__input .p-content__dd
{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 40px 0;
  font-size: 16px;
}

.p-content__input .p-content__dd input[type=text],.p-content__input .p-content__dd input[type=email],.p-content__input .p-content__dd input[type=url],.p-content__input .p-content__dd input[type=tel],.p-content__input .p-content__dd textarea
{
  width: 440px;
  height: 50px;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 0 16px;
  box-sizing: border-box;
}

.p-content__input .p-content__dd textarea
{
  height: 180px;
  padding: 16px;
}

.p-content__input .p-content__dd select
{
  width: 440px;
  height: 50px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.p-content__input .p-content .input__tel dd input[type=text],.p-content__input .p-content .input__fax dd input[type=text]
{
  width: 130px;
}

.p-content__input .p-content__label
{
  width: 440px;
  height: 50px;
  display: block;
  font-size: 16px;
  text-align: left;
  line-height: 37px;
  position: absolute;
  top: 40px;
  left: 0;
  border: 1px solid #999;
  border-radius: 5px;
  line-height: 50px;
  padding: 0 16px;
  box-sizing: border-box;
}

.p-content__input .p-content__label:after
{
  position: absolute;
  top: 0;
  right: 18px;
  font-size: 26px;
  content: '>';
  -webkit-transform: rotate(90deg) scale(.8,1);
  transform: rotate(90deg) scale(.8,1);
}

.p-content__input .p-content__notes
{
  display: block;
  margin: 9px 0 0;
  color: #666;
  font-size: 14px;
}

.p-content__policy
{
  margin-top: 45px;
}

.p-content__policy p
{
  text-align: center;
}

.p-content__special
{
  margin-top: 60px;
}

.p-content__special p
{
  text-align: center;
}

.p-content__input .p-content__submit
{
  width: 235px;
  height: 73px;
  background: url(/wp-content/themes/speee_1.0.42/images/contact/submit_btn.png) no-repeat 0 0;
  margin-top: 20px;
  border: none;
  cursor: pointer;
}

.p-content__input .p-content__submit input
{
  width: 235px;
  line-height: 73px;
  font-size: 18px;
  color: #026bb2;
  cursor: pointer;
}

.p-content__input .input__body .p-content__dt
{
  vertical-align: top;
  padding: 40px 0 0;
}

.mw_wp_form .p-content__input .p-content .error
{
  display: block;
  margin: 9px 0 0;
  color: #f33;
  font-size: 14px;
  font-weight: 600;
}

.mw_wp_form .p-content__input .p-content__notes
{
  display: none;
}

.mw_wp_form_confirm .p-content__ttl .bld,.mw_wp_form_confirm .p-content__ttl .comment
{
  display: none;
}

.mw_wp_form_confirm .p-content__ttl .bld__confirm
{
  display: inline;
}

.mw_wp_form_confirm .p-content__dt
{
  width: 258px;
}

.mw_wp_form_confirm .p-content__dd
{
  padding: 50px 0;
}

.mw_wp_form_confirm .p-content__label
{
  display: none;
}

.mw_wp_form_confirm .p-content__notes
{
  display: none;
}

.mw_wp_form_confirm .p-content__back
{
  width: 235px;
  margin: 25px auto 0;
  display: block;
  text-align: center;
  font-size: 19px;
  color: #000;
  cursor: pointer;
  padding: 0 0 0 5px;
  background: url(/wp-content/themes/speee_1.0.42/images/common/pager_arrow_prev.png) no-repeat 85px 5px;
}

.mw_wp_form_confirm .input__body .p-content__dt
{
  padding: 50px 0 0;
}

.p-complete
{
  padding: 123px 0 85px;
  text-align: center;
}

.p-complete__message
{
  font-size: 22px;
  line-height: 1.7;
  margin: 0 0 95px;
}

.p-complete__back a
{
  font-size: 19px;
  color: #000;
}

.p-complete__back a:after
{
  font-size: 36px;
  content: '>';
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0 0 0 10px;
  -webkit-transform: scale(.6,1);
  transform: scale(.6,1);
}

br.mobile
{
    display: none;
}

html.mobile .p-content__input .p-content
{
  width: 670px;
  padding: 0 0 121px;
}

html.mobile .p-content__input .p-content__ttl
{
  margin: 0 0 90px;
  padding: 98px 0 24px;
  border-bottom: 2px solid #ccc;
}

html.mobile .p-content__input .p-content__ttl .bld,html.mobile .p-content__input .p-content__ttl .bld__confirm
{
  font-size: 30px;
  font-weight: 400;
}

html.mobile .p-content__input .p-content__ttl .comment
{
  font-size: 26px;
}

html.mobile .p-content__input .p-content__dl
{
  display: block;
  padding: 0;
  margin: 0 0 80px;
  border-bottom: none;
}

html.mobile .p-content__input .p-content__dt
{
  display: block;
  font-size: 28px;
  margin: 0 0 29px;
  padding: 0;
  width: 100%;
}

html.mobile .p-content__input .p-content__dd
{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  font-size: 28px;
}

html.mobile .p-content__input .p-content__dd input[type=text],html.mobile .p-content__input .p-content__dd input[type=email],html.mobile .p-content__input .p-content__dd input[type=url],html.mobile .p-content__input .p-content__dd input[type=tel],html.mobile .p-content__input .p-content__dd textarea
{
  width: 670px;
  height: 103px;
  padding: 0 37px;
}

html.mobile .p-content__input .p-content__dd textarea
{
  height: 303px;
  padding: 37px;
}

html.mobile .p-content__input .p-content__dd select
{
  width: 670px;
  height: 100px;
}

html.mobile .p-content__input .p-content .input__tel dd input[type=text],html.mobile .p-content__input .p-content .input__fax dd input[type=text]
{
  width: 200px;
}

html.mobile .p-content__input .p-content__label
{
  width: 670px;
  height: 103px;
  display: block;
  font-size: 28px;
  top: 0;
  line-height: 100px;
  padding: 0 37px;
}

html.mobile .p-content__input .p-content__label:after
{
  position: absolute;
  top: 1px;
  right: 32px;
  font-size: 40px;
  content: '>';
  -webkit-transform: rotate(90deg) scale(.8,1);
  transform: rotate(90deg) scale(.8,1);
}

html.mobile .p-content__input .p-content__notes
{
  margin: 13px 0 0;
  font-size: 24px;
}

html.mobile .p-content__input .p-content__submit
{
  width: 670px;
  height: 117px;
  background: url(/wp-content/themes/speee_1.0.42/images/contact/submit_btn-sp.png) no-repeat 0 0;
  margin-top: 111px;
  border: none;
}

html.mobile .p-content__input .p-content__submit input
{
  width: 670px;
  line-height: 117px;
  font-size: 32px;
}

html.mobile .p-content__input .input__body .p-content__dt
{
  vertical-align: top;
  padding: 40px 0 0;
}

html.mobile .mw_wp_form .p-content__input .p-content .error
{
  margin: 13px 0 0;
  font-size: 24px;
  font-weight: 300;
}

html.mobile .mw_wp_form .p-content__input .p-content .input__error input[type=text],html.mobile .mw_wp_form .p-content__input .p-content .input__error input[type=email],html.mobile .mw_wp_form .p-content__input .p-content .input__error input[type=url],html.mobile .mw_wp_form .p-content__input .p-content .input__error input[type=tel],html.mobile .mw_wp_form .p-content__input .p-content .input__error textarea,html.mobile .mw_wp_form .p-content__input .p-content .input__error .p-content__label
{
  border: 1px solid #f33;
}

html.mobile .mw_wp_form_confirm .p-content__dl
{
  margin: 0 0 60px;
  border-bottom: 2px solid #ccc;
}

html.mobile .mw_wp_form_confirm .p-content__dt
{
  margin: 0 0 17px;
}

html.mobile .mw_wp_form_confirm .p-content__dd
{
  padding: 0 0 61px;
}

html.mobile .mw_wp_form_confirm .p-content__label
{
  display: none;
}

html.mobile .mw_wp_form_confirm .p-content__submit
{
  margin-top: 93px;
}

html.mobile .mw_wp_form_confirm .p-content__back
{
  width: 670px;
  margin: 37px auto 0;
  font-size: 32px;
  padding: 0 0 0 30px;
  background: url(/wp-content/themes/speee_1.0.42/images/common/sp_pager_arrow_prev.png) no-repeat 285px 9px;
}

html.mobile .mw_wp_form_confirm .input__body .p-content__dt
{
  padding: 0;
}

html.mobile .p-complete
{
  padding: 99px 0 120px;
}

html.mobile .p-complete__message
{
  font-size: 40px;
  line-height: 2.2;
  margin: 0 0 121px;
}

html.mobile .p-complete__message span
{
  margin: 65px 0 0;
  display: block;
  font-size: 30px;
}

html.mobile .p-complete__back a
{
  font-size: 28px;
  color: #000;
}

html.mobile .p-complete__back a:after
{
  font-size: 47px;
  top: 1px;
  margin: 0 0 0 10px;
}

html.mobile br.mobile
{
    display: inline;
}

#ir_inquery_cautions {
  font-size: smaller;
  padding-top: 10px;
}
#ir_inquery_cautions span.caption {
  font-weight: bold;
}
#ir_inquery_cautions ul {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.3;
  padding-top: 5px;
  margin-left: 25px;
}

 /* selmodal */
html.ios.mobile:not(.mac) .p-content__label {
  display: none;
}

body.selModalBody{
	overflow: hidden;
}

.selModal{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	display: none;
}

.selModalOverlay{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.selModal .selModalInner{
	position: absolute;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 95%;
	max-width: 600px;
	max-height: 95%;
	border-radius: 0 0 5px 5px;
	overflow-y: hidden;
}

.selModal .selModalInner .selModalHeader{
	background-color: #EFEFEF;
	text-align: right;
	padding: 20px;
	border-radius: 5px 5px 0 0;
}

.selModal .selModalInner .selModalHeader::after{
	content: "";
	display: block;
	clear: both;
}

.selModalCloseIcon{
	display: block;
	width: 25px;
	height: 25px;
	position: relative;
	cursor: pointer;
	float: right;
}
.selModalCloseIcon span::before,
.selModalCloseIcon span::after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 10%;
	margin: -8% 0 0 -42%;
	background: #555555;
}
.selModalCloseIcon span::before{
	transform: rotate(-45deg);
}
.selModalCloseIcon span::after{
	transform: rotate(45deg);
}

.selModal .selModalInner .selModalList{
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-y: auto;
}

.selModal .selModalInner ul{
	margin: 0;
	padding: 0;
	color: #333;
	background-color :#FFF;
	padding-bottom: 1px;
	box-sizing: border-box;
}

.selModal .selModalInner ul li{
	display: block;
	position: relative;
	margin: 0 0 -1px 0;
	padding: 37px 25px 37px 15px;
	border: 1px solid #DDD;
	cursor: pointer;
	box-sizing: border-box;
}

.selModal .selModalInner ul li img{
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
	max-width: 40px;
}

.selModal .selModalInner ul li.selected{
	background-color: #dddddd;
}

.selModal .selModalInner ul li.selected::before{
	position: absolute;
	content: '';
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	width: 4px;
	background-color: #383838;
}

.selModal .selModalInner ul li::after{
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.selModalButton{
	display: block;
	position: relative;
	overflow: hidden;
	width: 670px;
  height: 103px;
	padding: 0 37px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #fff;
	color: #333;
	text-decoration: none;
	line-height: normal;
	cursor: pointer;
	text-align: left;
	font-size: inherit;
}

.selModalButton::before, .selModalButton::after{
	content: '';
	position: absolute;
	z-index: 2;
	right: 7px;
	width: 0;
	height: 0;
	border: 4px dashed;
	border-color: #333 transparent;
	pointer-events: none;
}

.selModalButton::before{
	border-bottom-style: solid;
	border-top: none;
	top: 30%;
}

.selModalButton::after{
	border-top-style: solid;
	border-bottom: none;
	bottom: 30%;
}

.selModal .selModalInner ul li.totch{
	background-color: #EFEFEF;
}

/* -- 送信中スピナー -- */
.p-content__submit.is-processing {
  position: relative;
  cursor: wait;
  /* 元のボタンの背景画像が見えないように上書き */
  background-image: none !important;
}

/* 処理中は元のボタンの文字を透明にする */
.p-content__submit.is-processing input[type="submit"] {
  color: transparent;
}

/* 処理中に表示するテキストとスピナーのコンテナ */
.p-content__submit .processing-indicator {
  position: absolute; /* 元のボタンの上に重ねる */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  color: #026bb2; /* テーマカラー */
  font-size: 18px;
  font-weight: bold;
  pointer-events: none;
}

.p-content__submit.is-processing .processing-indicator {
  display: flex;
}


/* モバイル用のスタイル */
html.mobile .p-content__submit .processing-indicator {
    font-size: 32px;
}

.p-content__submit .processing-indicator .spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(2, 107, 178, 0.3); /* テーマカラーの薄い色 */
  border-radius: 50%;
  border-top-color: #026bb2; /* テーマカラー */
  animation: spin 1s ease-in-out infinite;
  margin-right: 10px; /* テキストとの間隔 */
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
