@charset "UTF-8";

/* CSS Remedy */
*,
::after,
::before {
    box-sizing: border-box
}

html {
    line-sizing: normal
}

body {
    margin: 0
}

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.5rem
}

h3 {
    font-size: 1.17rem
}

h4 {
    font-size: 1rem
}

h5 {
    font-size: .83rem
}

h6 {
    font-size: .67rem
}

h1 {
    margin: .67em 0
}

pre {
    white-space: pre-wrap
}

hr {
    border-style: solid;
    border-width: 1px 0 0;
    color: inherit;
    height: 0;
    overflow: visible
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
    max-width: 100%
}

canvas,
img,
svg,
video {
    height: auto
}

audio {
    width: 100%
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

.l-container {
    width: 100%;
}

#UST210309 {
    width: 100%;
    text-align: center;
    margin: 0px auto 110px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

#UST210309 a {
    display: block;
    color: #000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

#UST210309 a:hover {
    opacity: .6;
}

#UST210309 .wrap {
    width: 990px;
    text-align: center;
    margin: 0px auto 208px;
}

/*hdr*/
.hdr {
    width: 990px;
    margin: 0 auto 193px;
}

.hdr h1 {
  margin-top: 0;
    margin-bottom: 60px;
}

.hdr__read h3 {
    margin-bottom: 25px;
    display: inline-block;
}

.hdr__read p {
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: .04em;
}

.hdr__txt01 {
    margin-bottom: 28px;
}

/*content*/
.content {
    width: 990px;
    margin: 0 auto;
    text-align: center;
}

.block {
    margin-bottom: 228px;
}

.block02 {
    margin-bottom: 200px;
}

.block03 {
    margin-bottom: 200px;
}

.block__tit {
    margin-bottom: 44px;
    display: inline-block;
}

.block__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.coord {
    display: inline-block;
}

.coord02 {
    width: 490px;
}

.coord03 {
    width: 990px;
    margin-top: -2px;
    margin-bottom: 19px;
}

.block__txt {
    font-size: 16px;
    letter-spacing: .04em;
    line-height: 2.2;
    margin-top: 29px;
}

/*credit*/
.credit {
    display: inline-block;
    margin-top: 34px;
}

.credit li a {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .1em;
}

.credit .slash {
    padding: 0 5px;
}

.block02 .credit {
    margin-top: 24px;
}
.btn {
    display: inline-block;
}
/*author*/
.author {
    background: #f8e9e9;
    display: block;
    padding: 49px 0;
}

.author__inner {
    width: 860px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
}

.author__img {
    margin-left: 14px;
}

.author__name {
    font-size: 25px;
    font-weight: bold;
    margin-left: 1px;
    letter-spacing: .1em;
    margin-bottom: 12px;
}

.author__inner ul {
    text-align: left;
    margin-left: 28px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.author__txt {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 9px;
    letter-spacing: .04em;
    width: 530px;
}

.instagram {
    font-size: 14px;
    letter-spacing: .04em;
    text-decoration: underline;
    padding-top: 8px;
}

.instagram img {
    margin-right: 13px;
    margin-top: -5px;
    float: left;
}

/*slider*/
.coord02 .slider li {
  height: 650px;
  overflow: hidden;
}
.coord03 .slider li {
  height: 610px;
  overflow: hidden;
}
.slider a {
    display: block !important;
}

.coord .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 10px;
    height: 15px;
    justify-content: flex-end;
    padding: 15px 2px 0px;
    display: flex !important;
}

.coord .slick-dots li+li {
    margin-left: 12px;
}

.coord .slick-dots li button {
    width: 20px;
    height: 0px;
    overflow: hidden;
    border: 2px solid #fff;
    background: #fff;
    padding: 16px 0px 0px;
    margin: 0px;
    outline: none;
    appearance: none;
}

.coord .slick-dots li.slick-active button {
    background: #f5afa7;
}