@charset "UTF-8";
/* CSS Document */
/* -----------------------------------
    汎用クラス
   ----------------------------------- */
* {
  box-sizing: border-box;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, td, th, h1, h2, h3, h4, h5, h6 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size: 14px;
  color: #333333;
  line-height: 1.42857143;
  background-color: #FFFFFF;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* -----------------------------------
   responsib base
   ----------------------------------- */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: undefined;
}

img {
  vertical-align: middle;
}

.container {
  padding-right: 0px;
  padding-left: 0px;
  width: 960px;
  margin: 0px auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px;
  }
}
.clearfix:before,
.clearfix:after,
#businessIcon:before,
#businessIcon:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}

.clearfix:after,
#businessIcon:after,
.container:after {
  clear: both;
}

/* -----------------------------------
   css base
   ----------------------------------- */
a {
  text-decoration: none;
}

p > a, dd > a, li > a {
  text-decoration: underline;
}

a:link {
  color: #00F;
  transition: all 0.2s linear;
}

a:visited {
  color: #800080;
}

a:hover {
  color: #ea6000;
  transition: all 0.2s linear;
}

a:active {
  color: #F00;
}

a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
  transition: all 0.2s linear;
  text-align: center;
}

.textRed {
  color: #F00;
}

.textLarge {
  font-size: large;
}

.marginTop0px {
  margin-top: 0px !important;
}

.marginTop3px {
  margin-top: 3px !important;
}

.marginTop5px {
  margin-top: 5px !important;
}

.marginTop10px {
  margin-top: 10px !important;
}

.marginTop15px {
  margin-top: 15px !important;
}

.marginTop20px {
  margin-top: 20px !important;
}

.marginTop30px {
  margin-top: 30px !important;
}

.marginTop35px {
  margin-top: 35px !important;
}

.marginTop50px {
  margin-top: 50px !important;
}

.marginTop100px {
  margin-top: 100px !important;
}

.marginBottom0px {
  margin-bottom: 0px !important;
}

.marginBottom3px {
  margin-bottom: 3px !important;
}

.marginBottom5px {
  margin-bottom: 5px !important;
}

.marginBottom10px {
  margin-bottom: 10px !important;
}

.marginBottom15px {
  margin-bottom: 15px !important;
}

.marginBottom20px {
  margin-bottom: 20px !important;
}

.marginBottom30px {
  margin-bottom: 30px !important;
}

.marginTopBottom5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.marginTopBottom10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.marginLeft0px {
  margin-left: 0px !important;
}

.marginLeft5px {
  margin-left: 5px !important;
}

.marginLeft10px {
  margin-left: 10px !important;
}

.marginLeft15px {
  margin-left: 15px !important;
}

.marginLeft20px {
  margin-left: 20px !important;
}

.marginLeft45px {
  margin-left: 45px !important;
}

.marginRight10px {
  margin-right: 10px !important;
}

.marginRight20px {
  margin-right: 20px !important;
}

.marginRight30px {
  margin-right: 30px !important;
}

.marginRight50px {
  margin-right: 50px !important;
}

.marginRightLeft5px {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.marginRightLeft10px {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.marginRightLeft15px {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.paddingLeft5px {
  padding-left: 5px !important;
}

.paddingLeft10px {
  padding-left: 10px !important;
}

.paddingLeft20px {
  padding-left: 20px !important;
}

.paddingRight0px {
  padding-right: 0px !important;
}

.paddingRight5px {
  padding-right: 5px !important;
}

.paddingRight10px {
  padding-right: 10px !important;
}

.paddingRight20px {
  padding-right: 20px !important;
}

.paddingTop5px {
  padding-top: 5px !important;
}

.paddingBottom10px {
  padding-bottom: 10px !important;
}

.paddingBottom30px {
  padding-bottom: 30px !important;
}

.paddingTopBottom2px {
  padding-top: 2px !important;
  padding-bottom: 2px;
}

#wrapper {
  background-color: #FFFFFF;
  text-align: center;
}

/* ////////////////////////////////////////////////////////////////////////
*                                                                         *
*                                                                         *
   コンテンツ
*                                                                         *
*                                                                         *
//////////////////////////////////////////////////////////////////////// */
.movieOuter {
  position: relative;
  width: 100%;
  border-bottom: solid #0074bd 10px;
}

.movieOuter:before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.movieOuter > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------
    バナー
   ----------------------------------- */
#ubeOpenBunner {
  background-color: #0074bd;
}

#ubeOpenBunner a {
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #ubeOpenBunner a {
    width: 100%;
  }
  #ubeOpenBunner a img {
    width: 90%;
  }
}
/* -----------------------------------
    メインメッセージ　CMリンクボタン
   ----------------------------------- */
