@charset "UTF-8";
/* 60
========================================================= */
/* 50　
----------------------------------------------- */
/* 40　
------------------------------------- */
/* mixin
========================================================= */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* 汎用クラス
========================================================= */
.underline {
  text-decoration: underline;
}

.opacity a:hover img {
  opacity: 0.6;
  /*alpha*/
  -moz-opacity: 0.6;
  /*firefox*/
  filter: alpha(opacity=60);
  /*IE*/
}

.shadow a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px;
}

.btn-shadow:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px;
}

@media (max-width: 479px) {
  .hidden-ss {
    display: none;
  }
}
@media (min-width: 480px) {
  .visible-ss {
    display: none;
  }
}
/* 60　ページ
========================================================= */
/* 50　セクション
----------------------------------------------- */
/* 40　パーツ
------------------------------------- */
/* 変数設定
========================================================= */
/* ベースカラー
------------------------------------- */
/* ベーステキストカラー
------------------------------------- */
/* font-family:
------------------------------------- */
/* Reset
========================================================= */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

/* 基本設定
========================================================= */
body {
  font-family: sans-serif;
  font-weight: bold;
  line-height: 2;
  color: #000000;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  background: #fbdde0;
}
@media (max-width: 1300px) {
  body {
    font-size: 2.7692307692vw;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  color: #000000;
  line-height: 2;
  font-weight: 500;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 40px;
}

p {
  margin: 0;
  line-height: 1.8;
}
p + p {
  margin-top: 1.5em;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

li {
  list-style: none;
}

a {
  color: #000000;
  transition: .4s;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
a:hover img {
  opacity: 1;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

::-moz-selection {
  color: #000000;
}

::selection {
  color: #000000;
}

ruby > rt {
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}

/* 表示・非表示
========================================================= */
[hidden],
.hidden {
  display: none !important;
}

@media (max-width: 639px) {
  .hidden-sp {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .hidden-tab {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-pc {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .visible-sp {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .visible-tab {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-pc {
    display: none !important;
  }
}
/* 基本 body
========================================================= */
.container-01 {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

[class*="container-"] [class*="container-"] {
  padding-right: 0;
  padding-left: 0;
}

/* 全ページ共通
========================================================= */
/* ページヘッダー
----------------------------------------------- */
/* セクション間の隙間
----------------------------------------------- */
.com-mt-01 {
  margin-top: 50px !important;
}
@media (min-width: 960px) {
  .com-mt-01 {
    margin-top: 90px !important;
  }
}

.com-mt-02 {
  margin-top: 40px !important;
}
@media (min-width: 960px) {
  .com-mt-02 {
    margin-top: 70px !important;
  }
}

.com-mt-03 {
  margin-top: 30px !important;
}
@media (min-width: 960px) {
  .com-mt-03 {
    margin-top: 50px !important;
  }
}

.com-mt-04 {
  margin-top: 20px !important;
}
@media (min-width: 960px) {
  .com-mt-04 {
    margin-top: 30px !important;
  }
}

.com-mt-05 {
  margin-top: 20px !important;
}
@media (min-width: 960px) {
  .com-mt-05 {
    margin-top: 25px !important;
  }
}

.com-mt-0 {
  margin-top: 0 !important;
}

/* アイテム
----------------------------------------------- */
/* ブロックの配置
-------------------------------------- */
.align-right {
  margin-right: 0;
  margin-left: auto;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

.align-left {
  margin-right: auto;
  margin-left: 0;
}

/* テキスト
-------------------------------------- */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.color-01 {
  color: #f1818d;
}

.color-02 {
  color: #c10000;
}

.color-03 {
  color: #e6e6e6;
}

.color-04 {
  color: #fcee21;
}

.color-05 {
  color: #000;
}

.color-06 {
  color: #fff;
}

.bg-01 {
  background-color: #f1818d;
}

.bg-02 {
  background-color: #c10000;
}

.bg-03 {
  background-color: #e6e6e6;
}

.bg-04 {
  background-color: #fcee21;
}

.bg-05 {
  background-color: #000;
}

.bg-06 {
  background-color: #fff;
}

/* テーブル
-------------------------------------- */
/* 中ページ layout
----------------------------------------------- */
#content {
  max-width: 1300px;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
}

/* パーツ
========================================================= */
/* 共通パーツ
----------------------------------------------- */
/* グリッド
-------------------------------------- */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.grid > * {
  transition: .4s;
  margin: 0;
  box-sizing: border-box;
}

/* パネル
-------------------------------------- */
/* リンク・ボタン
-------------------------------------- */
a img {
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 1;
}

/* keyvisual
----------------------------------------------- */
#kv {
  position: relative;
}
#kv > .logo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 10%;
}
#kv > .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12.5384615385%;
}

#braplus-01 {
  position: relative;
  text-align: center;
}
#braplus-01 .tit {
  top: 10.1538461538%;
  left: 50%;
  width: 75%;
  transform: translateX(-50%);
  position: absolute;
}
#braplus-01 .logo {
  position: absolute;
  top: 39.7692307692%;
  left: 50%;
  width: 26.3846153846%;
  transform: translateX(-50%);
}

#braplus-02 {
  position: relative;
}
#braplus-02 .tit {
  position: absolute;
  top: 10.6153846154%;
  left: 50%;
  width: 94.0769230769%;
  transform: translateX(-50%);
}
#braplus-02 .list {
  position: absolute;
  bottom: 6.1538461538%;
  left: 50%;
  transform: translateX(-50%);
}
#braplus-02 .list li {
  position: relative;
  margin-top: .3em;
  padding-left: 1.8em;
  white-space: nowrap;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: black 0 0 10px, black 0 0 5px;
}
@media (max-width: 1300px) {
  #braplus-02 .list li {
    font-size: 4.3076923077vw;
  }
}
#braplus-02 .list li em {
  color: #fcee21;
  padding-bottom: .2em;
  border-bottom: #fcee21 2px solid;
}
#braplus-02 .list img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 78px;
}
@media (max-width: 1300px) {
  #braplus-02 .list img {
    width: 6vw;
  }
}

