@charset "UTF-8";
/*

media
768?
1024?
1280?

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
.video_wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.video_wrapper > video {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
}

/* コンテンツ
--------------------------------------------------------------------------------- */
#contents .inner {
  margin: 0px auto;
  width: calc((520/653)*100%);
}

#main {
  margin: 0px auto;
  max-width: 1024px;
}

#title {
  margin-bottom: calc((30/653)*100vw);
}
#title h1 {
  margin-bottom: calc((30/653)*100vw);
}
#title p {
  margin: 0px;
}

#info {
  background-image: url(/sotsuten/images/header_logo.png);
  background-position: right top calc((10/653)*100vw);
  background-size: calc((70/653)*100vw) auto;
  background-repeat: no-repeat;
  letter-spacing: 0;
}

#detail {
  border-style: solid;
  border-color: #fff;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  padding: calc((40/653)*100vw) 0px 0px 0px;
  margin-top: calc((40/653)*100vw);
  margin-bottom: calc((40/653)*100vw);
}

#greeting {
  border-style: solid;
  border-color: #fff;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
  padding: calc((40/653)*100vw) 0px 60px 0px;
}

#detail p,
#greeting p {
  font-size: calc((18/653)*100vw);
  line-height: calc((28/653)*100vw);
  margin-bottom: calc((28/653)*100vw);
  font-weight: 700;
  text-align: justify;
}

#info p {
  font-size: calc((17/653)*100vw);
  line-height: calc((27/653)*100vw);
  margin-bottom: calc((27/653)*100vw);
  font-weight: 700;
}

/* ホーム
--------------------------------------------------------------------------------- */
/* 共通
--------------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

p.img {
  text-align: center;
}

.clear {
  clear: both;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.word-break {
  word-break: break-all;
}

.tab,
.tabpc,
.pc {
  display: none;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt0 {
  margin-top: 0px;
}

.mt50 {
  margin-top: 50px;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml3em {
  margin-left: 3em;
}

.im1em {
  text-indent: -1em;
  padding-left: 1em;
}

.im2em {
  text-indent: -2em;
  padding-left: 2em;
}

.im2halfem {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.im3em {
  text-indent: -3em;
  padding-left: 3em;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /* 共通
  --------------------------------------------------------------------------------- */
  .sp {
    display: none;
  }

  .tab,
  .tabpc {
    display: inline-block;
  }

  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents .inner {
    width: 640px;
  }

  #main {
    margin-bottom: -24px;
  }

  #title {
    margin-bottom: 48px;
  }
  #title h1 {
    margin-bottom: 37px;
  }

  #info {
    background-position: right top 0pc;
    background-size: 94px auto;
  }

  #detail {
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #greeting {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  #detail p,
  #greeting p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  #info p {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 33px;
    letter-spacing: 0.06em;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  .sp,
  .sptab,
  .tab {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }

  /*
  --------------------------------------------------------------------------------- hover in 1024 */
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* 共通
  --------------------------------------------------------------------------------- */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1920 */
@media print, screen and (min-width: 1920px) {
  /* 共通
  --------------------------------------------------------------------------------- */
  .mb0 {
    margin-bottom: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 40px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mb50 {
    margin-bottom: 50px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mt50 {
    margin-top: 50px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im2halfem {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
