/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
@font-face {
  font-family: LINE Seed JP_OTF;
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: LINE Seed JP_OTF;
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: LINE Seed JP_OTF;
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 900;
}
html {
  color: #000;
  background: #FFF;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: LINE Seed JP_OTF;
  font-size: 100%;
  font-weight: 400;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

* {
  letter-spacing: 0.01em;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1280px;
}

header .ham {
  width: 63px;
  display: block;
  position: fixed;
  top: 30px;
  right: 40px;
  z-index: 10000000;
  cursor: pointer;
}
header .spmenu {
  width: 400px;
  position: fixed;
  background-color: #e95414;
  padding: 120px 30px 40px;
  top: 0;
  right: 0;
  z-index: 10000;
  display: none;
}
header .spmenu .spwrapper ul li {
  border-bottom: 1px solid #fff;
}
header .spmenu .spwrapper ul li a {
  padding: 20px 0;
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
header .spmenu .close {
  width: 120px;
  height: 30px;
  margin: 30px auto 0;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
header .spmenu .close span {
  display: inline-block;
  background-color: #fff;
  width: 80px;
  font-size: 16px;
  border-radius: 50px;
  line-height: 100%;
  padding: 12px 0;
  cursor: pointer;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
  header .ham {
    width: 40px;
    display: block;
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 10000000;
    cursor: pointer;
  }
  header .spmenu {
    width: 100%;
    position: fixed;
    background-color: #e95414;
    padding: 50px 20px 30px;
    top: 0;
    left: 0;
    right: auto;
    z-index: 10000;
    display: none;
  }
  header .spmenu .spwrapper ul li {
    border-bottom: 1px solid #fff;
  }
  header .spmenu .spwrapper ul li a {
    padding: 13px 0;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
  }
  header .spmenu .close span {
    display: inline-block;
    background-color: #fff;
    width: 70px;
    font-size: 14px;
    border-radius: 50px;
    line-height: 100%;
    padding: 7px 0;
    cursor: pointer;
  }
}
/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  background-color: #fc8;
}
main section.s01 .wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
main section.s01 .wrapper h2 img {
  width: 100%;
  display: block;
}
main section.s02 {
  padding: 120px 0;
  background-image: url(../images/s0202.jpg);
  background-position: center center;
}
main section.s02 .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
main section.s02 .wrapper h3 {
  width: 497px;
  margin: 0 auto;
}
main section.s02 .wrapper h3 img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .lineuplist {
  padding-right: 15px;
  margin-top: 40px;
}
main section.s02 .wrapper .lineuplist li {
  -webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.4);
  position: relative;
}
main section.s02 .wrapper .lineuplist li.status_kaisaichu a {
  background-color: #fcf9d0;
}
main section.s02 .wrapper .lineuplist li.status_kaisaichu a::before {
  background-image: url(../images/icon_status_kaisaichu.svg);
}
main section.s02 .wrapper .lineuplist li.status_shuryo a::before {
  background-image: url(../images/icon_status_shuryo.svg);
}
main section.s02 .wrapper .lineuplist li.status_atosukoshi a::before {
  background-image: url(../images/icon_status_atosukoshi.svg);
}
main section.s02 .wrapper .lineuplist li + li {
  margin-top: 100px;
}
main section.s02 .wrapper .lineuplist li a {
  min-height: 370px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 40px 50px 40px 20px;
  border: 3px solid #e95414;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 15px 15px 0 #e95414;
          box-shadow: 15px 15px 0 #e95414;
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  color: #000;
}
main section.s02 .wrapper .lineuplist li a:hover {
  opacity: 1;
  -webkit-transform: translate(15px, 15px);
          transform: translate(15px, 15px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
main section.s02 .wrapper .lineuplist li a:hover::before {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
main section.s02 .wrapper .lineuplist li a::before {
  width: 118px;
  height: 126px;
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: -25px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  z-index: 1000;
}
main section.s02 .wrapper .lineuplist li a .photo {
  width: 500px;
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s02 .wrapper .lineuplist li a .youtube_area {
  display: none;
}
main section.s02 .wrapper .lineuplist li a .txtbox {
  width: calc(100% - 500px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 20px;
  text-align: center;
}
main section.s02 .wrapper .lineuplist li a .txtbox .t01 {
  font-size: 55px;
  font-weight: 900;
  color: #e2007e;
  line-height: 64px;
}
main section.s02 .wrapper .lineuplist li a .txtbox .t02 {
  font-size: 27px;
  font-weight: bold;
  line-height: 31px;
  min-height: 62px;
  margin-top: 10px;
}
main section.s02 .wrapper .lineuplist li a .txtbox .t03 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
  margin-top: 15px;
}
main section.s02 .wrapper .lineuplist li a .arrow {
  width: 80px;
  display: block;
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -40px;
}
main section.s02 .wrapper .lineuplist li .youtube_box {
  width: 500px;
  height: 282px;
  position: absolute;
  top: 43px;
  right: 52px;
}
main section.s02 .wrapper .lineuplist li .youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
main section.s02 .wrapper .bnrlist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 19px;
  margin-top: 60px;
}
main section.s02 .wrapper .bnrlist li {
  width: 387px;
}
main section.s02 .wrapper .bnrlist li a {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .bnrlist li a img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .bnr04 {
  width: 771px;
  display: block;
  margin: 35px auto 0;
}
main section.s02 .wrapper .bnr04 img {
  width: 100%;
  display: block;
}

footer {
  padding: 60px 0;
  position: relative;
}
footer .wrapper .pagetop {
  width: 46px;
  display: block;
  position: absolute;
  top: -23px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
footer .wrapper .pagetop img {
  width: 100%;
  display: block;
}
footer .wrapper .logo {
  width: 347px;
  display: block;
  margin: 0 auto;
}
footer .wrapper .logo img {
  width: 100%;
  display: block;
}
footer .wrapper .t01 {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
footer .wrapper .snslist {
  text-align: center;
  margin-top: 5px;
}
footer .wrapper .snslist li {
  width: 38px;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}
footer .wrapper .snslist li a {
  display: block;
}
footer .wrapper .snslist li a img {
  width: 100%;
  display: block;
}
footer .wrapper .t02 {
  text-align: center;
  font-size: 14px;
  line-height: 140%;
  margin-top: 35px;
}
footer .wrapper .t02 span {
  color: #e73828;
}
footer .wrapper .our_ehime {
  width: 44px;
  display: block;
  margin: 10px auto 0;
}
footer .wrapper .our_ehime img {
  width: 100%;
  display: block;
}
footer .wrapper .t03 {
  font-size: 12px;
  font-weight: 500;
  line-height: 175%;
  margin: 30px auto 0;
  width: 550px;
  padding-left: 30px;
}
footer .wrapper .t03 a {
  text-decoration: none;
  color: #000;
}
footer .wrapper .logo_footer {
  width: 234px;
  display: block;
  margin: 20px auto 0;
}
footer .wrapper .logo_footer img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    background-color: #fc8;
  }
  main section.s01 .wrapper {
    max-width: 1600px;
    margin: 0 auto;
  }
  main section.s01 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s02 {
    padding: 50px 20px;
    background-image: url(../images/s0202.jpg);
    background-position: center center;
  }
  main section.s02 .wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  main section.s02 .wrapper h3 {
    width: 300px;
    margin: 0 auto;
  }
  main section.s02 .wrapper h3 img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .lineuplist {
    padding-right: 0;
    margin-top: 40px;
  }
  main section.s02 .wrapper .lineuplist li {
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  }
  main section.s02 .wrapper .lineuplist li.status_kaisaichu a {
    background-color: #fcf9d0;
  }
  main section.s02 .wrapper .lineuplist li.status_kaisaichu a::before {
    background-image: url(../images/icon_status_kaisaichu.svg);
  }
  main section.s02 .wrapper .lineuplist li.status_shuryo a::before {
    background-image: url(../images/icon_status_shuryo.svg);
  }
  main section.s02 .wrapper .lineuplist li.status_atosukoshi a::before {
    background-image: url(../images/icon_status_atosukoshi.svg);
  }
  main section.s02 .wrapper .lineuplist li + li {
    margin-top: 50px;
  }
  main section.s02 .wrapper .lineuplist li a {
    min-height: 0;
    display: block;
    padding: 20px 20px 60px;
    border: 2px solid #e95414;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 8px 8px 0 #e95414;
            box-shadow: 8px 8px 0 #e95414;
    position: relative;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    color: #000;
  }
  main section.s02 .wrapper .lineuplist li a:hover {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-box-shadow: 8px 8px 0 #e95414;
            box-shadow: 8px 8px 0 #e95414;
  }
  main section.s02 .wrapper .lineuplist li a:hover::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  main section.s02 .wrapper .lineuplist li a::before {
    width: 79px;
    height: 84px;
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: -15px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s02 .wrapper .lineuplist li a .photo {
    width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s02 .wrapper .lineuplist li a .youtube_area {
    width: calc(100vw - 85px);
    height: calc((100vw - 85px) * 0.566);
    min-width: 290px;
    min-height: 164px;
    margin: 0 auto;
    display: block;
  }
  main section.s02 .wrapper .lineuplist li a .txtbox {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    padding: 0;
  }
  main section.s02 .wrapper .lineuplist li a .txtbox .t01 {
    font-size: 26px;
    font-weight: 900;
    color: #e2007e;
    line-height: 34px;
  }
  main section.s02 .wrapper .lineuplist li a .txtbox .t02 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    min-height: 0;
    margin-top: 5px;
  }
  main section.s02 .wrapper .lineuplist li a .txtbox .t03 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    margin-top: 10px;
  }
  main section.s02 .wrapper .lineuplist li a .arrow {
    width: 40px;
    display: block;
    position: absolute;
    top: auto;
    right: 15px;
    margin-top: 0;
    bottom: 15px;
  }
  main section.s02 .wrapper .lineuplist li .youtube_box {
    width: calc(100vw - 85px);
    height: calc((100vw - 85px) * 0.566);
    min-width: 290px;
    min-height: 164px;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s02 .wrapper .lineuplist li .youtube_box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  main section.s02 .wrapper .bnrlist {
    display: block;
    margin-top: 40px;
  }
  main section.s02 .wrapper .bnrlist li {
    width: 300px;
    margin: 30px auto 0;
  }
  main section.s02 .wrapper .bnrlist li a {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .bnrlist li a img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .bnr04 {
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }
  main section.s02 .wrapper .bnr04 img {
    width: 100%;
    display: block;
  }
  footer {
    padding: 45px 14px;
    position: relative;
  }
  footer .wrapper .pagetop {
    width: 38px;
    display: block;
    position: absolute;
    top: -19px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  footer .wrapper .pagetop img {
    width: 100%;
    display: block;
  }
  footer .wrapper .logo {
    width: 220px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .t01 {
    text-align: center;
    font-size: 12px;
    margin-top: 13px;
  }
  footer .wrapper .snslist {
    text-align: center;
    margin-top: 5px;
  }
  footer .wrapper .snslist li {
    width: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
  }
  footer .wrapper .snslist li a {
    display: block;
  }
  footer .wrapper .snslist li a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .t02 {
    text-align: center;
    font-size: 12px;
    line-height: 140%;
    margin-top: 25px;
  }
  footer .wrapper .t02 span {
    color: #e73828;
  }
  footer .wrapper .our_ehime {
    width: 44px;
    display: block;
    margin: 10px auto 0;
  }
  footer .wrapper .our_ehime img {
    width: 100%;
    display: block;
  }
  footer .wrapper .t03 {
    font-size: 9px;
    font-weight: 500;
    line-height: 175%;
    margin: 20px auto 0;
    width: 100%;
    padding-left: 0;
    letter-spacing: normal;
  }
  footer .wrapper .t03 a {
    text-decoration: none;
    color: #000;
  }
  footer .wrapper .logo_footer {
    width: 180px;
    display: block;
    margin: 20px auto 0;
  }
  footer .wrapper .logo_footer img {
    width: 100%;
    display: block;
  }
}