.com-cart-01 {
  padding: 2% 6.9230769231% 6.1538461538%;
  background: #f1818d;
}
.com-cart-01 .first {
  position: relative;
}
.com-cart-01 .first .img {
  position: absolute;
  left: -2%;
  top: 50%;
  width: 27.8571428571%;
  transform: translateY(-45%);
}
.com-cart-01 .list {
  margin-top: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.com-cart-01 .list li {
  width: 49.1071428571%;
}

.com-cart-02 {
  position: relative;
  padding: 6.5384615385% 6.9230769231%;
}
.com-cart-02 .btn {
  display: block;
  position: absolute;
  width: 61.5384615385%;
  top: 57.9710144928%;
  left: 50%;
  transform: translateX(-50%);
}
.com-cart-02 .btn:hover {
  transform: translate(-50%, 3px);
}

#braplus-04 {
  height: 1300px;
  position: relative;
  background: url(../img/04_01.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1300px) {
  #braplus-04 {
    height: 100vw;
  }
}
#braplus-04 .tit {
  padding-top: 5.8461538462%;
  width: 75.23076923080001%;
  margin: 0 auto 3.4615384615%;
}
#braplus-04 .inner {
  width: 69.23076923080001%;
  height: 810px;
  margin: auto;
  background: #fff;
}
@media (max-width: 1300px) {
  #braplus-04 .inner {
    height: 62.3076923077vw;
  }
}
#braplus-04 .inner iframe {
  width: 100%;
  height: 100%;
  overflow: auto;
}
#braplus-04 .inner iframe::-webkit-scrollbar {
  width: 20px;
  background: #cccccc;
}
#braplus-04 .inner iframe::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 3px;
  border: #cccccc 2px solid;
}

#braplus-05 {
  height: 1300px;
  position: relative;
  background: url(../img/05_01.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1300px) {
  #braplus-05 {
    height: 100vw;
  }
}
#braplus-05 .tit {
  padding-top: 11.2307692308%;
  width: 54%;
  margin: 0 auto 3.4615384615%;
}
#braplus-05 figure {
  width: 86.1538461538%;
  margin: auto;
}