#mainback {
  display: block;
  background: url(../images/mainBakc_back.png) no-repeat center bottom;
  background-size: 100%;
}

#mainphoto {
  background: url(../images/mainBakc.png) no-repeat center top;
}

#mainback .container {
  position: relative;
  height: 1280px;
}

#youtubeLink {
  position: absolute;
  top: -30px;
  right: 200px;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  line-height: 150px;
  padding-top: 10px;
  background-color: #C50D10;
}

#seaLink {
  position: absolute;
  top: -5px;
  right: -10px;
  display: block;
  width: 189px;
  height: 94px;
  padding-top: 10px;
}

#seaLink img {
  width: 100%;
}

#snsBlock {
  display: block;
  position: absolute;
  top: 350px;
  left: 50%;
  margin-left: -70px;
}

#snsBlock li {
  display: inline-block;
}

#mainTitle {
  display: block;
  width: 552px;
  position: absolute;
  top: 580px;
  left: 50%;
  margin-left: -276px;
}

#mainTitle .groupLogo {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #mainback {
    background-size: 100%;
  }
  #mainphoto {
    background: url(../images/mainBakc.png) no-repeat center 30px;
    background-size: 130%;
  }
  #mainback .container {
    width: 100%;
    height: auto;
  }
  #mainback .container:before {
    padding-top: 140%;
  }
  #youtubeLink {
    position: absolute;
    top: 5px;
    left: auto;
    right: auto;
    margin: 0px auto;
    display: block;
    width: 98%;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    padding-top: 0px;
    background-color: #C50D10;
    border: solid 1px #C50D10;
  }
  #youtubeLink img {
    display: none;
  }
  #youtubeLink:before {
    content: "CM15秒版を見る";
    color: #FFFFFF;
  }
  #seaLink {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25%;
    height: auto;
    padding-top: 0px;
  }
  #snsBlock {
    display: block;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -40px;
    width: 90px;
  }
  #snsBlock li img {
    width: 40px;
  }
  #mainTitle {
    width: 55%;
    max-width: 552px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -25%;
  }
  #mainTitle .read {
    width: 100%;
  }
  #mainTitle .groupLogo {
    margin-top: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  #youtubeLink {
    height: 35px;
    line-height: 35px;
  }
  #snsBlock {
    top: 35%;
    left: 50%;
    margin-left: -40px;
    width: 90px;
  }
  #snsBlock li img {
    width: 40px;
  }
  #mainTitle {
    top: 50%;
    left: 50%;
    margin-left: -25%;
  }
  #mainTitle .read {
    width: 100%;
  }
  #mainTitle .groupLogo {
    margin-top: 10px;
    width: 50%;
  }
}
/* -----------------------------------
    ブランドメッセージ
   ----------------------------------- */
#message {
  background-color: #0074bd;
  padding-bottom: 50px;
}

#mainMessage {
  width: 100%;
  max-width: 400px;
}

#businessIcon {
  width: 70%;
  margin: 50px auto 0px;
}

#businessIcon h2 {
  display: block;
  background-color: #FFFFFF;
  color: #0074bd;
  padding: 8px 10px 5px;
  margin-bottom: 10px;
}

#businessIcon figure {
  display: block;
  margin: 0;
  width: 20%;
  float: left;
}

#businessIcon figure > a {
  color: #FFFFFF;
  line-height: 1.2em;
}

#businessIcon figure > a > img {
  transform: scale(0.9);
}

#businessIcon figure > a:hover > img {
  transform: scale(1.1);
  opacity: 1;
}

#businessIcon figcaption {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #mainMessage {
    margin-top: 40px;
  }
  #businessIcon {
    width: 90%;
    margin: 50px auto 0px;
  }
  #businessIcon figure {
    width: 33.3333%;
  }
}
@media screen and (max-width: 400px) {
  #businessIcon figure {
    width: 50%;
  }
}
/* ////////////////////////////////////////////////////////////////////////
*                                                                         *
*                                                                         *
   フッター
*                                                                         *
*                                                                         *
//////////////////////////////////////////////////////////////////////// */
/* footer */
.copyright {
  padding: 10px 0px 7px;
  background-color: #004a7b;
  color: #FFFFFF;
  text-align: center;
}
/*# sourceMappingURL=../../_map/special/css/common.css.map */
