@charset "UTF-8";
/* Scss Document */
/*変数-数値*/
.base-font-size .bfs {
  font-size: 16px; }
.base-font-size .sub {
  font-size: 14px; }

/*変数-文字列*/
/*変数-色*/
.string-wrapper {
  width: 800px;
  padding-bottom: 20px;
  border-bottom: solid 2px #ff9dc4; }

.string1 {
  width: 800px;
  height: 340px;
  background-image: url("../img/01.jpg"); }

.string2 {
  width: 800px;
  height: 340px;
  background-image: url("../img/02.jpg"); }

.string3 {
  width: 800px;
  height: 340px;
  background-image: url("../img/03.jpg"); }

.string4 {
  width: 800px;
  height: 340px;
  background-image: url("../img/04.jpg"); }

.string5 {
  width: 800px;
  height: 340px;
  background-image: url("../img/05.jpg"); }

.brand-text {
  text-align: center;
  line-height: 340px;
  font-size: 24px;
  font-weight: 700;
  color: #9d003f; }

.circle {
  width: 400px;
  height: 40px;
  border-radius: 50%; }