em.com-em {
  padding: .3em 0;
  background: #fcee21;
  color: #000;
}

#braplus-06 {
  height: 1300px;
  position: relative;
  text-align: center;
  background: url(../img/06_01.jpg) no-repeat;
  background-size: cover;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2;
  letter-spacing: .04em;
  color: #fff;
}
@media (max-width: 1300px) {
  #braplus-06 {
    font-size: 2.7692307692vw;
  }
}
@media (max-width: 1300px) {
  #braplus-06 {
    height: 100vw;
  }
}
#braplus-06 .tit {
  padding-top: 9.3846153846%;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2;
}
@media (max-width: 1300px) {
  #braplus-06 .tit {
    font-size: 2.7692307692vw;
  }
}
#braplus-06 figure {
  width: 86.1538461538%;
  margin: auto;
}
#braplus-06 .txt-02 {
  margin-top: 42.3076923077%;
}

#braplus-07 > .tit {
  padding: 100px 0;
  text-align: center;
  background: #f1818d;
}
@media (max-width: 1300px) {
  #braplus-07 > .tit {
    padding: 7.6923076923vw;
  }
}
#braplus-07 > .tit img {
  width: 77.3076923077%;
}

.com-section-01 {
  position: relative;
  height: 1300px;
  text-align: center;
}
@media (max-width: 1300px) {
  .com-section-01 {
    height: 100vw;
  }
}
.com-section-01 .tit {
  position: relative;
  padding: 6% 0 0;
  z-index: 3;
}
.com-section-01 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.braplus-07-01 .txt {
  position: relative;
  z-index: 3;
  margin: 2.6923076923% auto 0;
  width: 76.8461538462%;
}

.braplus-07-02 .txt {
  position: relative;
  z-index: 3;
  margin: 8.5384615385% auto 0;
  width: 54.6923076923%;
}

.braplus-07-03 p {
  position: relative;
  z-index: 3;
  margin-top: 9.3846153846%;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 2;
}
@media (max-width: 1300px) {
  .braplus-07-03 p {
    font-size: 2.7692307692vw;
  }
}

#braplus-08 {
  height: 1270px;
  position: relative;
  text-align: center;
  background: url(../img/08_01.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1300px) {
  #braplus-08 {
    height: 97.6923076923vw;
  }
}
#braplus-08 .tit {
  padding: 14.2307692308% 0 0 6.1538461538%;
  width: 53.1538461538%;
}
#braplus-08 .txt {
  padding: 5.7692307692% 0 0 6.1538461538%;
  width: 36.1538461538%;
}

#braplus-10 {
  height: 1300px;
  position: relative;
  text-align: center;
  background: url(../img/10_01.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1300px) {
  #braplus-10 {
    height: 100vw;
  }
}
#braplus-10 .tit {
  padding: 9.0769230769% 0 0;
  margin: auto;
  width: 71.9230769231%;
}
#braplus-10 .txt {
  margin: 59.4615384615% auto;
  width: 56.384615384599996%;
}

#braplus-11 {
  height: 1300px;
  position: relative;
  text-align: center;
  background: url(../img/11_01.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1300px) {
  #braplus-11 {
    height: 100vw;
  }
}
#braplus-11 .tit {
  padding: 8.4615384615% 0 0;
  margin: auto;
  width: 56.1538461538%;
}

.apply-btn {
  text-align: center;
  padding: 0 0 4.6153846154%;
  margin-top: 15px;
}
.apply-btn a {
  display: block;
  width: 89.8461538462%;
  margin: 0 auto;
  animation: yureru-s 2s infinite;
}
.apply-btn a:hover {
  opacity: 1;
  transform: translateY(3px);
}
.apply-btn a:hover img {
  opacity: 1;
}

@keyframes yureru-s {
  0% {
    transform: translate(7px, 0px);
  }
  5% {
    transform: translate(-7px, 0px);
  }
  10% {
    transform: translate(7px, 0px);
  }
  15% {
    transform: translate(-7px, 0px);
  }
  20% {
    transform: translate(7px, 0px);
  }
  25% {
    transform: translate(-7px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
